Hi
I would like something that will draw a horizontal line every time an indicator has been at the same value for two candles or more over the last x candles.
Is this possible please?
Thanks
Robert
What indicator please? Do you have an example?
Hi Nicolas,
fibo3 in this example?
Thanks
Rob
//parameters
// period = 50
ll = lowest[period](low)
hh = highest[period](high)
//mid = (ll+hh)/2
fibo3 = (hh-ll)*0.382+ll
It already draws horizontal lines, it’s a Fibonacci level on price. So I’m not sure to understand exactly your query..
You’re right, I’m being daft, long weekend.