Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

When does IOrder become null?

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

    When does IOrder become null?

    Hi there, does the IOrder object become null after the order is filled, or completed? Say I have the code:

    private IOrder entryOrder;
    SetStopLoss(4 ticks);
    SetProfitTarget(4 ticks)
    entryOrder = EnterLongLimit(current price)

    Assume EnterLongLimit successfully executes upon the order. Then, does entryOrder become NULL when the order is successfully filled. Or, does entryOrder become null only after the stop loss or profit target is hit? Thanks,

    #2
    Hello,

    Thanks for your post.

    IOrder objects that you create in your code are not managed by NinjaTrader, so you must manage them yourself. The IOrder object does not become null unless you specifically set it to be null in your code.

    The following help guide link on IOrder objects demonstrate their handling in NinjaTrader.
    https://ninjatrader.com/support/help...htm?iorder.htm

    If you have any further questions please let me know.
    Josh G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Vietanhnguyen2hotmailcom, Yesterday, 10:29 AM
    4 responses
    23 views
    0 likes
    Last Post Vietanhnguyen2hotmailcom  
    Started by PhillT, 04-19-2024, 02:16 PM
    4 responses
    35 views
    0 likes
    Last Post PhillT
    by PhillT
     
    Started by ageeholdings, 05-01-2024, 05:22 AM
    5 responses
    37 views
    0 likes
    Last Post ageeholdings  
    Started by reynoldsn, Today, 02:34 PM
    0 responses
    14 views
    0 likes
    Last Post reynoldsn  
    Started by nightstalker, Today, 02:05 PM
    0 responses
    23 views
    0 likes
    Last Post nightstalker  
    Working...
    X