add config: get strategy history limit.(策略中的历史获取ticket数量可配置,当策略运行于分钟线的时候500条历史数据是不够的)

This commit is contained in:
guopengfa
2026-01-16 13:14:21 +08:00
parent 0146a54851
commit 38d38ce162
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -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