Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-TF Indicators & Incomplete Historical Reload

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

    Multi-TF Indicators & Incomplete Historical Reload

    When using multi-timeframe indicators, that Add() additional timeframes in the Initialize() section, I am experiencing an issue where 'Reload All Historical Data' only reloads data for the timeframe native to the chart.

    An example is as follows:

    Chart = $EURUSD(1min)

    Indicator uses Add(PeriodType.Tick, 40)

    So there are 2 different PeriodTypes involved. The native PeriodType is Minute, whereas the secondary PeriodType is Tick.

    When I perform 'Reload All Historical Data', only the Minute data is reloaded and refreshed. In order to get the Tick data up to date, I need to open a tick chart separately (or manually add a tick-based dataseries to the chart) and refresh.

    Is there a way around this?

    Thanks

    J

    #2
    j2496i, unfortunately this is a known limitation here of the framework, the workaround would be reloading the data for the series manually or adding it to the chart as well like you noted.

    We track this in our product enhancement lists as well under #125.

    Comment


      #3
      Originally posted by j2496i View Post
      When I perform 'Reload All Historical Data', only the Minute data is reloaded and refreshed. In order to get the Tick data up to date, I need to open a tick chart separately (or manually add a tick-based dataseries to the chart) and refresh.

      Is there a way around this?

      Thanks

      J
      a useable workarrond is using the same calculation base datas for the primary chart and all used additional dataseries.

      Your can use primary timed chart only with seconds... a "60sec timeframe" as alternate to the currently 1min chart. Sec-Charts use and reload tick datas and your additional 40tick dataseries work correctly

      Comment


        #4
        ATMService - thank you!

        Perfect workaround.

        J

        Comment

        Latest Posts

        Collapse

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