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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      68 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      41 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      24 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      27 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      54 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X