I successfully write strategies, and thank you for your help.
And I have the next question

I send managed entry order using:
IOrder EntryLongOrderId = EnterLongStop(0, true, numContracts, HighValue+TickSize, "EntryLong"); //HighValue - it is my some value.
Thank you in advance

Comment