Rejoignez notre page de fans
- Vues:
- 4231
- Note:
- Publié:
- 2016.10.10 14:52
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Donchian_Channels_System indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires Donchian_Channels_System.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The Donchian_Channels_System indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/15923

The indicator implements a breakout system using the DarvasBoxes channel, with the possibility to round the channel levels to the required number of orders and with the display of the latest channel breakout levels in the form of price labels.

The DarvasBoxes_System indicator with the timeframe selection option available in input parameters.

Indicator of intraday volatility with no lag.

The PChannel_System indicator with the timeframe selection option available in input parameters.