Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calculating with LimitOrders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Calculating with LimitOrders

    Hello,

    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
    Last edited by tonynt; 08-02-2015, 02:49 PM. Reason: clearifying

    #2
    Originally posted by tonynt View Post
    Hello,

    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
    Code:
    if (GetCurrentAsk() >= entryOrderiSa.AvgFillPrice - 2 * TickSize){ // ...}

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    148 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    71 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    125 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    79 views
    0 likes
    Last Post PaulMohn  
    Working...
    X