Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by sidlercom80, 10-28-2023, 08:49 AM
    167 responses
    2,260 views
    0 likes
    Last Post jeronymite  
    Started by warreng86, 11-10-2020, 02:04 PM
    7 responses
    1,361 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by Perr0Grande, Today, 08:16 PM
    0 responses
    5 views
    0 likes
    Last Post Perr0Grande  
    Started by elderan, Today, 08:03 PM
    0 responses
    9 views
    0 likes
    Last Post elderan
    by elderan
     
    Started by algospoke, Today, 06:40 PM
    0 responses
    10 views
    0 likes
    Last Post algospoke  
    Working...
    X