Fibonacci retracement
-
@fxDreema i think there is a bug on fibonacci retracement block. Say i have drawn a fibonacci retracement object with custom levels of 0%, 100%, 300%; whenever i try to use one of the levels in a conditional loop the only level that is recognized is the 0% level. I even try to draw a horizontal line at any of the levels the only level at which the horizontal line is being drawn is the 0% level. Can you take a look at it. Else maybe there is a way around it that i am not aware of.
-
Add a shared project link to look at, there is no bug in this block
-
@jstap shared/1MEtrWuVd
....nothing changes when i toggle the price level in loop for each fibonacci to peg the horizontal line -
shared/1MEtrWuVd
-
You are redrawing it on every tick, which means it will be named fib1,2,3,4 etc set a reason to draw above and delete when you draw so it is always named fib, let me know if this works...
-
@jstap redrawing is intentional, what I want is for the horizontal line to be drawn on other fib levels which are not equal to 0%. As of the names of the fib object, i have looped if name starts with fib or contains fib so the problem is not on the object name
-
@Ultrasigma i don't know fibonacci tool at all, can these options be helpful?

-
@ambrogio those are the ones I been toggling but they all don't seem to be giving me what I want
-
@Ultrasigma I'm sorry, I don't know what else to do
Also the fibo retracement lines do not appears in the object list