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:
- 9490
- Rating:
- Published:
- 2018.03.01 11:39
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
A trend oscillator. It is calculated by the following formula:
SMA(3) of EMA (66) of ( Momentum[period] - Momentum[period-1] )
It has four configurable parameters:
- Period of momentum - momentum calculation period;
- Primary smoothing period - EMA smoothing period (66);
- Secondary smoothing period - SMA smoothing period (3);
- Applied price - price used for calculating the momentum.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19887

The indicator searches for a sequence of candlesticks on a chart and marks bullish and bearish sequences.

The Difference indicator shows the difference between the current prices and prices as of N periods ago.

Logarithmic regression channel.

A moving average drawn as candlesticks on a chart.