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 manueldecastro, Yesterday, 10:26 AM
        5 responses
        24 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by memonic, 05-01-2024, 01:23 PM
        5 responses
        30 views
        0 likes
        Last Post memonic
        by memonic
         
        Started by dcriador, Yesterday, 10:45 AM
        2 responses
        18 views
        0 likes
        Last Post dcriador  
        Started by SnailHorn, Yesterday, 10:49 PM
        1 response
        10 views
        0 likes
        Last Post SnailHorn  
        Started by TraderIqbal, 10-20-2023, 10:12 AM
        2 responses
        121 views
        0 likes
        Last Post Funnywo
        by Funnywo
         
        Working...
        X