Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 19228
- Rating:
- Published:
- 2017.05.29 14:09
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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.
Translated from Russian by MetaQuotes Ltd.
Original code: 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.