I want to ask please how I can calculate with LimitOrders. I have my Iorders working like entryOrderiSa=EnterShortLimit(0,true,1,sp.Value[0], "iSa"); and all is fine. But when I want to add some drawing tools for control it doesnt work as in the sample below and I can´t find in the help guide an answer how to calculate with working Limit Orders.
What do I have to add please when I want
"if (GetCurrentAsk() >= EnterShortLimit - 2 * TickSize then do/draw....."
What do I have to code different for "EnterShortLimit-2*TickSize" please?
(I can´t use my condition "sp.Value[0]" once the Limit Order is working as I might have changed the order with +/- in the orderstab).
Thank you

Tony

Comment