Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Stops and Targets

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

    Stops and Targets

    Hi, Ninja-Newbie here...

    I'm working in the Strategy Builder and trying to create rules for stops and targets. It works just fine if I add a simple value for currency, or ticks, but if I try to add anything more complex the strategy will not allow me to click the "Enabled" box for testing. I can right-click and "Enable" the strategy, but it does not return any trades or backtesting analysis.

    For example I tried setting ATR*2 as a stop value. I also tried things like setting the low -1 tick of the previous bar... Basically anything other than a straight integer or double value will not allow me to enable the strategy.

    Any ideas why this may occur?

    #2
    Hello joeybucks,

    Welcome to the forums.

    Could you open the New -> NinjaScript Output window and then try to enable the strategy. Are you seeing an error when starting it?

    If so could you provide the error?

    If there is no error, could you provide the strategy either on the forum or emailed in at platform support [at] ninjatrader.com?


    I look forward to being of further assistance.

    Comment


      #3
      Hi Jesse,

      Here is the error I'm receiving from the Output window:

      "Error on calling 'OnStateChange' method: You are accessing an index with a value that is invalid since it is out-of-range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart."


      Here is an example of the code:

      SetStopLoss(@"LE1", CalculationMode.Price, (Low[1] + (-1 * TickSize)) , false);
      SetProfitTarget(@"LE1", CalculationMode.Price, (Position.AveragePrice + ((ATR(14)[1] * 2) )) );

      Thanks for your help.

      Joe

      Comment


        #4
        Hello,

        Thank you for the reply.

        Could you please export the strategy and send it to platform support [at] ninjatrader.com for further review?

        Please include the following ticket number with your email: 1735977

        I look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        39 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        124 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        64 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        41 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        46 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X