
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
signal bars
hi
what is the entry exit criteria fro this indicator?
is it entry when all the bars are green? there are at least two shades of green. please post how to use this indicator.
thanks
Signal_Bars_v3_Daily.mq4 - CJA's classic
more:
https://www.mql5.com/en/forumhullhama
hi
i only get orange colors on this indicator. what do the diferrent colors in your example picture mean? how does one use this indicator?
thanks
Hull_HAMA_4TFBars_AD.mq4 works only with Hull_HAMA_m .mq4 (make sure file installed under correct name (exactly: Hull_HAMA_m)
anyone can help me to change to MTF?
thanksssssssss...i try this
hi
hi, does anyone have mtf for money flow indicator?
thanks
mfi mtf been in this thread (many) - check attacm. list (might be in zips also)
hi, does anyone have mtf for money flow indicator? thanks
Hi,
Maybe this is what you are looking for. I use the standard Money Flow Index turned it to MTF.
HMA-Ogeima
Hello,
Does anyone have for HMA-Ogeima.
Thank you very much for your answer.
Smooth non-stepping MTF's
Hi fxbs,
I got this Stochastic_LSDs_MTF.mq4 which i think is very great.
It has option to show regular 'stepping' MTF and/or smooth line MTF on the
same plot
why haven't we've seen more MTF's in 'this form/style'?
I've look around but can't find this form of MTF on Hull. Maybe you have
or anyone has got smooth Hull MTF already could please point me to the thread..
Thanks a ton in advance!
Fibo_MTF
This is an indicator i modified quite sometime ago it is a MTF Fibo indicator and has preset color and linestyles so all the user has to do is change timeframes and the lines and colors update to the presets. Of course the preset colors etc can all be altered by the user.
extern string ____________________="Change TimeFrames for MTF Display";
extern int TimeFrame =1440;
extern string _____________________=" Preset colors & LineStyle";
extern string ______________________="Monthly";
extern color MN1_Upper_color = Sienna;
extern color MN1_Intra_color = DarkOrange;
extern color MN1_Lower_color = Sienna;
extern int MN1_Hi_LineStyle = 0;
extern int MN1_Mid_LineStyle = 0;
extern int MN1_Lo_LineStyle = 0;
extern string _______________________="Weekly";
extern color W1_Upper_color = Maroon;
extern color W1_Intra_color = Red;
extern color W1_Lower_color = Maroon;
extern int W1_Hi_LineStyle = 0;
extern int W1_Mid_LineStyle = 0;
extern int W1_Lo_LineStyle = 0;
extern string ________________________="Daily";
extern color D1_Upper_color = SteelBlue;
extern color D1_Intra_color = Aqua;
extern color D1_Lower_color = SteelBlue;
extern int D1_Hi_LineStyle = 0;
extern int D1_Mid_LineStyle = 0;
extern int D1_Lo_LineStyle = 0;
extern string _________________________="4 Hourly";
extern color H4_Upper_color = ForestGreen;
extern color H4_Intra_color = YellowGreen;
extern color H4_Lower_color = ForestGreen;
extern int H4_Hi_LineStyle = 0;
extern int H4_Mid_LineStyle = 0;
extern int H4_Lo_LineStyle = 0;
extern string __________________________="1 Hourly";
extern color H1_Upper_color = Gray;
extern color H1_Intra_color = Silver;
extern color H1_Lower_color = Gray;
extern int H1_Hi_LineStyle = 0;
extern int H1_Mid_LineStyle = 0;
extern int H1_Lo_LineStyle = 0;
fibo_mtf.ex4