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

PeriodType.Year not detected

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

    PeriodType.Year not detected

    Hello,

    Just a note to state that PeriodType.Year is not detected unlike other PeriodTypes

    if(Bars.Period.Id==PeriodType.Year) DrawTextFixed("Test", "Tested", TextPosition.BottomRight);

    will not work while the same test will work just fine on PeriodType.Month, PeriodType.Day, PeriodType.Minute, etc...

    #2
    Thanks, but I don't see an issue testing it here. Do you have more than 20 year bars loaded? As BarsRequired would be at 20 per default, so you won't get a return as you get no OnBarUpdate() call until you have the 20 bars. Try with more data or lower the BarsRequired please.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      It must come from your explanation. I have less than 20 year bars showing.
      How to "lower BarsRequired" please ?

      Comment


        #4
        You can set this in your Initialize() method.

        i.e.

        BarsRequired = 1;
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by knowmad, Today, 03:52 AM
        0 responses
        16 views
        0 likes
        Last Post knowmad
        by knowmad
         
        Started by tradingnasdaqprueba, Today, 03:42 AM
        0 responses
        12 views
        0 likes
        Last Post tradingnasdaqprueba  
        Started by Haiasi, 04-25-2024, 06:53 PM
        4 responses
        63 views
        0 likes
        Last Post effraenk  
        Started by ccbiasi, 11-23-2017, 06:06 AM
        5 responses
        2,213 views
        0 likes
        Last Post leodavis  
        Started by kujista, Yesterday, 12:39 AM
        2 responses
        14 views
        0 likes
        Last Post kujista
        by kujista
         
        Working...
        X