first is there a way to always assume account position as correct and syncronise?
Second the only reason I worry about this would be if the strategy is prevented from going long, because it thinks it is short when in fact the account is flat.
i am getting this issue because i am front running the bid and offer and so the strategy will try to cancel an order just before the broker confirms it as filled.
If it isn't affecting the strategy entries or exits then I don't care, it appears to work correctly but hasn't taken any long trades, this is probably just due to the current market, it seems to be doing as designed but it is first day live so i am working though thesr kinds of issues.
If this will effect my system, is there a way to delay cancelation for say 100ms? my broker also has a max amount of cancellations per second rule and due to front running bids and offers i was getting a few messages until i stepped up my front run spread by an extra tick, I tried IOC orders but says rithmic account did not support this.
(my system does not use stops or take profits only limits on bid and offer so it was not related to stop or tp issues)
If I don't have to worry about changing anything then all the better, I am recording the screen at the moment to analyse later but I am asking in advance.
Any advice would be appreciated. Thanks in advance.

Comment