Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3189
Note:
(9)
Publié:
2018.06.06 13:27
SWMA.mq5 (7.86 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

A sine-weighted Moving Average

It has two parameters:

  • Period - calculation period
  • Applied price - price used for calculation

Calculation:

SineWMA[i]=Sum/Weight, where Sum=Price[i-N+1]*sin(PI*(N)/(N+1))+Price[i-N+2]*sin(PI*(N-1)/(N+1))+…+Price[i]*sin(PI*1/(N+1)) Weight= sin(PI*(N)/(N+1))+ sin(PI*(N-1)/(N+1))+…+ sin(PI*1/(N+1)).

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20339

Mirror_Bands Mirror_Bands

An indicator of bands with a signal line

Magic_Trend Magic_Trend

A trend indicator 'Magic Trend'

Lyapunov_HP Lyapunov_HP

The oscillator indicator based on Lyapunov stability theory, with the Hodrick-Prescott filter

Breakout Breakout

An indicator of levels