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:
- 8872
- 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 Expert Advisor tracks the breakout of horizontal lines and generates a signal after the completion of the breaking candlestick.
Operation Principles
- The Expert Advisor does not create any objects! It only tracks the state of existing horizontal lines;
- For the EA to start tracking the existing line, this line should have an appropriate prefix (make sure it is correctly set at the beginning of the name!);
- Line adding mode allows you to select whether to track all newly added lines or choose for each line separately;
- The Expert Advisor uses the following types of alerts: sound, popup, push-notifications and email notifications (two latter types require an appropriate configuration of the terminal);
- The Expert Advisor parameter allows you to delete/leave all tracked lines after removing the EA from the chart.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18024

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 removes from the chart a comment located in the upper left corner.

Bollinger bands at extended Fibonacci levels.

The script allows to quickly remove indicators from charts.