Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 19295
- Rating:
- Published:
- 2015.12.10 14:36
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The channel indicator.
- The upper line of the channel — the maximum value of a bar in a specified amount of bars.
- The lower line of the channel — the minimum value of a bar in a specified amount of bars.
- The middle line of the channel — the average value of the upper and the lower lines.
The indicator also displays the current channel levels as price labels and the type of the signal for making trading decisions.
The indicator settings:
- Bars_Count — the amount of bars on which the maximum and the minimum bar values lookup is performed.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13801

The indicator displays the series of waves, breakthrough points and targets for Take Profit.

The indicator performs the calculation of the derivative of the price.

A trend strategy based on moving averages with colors as in a traffic light. The purpose of writing the EA — to test the strategy on history and pick working parameters.

Simple Expert Advisor based on the RSI indicator.