Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
51bitquant committed Jul 11, 2022
1 parent ef3c96f commit 6c3ef3e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/策略重启时如何获取策略保存中的数据.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 策略重启时如何获取策略保存中的数据

策略会在初始化的时候,
把策略中缓存进文件的数据加载进来,然后会调用on_init回调的方法,如果你想获取他们的值用户别的地方,你可以在这里里面获取。
如果你想了解具体执行的过程, 可以阅读下面的代码


```
def init_strategy(self, strategy_name: str) -> Future:
Expand Down

0 comments on commit 6c3ef3e

Please sign in to comment.