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
NV - indicator for MetaTrader 5
- Views:
- 3472
- Rating:
- Published:
- 2018.07.09 13:45
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
NV (Natenberg's Volatility) - Sheldon Natenberg's historical volatility indicator.
Historical volatility described by Sheldon Natenberg is defined as the standard deviation of logarithmic price changes measured at equal time intervals.
The indicator has one input parameter:
- Period - indicator calculation period.
Calculation:
NV = StdDev(R, Period)
where:
R = Log(Close / PrevClose)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21107
PAIN
Oscillator PAIN (Price Action Indicator).
SRange_ContractionA signal indicator of daily ranges.