Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Indicateurs

Volume_Price_Momentum_Oscillator - indicateur pour MetaTrader 5

Vues:
7342
Note:
(18)
Publié:
2018.10.25 18:39
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Volume Price Momentum oscillator is a volume and price momentum.

It has one configurable parameter:

  • Period - calculation period

Calculation:

VPMO = EMA(VPM, Period)

where:

VPM = Volume * (Close - PrevClose)

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

One Two Three One Two Three

The trading system defines flat/trend using iChaikin (Chaikin Oscillator, CHO) indicator.

EA Close EA Close

The Expert Advisor based on two oscillators: iCCI (Commodity Channel Index, CCI), iStochastic (Stochastic Oscillator) and one trend iMA (Moving Average, MA) indicator.

XHullTrend_Digit_HTF XHullTrend_Digit_HTF

XHullTrend_Digit indicator with the timeframe selection option available in input parameters

JSatlCandle_HTF JSatlCandle_HTF

JSatlCandle_HTF indicator with the timeframe selection option available in input parameters