Sync Account Position?
I have a strategy that on a long signal calls ExitShort + EnterLong + ExitLongLimit and on a short signal calls ExitLong + EnterShort + ExitShortLimit.
All works ok but when re-loading the next day I'd like to synchronize it with existing positions & limit orders.
are there any easy functions like AdoptPositions() or AdoptOrders() etc.in 8.0.0.12?
I may have this wrong but currently it feels like I can synchronize my strategy positions whilst loosing my limit orders or re-build my strategy limit orders but not my positions?
Comment