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.
    JasonNinjaTrader Customer Service

    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.
            JasonNinjaTrader Customer Service

            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.
                    JasonNinjaTrader Customer Service

                    Comment

                    Latest Posts

                    Collapse

                    Topics Statistics Last Post
                    Started by Rapine Heihei, Today, 08:19 PM
                    0 responses
                    1 view
                    0 likes
                    Last Post Rapine Heihei  
                    Started by f.saeidi, Today, 08:01 PM
                    1 response
                    4 views
                    0 likes
                    Last Post NinjaTrader_Manfred  
                    Started by Rapine Heihei, Today, 07:51 PM
                    0 responses
                    4 views
                    0 likes
                    Last Post Rapine Heihei  
                    Started by frslvr, 04-11-2024, 07:26 AM
                    5 responses
                    96 views
                    1 like
                    Last Post caryc123  
                    Started by algospoke, 04-17-2024, 06:40 PM
                    6 responses
                    49 views
                    0 likes
                    Last Post algospoke  
                    Working...
                    X