kylejusticemagnuson / pyti

Python library of various financial technical indicators
MIT License
646 stars 169 forks source link

Fix Volatility Formula #15

Open kylejusticemagnuson opened 6 years ago

esteban2006 commented 5 years ago

Hello there if you were asking for the formula, here it is, and also check : this pdf

VIX Fix = (Highest (Close,22) – Low) / (Highest (Close,22)) * 100

hope you add the file, Regards