Fix utils docs for backtesting-analysis
This commit is contained in:
parent
1a3f88c7b9
commit
05a7fca242
@ -722,8 +722,7 @@ usage: freqtrade backtesting-analysis [-h] [-v] [--logfile FILE] [-V]
|
|||||||
[--enter-reason-list ENTER_REASON_LIST [ENTER_REASON_LIST ...]]
|
[--enter-reason-list ENTER_REASON_LIST [ENTER_REASON_LIST ...]]
|
||||||
[--exit-reason-list EXIT_REASON_LIST [EXIT_REASON_LIST ...]]
|
[--exit-reason-list EXIT_REASON_LIST [EXIT_REASON_LIST ...]]
|
||||||
[--indicator-list INDICATOR_LIST [INDICATOR_LIST ...]]
|
[--indicator-list INDICATOR_LIST [INDICATOR_LIST ...]]
|
||||||
[--analysis-date-start YYYYMMDD]
|
[--timerange YYYYMMDD-[YYYYMMDD]]
|
||||||
[--analysis-date-end YYYYMMDD]
|
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
@ -746,12 +745,10 @@ optional arguments:
|
|||||||
--indicator-list INDICATOR_LIST [INDICATOR_LIST ...]
|
--indicator-list INDICATOR_LIST [INDICATOR_LIST ...]
|
||||||
Comma separated list of indicators to analyse. e.g.
|
Comma separated list of indicators to analyse. e.g.
|
||||||
'close,rsi,bb_lowerband,profit_abs'
|
'close,rsi,bb_lowerband,profit_abs'
|
||||||
--analysis-date-start YYYYMMDD
|
--timerange YYYYMMDD-[YYYYMMDD]
|
||||||
Start date to filter trades for analysis (inclusive). e.g.
|
Timerange to filter trades for analysis,
|
||||||
20220101
|
start inclusive, end exclusive. e.g.
|
||||||
--analysis-date-end YYYYMMDD
|
20220101-20220201
|
||||||
End date to filter trades for analysis (exclusive). e.g.
|
|
||||||
20220131
|
|
||||||
|
|
||||||
Common arguments:
|
Common arguments:
|
||||||
-v, --verbose Verbose mode (-vv for more, -vvv to get all messages).
|
-v, --verbose Verbose mode (-vv for more, -vvv to get all messages).
|
||||||
|
Loading…
Reference in New Issue
Block a user