Multi Timeframe Indicators - page 1011

 

Upgraded TTM waves indicator (more user friendly and shorter code) : ttm_waves_mtf_2.mq4

Files:
 

Upgraded TTF (trend trigger factor - the non-repainting version), with usual user friendlier interface and shorter optimized code : ttf_mtf_2.mq4

Files:
ttf_mtf_2.mq4  9 kb
ttf.gif  74 kb
 

wilders_dmi__histo_mtf__alerts__arrows_nmc.mq4

Hi,

I have a "Wider's DMI histo mtf + alerts + arrows nmc", but dont work very well with mtf. May be : Buid 600 + ?

Where can-i find a good one please ?

thanks a lot

jf

 
celte83:
wilders_dmi__histo_mtf__alerts__arrows_nmc.mq4

Hi,

I have a "Wider's DMI histo mtf + alerts + arrows nmc", but dont work very well with mtf. May be : Buid 600 + ?

Where can-i find a good one please ?

thanks a lot

jf

hi,

here a upgraded ver by MLADEN

Forex TSD - forex forum - Download Wilder's_DMI + histo mtf + alerts + arrows 2.mq4

 
mntiwana:
hi,

here a upgraded ver by MLADEN

Thanks Sir but it dont work too on mtf

belle soirée

jf

 
celte83:
Thanks Sir but it dont work too on mtf

belle soirée

jf

dear,

first,i am not sir,only MLADEN....:)......if this is not working even ,then there is some thing wrong with you or with your terminal (mt4)...... but BOSS can better guide you.......i just checked,nothing wrong with me,it means your first indicator was ok almost....see the picture it is workjing now.

Files:
eurusdm1_3.png  40 kb
eurusdm5.png  38 kb
 
mladen:
An addition to the "all time frame" series of indicators : All time frame DeMarker : all_time_frame_demarker.ex4

HI,MLADEN!

How do I use EA robot?

double HT0=iCustom( Symbol(),0,"All time frame DeMarker" ,0,0);

double HT1=iCustom( Symbol(),0,"All time frame DeMarker" ,1,0);

double HT2=iCustom( Symbol(),0,"All time frame DeMarker" ,2,0);

double HT3=iCustom( Symbol(),0,"All time frame DeMarker" ,3,0);

double HT4=iCustom( Symbol(),0,"All time frame DeMarker" ,4,0);

double HT5=iCustom( Symbol(),0,"All time frame DeMarker" ,5,0);

double HT6=iCustom( Symbol(),0,"All time frame DeMarker" ,6,0);

double HT7=iCustom( Symbol(),0,"All time frame DeMarker" ,7,0);

double HT8=iCustom( Symbol(),0,"All time frame DeMarker" ,8,0);

double HT9=iCustom( Symbol(),0,"All time frame DeMarker" ,9,0);

example

"buy" && HT2 > HT5

"sell" && HT2 < HT5

THIS IS NOT WORKING!

where error? PLEASE HELP ME CORRECT CODE!

 
mntiwana:
... if this is not working even ,then there is some thing wrong with you or with your terminal (mt4)......

Ok and sorry for my very bad english ... Sir ;-)

Dont work for me on FXCM

see you

jf

 
MISI1:
HI,MLADEN!

How do I use EA robot?

double HT0=iCustom( Symbol(),0,"All time frame DeMarker" ,0,0);

double HT1=iCustom( Symbol(),0,"All time frame DeMarker" ,1,0);

double HT2=iCustom( Symbol(),0,"All time frame DeMarker" ,2,0);

double HT3=iCustom( Symbol(),0,"All time frame DeMarker" ,3,0);

double HT4=iCustom( Symbol(),0,"All time frame DeMarker" ,4,0);

double HT5=iCustom( Symbol(),0,"All time frame DeMarker" ,5,0);

double HT6=iCustom( Symbol(),0,"All time frame DeMarker" ,6,0);

double HT7=iCustom( Symbol(),0,"All time frame DeMarker" ,7,0);

double HT8=iCustom( Symbol(),0,"All time frame DeMarker" ,8,0);

double HT9=iCustom( Symbol(),0,"All time frame DeMarker" ,9,0);

example

"buy" && HT2 > HT5

"sell" && HT2 < HT5

THIS IS NOT WORKING!

where error? PLEASE HELP ME CORRECT CODE!

MISI1

You can not use that indicator from an EA (because it depends on the pressed buttons)

 
celte83:
Ok and sorry for my very bad english ... Sir ;-)

Dont work for me on FXCM

see you

jf

celte83

Example on FXCM (that same indicator) :

Files:
example_3.gif  72 kb
Reason: