Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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:
4597
Note:
(9)
Publié:
2018.12.18 19:15
SineWMA.mq5 (7.86 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Sine Weighted Moving Average indicator is a sine-weighted moving average.

It has two configurable parameters:

  • Period - calculation period
  • Applied price

Calculation:

SineWMA = 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/22509

Smoothed_RSI Smoothed_RSI

Smoothed RSI indicator

SRSI SRSI

Slow RSI indicator

Normalized_Moving_Average_Slope Normalized_Moving_Average_Slope

Normalized Moving Average Slope indicator

MACD_Flat_Trend MACD_Flat_Trend

MACD Flat Trend indicator