Независимость Фибоначчи

0
(0)
Имя:
Независимость Фибоначчи
Автор: бда (2012.08.16 10:28)
Скачано: 7314
Скачать:
Fibonacci Independence 1
Фибо_Независимость.mq4 (12.9 Кб) Вид
Fibonacci Independence 1 Fibo_Independence E.mq4 (12.3 Кб) Вид
РЕДАКТИРОВАТЬ: Я реализовал изменения, предложенные deVries ниже - these are the revised indicators.I had need of a fib tool a little more flexible than the one that comes with MT4. Many contributors have made a great many attempts to solve this but none of the ones that I have found did exactly what I needed so I created this.

It sits on your chart as an indicator and when you need a fib you just draw a trendline where you want to see the fib and rename the trendline. You can chose which fib lines to display and what colors, thickness and style each fib line is.

As you adjust the trendline the fib levels recalculate.

To use:

Place indicator on your chart. You can place multiple copies of the indi if you make each TrendName value unique (i.e Fib1, Fib2, Fib3, и т. д.).

Draw a trendline where you want the Fibonacci levels calculated (same as you would with the MT4 fib retracement tool). Open the trendline properties box and name the trendline the same as the TrendName i.e. "Fib1".

Fib levels will calculate on next tick or you can refresh your chart.

To make changes open the Fibo_Independence indicator properties box and make adjustments

You can choose which levels to display, what color each of the lines are, what width each of the lines are, and what style each of the lines are all without redrawing the fib.

To make any of the settings the "по умолчанию" make changes in MetaEditor and then compile the indicator again.
Also I have a companion indicator I might as put up here as well. (see pictures below)
Fibo_Independence E – works same as Fib_Independence except it marks external fib retracements on the trend line length i.e. 161.8%. (Open the trendline properties box and name the trendline "FibE1".)

Примечания: the trendlines must be named the same as the name at TrendName in the properties of the indicator so that the indicator will find the correct line.

At the beginning of the text label there is a notation to tell you which indicator created which line.

To save default settings for running multiples of the indicator just make a template with the settings.

Fibo_Independence

Fibonacci Independence 3

Fibo_Independence E

Fibonacci Independence 4

Why does the cursor

24.08.2012 08:45 Director

де Врис:And replace all

" + Пример" для " + 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

С уважением, Tjipke

Thanks Tjipke,

That does make things cleaner.

I have made the changes and posted the revised indicators

 

16.08.2012 16:58 бда

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

   ИндикаторShortName("Fibo_Independence " + TrendName);

And replace all

" + Пример" для " + 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

С уважением, Tjipke

16.08.2012 13:36 де Врис

Насколько полезным был этот пост?

Нажмите на звездочку, чтобы оценить!

Средний рейтинг 0 / 5. Подсчет голосов: 0

Голосов пока нет! Будьте первым, кто оценит этот пост.

Сожалеем, что этот пост не оказался для вас полезным!

Давайте улучшим этот пост!

Расскажите нам, как мы можем улучшить этот пост?



Автор: Команда Форекс Вики
Мы команда опытных трейдеров Forex. [2000-2023] которые посвящены жизни на наших собственных условиях. Наша основная цель - достижение финансовой независимости и свободы, и мы занимались самообразованием и приобрели обширный опыт на рынке Forex, чтобы достичь самодостаточного образа жизни..