Индикаторы: ATR adaptive Laguerre filter - levels

 

ATR adaptive Laguerre filter - levels:

Фильтр Лагерра с адаптивностью по ATR - уровни

ATR adaptive Laguerre filter - levels

Автор: Mladen Rakic

 

в сообщении выше написано " Сигналом для входа и выхода может служить смена цвета. Перед использованием в торговле рекомендуется поэкспериментировать с уровнями. "

Секцию переключения цветов вывел в окно данных в одной строчке заменив INDICATOR_COLOR_INDEX на INDICATOR_DATA.

0 - серый. 1 - зелёный. 2- розовый

 
John Peterson :

in the message above it is written "A color change can serve as a signal for entry and exit. It is recommended to experiment with levels before using it in trading.  "

I brought the color switching section to the data window in one line, replacing INDICATOR_COLOR_INDEX with INDICATOR_DATA.

0 is gray. 1 - green. 2- pink

Why would it be needed in the data window?

It does not need to be displayed in the data window in order to be accessible via iCustom() call and CopyBuffer() function. This way you only lost the colors of the line and cause some other issues

 
It`s only for yuor mind. 
 
John Peterson:

в сообщении выше написано " Сигналом для входа и выхода может служить смена цвета. Перед использованием в торговле рекомендуется поэкспериментировать с уровнями. "

Секцию переключения цветов вывел в окно данных в одной строчке заменив INDICATOR_COLOR_INDEX на INDICATOR_DATA.

0 - серый. 1 - зелёный. 2- розовый

Mladen Rakic:

Why would it be needed in the data window?

It does not need to be displayed in the data window in order to be accessible via iCustom() call and CopyBuffer() function. This way you only lost the colors of the line and cause some other issues

the reason is simple: this is the way to automate trading. I can use signals when 0 becomes 1 or 2 and cannot do visual analyze or debugging without this parameter in data windows