We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bfa3c commit ed9c639Copy full SHA for ed9c639
examples/ricequant/advanced_strategy.py
@@ -16,4 +16,4 @@ def handle_bar(context, bar_dict):
16
finally:
17
# 放在 finally 块中,以防原有代码抛出异常或者 return
18
# 在函数结尾处加入以下语句,用来将模拟盘同步至实盘
19
- g.__manager.work()
+ context.__manager.work()
0 commit comments