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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    46 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    14 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    21 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X