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
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Rapine Heihei, 04-23-2024, 07:51 PM
    2 responses
    30 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by Shansen, 08-30-2019, 10:18 PM
    24 responses
    943 views
    0 likes
    Last Post spwizard  
    Started by Max238, Today, 01:28 AM
    0 responses
    9 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by rocketman7, Today, 01:00 AM
    0 responses
    4 views
    0 likes
    Last Post rocketman7  
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    28 views
    0 likes
    Last Post wzgy0920  
    Working...
    X