I've recently found that once a live algo is stopped (for any reason) and then restarted, not all information that is for the algorithm is being preserved, specifically found that orders and transactions (link) are not.
as catalyst is still in alpha, and as there are a lot of issues raised from time to time when running an algo, and therefore, a lot of cases in which algo is being restarted, I think it should be considered on design level, that an algorithm restarted (under the same namespace) should pick upand preseve all relevant information, as if algo never stopped.
I've recently found that once a live algo is stopped (for any reason) and then restarted, not all information that is for the algorithm is being preserved, specifically found that orders and transactions (link) are not.
as catalyst is still in alpha, and as there are a lot of issues raised from time to time when running an algo, and therefore, a lot of cases in which algo is being restarted, I think it should be considered on design level, that an algorithm restarted (under the same namespace) should pick upand preseve all relevant information, as if algo never stopped.
Thanks.