Elite indicators :) - page 700

 

sorry I seem to be having posting problems

Kmain240 = iCustom(Symbol(),Period(),"RK-ml-Color Stochastic-best + mtf","240",KPeriod,Slowing,DPeriod,MAMethod,PriceField,overBought,overSold,0,1);[/CODE]

I HAVE EVEN TRIED:

[CODE]Kmain240 = iStochastic(Symbol(),240,7,1,2,1,0,0,0); //doesn't shows up on 60 min backtest

Ray

 
traderduke:
Mladen

It works great on the chart as a stand alone indicator but when I run a EA backtest on a h1 chart and try to use the stoch as a 4H indicator it shows up as a 1H indicator on the backtest 1H chart.

Sorry for not being clear earlier, I guess a picture is worth a thousand words: Please see attached

Thanks

ray

The call must be like this :

Kmain240 = iCustom(Symbol(),240,"RK-ml-Color Stochastic-best + mtf","",KPeriod,Slowing,DPeriod,MAMethod,PriceField,overBought,overSold,false,0,iBarShift(NULL,240,Time[0])+1);

It is not the same when you call the first bar of an indicator from another time frame (second parameter - time frame parameter set to 240) as if you call the first bar of an indicator that works in multi time frame mode already. In the first case the bar is closed. In the second case, except if it was just opened a new bar, it is reading the values of the current (still opened bar)

Or you would have to specify the bar number completely differently

____________________

As of why it displays tested time frame data instead of 4 hour data in case like yours - one more "present" from metaquites I guess - it is obvious thet it cleaned up the TimeFrame parameter (string parameter) before displaying that data

 

Mladen

Thank you, I would have never even come close to figuring that one out.

Ray

 

Would you please make this MTF?

As always, thank you.

dss_of_advanced_kaufman_ama_nmc.mq4

 
madopter:
Would you please make this MTF?

As always, thank you.

dss_of_advanced_kaufman_ama_nmc.mq4

madopter

This is a multi time frame version of the double smoothed stochastic of advanced Kaufman AMA : dss_of_advanced_kaufman_ama_mtf_nmc.mq4

 

Adaptive atr channel & mtf from here: https://www.mql5.com/en/forum/general made new mt4 compatible.

 

Adaptive DayImplus from here: https://www.mql5.com/en/forum/general made new mt4 compatible.

 

This is adaptive day implus indicator, using the T3 adaptive code, on the pictures the top is the adaptive indicator, the picture below is the regular t3 smoothed version compared to this adaptive version, how the adaptive version seems to speed up close to changes in trend.

updated version here: https://www.mql5.com/en/forum/general

 

...

Nod

Here is the mtf version for now :

nodp53:
Mladen is it possible to make Adaptive atr channel MTF ? And maybe ready for symbol and alerts on touch bandu/bandd ?

Simba what version of Tick Data Indi are you using?

THX a lot

Nod

updated version here: https://www.mql5.com/en/forum/general

 

Adaptive Averages MACD - alerts & arrows and averages Bands_arrows both from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds and upgraded with the now 20 moving averages.