Skip to content

Commit

Permalink
0.9.41 update
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Jan 20, 2024
1 parent 0bb65c7 commit df485f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions examples/use_cta_research.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
author: zengbin93
email: [email protected]
create_dt: 2023/6/7 21:12
describe:
describe:
"""
import sys
sys.path.insert(0, '.')
Expand All @@ -23,6 +23,3 @@
if __name__ == '__main__':
# 策略回测,如果是使用多进程,必须在 __main__ 中执行,且必须是在命令行中执行
bot.backtest(symbols=get_symbols("中证500成分股")[:10], max_workers=3, bar_sdt='20190101', edt='20220101', sdt='20200101')



0 comments on commit df485f6

Please sign in to comment.