Article Summary:
Article Content:
I’ve had my first experience with the MetaTrader 5 indicator coding. It took me two days to rewrite one of my old MT4 indicators to MT5 (actually it was rather a conversion from MQL4 to MQL5). It wasn’t very easy — in fact I’ve expected some sort of backward compatibility, albeit limited, from new MetaTrader platform or some tool from MetaQuotes Software that would do the code conversion automatically. So, I’ve converted BMA (Bands Moving Average) from.mq4 to.mq5 and it retained its full functionality, which is quite great. You can now freely download BMA indicator for MetaTrader 5. If you’ve missed my announcement of MetaTrader 5 Beta Testing you can still download the latest Beta from MetaQuotes.
Now, about the conversion process… From it I can make several early conclusions about the new MQL5 language and its differences from the old MQL4. The conclusions that would be interesting to the MQL developers are the following:
Leave a comment