Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiple time frames on different base time frames

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

    Multiple time frames on different base time frames

    Hi, I can't work out and find an explanation why after adding few time frames
    and drop the base time frame as:
    //-----------------------------
    protected override void Initialize()
    {
    Add(PeriodType.Minute,myInput0);
    Add(PeriodType.Second,myInput1);
    CalculateOnBarClose = true;
    }
    protected override void OnBarUpdate()
    {
    if (BarsInProgress==0) return;
    .... program code....
    //----------------------

    the results are still different with different base time frame...
    Could you pls explain?

    #2
    Hello Snark,
    Welcome to the forum and I am happy to assist you.

    Can you please tell me what result you are getting and what results you expect?

    I look forward to assisting you further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hi, Joydeep,
      Whenever I put this code on different time frames on the same instrument with same start and stop days for back testing I got a different results although the base stream data [0] shouldn't be counted based on the logic and therefore shouldn't influence on to results - so I expected to get the same results regardless what the base Data series is . Where's the problem?

      Comment


        #4
        Hello Snark,
        It is difficult to say anything unless I see your code. Please send the same at support[AT]ninjatrader[DOT]com and please append Attn:Joydeep in the subject line and give a reference of this thread in the email body.

        I look forward to assisting you further.
        JoydeepNinjaTrader Customer Service

        Comment


          #5
          Thanks, Joydeep, I found the reason - it's all because backtest program takes close bar data for backtesting rather than tick data as it goes in real. thanks anyway!

          Comment

          Latest Posts

          Collapse

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