Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Volume_Price_Momentum_Oscillator - indicator for MetaTrader 5

Views:
7295
Rating:
(18)
Published:
2018.10.25 18:39
Need a robot or indicator based on this code? Order it on Freelance Go to 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)

Translated from Russian by MetaQuotes Ltd.
Original code: 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