How to use this¶
What this is¶
a short introduction to algo trading terminology, basic theory and data science
explanation and equation of common technical indicators
code implementation of technical & fundamental analysis strategies in Python
code examples of using machine learning for stock screening and trend analysis
Why we built this¶
There are lots of blog posts and online materials about algo trading, but they are scattered; and are usually just focusing on a few concepts or topics.
There exist open-source repositories that feature the implementation of a wide selection of algo trading strategies, but they do not come along with explanations and assume that the user knows the financial logic behind.
On the other hand, there exist good resources that provide detailed discussions about financial concepts and rationale of trading strategies Investopedia, but they are not accompanied by any code examples.
Majority of the resources do not fit the local context (e.g. about trade execution in Hong Kong) and are merely focusing on the US market.