Hi all,
Inspired by
"Gomboo's Journal" on analyzing moving averages intersections for making buy/sell decisions, I wrote a script which draws heatmaps of profitability for different MA combinations. It is similar to what Gomboo was doing manually.
You can find it on Github:
https://github.com/Queeq/stockHere is an example of its output:
I would be happy to hear feedback on how to make it better from experienced Python programmers as this is my first Python script.