Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MultiTime Frame Filter with Supertrend Indicator

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

    MultiTime Frame Filter with Supertrend Indicator

    I try to build a filter with the Supertrendindicator (AuSuperTrendU11), which checks the close of the current and previous 30 min. bar, which needs to be eg. above the Stopline of the Supertrend Indicator also in the 30 min. time frame. The primary time frame is the 1 min. Chart in which I execute the trades, after all filters are true. The code snipplet ist just indicative for what I am trying. The Barbrush helps me to see, if the signal works correctly, and it doesnt. I habe no idea why this doesnt work. Can someone help?

    #2
    Hello dpeter,

    The indicator is set to use Closes[1] which is the FDAX 03-21 30 minute series.

    The value for this is only going to be printed during the primary series due to the 'if (BarsInProgress != 0) return' code.

    Try printing the time and values of the bars and of the indicator to the output window, and compare with the prints from an indicator that does not use AddDataSeries added directly to a 30 minute FDAX 03-21 chart.

    Below is a link to a forum post that demonstrates using prints to understand behavior.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by futurenow, 12-06-2021, 05:49 PM
    18 responses
    878 views
    0 likes
    Last Post dj0ntz
    by dj0ntz
     
    Started by nailz420, 05-14-2025, 09:14 AM
    1 response
    116 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Started by NinjaTrader_Brett, 05-12-2025, 03:19 PM
    0 responses
    520 views
    1 like
    Last Post NinjaTrader_Brett  
    Started by domjabs, 05-12-2025, 01:55 PM
    2 responses
    83 views
    0 likes
    Last Post domjabs
    by domjabs
     
    Started by Morning Cup Of Trades, 05-12-2025, 11:50 AM
    1 response
    121 views
    0 likes
    Last Post NinjaTrader_ChristopherJ  
    Working...
    X