Multi Timeframe Indicators - page 273

 

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

fxbs:
Signal_Bars_v3_Daily.mq4 - CJA's classic

more:

https://www.mql5.com/en/forum
 

hullhama

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

fxbs:
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?

Files:
 

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)

 
FXBabe:
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.

Files:
mtf_mfi.gif  30 kb
mtf_mfi.mq4  3 kb
 

HMA-Ogeima

Hello,

Does anyone have for HMA-Ogeima.

Thank you very much for your answer.

Files:
 

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

Files:
fibo.gif  45 kb
fibo_mtf.ex4  17 kb
Reason: