Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bug? AddDataSeries producing no daily data

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

    Bug? AddDataSeries producing no daily data

    I'm using Kinetick and Continuum for data feeds. In both my indicators and strategies if I do the following in the OnStateChange where State == State.Configure:

    Code:
    AddDataSeries(BarsPeriodType.Day, 1);
    I get no data when accessing the anything from sub array element 1.

    However if I add


    Code:
    AddDataSeries(BarsPeriodType.Minute, 1440);
    I get data loaded and everything works fine. Is there something we need to take into consideration here? My primary timeframe is in minutes in this example. Thanks.

    #2
    Hello,

    Thank you for the post.

    Can you tell me, what is the DaysToLoad being used? Also are you able to pull up daily charts without applying the strategy for the instruments being used?

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    557 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 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
    545 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X