Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
8699
Rating:
(15)
Published:
2018.03.01 11:39
Kurtosis.mq5 (10.95 KB) view
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

Kicking Pattern Kicking Pattern

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

Difference Difference

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

Logarithmic Regression Logarithmic Regression

Logarithmic regression channel.

Moving Average Candles Moving Average Candles

A moving average drawn as candlesticks on a chart.