Multi Timeframe Indicators - page 630

 
cain82:
Hi,

Could you please add MTF into this indicator?

Please, please, please...

Forex TSD - forex forum - Download Moving-Averages+Ray-1.mq4

cain82

This is a multi time frame moving average with an addition of a "ray" that shows the current slope of the moving average

_____________________

Updated version compatible with new metatrader 4 posted here : https://www.mql5.com/en/forum/173574

 

Can this one be made MTF please?

Files:
 

mpcandle.mq4mpcandle.ex4Hi,

Could someone please make the attached indicator to a multi time frame mtf,

it show the price congestion zone of a candle stick

Files:
mpcandle.mq4  5 kb
mp_candle.png  24 kb
mpcandle.ex4  11 kb
 

Rsi of ema variation (it is an indicator that will work only on a new metatrader 4 - it will not work on previous builds - builds 509 or earlier) made multi time frame

 
mladen:
Rsi of ema variation (it is an indicator that will work only on a new metatrader 4 - it will not work on previous builds - builds 509 or earlier) made multi time frame

Please Sr:

I need this indicator mtf work antique metatrader 4 thanks in advance mladen

 
toddanderson:
mpcandle.mq4mpcandle.ex4Hi,

Could someone please make the attached indicator to a multi time frame mtf,

it show the price congestion zone of a candle stick

toddanderson

Here is a multi time frame version

Files:
 

Updated version of Behgozin strength finder

 
secretcode:
Mladen / Mrtools

Would you please add MTF option in attached indicators ?

Thanks in advance

secretcode

secretcode

Here is this version made multi time frame

_________________________

Updated version posted here : https://www.mql5.com/en/forum/173574

 

Make this one MTF?

Files:
 
john1368:
Make this one MTF?

john

I do not know who was making changes in that indicator, but there are some serious coding errors in it. For example : this line

for(i=0; i < limit; i++) trix_buffer1=iMA(NULL,0,TrixPeriod,0,MODE_SMMA,(PRICE_CLOSE+PRICE_HIGH+PRICE_LOW),i);

has no sense at all. The (PRICE_CLOSE+PRICE_HIGH+PRICE_LOW) means absolutely nothing when moving averages is calculated. So, that indicator should be corrected first and only then used further (it also can repaint in some cases).