Archives

Posts Tagged ‘MQL’

MetaTrader is one of the most popular trading platform among presently existing. Wide configuration and control possibilities for brokers and a robust programming tool, the integrated MQL language for traders make the system handy and versatile in use. The MQL integrated programming language is a C++ like language. Its concepts and syntax are familiar which [...]

Read more about MetaTrader Programming Overview and view this post/page in full.

Feb 15th, 2010 | Filed under MetaTrader 4

Development of applications for the MetaTrader 4 Client Terminal requires the knowledge of MQL4. This programming language MetaQuotes Language 4 is a fourth-generation language that has also been developed by MetaQuotes Software Corp. from their own many years experience. MQL4 is the first programming language to consider all niceties of trading on financial markets. This [...]

Read more about MQL4 for Dummies and view this post/page in full.

Jan 22nd, 2010 | Filed under MetaTrader 4

Introduction What is an indicator? It is a tool intended for displaying a certain type of data. Usually it is information about the price series properties, exactly this type of indicators will be considered further. Each indicator also has its own properties and characteristics: for example, the range of values, the overbuying/overselling zones, the line [...]

Read more about Decorating Indicators – MetaTrader 4 and view this post/page in full.

Comments Off
Nov 18th, 2009 | Filed under MetaTrader 4

People have been asking if the code of MetaTrader 5 (MQL5) will be similar to C++? It was promised that MQL5 will be very similar to classic C / C++, except: pointers. that staff with *. goto operator. anonimous enumeration. some exotic staff from so-called “object-oriented programming”: classes constructors do not have parameters, no multiply inheritance etc. [...]

Read more about C++ and MQL5 – MetaTrader 5 and view this post/page in full.

Nov 14th, 2009 | Filed under MetaTrader 5

Hundreds of thousands of traders worldwide have already judged the MetaTrader 4 Client Terminal on its merits. The use of its embedded programming language, MQL4, lifts traders to a new level of trading – to automated trading. Now, a trader can implement his or her ideas as an application program – write a custom indicator, [...]

Read more about MQL4 Tutorial – Introductory Course and view this post/page in full.

Nov 3rd, 2009 | Filed under MetaTrader 4, MetaTrader 4 Tips

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

MetaTrader refers to a group of software applications that help brokers and traders to trade currency. They also use MetaTrader programs to trade CFD contracts and other markets such as spot gold and silver (bullion). MetaTrader is developed by ‘MetaQuotes Software’ a Russian company. You as a trader may use one of the following MetaTrader [...]

Read more about What is MetaTrader? and view this post/page in full.

Sep 10th, 2009 | Filed under MetaTrader General News