catalyst icon indicating copy to clipboard operation
catalyst copied to clipboard

preserving live algo state info when algo is restarted

Open kooomix opened this issue 7 years ago • 1 comments
trafficstars

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.

kooomix avatar Oct 01 '18 09:10 kooomix

I agree I discovered similar problems in livemode

Also related to -> https://github.com/enigmampc/catalyst/issues/424

avolution avatar Oct 01 '18 10:10 avolution