Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
3267
Rating:
(8)
Published:
2018.07.09 13:45
NV.mq5 (14.61 KB) view
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

IMI IMI

Indicator Intraday Momentum Index.

CVI CVI

Oscillator CVI (Chartmill Value Indicator).

PAIN PAIN

Oscillator PAIN (Price Action Indicator).

SRange_Contraction SRange_Contraction

A signal indicator of daily ranges.