Multi Timeframe Indicators - page 1140

 
linux4j:

Mladen просьба прикрутить Allert к индикатору  ATR HiLo Channel Arrows TT__2 [mtf_M5]

Стратегия "Канал внутри Канала" Deep Inside [Волна ATR(M5) внутри Волны ATR(H1) ]


В основу торговой стратегии заложено правило Альберта Эйнштейна «Сделай настолько просто, насколько это возможно, но не проще», совмещенное с пробоем уровней по Ганну. 


Стратегия «Нулевой уровень» по принципу Эйнштейна – 1 000 000$ за 3 года

ШАГ 2: ТОРГУЕМ ВНУТРИ ВОЛНЫ В СТОРОНУ ТРЕНДА
Если часовая свеча того же цвета, что и дневная, считается, что мы находимся внутри волны.
Deep Inside [Волна ATR(M5) внутри Волны ATR(H1) ]

Deep Inside [Волна ATR(H1) внутри Волны ATR(H4) ] 

Это как Шаблон стратегии :: Добавьте фильтры : : Например :: отскок от одной из границ Канала с подтверждением сигнала по Стохастику.

Например StochRSI(от QQE)

;

linux4j


ATR HiLo Channel Arrows TT__2 [mtf_M5] indicator is one of the fitting indicators : it recalculates/repaints. Pointless to add alerts to it when it will change the signals all the times


 

Dear Mladen,

 could you please check but when i set TF to 1 week, its calculate from last friday candle to thursday candle for the week and not from monday to friday. 

Thank you for your outstanding support as usual.

 

Will 

 
Heraclees:

Dear Mladen,

 could you please check but when i set TF to 1 week, its calculate from last friday candle to thursday candle for the week and not from monday to friday. 

Thank you for your outstanding support as usual.

 

Will 

Will

You are right. That happens because metatrader starts the week on Sunday (not Monday). Here is a version that fixes that and the week starts on Monday

 
mladen:

linux4j


ATR HiLo Channel Arrows TT__2 [mtf_M5] indicator is one of the fitting indicators : it recalculates/repaints. Pointless to add alerts to it when it will change the signals all the times


Просьба если есть возможность, написать StochRSI(от QQE) c функцией MTF

Например StochRSI(от QQE)

; 

...[Функция Z (от функции Y (от функции X)) ]

...Такая запись выглядит как (function arguments...). Вы всегда начинаете с задания имени функции, за которым следует список (пустой или непустой) аргументов, передаваемых функции. 
https://www.ibm.com/developerworks/ru/library/os-eclipse-clojure/

 
дравствуйте  

mladen , у меня к Вам огромная просьба, переделайте пожалуйста индикатор в формат МТФ 

С Уважением Тимур

 
linux4j:
дравствуйте  

mladen , у меня к Вам огромная просьба, переделайте пожалуйста индикатор в формат МТФ 

С Уважением Тимур

That indicator has an error in line 182

Is that the original code (that should have work)?

 
Just in case : this version can be compiled
 
linux4j:

Просьба если есть возможность, написать StochRSI(от QQE) c функцией MTF

Например StochRSI(от QQE)

; 

...[Функция Z (от функции Y (от функции X)) ]

...Такая запись выглядит как (function arguments...). Вы всегда начинаете с задания имени функции, за которым следует список (пустой или непустой) аргументов, передаваемых функции. 
https://www.ibm.com/developerworks/ru/library/os-eclipse-clojure/

Тимур

When you take the qqe value (the main value, not the colored value) and compare it to rsi smoothed by smoothing factor you get this


So, it would be a stochastic of rsi of ema smoothed rsi - all in all, that would mean doubling the rsi in that calculation. I don't think that using the "trend" part of qqe would be recommended (due to its, mostly artificial) changes (check the value of the first bar on trend change)

 

Mr M

Mr T

Can you put a shift on this

 

Thanks 

Files:
 
wallstreet444:

Mr M

Mr T

Can you put a shift on this

 

Thanks 

You can use any of the super trend indicators that already have that (since the "trend magic" is the super trend - with all the things that came with it in the beginning, including the repainting)

Check this thread for more : https://www.mql5.com/en/forum/178757

Reason: