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 argusthome, 03-08-2026, 10:06 AM
    0 responses
    77 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    45 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    28 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    32 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    64 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X