Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 8123
- Note:
- 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

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

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 indicator with the timeframe selection option available in input parameters

JSatlCandle_HTF indicator with the timeframe selection option available in input parameters