Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Breakdown signaling - expert pour MetaTrader 5

Vues:
8240
Note:
(26)
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.

Breakdown signaling


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

N Сandles N Сandles

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.

ToClearComment ToClearComment

The script removes from the chart a comment located in the upper left corner.

Bollinger bands at Fibonacci levels Bollinger bands at Fibonacci levels

Bollinger bands at extended Fibonacci levels.

SD Delete Indicators SD Delete Indicators

The script allows to quickly remove indicators from charts.