Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add 2nd Future AddDataSeries - contract period issue

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

    Add 2nd Future AddDataSeries - contract period issue

    Hello all,

    I'm just thinking ... I would like to add a 2nd data series to a strategy for futures on the ie. ES

    But how to add it and backtest without the rollover/contract period for a seamless backtest over several years?

    I'm only using this but for stocks
    AddDataSeries("VXX", BarsPeriodType.Days, 1); <-. works fine with the etf

    AddDataSeries("VX", BarsPeriodType.Min, 60); <- obviously does not work without the contract period on a future

    Thanks!






    #2
    Hi, thanks for posting.

    The Merge Policy will control how contracts are stitched together. Use the latest contract month and the older contracts will automatically be used when appropriate.

    AddDataSeries("VX 11-21", BarsPeriodType.Min, 60);

    Comment


      #3
      Ok, that makes sense, thanks for pointing me into right direction

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      478 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      319 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      258 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      341 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      309 views
      0 likes
      Last Post CarlTrading  
      Working...
      X