Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 7836
- Rating:
- Published:
- 2018.06.18 16:25
- Updated:
- 2018.10.09 11:13
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The oscillator displays the "money flow pressure" chart.
It has one input parameter:
- Period - calculation period
Calculation:
Smart Money Pressure = Close[Period] - SM
where:
SM = SM[i+1] + Change
where:
If Volume > VolMA
Change = Close[i] - Close[i+1]
Otherwise
Change = 0
Volume = current volume
VolMA = SMA(Volume, Period)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20934

A slow stochastic with a histogram.

Weight Volume Move-Adjusted Moving Average.

Semaphore signal indicator SilverTrend with the NRTR line of possible stop order locations.

Smoothed Smart Money Pressure Oscillator