Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 8109
- Rating:
- 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

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