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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    41 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    29 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    46 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    37 views
    0 likes
    Last Post CarlTrading  
    Working...
    X