Archives

Posts Tagged ‘Mql4’

This article is dedicated to peculiarities of transferring price constructions written in MQL4 to MQL5. To make the process of transferring indicator calculations from MQL4 to MQL5 easier, the mql4_2_mql5.mqh library of functions is suggested. Its usage is described on the basis of transferring of the MACD, Stochastic and RSI indicators. Introduction Hello dear readers! [...]

Read more about Transferring Indicators from MQL4 to MQL5 and view this post/page in full.

Comments Off
Aug 18th, 2010 | Filed under MetaTrader General

With the launch of the “Jobs” service, the MQL5.community became an ideal place for placing orders and providing programming services. Thousands of traders and developers visit this resource on a daily basis, and can easily help each other. For a trader, the “Jobs” service is the opportunity to easily obtain his own Expert Advisor. For [...]

Read more about Order a Custom Trading Robot in MQL5 and MQL4 and view this post/page in full.

Comments Off
Aug 8th, 2010 | Filed under MetaTrader General

A little bit of history As little as 5 years ago, the MetaTrader 4 terminal was officially presented to the traders, written completely from scratch and intending to replace the existing, and already popular, third generation terminal of MetaQuotes Software Corp. MetaTrader 4 quickly gained popularity among traders, and as a consequence, in the following [...]

Read more about MetaTrader 5 – New Opportunities with MetaTrader 5 and view this post/page in full.

Jun 22nd, 2010 | Filed under MetaTrader General

This article is a quick guide to MQL4 language functions, it will help you to migrate your programs from MQL4 to MQL5. For each MQL4 function (except trading functions) the description and MQL5 implementation are presented, it allows you to reduce the conversion time significantly. For convenience, the MQL4 functions are divided into groups, similar [...]

Read more about MetaTrader 5 – Migrating from MQL4 to MQL5 and view this post/page in full.

May 18th, 2010 | Filed under MetaTrader General

Sign up for a Free GoMarkets MetaTrader Demo account Today Open a Live GoMarkets MetaTrader account Common Problems & Troubleshooting Q: My platform shows ‘Trade Context is busy’. A: Close and reload the platform. The error should go away. Q: I can’t place a stop loss or take profit order on my trade. A: On [...]

Read more about MetaTrader Troubleshooting by Go Markets and view this post/page in full.

Mar 28th, 2010 | Filed under MetaTrader General

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 General

Anybody who has ever launched an EA or an indicator for execution, faced the possibility to preliminarily set up external parameters that often underlay the success of the program. There is a possibility to change parameters during the program operation. But how can that be done without initialization? In some cases, this may affect managing [...]

Read more about Changing the External Parameters of MQL4 Programs without Restarting and view this post/page in full.

Nov 24th, 2009 | Filed under MetaTrader General

Many of you probably have considered the possibility of using neural networks in your EA. This subject was very hot specially after 2007 Automated Trading Championship and the spectacular winning by Better with his system based on neural networks. Many internet forums were flooded with topics related to neural networks and Forex trading. Unfortunately writing [...]

Read more about Using Neural Networks In MetaTrader and view this post/page in full.

Nov 24th, 2009 | Filed under MetaTrader General

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.

Nov 18th, 2009 | Filed under MetaTrader General

MetaTrader Expert Advisors file should have the file extension of .ex4 (compiled code) or .mq4 (sourse code). First it is necessary to copy this file to the folder Experts of the MetaTrader working directory (usually C:\Program Files\MetaTrader Broker Name or MetaTrader). The second step is to restart MetaTrader. After the restart the expert should be [...]

Read more about MetaTrader Tips – Expert Advisor Installation and view this post/page in full.

Nov 16th, 2009 | Filed under MetaTrader General