Watch how to download trading robots for free
Find us on Twitter!
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
Indicators

JSmooth_MA - indicator for MetaTrader 5

Views:
3909
Rating:
(14)
Published:
2019.01.02 14:29
Updated:
2019.01.28 07:19
JSmooth_MA.mq5 (9.62 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

JSmooth MA is a Moving Average by Mark Jurik.

It has two adjustable parameters:

  • Period - calculation period
  • Applied price - calculation price

Calculations:

JSM = PrevJSM + A4

where:

A4 = (A3 - PrevJSM) * Alpha12 + Alpha2 * PrevA4
A3 = A1 + A2
A2 = (1-Alpha) * (Applied price - A1) + Alpha * PrevA2
A1 = (1-Alpha) * Applied price + Alpha * PrevA1

Alpha = 0.45*(Period-1) / (0.45*(Period-1)+2)
Apha2 = Alpha * Alpha
Alpha12 = (1-Alpha) * (1-Alpha)


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22996

Fx_Snipers_Ergodic_CCI_Trigger Fx_Snipers_Ergodic_CCI_Trigger

Indicator Fx Sniper's Ergodic CCI Trigger

BB_ATR_Oscillator BB_ATR_Oscillator

Indicator BB ATR oscillator

Mean_Reversion Mean_Reversion

Indicator Mean reversion

On_Screen_MACD On_Screen_MACD

Indicator On screen MACD