Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Price_Momentum_Oscillator - MetaTrader 5 Script - MT4/MT5 Resource

author EAcpu | 3 reads | 0 comments |

Price_Momentum_Oscillator - indicator for MetaTrader 5

Indicator Price Momentum Oscillator. It is based on double smoothed rate of change (ROC).

It has three tunable parameters:

PMO = Smooth 2

Signal = AvgPMO

smooth1 = (original1 - pre-smooth1) * sm1+pre-smooth1
smooth2 = (original2 - presmooth2) * sm2+presmooth2

Raw1 = (((closing price/previous closing price) * 100.0) - 100.0)
Raw2 = 10.0 * Smoothed1

sm1 =2.0/period one
sm2 = 2.0/second period

AvgPMO = EMA(PMO, signal period)

Price_Momentum_Oscillator - indicator for MetaTrader 5


Attachment download

📎 price_momentum_oscillator.mq5 (12.03 KB)

Source: MQL5 #22709

Verification code Refresh