I created a robot/strategy which, when I leave it alone, works fine, but.....when I place an order manually using the chart trader, I can only close this out forcefully using CloseStrategy(), but this also stops the whole strategy, going against the logic that I like to program a robot (so I can play tennis
~Also, when the strategy orders 1 contract, and I add manually another contract, this also cannot be seen by the strategy unless I force it to close. (It sees I have x number of contracts, but cannot close out)
Am I missing something here? I can see positions, even when I open one manually using the chart trader, but cannot do anything with it?
(I have the same strategy running with a 'competitor' using easylanguage, and there it does not matter how the order was filled.

Comment