Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi time frame Series Output

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

    Multi time frame Series Output

    Hello, we have a strategy that operates in 1 min which needs the daily ATR of 20 periods, the question we have is when we try it in Market Replay, if we have to download at least 20 days before to calculate the daily ATR( of the second series of prices), or how we should do it. Thank you

    else if (State == State.Configure)
    {
    AddDataSeries(Data.BarsPeriodType.Day, 1);

    }
    Last edited by Lesclafit; 12-13-2022, 03:27 AM. Reason: Market Replay Multi Series

    #2
    Hi Lesclafit, thanks for posting. If you are running the Simulation license key then you will need to connect to a real data source and pull up a daily chart of the instrument to get the historical data. You can connect to Kinetick EOD to get Daily data. If you are running a lease or lifetime license key it should use the NinjaTrader historical data server to back fill the needed data.

    Kind regards,
    -ChrisL

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    333 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    211 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    196 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    287 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    242 views
    0 likes
    Last Post CarlTrading  
    Working...
    X