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 bmartz, 03-12-2024, 06:12 AM
      4 responses
      31 views
      0 likes
      Last Post bmartz
      by bmartz
       
      Started by Aviram Y, Today, 05:29 AM
      4 responses
      12 views
      0 likes
      Last Post Aviram Y  
      Started by algospoke, 04-17-2024, 06:40 PM
      3 responses
      28 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by gentlebenthebear, Today, 01:30 AM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by cls71, Today, 04:45 AM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X