Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

help on EnterLongLimit

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

    help on EnterLongLimit

    Hi,

    the price at 10:00am is 1.5820 and I place a buy limit @1.5800. At 10:08am, the price reaches 1.5798 and it suppose to trigger my buy limit order. I use

    OnBarUpdate() /* based on 1min chart */
    {
    if (cond1) EnterLongLimit(1.5800);
    }

    I use OnOrderUpdate() to check the status, it changes from
    10:00am, State:PendingSubmit
    10:00am, State:Accepted
    10:00am, State:Working
    10:00am, State:PendingCancel
    10:00am, State:Cancelled

    I don't understand why it is cancelled.

    Pls show me how to set the limitprice in EnterLongLimit ?

    Regards,
    Toyogo

    #2
    Orders are only active for the bar they are placed unless you re-submit them or, pass in the parameter liveUntilCancelled = true if you use the long version of the EnterLongLimit() method.
    RayNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    49 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    141 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    160 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    96 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    275 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X