Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

add tick data series

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

    add tick data series

    Hi

    I wonder if the following is true:

    1) adding a second series with periodType=1 tick is better for backtesting a 1min strategy. I send the order to the series 1 and return from onbarupdate if barsinprogress!=0.
    In backtesting the difference is huge given tiny trailstop (2ticks) and 1-10 min timeframe.

    2) In real time the two strategies ( one with the secondary series as below and one strat. with no secondary series of one tick) should behave the same ( i guess yes)

    3)I see that my subscription to Kinetick allows to get tick data for ES from the 27/05/2012.
    I see that in the export data menu of NT. Is there a way to get tick based data for 3/4 yrs?

    Best
    g.

    #2
    Hi gileper,

    correct adding granularity would help here providing a more accurate picture of your tight trailstop would have filled 'intrabar' - I would expect the realtime results to be very close together, since it's the fills you're after.

    Kinetick would offer tick data up to 120 days back (downloadable out of regular market hours) - for longer history you could for example check with the exchanges directly or dedicated historical data provider like tickdata.com
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thanks!
      I would have another question: if I set a trailstop in Initialize() in Tick, and calculate on bar update is true, then the trailstop will be amended every unit of the time frame.. Isnt it?
      If I set calculate on bar close =false then the trail will be updated on each incoming tick? Correct.

      Is there any difference in setting the trailstop in Initialize() or in OnBarUpdate if the CalculationMode is tick?

      thanks

      Comment


        #4
        You would only need to set in OnBarUpdate() if you would with to dynamically change the trail amount, so for example you may start with a trailing stop of 20 ticks and then after your first target is filled you wish to tighten this up to 10, this would be done here then.

        If you wish to keep a static trail stop amount, work with it in Initialize().

        The trail stop is amended a real working order (unless simulated) and amended on tick by tick basis (which is not dependent upon your CalculateOnBarClose setting).
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by itrader46, Today, 09:04 AM
        0 responses
        3 views
        0 likes
        Last Post itrader46  
        Started by timmbbo, Today, 08:59 AM
        0 responses
        1 view
        0 likes
        Last Post timmbbo
        by timmbbo
         
        Started by bmartz, 03-12-2024, 06:12 AM
        5 responses
        33 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Aviram Y, Today, 05:29 AM
        4 responses
        14 views
        0 likes
        Last Post Aviram Y  
        Started by algospoke, 04-17-2024, 06:40 PM
        3 responses
        28 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X