mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
improve/linregmaker: fix end date of linregmaker config
This commit is contained in:
parent
6e854f8027
commit
dd87d716ce
|
@ -19,7 +19,7 @@ backtest:
|
||||||
# see here for more details
|
# see here for more details
|
||||||
# https://www.investopedia.com/terms/m/maximum-drawdown-mdd.asp
|
# https://www.investopedia.com/terms/m/maximum-drawdown-mdd.asp
|
||||||
startTime: "2022-05-01"
|
startTime: "2022-05-01"
|
||||||
endTime: "2022-05-02"
|
endTime: "2022-10-31"
|
||||||
symbols:
|
symbols:
|
||||||
- BTCUSDT
|
- BTCUSDT
|
||||||
accounts:
|
accounts:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user