But if ''wait on flat' yellow and waiting to close position of previous entry; when it turned yellow to green and submiting close position of current opened position,I am getting modify historical order error and strategy disable itself.
If i choose '' immediate submit', as far as i know strategy opening position on start and turn green from yellow, but not sending this order to account, right? If this is the case, what happens when this position close on strategy. This close position send to order to account? That means i am submiting close order to non-exist position and account will have position?
If i choose '' immediate submit and sync.'' option when strategy starts, it turns green. But same time it syncronize the account and sending the order to account.
Lets say for ''long strategy'' i started ''immediade submit and sync'', and sended long order to account. But what if, if i have short position on account on that time from my other short strategy''. Account position -1 from short strategy. When long send ''immediate submit sync'' order, Does account flat (-1+1), or it sends 2 long order ( first one to close short, another one to get long position (-1+2=1 Long)
I am trying to figure out how can i handle this historical order error and disable issue?

Comment