Parabolic SAR (Stop and Reverse) is used to determine the price direction of an asset and draw attention to when the price direction is changing.
//@version=6
indicator('Parabolic SAR', overlay=true)
start = input.float(0.02)
increment = input.float(0.02)
maximum = input.float(0.2)
plot(ta.sar(start, increment, maximum), 'Parabolic SAR', style=plot.style_cross, color=color.blue)Enhance your trading workflow with these professional tools and platforms.
Get funded up to $300K. Keep 90% of your profits.
The professional choice for secure execution.
Mirror top-tier traders instantly.