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

  • NinjaTrader_CalH
    replied
    That is exactly what your script example does. It says if the bar time is between these two then process actions below

    Leave a comment:


  • Elynt
    replied
    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?

    Leave a comment:


  • NinjaTrader_CalH
    replied
    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

    Leave a comment:


  • Elynt
    started a topic Implementing ToTime on Various PeriodTypes

    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.

Latest Posts

Collapse

Topics Statistics Last Post
Started by algospoke, Today, 06:40 PM
0 responses
10 views
0 likes
Last Post algospoke  
Started by maybeimnotrader, Today, 05:46 PM
0 responses
8 views
0 likes
Last Post maybeimnotrader  
Started by quantismo, Today, 05:13 PM
0 responses
7 views
0 likes
Last Post quantismo  
Started by AttiM, 02-14-2024, 05:20 PM
8 responses
168 views
0 likes
Last Post jeronymite  
Started by cre8able, Today, 04:22 PM
0 responses
10 views
0 likes
Last Post cre8able  
Working...
X