Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Closes with Indicator Trailing Stop

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

    Closes with Indicator Trailing Stop

    I have a strategy running on a NQ 12-20 chart that is executing trades on a secondary instrument MNQ 12-20

    AddDataSeries("MNQ 12-20", Data.BarsPeriodType.Tick, 1, Data.MarketDataType.Last);


    I want to create an exit if the primary instrument NQ 12-20 trades below the ATR trailing stop.


    if (BarsInProgress == 1)
    && Closes[0][0] <= AtrTrailingOnClose1.Upper[1])
    && Position.MarketPosition == MarketPosition.Long)

    Will this reference the AtrTrailingOnClose1 from the primary chart?


    I wasn't sure and tried... AtrTrailingOnClose1.Upper[0][1] this caused errors when compiling.



    #2
    Hello sdauteuil,

    Thank you for your note.

    How is your AtrTrailingOnClose1 series set up in State.DataLoaded? If you didn't specify a different series for it to be calculated on, this would calculate on the primary bars series. I'd suggest taking a look at this section of our help guide for a detailed example:



    Please let us know if we may be of further assistance to you.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    478 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    318 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    257 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    340 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    308 views
    0 likes
    Last Post CarlTrading  
    Working...
    X