Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Intra Bar Testing

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

    Intra Bar Testing

    I am trying to back test a strategy using multiple time frames.

    I added a secondary 1 minute time frame so the entry would be at the cross of the ATR Trailing stop and not wait till the close of the primary bar.

    I normally use range candles as the primary but also tried a 10 minute bar as the primary but neither work.

    I did double check my historic data and I do have the tick as well as the minute data available

    The code is attached

    Any help would be appreciated

    Stefan
    Attached Files

    #2
    When you use the back test feature the OnBarUpdate always waits for the bar to close. It will fire off on each of your timeframes, but your order will not be placed until the bar after your cross.

    Comment


      #3
      Thanks

      Somebody in a previous post told me it was possible to get an intrabar entry with back testing using the multiple time frame.

      They gave me the example code SampleIntraBarBacktest attached below.

      This is the actual link to the thread

      You can submit orders to different Bars objects. This allows you the flexibility of submitting orders to different timeframes. Like in live trading, taking entry conditions from a 5min chart means executing your order as soon as possible instead of waiting until the next 5min bar starts building. You can achieve this by
      Attached Files
      Last edited by sdauteuil; 04-12-2015, 03:38 PM.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by GLFX005, Today, 03:23 AM
      0 responses
      1 view
      0 likes
      Last Post GLFX005
      by GLFX005
       
      Started by XXtrader, Yesterday, 11:30 PM
      2 responses
      11 views
      0 likes
      Last Post XXtrader  
      Started by Waxavi, Today, 02:10 AM
      0 responses
      6 views
      0 likes
      Last Post Waxavi
      by Waxavi
       
      Started by TradeForge, Today, 02:09 AM
      0 responses
      14 views
      0 likes
      Last Post TradeForge  
      Started by Waxavi, Today, 02:00 AM
      0 responses
      3 views
      0 likes
      Last Post Waxavi
      by Waxavi
       
      Working...
      X