In stock investing, it is important not only to look at individual stocks but also to understand whether the industry as a whole is strong. For example, when the stock price of Company N in the steel ...
Note from Dec 2022: The code here work beautifully and I plan to continue making minor bug fixes maintaining the current functionality. But I no longer will be making any improvements to this project.
This library can calculate and plot trend lines for any time series, not only for its primary intended purpose of financial analysis. The calc_support_resistance function will calculate all support ...
Code that works perfectly locally (on macOS) goes silent the moment it is deployed to a production Docker container. This is a common sight in solo development. This time, I fell into this classic ...