Count number of touches on a support or resistance
-
How can I record how many touches a candlestick has had on a support or a resistance in the last 200 candles?
Can anyone give me some idea how to do this correctly? -
haha....you would logically have to count EVERY touch and retouch of all candles in order to recall that info. Good luck.
-
thats one of those things that programmers dream to do when they can't trade.
Its better to know how to trade and identify those zones that are frequently revisited in other ways, rather than using a counter on the smallest scale...if that makes sense?
-
@ontradingx Technically you can try to create a loop searching for that info but IMHO you should try a custom indicator doing that job instead. You will save a lot of time and suffering, trust me.