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);
    Chris L.NinjaTrader Customer Service

    Comment


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

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Berry Trader, Today, 10:46 AM
      2 responses
      10 views
      0 likes
      Last Post Berry Trader  
      Started by DayTradingDEMON, 10-04-2024, 08:54 PM
      2 responses
      33 views
      0 likes
      Last Post DayTradingDEMON  
      Started by samish18, 10-04-2024, 01:00 PM
      7 responses
      32 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by Zadomani, Today, 10:42 AM
      1 response
      3 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by llanqui, Yesterday, 12:06 PM
      5 responses
      15 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Working...
      X