vsaveris / trading-technical-indicators

Trading Technical Indicators python library
https://www.trading-technical-indicators.org/
MIT License
121 stars 34 forks source link

Parabolic SAR trading signal has been implemented wrongly #36

Closed vsaveris closed 3 years ago

vsaveris commented 3 years ago

PSAR trading signal has been implemented wrongly.

Close Long signal is when price falls below SAR Close Short signal is when price rises above SAR

The signal has been implemented in a reversed to the above rules way.

vsaveris commented 3 years ago

Fix merged in the code and will be released with the forthcoming version 1.0.0