Start Drawing Fibo From Changing Points
-
Hi i am real y stuck in this thing for days. please help me
look at picture. i want left vertical line be fibo drawing start point and as u see red and pink line change their places with each other dynamicly.how can i use my left line as start point of fibo for all time? without looking which line shows it, pink or red.

-
@ishahabzn You need to know the candle ID of that vertical line. However, the candle ID will change as new candles are created on the chart. Is that what you need?
-
i need al time have candle id even it changes
-
i should say yes that is what i need. seting these candles id and their idis are changing all time and i need to know which one happens sooner. or later.
i want draw fibonacci retracement upward or downward according to which line happens sooner i want it be my start point and other one end point of fibo
-
@ishahabzn In that case I would recommend not to use candles ID but price levels such as their highs and lows. That way they can be stored into variables that are easier to deal with.
-
thanks mate i used ur advice thanks alot and solved
-
@ishahabzn You're welcome.