Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Intrabar granularity with RANGE BARS

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

    Intrabar granularity with RANGE BARS

    I have read this 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


    I am currently developing a strategy working with 12 ticks RANGE BAR.

    And my question is:

    How could I get the same intrabar granularity usaing RANGE BARS?

    Thanks
    Last edited by banteka; 08-04-2014, 11:39 AM.

    #2
    Hi banteka,

    Add a secondary series of 1 tick to your script.

    Add(Instrument.FullName, PeriodType.Tick, 1);
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_ChelseaB View Post
      Hi banteka,

      Add a secondary series of 1 tick to your script.

      Add(Instrument.FullName, PeriodType.Tick, 1);

      Thank you very much. A simple answer to a complex problem.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Option Whisperer, Today, 09:55 AM
      1 response
      11 views
      0 likes
      Last Post bltdavid  
      Started by port119, Today, 02:43 PM
      0 responses
      1 view
      0 likes
      Last Post port119
      by port119
       
      Started by Philippe56140, Today, 02:35 PM
      0 responses
      3 views
      0 likes
      Last Post Philippe56140  
      Started by 00nevest, Today, 02:27 PM
      0 responses
      2 views
      0 likes
      Last Post 00nevest  
      Started by Jonafare, 12-06-2012, 03:48 PM
      5 responses
      3,986 views
      0 likes
      Last Post rene69851  
      Working...
      X