• Post category:StudyBullet-3
  • Reading time:6 mins read


For Beginners: Learn To Read Stock Charts: Candlesticks, Alpaca API, Code A Momentum Time Series Strategy With Python

What you will learn

How To Read Stock Charts

Understand Candlestick Charts

Use Python’s Alpaca-Trade-Api Library

Execute Stock Trades Using Python (Submit Orders)

Concept of A Time Series Momentum Trading Strategy

Code A Momentum Strategy In Python

Calculate Performance Of Your Strategy

Description

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 progamming
  • 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


Get Instant Notification of New Courses on our Telegram channel.


  • 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

Use Python’s AlpacaTradeApi

  • a python library for the Alpaca Commission Free Trading API
  • Get Alpaca API Keys
  • Integrate these keys into your Python code

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?
English
language

Content

Stock Market Charts
Section Overview
OHLCV – Open High Low Close Volume
Stock Chart
Candlestick Chart
Spinning Top Candlestick
Setting Up Your Coding Environment (No Installs Required)
Open A New Colab Notebook
Open .IPYNB Files in Google Colab & Find The Resource Folders For This Course
Colab Settings
Python’s Alpaca-Trade-Api
Get Alpaca API Keys
Alpaca API Tutorial: Integrate Alpaca API Keys
Alpaca Tutorial: Submit An Order
Fixing ‘insufficient funds’ Error
Alpaca Python Tutorial: Alpaca Python Library
Alpaca Python Tutorial: Get Historic Market Data
Momentum Trading
Time Series Momentum Strategy Explained
Explain The Logic For Selling
Time Series Strategy Function
Log Returns Explained
Get Historic Market Data from Yahoo Finance
Calculate Log Returns
Performance Metrics – Assess The Time Series Momentum Strategy
Sharpe Ratio: Calculate Performance Of Time Series Momentum Strategy
Calculate Buy & Hold Performance