Please take a look at this example using Unmanaged Approach.
shortEntry = SubmitOrder(0, OrderAction.SellShort, OrderType.Limit, 1, Open[0]+10*TickSize, 0, "entry", "Short limit entry");
Here you see that Short Entry 10 ticks above the opening price of the session. You can see that I did not mention any Tick Size. For Eg. Crude 0.01, ES 0.25... and so on..
Is it necessary to mention the tick size as numerical value ? Or Does Ninjatrader understand that automatically based on the instrument... ?
Please clarify.

Comment