TradingView
informanerd
2020年6月18日下午2點08分

Classical Supports & Resistances 

Euro / U.S. DollarFOREX.com

描述

This indicator shows classical resistance and support levels which retraced the chart lately. Notice that the condensed lines laying close together are showing an area of support and/or resistance.
But after all, it was a tedious work creating this indicator because like I've already said, pine script is a very odd and weak language which does not have many ordinary features like useful loops, simple line drawing and even reasonable variable casting!
So I was forced to use its built-in pivothigh() and pivotlow() functions without any handy documentation. I assume that even these functions don't work as expected, and because of that, I embedded "Sensitivity" and "Lookback Time" options in the indicator as a workaround.
Feel free to use it and send me your comments/solutions.

發布通知

A little change
Added an option to use bars for looking back instead of time

發布通知

Count of levels on the chart has been increased.
評論
pauls0101
Great work! I agree with you as I've tried to create something similar and pine makes this so difficult.
informanerd
@pauls0101, Your welcome.
更多