Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 Waxavi, Today, 02:10 AM
        1 response
        17 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by Kaledus, Today, 01:29 PM
        5 responses
        13 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by Waxavi, Today, 02:00 AM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by alifarahani, Today, 09:40 AM
        5 responses
        23 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by gentlebenthebear, Today, 01:30 AM
        3 responses
        17 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X