Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAThere are some parts I was not able to fully understand. 😁
Done, with some help from the previous posts about the volatility formula! Still not sure what the correct formula is though...
Great challenge!
Used the same volatility equation, as one I found in the comments:
100 * ([High] - [Low]) / [Open]
#482
In this one the main issue is, more than anything else, figuring out what question is *actually* being asked.
This is why I included comments in my submission for what each sub-question actually means.
Here are some hints relating to what I discovered. (You can get some more detail by looking at my workflow.)
Q1 - This question does NOT mean the lowest and highest values over the life of the stock.
Q2 - "Cumulative Gain" in this context refers to daily amounts. The closing amount on one day is not always equal to the opening amount the next day.
Q3 - Average daily
Q4 - This refers to the month and NOT to the year-month. E.g. 2019 June and 2002 June are considered together.
Q5 - Many ways exist to calculate volatility, and the challenge does not indicate which is the correct value.