cotal65663 / Publications
Forum
How to find a confirming pinbar inside another pinbar... Or What's the logical fallacy here?
Hello! :) I have tried to make some code, and I want to find a pinbar inside another pinbar, how can I do that? I have tried this one: #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 clrRed #property indicator_width1 2 #property indicator_color2 clrLime
Find a confirming pinbar inside another pinbar
Hello! :) For example, I found a pinbar in a M15 timeframe, and I want to find a confirming pinbar inside the M15 timeframe: M5. #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 clrRed #property indicator_width1 2 #property indicator_color2 clrLime #property