mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update back testing document to include example using Posix timestamps
as timerange e.g --timerange=1527595200-1527618600
This commit is contained in:
parent
6ca375a397
commit
9dbe5fdb85
|
@ -83,6 +83,8 @@ The full timerange specification:
|
|||
- Use tickframes till 2018/01/31: `--timerange=-20180131`
|
||||
- Use tickframes since 2018/01/31: `--timerange=20180131-`
|
||||
- Use tickframes since 2018/01/31 till 2018/03/01 : `--timerange=20180131-20180301`
|
||||
- Use tickframes between POSIX timestamps 1527595200 1527618600:
|
||||
`--timerange=1527595200-1527618600`
|
||||
|
||||
|
||||
**Update testdata directory**
|
||||
|
|
Loading…
Reference in New Issue
Block a user