Archives

Posts Tagged ‘custom indicators’

MetaTrader is one of the most popular trading platform among presently existing. Wide configuration and control possibilities for brokers and a robust programming tool, the integrated MQL language for traders make the system handy and versatile in use. The MQL integrated programming language is a C++ like language. Its concepts and syntax are familiar which [...]

Read more about MetaTrader Programming Overview and view this post/page in full.

Feb 15th, 2010 | Filed under MetaTrader 4

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 [...]

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

Feb 11th, 2010 | Filed under MetaTrader 5

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.

Comments Off
Nov 18th, 2009 | Filed under MetaTrader 4

Finally we’ve got an opportunity to try the new trade terminal – MetaTrader 5. No doubt, it is noteworthy and has many new features as compared to its predecessor. The important advantages of this platform among others are: Essentially modified language allowing now to use the object-oriented programming, still allowing to use the rich advantages [...]

Read more about Custom Indicators in MQL5 and view this post/page in full.

Oct 31st, 2009 | Filed under MetaTrader 5

Modern technologies allow us not only to trade in financial markets using personal computers, but we can fully automate a trading system now. Using a computer program you can relieve yourself from the routine of analyzing financial markets and performing trades. Our client terminal has all functions that allow you to develop, test and use [...]

Read more about What Is Automated Trading and view this post/page in full.

Oct 29th, 2009 | Filed under MetaTrader General News