Archives

Posts Tagged ‘TSI’

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

What is an indicator? It is a set of calculated values that we want to be displayed on the screen in a convenient way. Sets of values are represented in programs as arrays. Thus, creation of an indicator means writing an algorithm that handles some arrays (price arrays) and records results of handling to other [...]

Read more about MQL5: Create Your Own Indicator – MQL5 Wizard and view this post/page in full.

Jan 20th, 2010 | Filed under MetaTrader 5