FWIW, the only thing I save to disk is the open position & the open orders. Upon strategy start, I execute the logic on past data without sending orders, just keeping track of what the current position & orders would be, which I compare to the position & orders as stored on disk, and I adjust those as required.
Regardless of the code robustness, running automated strategies is best done from a VPS or server hosted in a datacenter ... that in itself minimizes the number of occurrences of power & Internet issues, although these must still absolutely be addressed.
Regardless of the code robustness, running automated strategies is best done from a VPS or server hosted in a datacenter ... that in itself minimizes the number of occurrences of power & Internet issues, although these must still absolutely be addressed.
