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.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.