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:
5011
Note:
(17)
Publié:
2018.06.06 14:32
Mise à jour:
2018.06.18 13:58
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The Trend Force oscillator indicator.

The indicator has three input parameters:

  • Period - calculation period;
  • ATR's period - ATR parameter;
  • ATR's coefficient - ATR parameter.

Calculation:

Trend Force[i] = Up[i]-Dn[i]

where

  • Up[i] - the highest value (MaxPrice-ATR_Coeff*ATR) in the range from (i-Period+1) to i;
  • Dn[i] - the lowest value (MinPrice+ATR_Coeff*ATR) in the range from (i-Period+1) to i;
  • MaxPrice, MinPrice - the highest and the lowest price in the range from (i-ATR_Period+1) to i;
  • ATR - Average True Range value with the period ATR_Period.

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

RSI_With_Step_MA RSI_With_Step_MA

A smoothed RSI.

Repulse_Divergence Repulse_Divergence

Divergences of the Repulse oscillator.

Futures Portfolio Control Expiration Futures Portfolio Control Expiration

A portfolio EA for the MOEX FORTS market.

WCCI WCCI

A weighted CCI.