Archive for November 3rd, 2009

MQL4 Tutorial – Introductory Course

Posted on the November 3rd, 2009 under Trading by berny

MQL4-tutorialHundreds 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, a script to perform single operations, or create an Expert Advisor – an automated trading system (trading robot).

Download the MQL4 Introductory Course – 2mb

To view the full article, please visit: http://www.metatraderglobal.com/421/mql4-tutorial-introductory-course/

Rewrite MQL4 to MQL5 Script

Posted on the November 3rd, 2009 under Trading by berny

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

Rewrite MQL 4 to MQL 5 Script

To view the full article, please visit: http://www.metatraderglobal.com/406/rewrite-mql4-to-mql5-script/

Custom Indicators in MQL5

Posted on the November 3rd, 2009 under Trading by berny

Custom Indicators in MetaTrader 5Finally we’ve got an opportunity to try the new trade terminal – MetaTrader 5. No doubt, it is noteworthy and has many new features as compared to its predecessor. The important advantages of this platform among others are:

  • Essentially modified language allowing now to use the object-oriented programming, still allowing to use the rich advantages of structural programming.
  • The code execution speed, which now is much faster than in MetaTrader 4.
  • Essential increase of possibilities for displaying the necessary information.

  • To view the full article, please visit: http://www.metatraderglobal.com/400/custom-indicators-in-mql5/

MetaTrader Tips – Full-Screen Mode

Posted on the November 3rd, 2009 under Trading by berny

To enter full-screen mode simply press on F11 on your .

MetaTrader 4 Full-Screen Mode

Once in the full-screen mode, the below hotkeys can be used to open command :

  • Ctrl+M – Market Watch
  • Ctrl+N – Navigator
  • Ctrl+T – Terminal
  • Ctrl+D – Data window

To return to the normal mode at anytime, just press F11 again.

Source: http://www.metatraderglobal.com/411/metatrader-tips-full-screen-mode/

Quote History in MetaTrader 5 (MT5)

Posted on the November 3rd, 2009 under Trading by berny

In MetaTrader 5 the history of quotes is stored only in M1 format (from 1993, before – D1 format) and all the charts are built based on it. When the terminal is first installed, the history is empty. The history is stored in \MetaTrader 5\Bases\Default\History\”currency”\ folder and has the .hcc (uncompressed) format. The history is transferred from the MetaQuotes’s server in a -efficient archive format of data storing so for example the 10 years 1-minute history of quotes for GBPUSD takes around 10-13 megabytes, uncompressed around 100-150 megabytes.

In order to download all history for a selected currency and show it on the chart, first open the options menu, then charts and select “unlimited bars in chart” option.

To view the full article, please visit: http://www.metatraderglobal.com/394/quote-history-in-metatrader-5-mt5/