//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
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

- Бесплатные приложения для трейдинга
- 8 000+ сигналов для копирования
- Экономические новости для анализа финансовых рынков
Вы принимаете политику сайта и условия использования
Fibonacci Independence:
Author: bdeyes