The script was originally coded in 2018 with Pine Script version 3, and it was in invite only status. It has been updated and optimised for Pine Script v5 and made completely open source.
According to the feedback, I dedicated my last two days to identifying potential problems. I observed that the default PSAR calculation on TradingView is fast-oriented. I identified the issue at 2024-06-02 20:00 UTC and 2024-06-03 00:00 UTC candles at BTCUSD symbol on BITSTAMP 4h interval. The Parabolic SAR was recalculated when the trend direction changed. Therefore, I had to implement a lagging version of PSAR on top of the default PSAR calculation. With this release, you can observe that the default PSAR is lagging PSAR for the indicator. In other words, the PSAR value generated with TradingView's built-in functionality was causing the PSAR value not to be persistent when the trend direction changed. Now, with the lagging PSAR, the value of PSAR is persistent when the direction changes. Therefore, it provides more reliable signals and better visualisation. The default lagging PSAR line colours are now yellow and fuchsia.
Ganz im Sinne von TradingView hat dieser Autor sein/ihr Script als Open-Source veröffentlicht. Auf diese Weise können nun das Script auch andere Trader verstehen und prüfen. Vielen Dank an den Autor! Sie können das Script kostenlos verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert. Sie können es als Favoriten auswählen, um es in einem Chart zu verwenden.