Replies: 2 comments 4 replies
-
Never heard of it, but maybe it’s just a name thing. What’s the gist? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It tries to measure how volatile recent trading has been by comparing the
closes over X periods. This is the one I coded up:
https://portfolioslab.com/tools/close-to-close-volatility
There are a few different formulas but the others are looking to annualized
the return and look at daily closes versus using the closes of different ca
dle sizes. Like this one
https://www.macroption.com/historical-volatility-excel/
…On Wed, Jan 25, 2023, 20:06 Dave Skender ***@***.***> wrote:
Never heard of it, but maybe it’s just a name thing. What’s the gist?
—
Reply to this email directly, view it on GitHub
<#1010 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJE4DXLSPSAKA6ULJXX633WUHZ37ANCNFSM6AAAAAAUHBEMWM>
.
You are receiving this because you authored the thread.Message ID:
<DaveSkender/Stock.Indicators/repo-discussions/1010/comments/4783926@
github.com>
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any plans to add this volatility metric?
Although I came across a few different methods for the formula, but it does seem like it could be useful
Beta Was this translation helpful? Give feedback.
All reactions