Fibonacci Loop Check
-
Hi guys!
I want to check if the price has crossed any of the fibo levels to open a trade.
how can I do it using a loop method?
And there is a way to identify which level was crossed?
Ex: The loop will check if the price crossed any fibo level and it will detect which level was crossed, putting the fibo level that was crossed into a variable for further management.
Thank you!
-
I recommend you this thread:
-
Hi!
I think that is a different issue.
I'm able to draw the fibo, get candle cross for one level and also the value for that level. But I want to check all fibo levels and verify if there was a cross for any level using a loop function. I'm trying to automate this check
-
I see. Certainly not a trivial issue. Did you search any available infor on previous threads?
-
@l-andorrà Yes, I did. I couldn't find any topic with this issue. Most of it is related to crossing and drawing.
-
Honestly I would need some time to think and search about it. Meanwhile, maybe roar and mireo can offer us some help?

-
Any fibo level... from 0 to 100 and beyond?

-
@fxdreema Hi!
Well..I'm not using so many levels Lol ...But I meant about any fibo level from all those levels that my "Draw Fibonacci tool" is using.