Hello, begginer user here!
I want to create a line chart with the every day returns of stock prices, the problem for me is that I want it to by dynamic, being able to chose the initial and the end date of analysis.
The chart in excel and data prices look like this:
F | GM | FCHA.MI | |
Timestamp | Trade Close | Trade Close | Trade Close |
04/07/2018 | 10.99 | 38.97 | 16.21 |
03/07/2018 | 10.99 | 38.97 | 16.33 |
02/07/2018 | 11.10 | 39.50 | 16.34 |
01/07/2018 | 11.07 | 39.40 | 16.33 |
30/06/2018 | 11.07 | 39.40 | 16.33 |
29/06/2018 | 11.07 | 39.40 | 16.33 |
28/06/2018 | 11.28 | 40.52 | 16.04 |
27/06/2018 | 11.42 | 40.37 | 16.62 |
26/06/2018 | 11.52 | 41.01 | 16.44 |
25/06/2018 | 11.50 | 40.61 | 15.99 |
24/06/2018 | 11.65 | 41.25 | 16.50 |
23/06/2018 | 11.65 | 41.25 | 16.50 |
Thanks!