Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trouble with SuperTrend Indicator

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

    Trouble with SuperTrend Indicator

    I am trying to use 3 different SuperTrend Indicators coinciding as a trigger to enter a position.
    This is the code
    && SuperTrend(ppSTperiod1, ppSTmulti1).Trend[0]
    && SuperTrend2(ppSTperiod2, ppSTmulti2).Trend[0]
    && SuperTrend3(ppSTperiod3, ppSTmulti3).Trend[0]

    for some reason I do not get a signal when I see this condition met in the chart.
    The indicators are added to the chart from the Strategy so I believe I am see what the strategy is...

    #2
    You need to debug as per this tip: http://www.ninjatrader-support2.com/...ead.php?t=3418

    You should never rely on what you see on the chart, but rather what values you print out from the Output Window.
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    549 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X