Archives

Posts Tagged ‘MT5’

This article will teach you how to receive trade signals that are necessary for a trade system to work. The examples of forming 20 trade signals are given here as separate custom functions that can be used while developing Expert Advisors. For your convenience, all the functions used in the article are combined in a [...]

Read more about 20 Trade Signals in MQL5 and view this post/page in full.

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

This article summarizes and systematizes the principles of creating algorithms and elements of trading systems. The article considers designing of expert algorithm. As an example the CExpertAdvisor class is considered, which can be used for quick and easy development of trading systems. Introduction The life cycle of any trading system is reduced to opening and [...]

Read more about The Prototype of Trade Robot and view this post/page in full.

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

Creating and Publishing of Trade Reports and SMS Notification Traders don’t always have ability and desire to seat at the trading terminal for hours. Especially, if trading system is more or less formalized and can automatically identify some of the market states. This article describes how to generate a report of trade results (using Expert [...]

Read more about MetaTrader 5 – Trade Reports and SMS Notifications and view this post/page in full.

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

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

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

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

A number of indicators have appeared since the time of first Moving Average indicator creation. Many of them use the similar smoothing methods, but the performances of different moving averages algorithms have not been studied. In this article, we will consider possible ways of use the Moving Averages in MQL5 and compare their performance. Introduction [...]

Read more about MetaTrader 5 – Testing Performance of Moving Averages Calculation in MQL5 and view this post/page in full.

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

The construction of various types of diagrams is an essential part of the analyses of the market situation and the testing of a trading system. Frequently, in order to construct a nice looking diagram, it is necessary to organize the data output into a file, after which it is used in applications such as MS [...]

Read more about MetaTrader 5 – A Library for Constructing a Chart via Google Chart API and view this post/page in full.

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