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:
- 5863
- Rating:
- Published:
- 2012.11.30 11:13
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Bollinger Bands drawn using DRAW_SECTION style is a usual mean to draw ZigZag.
Time Frame on which it is calculated can be set in input parameters. That is why such an unusual style of drawing is used.
Fig.1 Indicator iBBands_HTF
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1093

Selflearning Expert Advisor

Simple MA crossover Signaling for Expert Advisor Wizard

The Expert Advisor on a single-layer line Perceptron with 4 entries which analyzes the Accelerator Oscillator indicator's data

Good old Moving Average drawn using DRAW_SECTION style is a usual mean to draw ZigZag. Time Frame on which it is calculated can be set in input parameters. That is why such an unusual style of drawing is used.