mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
update documentation
This commit is contained in:
parent
b6702d1d32
commit
268683f8ea
|
@ -103,6 +103,10 @@ The indicators have to be present in your strategy's main DataFrame (either for
|
|||
timeframe or for informative timeframes) otherwise they will simply be ignored in the script
|
||||
output.
|
||||
|
||||
!!! note "Indicator List"
|
||||
The indicator values will be displayed for both entry and exit points. If `--indicator-list all` is specified,
|
||||
only the indicators at the entry point will be shown to avoid excessively large lists, which could occur depending on the strategy.
|
||||
|
||||
There are a range of candle and trade-related fields that are included in the analysis so are
|
||||
automatically accessible by including them on the indicator-list, and these include:
|
||||
|
||||
|
@ -141,14 +145,6 @@ Use the `--rejected-signals` option to print out rejected signals.
|
|||
freqtrade backtesting-analysis -c <config.json> --rejected-signals
|
||||
```
|
||||
|
||||
### Printing analysis on exit signals
|
||||
|
||||
Use the `--exit-signals` option to print out analysis on exited signals.
|
||||
|
||||
```bash
|
||||
freqtrade backtesting-analysis -c <config.json> --exit-signals
|
||||
```
|
||||
|
||||
### Writing tables to CSV
|
||||
|
||||
Some of the tabular outputs can become large, so printing them out to the terminal is not preferable.
|
||||
|
|
Loading…
Reference in New Issue
Block a user