Hi,
My first post here.
Working on creating a custom chart program in Python. So far so good. I would like to add another indicator that shows, for example, the seasonal average indicating when the bull/bear cycles start and end over a ten year period. Here is a link to show an example. http://charts.equityclock.com/nasdaq-composite-seasonal-chart
I am not really looking for an answer on how to this in Python but more on how to come up with a mathematical formula. I was thinking of putting each year's closes in separate arrays. Getting the average of the closes for each same calendar day and putting the results into one final array. I haven't attempted it yet but I am sure that I will run into a problem that each year has a different amount of days for the others.
Anyhow, if anyone has any ideas or already knows how to achieve this I would appreciated it.
Thanks.
My first post here.
Working on creating a custom chart program in Python. So far so good. I would like to add another indicator that shows, for example, the seasonal average indicating when the bull/bear cycles start and end over a ten year period. Here is a link to show an example. http://charts.equityclock.com/nasdaq-composite-seasonal-chart
I am not really looking for an answer on how to this in Python but more on how to come up with a mathematical formula. I was thinking of putting each year's closes in separate arrays. Getting the average of the closes for each same calendar day and putting the results into one final array. I haven't attempted it yet but I am sure that I will run into a problem that each year has a different amount of days for the others.
Anyhow, if anyone has any ideas or already knows how to achieve this I would appreciated it.
Thanks.