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:
5093
Note:
(13)
Publié:
2018.09.27 15:26
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The TriggerLines trend indicator draws two moving average lines colored in accordance with the trend direction:

  • Up - green;
  • Down - red.

The indicator has three input parameters:

  • Period - calculation period (line 1);
  • Smoothing - smoothing period (line 2);
  • Applied price - price used for the calculation of the two lines.

Calculations:

WT = 6.0 * sum / K
Signal = EMA(WT, Smoothing)

where:

sum = sum of (LV * Applied price) over the Period range
LV = (Period+1)/3
K = Period * (Period+1)

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

Twiggs_Money_Flow Twiggs_Money_Flow

Twiggs Money Flow is an indicator by Colin Twiggs, which uses Welles Wilder's Moving Average.

YABSI YABSI

A signal indicator YABSI. It shows Buy and Sell labels on the price chart.

Damiani_Volatmeter Damiani_Volatmeter

Damiani Volatmeter - trend/flat determining algorithm.

Darvas_Box Darvas_Box

A channel filter indicator Darvas Box.