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 CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      61 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      34 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      198 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      364 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      283 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X