
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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
Check these :
https://www.mql5.com/en/forum/173574/page465
https://www.mql5.com/en/forum/180648/page482Dear 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
Dear Mladen,
Please make this Ma_cross_histogram_alerts in MTF.
ThanKs and Regards
JackJack, 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
hi
i want add option MTF
i want selection any MTF like 1h or 4h or 1d >>>>

tha indoctor work 1ddel10
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
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 itthank you i change it but indoctor dont work
can u help me
and convert mq4 to EX4
Multi time frame Swing ZZ
any latest update on this to on latst mt4
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
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