Metatrader 5 versions of indicators ... - page 44

 

This book should also help.  He also wrote a book for MT4.  Both helped me write basic indicators and EAs.

Expert Advisor Programming for MetaTrader 5: Creating automated trading systems in the MQL5 language Paperback – January 24, 2013

by Andrew R. Young

 

Hi guys, I'm looking for MT5 Symbol changer indicator. I have two MT4 versions and I found these ones very useful. Could anyone recommend one for MT5. Thank you in advance.

 
Hi Mladen,

Is there an MT5 version of the Halftrend indicator - if there is, I would be grateful if you could point me in the right direction. If not, would you consider doing one. Thanks

Regards

Jasjit
 

Hi mladen, would you please make this for MT4?

Thank you,

madopter 

 
madopter:

Hi mladen, would you please make this for MT4?

Thank you,

madopter 

sure thing
 

Hi everybody,
I want to manualy compare the signals of MT4 and MT5 versions of this indicator. 
I tried to conver it trough web based converter, but indicator didn't work on MT5.
If is possible to help me with this.

 

in *.mq4 file is description:

//| This is a simple code                                           

//| Everyone wants change, modify or put better fix can do, it's FREE|

//| You see 3 Histogram bar, Silver is the spread of candle high/low |

//| and the middle is at 0.                                       

//| Red/Green Histogram is the close of candle comparate to the  

//| middle of the spread.                                            


thank you

Files:
 
Thanks for the work baraozemo . Indikator works but the problem is that doesn't refresh in real time. Indic. draws histogram only once - when is added to the chart. Next bars after adding doesn't paint until timeframe isn't changed..
 
dvetri:

Hi everybody,
I want to manualy compare the signals of MT4 and MT5 versions of this indicator. 
I tried to conver it trough web based converter, but indicator didn't work on MT5.
If is possible to help me with this.

 

in *.mq4 file is description:

//| This is a simple code                                           

//| Everyone wants change, modify or put better fix can do, it's FREE|

//| You see 3 Histogram bar, Silver is the spread of candle high/low |

//| and the middle is at 0.                                       

//| Red/Green Histogram is the close of candle comparate to the  

//| middle of the spread.                                            


thank you

try this that I ported to mt5

 

dvetri:
Thanks for the work baraozemo . Indikator works but the problem is that doesn't refresh in real time. Indic. draws histogram only once - when is added to the chart. Next bars after adding doesn't paint until timeframe isn't changed..

 

dvetri,

I think that now is fixed.. check this version 

Files:
VSA_Candle2.mq5  17 kb
 
thank you again. works great!
Reason: