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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    129 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    74 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    116 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    111 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    89 views
    0 likes
    Last Post CarlTrading  
    Working...
    X