catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

Algo state recover Problem - date_rules.every_day() fires on every start of the process

Open avolution opened this issue 7 years ago • 1 comments

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

avolution avatar Aug 01 '18 09:08 avolution

Thanks @avolution for this suggestion.

lenak25 avatar Aug 07 '18 15:08 lenak25