Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 6793
- Rating:
- Published:
- 2018.09.27 15:17
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21682

The STPMT (Medium Term Weighted Stochastics) indicator.

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

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

The Wilder's Smoothing Average (WMA) indicator.