Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Historical Volatility over 3 years in a monthly Timeframe Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
SweetAndSour
Posted : Wednesday, December 13, 2017 4:45:05 AM
Registered User
Joined: 5/26/2017
Posts: 25

Hi Trainer,

I'm trying to get the Historical Volatility over 3 years in a monthly Timeframe, but not sure whether the following formula ist correct. The Output should be a simple decimal value:

SQR(ABS((SUM(LOG(C / C1) ^ 2,36) - LOG(C / C36) ^ 2/36) / 36))

Thanks!!

 

Bruce_L
Posted : Wednesday, December 13, 2017 9:10:21 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

To get the historical volatility, you need to multiply what you have by 100 and the square root of the number of periods in a year.

100 * SQR(12) * ABS((SUM(LOG(C / C1) ^ 2, 36) - LOG(C / Cx) ^ 2 / 36) / 36) ^ .5

The 1600 at the beginning of the regular historical volatility formula is a result of using 256 as the number of trading days in a year (mostly because the square root is a nice even 16).



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
SweetAndSour
Posted : Wednesday, December 13, 2017 2:43:27 PM
Registered User
Joined: 5/26/2017
Posts: 25

Thanks!

Bruce_L
Posted : Wednesday, December 13, 2017 3:03:12 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.