Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cancel EntryOrder if Gain is reached

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

    Cancel EntryOrder if Gain is reached

    Hi,

    I'm programming a strategy in a managed approach and it's working according to the example provided by Ninja Trader in the forum called "SampleOnOrderUpdate". It works perfectly in backtests and replay mode....

    Enter command:

    Entrada[i] = EnterLongStopLimit(0,true,ncontratos,High[largura+x]+tollimite+tolstop+teto,High[largura+x]+tolstop+teto,"EntryLong"+Convert.ToString(i));

    So, the EntryOrder will be live until cancelled. Also, through managed approach the StopGain and StopOrder are being placed and synchronized by Ninja.

    I can see in replay mode that once the entry order is filled partially, Ninja puts Stop and Gain also partially ... and if Gain or Stop is fullfilled the other is canceled. It's working.

    Before launching it in real market I would like to know what happens if the EntryOrder gets partial filled and the StopGain is reached and filled let's say fullfilled according to the ammout that has been filled by the EntryOrder.....I want in this case that the EntryOrder pending gets cancelled. Will Ninja do it automatically ? Or do I have to command it through script ?

    Thanks !
    Last edited by agenor; 07-01-2014, 01:44 PM.

    #2
    Hello agenor,

    Thank you for your post.

    The order will be active until fully filled, it you want to cancel it when the GAIN is hit even if partially filled you would need to do this via the code of the strategy. You would need to use OnExecution() and then IExecution Order.OrderState for the order's fill: http://www.ninjatrader.com/support/h...iexecution.htm

    Please let me know if I may be of further assistance

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    656 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    371 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    579 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X