catalyst
catalyst copied to clipboard
Algo state recover Problem - date_rules.every_day() fires on every start of the process
Algo state recover described in https://enigma.co/catalyst/live-trading.html#algorithm-state does not include the save/recover of the state of the scheduled functions
For example:
schedule_function(func, date_rule=date_rules.every_day())
-> func will be executed on every start of the process and NOT once per day.
In my opinion the algo state recover should include the handling of the scheduled functions
Catalyst version 0.5.18
Thanks @avolution for this suggestion.