Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Published by:
- Mladen Rakic
- Views:
- 23071
- Rating:
- Published:
- 2016.10.04 16:51
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Signal indicator, which plots fast and slow moving averages and fills the areas formed by their intersection, in accordance with market conditions. Input parameters are the type of MA (simple, exponential, smoothed, linearly-weighted) and the periods of the fast and slow MA.
The indicator is able to send alerts when the MA's cross (and therefore, when trend changes).
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16495

Indicator sends the alert when new bar is formed.

This indicator is constructing "bands" using 3 quantile values.

The indicator plots the candles based on 4 averages: averages of Open, Close, High, Low.

The oscillator based on RSI with adjustable period and color scheme.