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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      291 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      188 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      185 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      270 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      219 views
      0 likes
      Last Post CarlTrading  
      Working...
      X