Join our fan page
- Views:
- 3637
- Rating:
- Published:
- 2017.11.03 11:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The ColorFisher_m11 indicator with the timeframe selection option available in the indicator input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires ColorFisher_m11.mq5 indicator file. Add it to <terminal_data_folder>\MQL5\Indicators.
Fig. 1. The ColorFisher_m11_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/18784

A trading system based on the AFStar indicator signals.

The iMA (Moving Average) indicator based on iCCI (Commodity Channel Index). It is an analogue of Previous Indicator's Data in the terminal.

A trading system based on the ColorFisher_m11 indicator signals.

The vertical version of the BarTimer indicator implemented using the classes of libraries that were described in detail in the article "Custom indicators and infographics in CCanvas", using current timeframe data and producing a sound alert when the bar changes.