Draw Fibonacci based on two points
-
Hi guys, what should I do to draw a Fibonacci based on two specified points?
The problem I have is that it only draws the Fibonacci when the current time is specified.
It takes the price from the two specified points, but not the time, only the current time. -
Not sure what you mean exactly the 2 how are you getting the 2 price points?
-
i mean that i want to set two arrows on Specified High and low and draw a fibo based on arrows
it works, but just based on current time, the arrows that i specified contains time and price, but time is not used
i will share the project with 2 buttons, first one has the problem and second one is based on current time and draw the fibo -
-

-
This pic is about "MainFibo Test" button, the first button doesn`t work
i want to draw fibo form 0 to 1 not in current time -
You are selecting pitce where ou should be selecting time:

-
that's right.......
thank you so much.................