Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 19407
- Note:
- Publié:
- 2017.05.29 14:09
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The indicator uses the standard iBands indicator.
Bollinger Bands are constructed based on extended Fibonacci levels.
Fig.1 Bollinger bands drawn using Fibonacci levels.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18034

A semi-automated Expert Advisor which signals of breakouts of specified horizontal levels.

The EA searches for N identical candlesticks in a row. If the found candlesticks are bullish, it buys. I they are bearish, the EA sells.

The script allows to quickly remove indicators from charts.

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