Multi Timeframe Indicators - page 696

 

As far as I see it will always repaint (first of all there is not enough buffers to make it a non repainting color line, second, it does not clear the objects for crosses properly, and all in all a rather untidy written code so no wonder that there are errors in it)

Attaching just an updated one (what I found regarding mtf - extern variables were burred at unexpected place - check the code and you will see) and will check more, but as far as multi color line, with that number of colors and the limitation to 8 drawing buffers metatrader 4 has, there is no hope that it will become non repainting ever

secretcode:
Is there any coding error in side this indicator (added mtf by you, coded/posted by someone) ?

By default parameter it doesn't repaint but when change the inputs as per below it does repaint !!!

Inputs : AveragingPeriod 123, StdDevPeriod 6, ATRPeriod 4, LongPeriod 15, rest is same (w/o mtf using)

btw, above inputs gives atleast nice visualization

any help would be appreciated

Updated version posted here : https://www.mql5.com/en/forum/173574

Files:
 

Updated Heiken ashi smoothed lines : heiken_ashi_smoothed_lines_mtfalerts_nmc.mq4

Originally it was posted here : https://www.mql5.com/en/forum/173574/page302

 
handy148:
Sorry I don't know how to post an indi in here but wondering if it's possible to have an mtf version of indi called :-

Heiken_ashi_smoothed_alert_lines

It is available in mq4

Thank you.

Handy148,

Not sure if its the same but have this version.

Updated version posted here : https://www.mql5.com/en/forum/173574

 

This would be a multi time frame version of heiken ashi smoothed lines (the one that you attached is a heiken ashi smoothed) with alerts

handy148:
Hopefully it's attached

Updated version posted here : https://www.mql5.com/en/forum/173574

 

Ehlers_Fisher transform histo_mtf+alerts from here: https://www.mql5.com/en/forum/173574/page316 updated to be compatible with new mt4 builds.

 
engula:
hi mladen/mrtools

could you pls make this indi mtf? thanks.

fisher_m11.mq4

Engula, looking in the code noticed Fisher m11 is almost the same as Ehlers Fisher transform, except on the M11 version the standard Ehler 0.67 setting and 0.50 settings were replaced with some user defined values called PriceSmoothing and IndexSmoothing, so added this change to Ehlers Fisher Transform done by Mladen. Know this wasn't exactly what your looking for but far as i can tell to make Fisher_M11 mtf stand alone, would take a complete recoding.

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

 

EVIndicator2011v1.02_mtf and PVI_mtf from here: https://www.mql5.com/en/forum/173574/page377 updated to be compatible with new mt4 builds.

 
Kelch Monteiro:
mr tools or mladen, is possible turn these indicators to mtf? please

pvi.mq4

evindicator2011v1.02.mq4

Kelch, added the mtf.

updated versions here: https://www.mql5.com/en/forum/173574

Reason: