pmaglio
08-28-2008, 03:05 PM
Once I have two defined pivots Low and High I want to draw some Fib Lines from there, but with the code
DrawFibonacciRetracements("WaveUP", CurrentBar-oldPL, Low[CurrentBar-oldPL], lastPH, High[lastPH]);
I get the all the standard lines, I only want some of them like I have defined as default in all my charts...
How can I change parameters (like % line values, color, thickness) ?
Thanks
DrawFibonacciRetracements("WaveUP", CurrentBar-oldPL, Low[CurrentBar-oldPL], lastPH, High[lastPH]);
I get the all the standard lines, I only want some of them like I have defined as default in all my charts...
How can I change parameters (like % line values, color, thickness) ?
Thanks