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:
- 3718
- 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

Oscillator PAIN (Price Action Indicator).

A signal indicator of daily ranges.