it is not possible to use lower values for the parameters of the parabolicSAR than 0,02!?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Value of Parameters of ParabolicSAR
Collapse
X
-
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.
-
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
-
Any idea on the timetable as to when this fix will come out??? min or .02 does not get'r done for me
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
87 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
92 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
70 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
87 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
64 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment