Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Implementing ToTime on Various PeriodTypes

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

    Implementing ToTime on Various PeriodTypes

    Hello,

    I'm having some difficulty implementing the following in a line break chart:

    Code:
     if (ToTime(Time[0]) >= 74500 && ToTime(Time[0]) < 161500){
                 add++;}
                 Plot0.Set(add);
    Whenever I do the above, add increases at various times, appearing to add during the desired time span only sometimes and often outside of the time span as well. When I implement the above code on a normal time-based or a range chart, it works perfectly. Any idea what's happening?

    Thanks for the help!
    Last edited by Elynt; 04-09-2015, 02:15 PM.

    #2
    Elynt,

    LineBreak is not a time based bar building chart. It will create a new bar when the conditions are met for this bar type and then your counter is added up.

    I would expect the results that you are getting.

    http://www.ninjatrader.com/support/h...?bar_types.htm
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Cal View Post
      Elynt,

      LineBreak is not a time based bar building chart. It will create a new bar when the conditions are met for this bar type and then your counter is added up.

      I would expect the results that you are getting.

      Thanks for the link. Is there a way to enforce time restraints on LB bars at all? For example, is it possible to permit counting a LineBreak bar only if it completes > 7:45am and < 4pm?

      Comment


        #4
        That is exactly what your script example does. It says if the bar time is between these two then process actions below
        Cal H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        556 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X