I can use the following code to build a Fibonacci Retracement with the default percentage values
IFibonacciRetracements fibRetracement1 = DrawFibonacciRetracements ("Fib 1", true, 0, yValue1, 0, yValue2);
How do I get the yValues at these percentages?
Thanks!
Cheers!

Comment