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

bug on forum 10.09.2017

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

    bug on forum 10.09.2017

    here this part is mistake i think:

    BarsPeriod.BasePeriodType has incorrect description


    #2
    Hello selnomeria,

    Are you referring to the BarsPeriod page in the help guide which I am linking below?


    I am not showing this for BarsPeriod.BarsPeriodType but for BarsPeriod.BaseBarsPeriodType which is correct.

    If not, please include a link to the page you are referring to.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      I mean this link : https://ninjatrader.com/support/help...barsperiod.htm

      Comment


        #4
        Hello selnomeria,

        The help guide is correct.

        When using any bar type other than Kagi, LineBreak, and PointAndFigure such as Minute, Tick, Volume, Day, Month, etc, you must use BarsPeriod.Id and you must not use BarsPeriod.BasePeriodType.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          then how to detect (in script) which type of chart is being used?

          lets say, i have a script, which should detect the chart type, which user uses (he might switch to kagi or minute bar, but script should detect them). how to do it?

          Comment


            #6
            selnomeria,

            You can create a condition.

            if (BarsPeriod.Id == PeriodType.Minute)
            {
            }
            else if (BarsPeriod.BasePeriodType == PeriodType.Kagi)
            {
            }
            Chelsea B.NinjaTrader Customer Service

            Comment


              #7
              yes, that seems right !

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by gemify, 11-11-2022, 11:52 AM
              6 responses
              803 views
              2 likes
              Last Post ultls
              by ultls
               
              Started by ScottWalsh, Today, 04:52 PM
              0 responses
              3 views
              0 likes
              Last Post ScottWalsh  
              Started by ScottWalsh, Today, 04:29 PM
              0 responses
              7 views
              0 likes
              Last Post ScottWalsh  
              Started by rtwave, 04-12-2024, 09:30 AM
              2 responses
              22 views
              0 likes
              Last Post rtwave
              by rtwave
               
              Started by tsantospinto, 04-12-2024, 07:04 PM
              5 responses
              70 views
              0 likes
              Last Post tsantospinto  
              Working...
              X