Whats Your Best Approach To Draw This Fibonacci

hemmiesoft

Trader
Sep 9, 2020
2
0
17
34
Hi Everyone, I need your expertise to solve this little problem in my EA.....
How can draw a Fib to the low of my first open order to the high of the candle before the current bar provided the numbers of bar between them is more that 10 ?
 
Yes ... I'm trying to get the low of the oldest position (OrderTicket=0)... And how to get the Bar number...
Could you please explain what you mean by the "low of the oldest position"?
As for the Bar number, you are trying to get it by what? By time? There is iBarShift() for that.