Discussion of article "Migrating from MQL4 to MQL5" - page 6

 

I love this article ! thanks

 

So if you're not some kinda programer you're stuffed!!

 

Thanks MT5 :) 

 
Hi how do i use ima() in a ma cross expert advisor in mql5 if it doesnt contain an entry for bar shift, because the mql4 format gives an error saying "wrong parameters count" you should note that im not talking about ma_shift here
Documentation on MQL5: Technical Indicators / iMA
  • www.mql5.com
Technical Indicators / iMA - Documentation on MQL5
 

i love this article.

your idea for make emulator mt4, very good idea... 

 

When compiling the error: " 'MODE_MAIN' - enumerator identifier already defined initmql4.mqh line 223 column 24". MODE_MAIN is duplicated.

enum ADX_MODE        { MODE_MAIN,         MODE_PLUSDI, MODE_MINUSDI };
enum UP_LOW_MODE     { MODE_BASE,         MODE_UPPER,      MODE_LOWER };
enum ICHIMOKU_MODE   { MODE_TENKANSEN=1,  MODE_KIJUNSEN, MODE_SENKOUSPANA, MODE_SENKOUSPANB, MODE_CHINKOUSPAN };
enum MAIN_SIGNAL_MODE{ MODE_MAIN,         MODE_SIGNAL };
 
baal79:

When compiling the error: " 'MODE_MAIN' - enumerator identifier already defined initmql4.mqh line 223 column 24". MODE_MAIN is duplicated.

Use technical indicators without translation.
 
A beautifully conceived article. An indispensable reference. But there are so many, to say the least, typos. I can't believe it. Can't it be fixed?
 
abolk:
A beautifully conceived article. An indispensable reference. But there are so many, to say the least, typos. I can't believe it. Can't it be fixed?
Fix what exactly?
 
DC2008:
What exactly to correct?
I'm not going to "dig" again to write it down, but next time I come across it, write it down immediately. On the other hand, maybe I was too hasty with the "attack".
 
Thank you for this nice article.