add config: get strategy history limit.(策略中的历史获取ticket数量可配置,当策略运行于分钟线的时候500条历史数据是不够的)
This commit is contained in:
@@ -286,3 +286,5 @@ CREDITS_REGISTER_BONUS=100
|
||||
# Referral bonus credits (邀请用户赠送积分,邀请人获得)
|
||||
CREDITS_REFERRAL_BONUS=50
|
||||
|
||||
# History K-Line ticket get number (策略中默认获取历史K线数量)
|
||||
K_LINE_HISTORY_GET_NUMBER=500
|
||||
|
||||
Reference in New Issue
Block a user