A bug i ParabolicSAR?

9 views
Skip to first unread message

Gustav

unread,
Jul 12, 2008, 5:54:04 AM7/12/08
to stockmonkey
It seems ParabolicSAR fails if the high and low are equal. I added the
following lines to my code, as a workaround, but this should probably
be fixed in the module.

if ($high eq $low) {
$high = $high + 0.00001;
}


Regards,

Gustav

Paul Miller

unread,
Jul 12, 2008, 9:00:14 PM7/12/08
to stockmonkey
I couldn't figure out what you meant at first, but when I actually
tried it, I got a nonsense error about "four touples." Not only was
the error spurious, but tuples was spelled wrong.

This is fixed in the 2.10 release. Thanks for the bug report.
Reply all
Reply to author
Forward
0 new messages