Archives

Posts Tagged ‘Indicators’

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

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

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

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

Let’s consider a task of improving an indicator, which is applied to values of another indicator. In this article we’ll continue to work with True Strength Index (TSI), which was created and considered in the previous article “MQL5: Create Your Own Indicator“. Custom Indicator Based on Other Indicator’s Values When writing an indicator that uses [...]

Read more about Applying One Indicator to Another – MetaTrader 5 and view this post/page in full.

Feb 11th, 2010 | Filed under MetaTrader General

By using Chart Templates the chart background, bars colors, indicators and objects can be saved and used on other charts. To do this, setup any chart as you wish: set colors, superpose objects, attach indicators, etc. Then select the “Charts -> Template -> Save Template…” menu and save the obtained template as default.tpl

Read more about MetaTrader Tips – Chart Templates and view this post/page in full.

Nov 26th, 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

Not so long ago – at the dawn of technical analysis when by far not all traders had computers – people appeared that tried to predict future prices using formulas and regularities invented by them. They were often called charlatans. Time went on, methods of information processing became more complicated, and now there can hardly [...]

Read more about Recipes for Neuronets and view this post/page in full.

Nov 12th, 2009 | Filed under MetaTrader General

The abundance of indicators and oscillators developed nowadays inevitably leads to the problem of choosing the most efficient of them. Very often a beginning trader first facing this plenty of available analysis and forecasting tools starts testing them on history data and demo accounts. After that a set of conclusions is made about the efficiency [...]

Read more about Analysis of 30 Indicators and Oscillators and view this post/page in full.

Nov 11th, 2009 | Filed under MetaTrader General

Frequently used indicators, scripts, experts and accounts can be added to the “Favorites” group to enable faster access. To add indicators, scripts, experts or accounts, click with the right mouse button on the name of the indicator, script, expert or account and select “Add to favorites”. The listed items will be then available in the [...]

Read more about MetaTrader Tips – Favorites Group and view this post/page in full.

Nov 9th, 2009 | Filed under MetaTrader General