Page 1 of 1

Volatility Arbitrage

PostPosted: Thu Jan 15, 2015 4:12 am
by Apprentice
Volatility Arbitrage.png

Based on the request.
viewtopic.php?f=27&t=61718

Code: Select all
Middle = roc(source,1)
Upper = stdev(Middle,Period)*NumStdDev
Lower = Upper*-1

Volatility Arbitrage.lua
(4.57 KiB) Downloaded 859 times

Re: Volatility Arbitrage

PostPosted: Mon Feb 23, 2015 11:12 am
by Alexander.Gettinger
MQL4 version of Volatility Arbitrage oscillator: viewtopic.php?f=38&t=61858.

Re: Volatility Arbitrage

PostPosted: Mon Oct 08, 2018 5:53 am
by Apprentice
The indicator was revised and updated.