Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plotting from slower timeframe

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

    Plotting from slower timeframe

    Have a multi timeframe strategy:
    - chart is 1min
    - Add(PeriodType.Minute,5);
    and want to plot actual results from 5min timeframe indicators.

    In my current implementation I use DrawLine method, because I cannot plot from (BarsInProgress == 1). If I plot 5min indicators from (BarsInProgress == 0) values are "delayed" by 1 bar.

    Is there a way to do this with plot methods / StrategyPlot indicator?

    #2
    >> and want to plot actual results from 5min timeframe indicators.
    Unfortunately you only can plot indicators on the primary data series.

    Comment

    Latest Posts

    Collapse

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