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
- Views:
- 4085
- Rating:
- Published:
- 2018.06.06 14:03
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This trend oscillator displays the dominant direction of Close prices of candlesticks over the specified period.
It has two parameters:
- Period - period;
- Method - calculation method.
Calculation:
DC = MA(Diff)
where
Diff = Close - Open
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20441

Integral of Linear Regression Slope (ILRS MA).

A trading system based on the Donchian Channel indicator.