Индикаторы: Fibonacci Independence

 

Fibonacci Independence:

Independent Fibonacci lines with fully selectable features like color, style, and width. You can also toggle lines on and off as needed.

Author: bdeyes

 
//int Instance = 1; //set to unique number to run multiple...
                         // instances of the indi on the same chart
extern string TrendName = "Fib1"; // Unique name of trend line to place fib on.

It is not needed to use Instance the name of a trendline is also unique....

This way you make the name of the indicator

   IndicatorShortName("Fibo_Independence " + TrendName);

And replace all

" + Instance" for " + TrendName"

That way You can use one indicator drawing your lines on your chart

You have only to attached it a few times if you wanna have Fibo's for more then one TrendLine

Regards, Tjipke

 
deVries:

And replace all

" + Instance" for " + TrendName"

That way You can use one indicator drawing your lines on your chart

You have only to attached it a few times if you wanna have Fibo's for more then one TrendLine

Regards, Tjipke

Thanks Tjipke,

That does make things cleaner.

I have made the changes and posted the revised indicators

 

Why does the cursor

 

fibo retracement color does this work? its worth a fortune very nicely done

 
Любопытно, надо будет посмотреть, спасибо
 
i have a problem with this indicator, it shows up on my indicators list, but not on my charts, anyone with any suggestions on what went wrong;; am currently running builds 509 & 600 with the same results..