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 llanqui, Today, 03:51 PM
      0 responses
      4 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by Quanto, 04-17-2024, 10:43 AM
      2 responses
      23 views
      0 likes
      Last Post Quanto
      by Quanto
       
      Started by Irukandji, Today, 03:06 PM
      0 responses
      7 views
      0 likes
      Last Post Irukandji  
      Started by cmtjoancolmenero, 04-25-2024, 03:58 PM
      17 responses
      96 views
      0 likes
      Last Post cmtjoancolmenero  
      Started by nleitman, Today, 11:46 AM
      8 responses
      20 views
      0 likes
      Last Post nleitman  
      Working...
      X