Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Access order set by SetStopLoss or SetTakeProfit in OnOrderUpdate

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

    Access order set by SetStopLoss or SetTakeProfit in OnOrderUpdate

    Hello

    I want my code to do different things when SetStopLoss() or SetTakeProfit() gets filled. I've declared my entry order as a variable and I can access that order in OnOrderUpdate, but i don't know which OrderState gives me information if the entry order did get to StopLoss target or Takeprofit target. (I also added a picture) I tried initializing the StopLoss and TakeProfit as variables like this:
    newTakeProfit = SetProfitTarget(entryCounter.ToString(), CalculationMode.Ticks, takeProfit);
    The newTakeProfit has been declared in the beginning of the script, but the I get this error when compiling: Cannot implicitly convert type 'void' to 'NinjaTrader.Cbi.Order'

    Thank You!






    #2
    Hello KarlEST,

    For any order you wanted to find you can use its Signal name from OnOrderUpdate or OnExecutionUpdate.

    The easiest way is to look at the order name in the control center orders tab and use that for the name. You can find a sample of working with target orders by name in the following link: https://ninjatrader.com/support/help..._and_profi.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    164 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    318 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    246 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    350 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X