Archives

Posts Tagged ‘Ea’

978 Participants Registered MetaQuotes Software Corp., Interbank FX, MIG Bank, FXCM, the TRADERS’ magazine and Dow Jones hold the fourth annual Automated Trading Championship 2010. The best three developers of automated trading strategies will be revealed within three months. Assessment criterion will be the absolute profit. Winners will share the Automated Trading Championship 2010 Prize [...]

Read more about Automated Trading Championship 2010 by MetaQuotes and view this post/page in full.

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

The problem of calculation of the total position volume of the specified symbol and magic number is considered in this article. The proposed method requests only the minimum necessary part of the history of deals, finds the closest time when the total position was equal to zero, and performs the calculations with the recent deals. [...]

Read more about MetaTrader 5 – Calculation of Total Position Volume and view this post/page in full.

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

Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners Introduction This article is aimed at beginners who wish to learn how to write simple Expert Advisors in the new MQL5 language. We will begin first by defining what we want our EA (Expert advisor) to do, and then move on to how we [...]

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

Jun 25th, 2010 | Filed under MetaTrader General

At times traders may need to perform a time synchronization task when expert advisor is working. Prohibition or permission for orders opening in certain time spans during 24 hours, cancellation of suspended orders after certain time, prohibition against work of the expert advisor on holidays, trade permission only at news-time etc. may be required. Time [...]

Read more about MetaTrader Tips – Time Zone Correction and view this post/page in full.

May 11th, 2010 | Filed under MetaTrader General

In MQL5 there are several ways to call indicators, and they are mostly carried out using IndicatorCreate() and iCustom() functions. Moreover, these functions only return indicator handle, and further work on indicators is done through it. So what is a handle? How to deal with IndicatorCreate() and iCustom() functions? And how your expert will get [...]

Read more about MetaTrader 5 – How to call indicators in MQL5 and view this post/page in full.

Apr 29th, 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

To back test an expert advisor (EA) follow the steps below. Open the Strategy Tester window by pressing Ctrl+R Select the expert advisor you wish to back test Select the symbol you wish to back test Select a testing model (every tick model recommended) Set a testing period Press Start

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

Nov 17th, 2009 | Filed under MetaTrader General

The Foreign Exchange (or Forex) trading uses currency markets from a variety of countries to create a trading market where billions and billions are traded and exchanged daily. If you aim to profit from Forex trading, then you would need to own every single pip that you can get. But this is easier said than [...]

Read more about Reasons To Consider MetaTrader Expert Advisors and view this post/page in full.

Nov 16th, 2009 | Filed under MetaTrader General

Let’s look at how to optimize an expert advisor. In the example below we will look to optimize the size of stop loss and take profit. Expert Optimization Steps 1. Open the Strategy Tester window by pressing Ctrl+R. 2. In the Strategy Tester window, select Expert Properties 3. Select the Optimized parameters ( in our [...]

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

Nov 12th, 2009 | Filed under MetaTrader General