Problem to Draw Fibonacci
-
Hello friends, I have a problem but I can't solve it, my problem is that I want to draw Fibonacci from the close of the last candle to the lowest price and the level of the three last candles, but when I draw, The levels are not showing on the chart, I think I'm doing something wrong with the fibonacci time because I don't really understand how to set it.
I put the time1 at 0 and the price1 at the close candle ID 0, and then I put the time2 at the candle ID 3 and the price2 at the lowest price of the candle ID 0 to 3, where is the problem?
Thank you for your help and I checked all the forums but I could'nt solve my problem
-
Add a shared link to see what you have done
-
@jstap

sorry i dont know how can i shair my project in link , this is pictures -
@jstap I want to draw Fibonacci from the close of last candles to the 3 last candles lowest price
-
project screen - projects - create shared link - open in web page - copy address bar - past here
-
-
@jstap bro Do you have any idea about my problem?
-
What I see wrong with that is, the price of 0 is the current market price, then your lowest price starts on 0, use ID numbers that can't overlap for testing.