HBAP course
-
Some principles: https://medium.datadriveninvestor.com/how-to-find-undervalued-growth-stocks-e65f2620b589
-
https://towardsdatascience.com/python-for-finance-the-complete-beginners-guide-764276d74cef
-
Predicting stock price https://towardsdatascience.com/python-python-for-finance-stock-price-trend-analysis-9111afc29259
-
Predicting stock prices with Stocker https://medium.datadriveninvestor.com/forecasting-stock-prices-using-stocker-66503c26307a
-
Predicting stock prices with CNNs https://medium.com/hands-on-data-science/lstms-or-cnns-for-predicting-stock-prices-2974c0c8c4ef
-
Motley Fool Stock Picks https://python.plainenglish.io/quickly-find-motley-fool-stock-picks-with-python-225729a76258
-
superperformance stocks: https://medium.com/analytics-vidhya/super-performance-stocks-how-to-make-more-than-1-125-on-a-single-small-cap-stock-with-python-5ea3ae393791
- Changes in timeseries: https://predictivehacks.com/detect-the-changes-in-timeseries-data/
The following link https://predictivehacks.com/decision-boundary-in-python/ covers:
- logistic regression
- decision tree
- random forest
- SVM
- Naive Bayes
- Neural network
-
https://jakevdp.github.io/PythonDataScienceHandbook/03.11-working-with-time-series.html
-
https://medium.com/@soumyachess1496/cross-validation-in-time-series-566ae4981ce4
-
buy/sell strategy: https://sarit-maitra.medium.com/machine-learning-algorithmic-trading-strategy-using-1ccc12ebfa14
-
K-means clustering https://medium.datadriveninvestor.com/stock-market-clustering-with-k-means-clustering-in-python-4bf6bd5bd685
-
https://a-little-book-of-r-for-time-series.readthedocs.io/en/latest/src/timeseries.html
-
https://bookdown.org/singh_pratap_tejendra/intro_time_series_r/
-
Anomaly detection: https://towardsdatascience.com/tidy-anomaly-detection-using-r-82a0c776d523
- Financial X-Rays: dissect any price series with a simple payoff diagram: https://blog.ephorie.de/financial-x-rays-dissect-any-price-series-with-a-simple-payoff-diagram
-
a pie chart of a portfolio (don't do pie charts ;-) ) https://medium.com/analytics-vidhya/visualize-your-portfolio-in-30-lines-of-code-d0200d15698c
-
https://medium.com/analytics-vidhya/python-will-make-you-rich-in-the-stock-market-b6dfaad711e7
-
Portfolio diversification 1 https://blog.ephorie.de/parrondos-paradox-in-finance-combine-two-losing-investments-into-a-winner
-
LIBOR interest rate swap https://kiandlee.blogspot.com/2021/07/delta-sensitivity-of-interest-rate-swap.html
-
Automated stock trading with R https://towardsdatascience.com/automated-stock-trading-with-r-part-1-5a1020831096
-
Automated stock trading using deep reinforcement learning https://medium.com/@mariko.sawada1/automated-stock-trading-with-deep-reinforcement-learning-and-financial-data-a63286ccbe2b
-
Backtesting options strategies https://blog.ephorie.de/backtesting-options-strategies-with-r
-
Stealth strategies: https://r-posts.com/nonlinear-market-forecasting-using-stealth-curves/