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:
5928
Note:
(10)
Publié:
2018.09.27 15:17
VPCI.mq5 (12.37 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The VPCI (Volume Price Confirmation) indicator shows the relationship between the price and the volume.

It has two input parameters:

  • Slow MA period - slow MA period;
  • Fast MA period - fast moving average period.

Calculations:

VPCI = VPC * VPR * VM

where:

VPC = VWMA(Slow MA period) - SMA(Slow MA period)
VWMA = Sum(Close * Volume)
SMA = Sum(Close)
VPR = VWMA(Fast MA period) / SMA(Fast MA period)
VM = (Sum(Volume, Fast MA period) * Slow MA period) / (Sum(Volume, Slow MA period) * Fast MA period)

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

STPMT STPMT

The STPMT (Medium Term Weighted Stochastics) indicator.

Forex Fraus M1 Forex Fraus M1

An Expert Advisor based on the iWPR (Williams' Percent Range, %R) indicator with the operation time control.

Williams_Thrust Williams_Thrust

The signal and information indicator Williams Thrust is based on two Williams' Percent Range indicators with different periods and their average values.

WMA WMA

The Wilder's Smoothing Average (WMA) indicator.