Archives

Posts Tagged ‘MQL5 code’

Introduction Most Java coders will be familiar with the auto-generated documentation that can be created with JavaDocs. The idea is to add comments into the code in a semi-structured way that can then be extracted into an easy to navigate help file. The C++ world also has a number of documentation auto-generators, with Microsoft’s SandCastle [...]

Read more about Auto-Generated Documentation for MQL5 Code and view this post/page in full.

Dec 29th, 2009 | Filed under MetaTrader 5

Here is a script which converts MQL4 code to MQL5 code was developed by Keiji and Circlesquares on the MQL4 forum. First, download the following files and place them in your Metatrader 4 / experts / include folder – mt4accountinfo.mqh – mt4string.mqh – mt4datetime.mqh – mt4objects_1.mqh – mt4timeseries_2.mqh Now, download the latest version of the rewrite [...]

Read more about Rewrite MQL4 to MQL5 Script and view this post/page in full.

Oct 31st, 2009 | Filed under MetaTrader 5