Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Value of Parameters of ParabolicSAR

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

    Value of Parameters of ParabolicSAR

    Hi,

    it is not possible to use lower values for the parameters of the parabolicSAR than 0,02!?

    #2
    Hello,

    Correct, the values need to have a minimum of 0.02. A lower value will automatically convert to 0.02.
    Last edited by NinjaTrader_Jason; 09-24-2008, 08:53 AM.

    Comment


      #3
      Erm...Why?

      Comment


        #4
        This is a bug which will be fixed with next update (available in a few weeks). Thanks for reporting.

        Comment


          #5
          Originally posted by NinjaTrader_Dierk View Post
          This is a bug which will be fixed with next update (available in a few weeks). Thanks for reporting.
          Has this bug been fixed? I still can't use lower values.

          Comment


            #6
            Hello Euler,

            Unfortunately the 'Acceleration max' and 'Acceleration step' field still have a minimum of 0.02.

            However, the 'Acceleration' field will allow lower values.

            Comment


              #7
              FYI, the problem is on line 182, of the indicator source, where you force the min value of acceleration step to 0.02. [now: set { accelerationStep = Math.Max(0.02, value); } ]. Change the 0.02 to 0.00 to fix it. [fix: set { accelerationStep = Math.Max(0.00, value); } ]

              Comment


                #8
                Hi Steve,

                Thank you for that information.

                You would need to make this change each time if you modify the system indicator. Or you could program a separate ParabolicSAR with the modified settings.
                Ryan O.NinjaTrader Customer Service

                Comment


                  #9
                  Any idea on the timetable as to when this fix will come out??? min or .02 does not get'r done for me

                  Comment


                    #10
                    Hello SinatraFan,

                    Unfortunately I have no ETA when this will be fixed.

                    You could create a custom indicator that is not restricted as per post #8.

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by argusthome, 03-08-2026, 10:06 AM
                    0 responses
                    116 views
                    0 likes
                    Last Post argusthome  
                    Started by NabilKhattabi, 03-06-2026, 11:18 AM
                    0 responses
                    61 views
                    0 likes
                    Last Post NabilKhattabi  
                    Started by Deep42, 03-06-2026, 12:28 AM
                    0 responses
                    40 views
                    0 likes
                    Last Post Deep42
                    by Deep42
                     
                    Started by TheRealMorford, 03-05-2026, 06:15 PM
                    0 responses
                    43 views
                    0 likes
                    Last Post TheRealMorford  
                    Started by Mindset, 02-28-2026, 06:16 AM
                    0 responses
                    82 views
                    0 likes
                    Last Post Mindset
                    by Mindset
                     
                    Working...
                    X