Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Breakdown signaling - expert for MetaTrader 5

Views:
8098
Rating:
(26)
Published:
2017.05.29 14:09
Need a robot or indicator based on this code? Order it on Freelance Go to 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.

Translated from Russian by MetaQuotes Ltd.
Original code: 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.