Multi Timeframe Indicators - page 930

 
Delboy08:
Hi Mladen,

I am not a coder, and am pretty bad at cutting and pasting. Bearing that in mind I am trying to call your “velocity 2 + mtf & alerts nmc.mq4” Indi using icustom can you please tell me if the following two lines will work:

For Sell: if(iCustom(NULL,0,"velocity 2 + mtf & alerts nmc.mq4",TimeFrame,Length,Price,1,1) > -99999)

For Buy: if(iCustom(NULL,0,"velocity 2 + mtf & alerts nmc.mq4",TimeFrame,Length,Price,1,1) == 0)

I can’t back test as mt4 tester can’t use mtf indi’s. Your help is much appreciated.

Many thanks

Try it like this :

For Sell: if(iCustom(NULL,TimeFrame,"velocity 2 + mtf & alerts nmc.mq4","",Length,Price,1,1) > -99999)

For Buy: if(iCustom(NULL,TimeFrame,"velocity 2 + mtf & alerts nmc.mq4","",Length,Price,1,1) == 0)

_________________________

PS: I assume that "TimeFrame" is a number, not a string. If it is a string, convert it to a number (the usual metatrader time frame numbers for time frames) before using it in a iCustom() call

 

Hi sir,

!vertex_mod_3.01 alerts + arrows.mq4is very nice Indicator

This Indicator is Repaint ?????

 
patel879:
Hi sir,

!vertex_mod_3.01 alerts + arrows.mq4is very nice Indicator

This Indicator is Repaint ?????

Yes, it can repaint

 

Upgraded Wilders adx (shorter code, more compatibility - the version that can draw Wilders ADX as well as the built in ADX) : wilders_adx_mtf_2.01.mq4

Files:
 

please add the arrow alert to realcloud indicator when color change. Thank you.

Files:
realcloud.mq4  4 kb
 
tysgels:
please add the arrow alert to realcloud indicator when color change. Thank you.

tysgels

That is a simple multi time frame ma (always showing next time frame ma)

Use any correct multi time frame ma cross indicator

 

here is the image of STLM histogram

Files:
 

hello,

can someone make MTF of STLM histogram indicator

thanks in advance

 

hello,

can someone make MTF of STLM histogram indicator

thanks in advance

here is another image of STLM histogram indicator

Files:
 

here is mql4 file attachedstlm_hist.mq4

Files:
stlm_hist.mq4  13 kb
Reason: