ParabolicSAR
Click the file above to Download.
NOTE: For easy import into your charts, save to some where that you will be able to remember, for example your computer's desktop. Be sure to save using .alt as the file extension.
Copy to Clipboard local psar=SAR[0](Close, 0.02, 0.2) local psar1=SAR[1](Close, 0.02, 0.2) if high[1]=psar then addbuyentry at psar endif if low[1]>psar1 and low<=psar then addsellentry at psar endif
Enlarge Chart