Archives

Posts Tagged ‘Expert Advisors’

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

The basic rule of trader – let profit to grow, cut off losses! This article considers one of the basic techniques, allowing to follow this rule – moving the protective stop level (Stop loss level) after increasing position profit, i.e. – Trailing Stop level. You’ll find the step by step procedure to create a class [...]

Read more about MetaTrader 5 – How to Create Your Own Trailing Stop and view this post/page in full.

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

In MQL5 you can write an indicator both from a scratch and on the basis of another already existing indicator, in-built in the client terminal or a custom one. And here you also have two ways – to improve an indicator by adding new calculations and graphical styles to it , or to use an [...]

Read more about MetaTrader 5 – How to Write an Indicator on the Basis of Another Indicator and view this post/page in full.

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

The Use of ORDER_MAGIC for Trading with Different Expert Advisors on a Single Instrument This article considers the questions of information coding, using the magic-identification, as well as the division, assembly, and synchronization of automatic trading of different Expert Advisors. This article will be interesting to beginners, as well as to more experienced traders, because [...]

Read more about The Use of ORDER_MAGIC for Trading and view this post/page in full.

Comments Off
Aug 10th, 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

MQL5 for Newbies: Guide to Using Technical Indicators in Expert Advisors Introduction An Expert Advisor or indicator that doesn’t use standard technical indicators in its code is rare. They are popular both for the beginners and advanced developers of trading strategies. It isn’t difficult to understand the details of indicator creation; the aim of this [...]

Read more about MetaTrader 5 – Guide to Using Technical Indicators in Expert Advisors and view this post/page in full.

May 4th, 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

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