I would like some guidance.
I have a strategy that places mouse click trades.
All works fine and it's unmanaged.
However I recently noticed that if i click say 1 lot and then change the value on the chart order itself to say 2 - 2 get filled but my strategy reports Position.Quantity as 1. And this causes havoc in my strategy with lots of obj instance errors, etc.
Can you tell me what I am missing and how to report this correctly to my strategy.
PS I would prefer not to use Managed as there are certain things managed does "wrong" for me.
thank you

Comment