Course Highlights:
No installs are required for running Python (usually this can be tedious)
Understand stock charts - be able to look at candlestick charts and explain the trends to your friends
Use Python to write a Momentum Time Series Strategy in Python & test its performance
Build a trading bot that can execute automated trades on a stock exchange
Build a News Sentiment Trading Bot that can execute trades on a crypto currency exchange (Binance)
Use your bots to Paper Trade or Live Trade
assumes no prior knowledge of trading, the stock market, crypto currency exchanges or Python
Made for Beginners
If you are interested in learning Algorithmic training but do not have any prior knowledge on trading or computer programming, this course gives a quick overview of some concepts in trading and some Python practice.
Quite often if you enrol in an Algorithmic Trading course, it is assumed that you have some prior knowledge. This course aims to help you with that - to have some prior knowledge before furthering your interest or studies in the Algorithmic Trading direction.
This course is ideal for anyone who has NO PRIOR knowledge of:
finance & trading
the stock market
python
computer programming (A Python Beginner's Guide Chapter is included)
algorithms/algorithmic trading
No Installs For Using Python
Coding Environment: Google Colab
No need to do lengthy, tedious Anaconda installs to run Jupyter Notebook on your laptop
All you need is a Gmail account
Google Colab is one of the top choices of Professional Data Scientists in the real world
Stock Charts
Learn how to read Stock Data on Candlestick charts
Identify if a day had a Bullish vs Bearish trend from looking at Candlesticks
Get familiar with OHLCV Data
Identify A Spinning Top Candlestick
Understand what Spinning Top Candlestick means in terms of predicting stock trends
S&P 500
Source Free Historic Market Data
Use Python's Alpaca-Trade-Api
Backtesting
Time Series Momentum Strategy In Python
The concept of time-series momentum trading is explained with engaging on-screen, hand-drawn visuals
Create a time series momentum strategy using Python
Performance Metrics - Assess The Time Series Momentum Strategy
Calculate the performance of your strategy with the Sharpe ratio
Calculate Buy & Hold revenue without using the strategy
Compare Buy & Hold with the strategy - which performed better?
Paper Trading
Python
Two In-Depth Practical Projects
Build An Automated Trading Bot (Used for Live or Paper trading)
Build A News Sentiment Cryptocurrency Trading Bot