Multi Timeframe Indicators - page 943

 

I took mladens version with more possible functions. And put the alert of your indi in it, pls test it, that it works. Otherwise we do it more elegant.

bb_squeeze_advanced_v2_nmc.mq4

 

Dear Techmac,

I want Histogram not Ribbon pls understand.

Thanks for your help.

Mr. Mladen please help me by converting Mas_Cross_histogram_Alerts.mq4 posted by me to MTF. My indicator posted on post # 9415

Thanking you,

Jack

 
jack4599:
Dear Mladen,

Please make this Ma_cross_histogram_alerts in MTF.

ThanKs and Regards

Jack

Jack, there is a mtf histo version here version here: https://www.mql5.com/en/forum/173574/page613

 

hi

i want add option MTF

i want selection any MTF like 1h or 4h or 1d >>>>

tha indoctor work 1d

 
del10:
hi

i want add option MTF

i want selection any MTF like 1h or 4h or 1d >>>>

tha indoctor work 1d

del10

You can simply replace lines 124 and 125 that go like this :

double day_high = MarketInfo(s1,MODE_HIGH);

double day_low = MarketInfo(s1,MODE_LOW);

to this :

double day_high = iHigh(s1,TimeFrame,0);

double day_low = iLow(s1,TimeFrame,0);

and define external parameter TimeFrame, and that should be it

 
mladen:
del10

You can simply replace lines 124 and 125 that go like this :

double day_high = MarketInfo(s1,MODE_HIGH);

double day_low = MarketInfo(s1,MODE_LOW);

to this :

double day_high = iHigh(s1,TimeFrame,0);

double day_low = iLow(s1,TimeFrame,0);

and define external parameter TimeFrame, and that should be it

thank you i change it but indoctor dont work

can u help me

and convert mq4 to EX4

 
mladen:
Multi time frame Swing ZZ

any latest update on this to on latst mt4

 
candyman752:
any latest update on this to on latst mt4

Candyman752, there's one here: https://www.mql5.com/en/forum/180648/page699

 

Thanks mr tools for the above post link. Below is attached trendline files.ar they able to be made into MTF

Files:
 
candyman752:
Thanks mr tools for the above post link. Below is attached trendline files.ar they able to be made into MTF

candyman752

do you happen to have the original source code (not the decompiled code) so that it can be revised and altered? Otherwise I doubt that coders will change a decompiled code

Reason: