Python for Algorithmic Trading and Data Analysis

Python for Algorithmic Trading and Data Analysis

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 2 Hours | 1.08 GB

Learn Python Programming by creating 8 cryptocurrency applications

If you are interested in cryptocurrency and you want to learn python, this course is perfect for you. Take your Python skills to the next level by creating 8 cryptocurrency applications.

Project 1: Read Data from CoinMarketCap Public Api
Call data from an CoinMarketCap Public Api and display the result in a PrettyTable.

Project 2: Read Data from CoinMarketCap Private Api
You will learn how to create an free CoinMarketCap Private Api.
Call data from an CoinMarketCap Private Api and display the result in a PrettyTable.

Project 3: Write Data from Api to Excel File
Learn to store cryptocurrency information inside of excel workbooks using Python.

Project 4: Retrieving Data from Binance Public Api
Learn how to retrieve data from an Binance Api

Project 5: Cryptocurrency Price Alert
Exemple: If the price change in the last minute is bigger than +2% or -2% the coin will be displayed inside the table and if the price change is > than 3% the user be will notified with sound.

Project 6: Advanced Cryptocurrency Data Analysis
This program is available in the documentation of this course and it has about 400 rows of code that’s why we are not going to write it and I am only going to explain you how it works and how you could use it.

Project 7: Pump & Dump Trading Bot
We are going to build step by step an simple Pump & Dump Trading Bot for Binance exchange. Do not use it with real money, only for educational purposes.

Project 8: Binance HotKeys Program
Trade cryptocurrencies at the press of a button.

This program is available in the documentation of this course and it has about 300 rows of code that’s why we are not going to write it and I am only going to explain you how it works . Do not use it with real money, only for educational purposes.

What Will I Learn?

  • How to write data to Excel files
  • How to connect to an Api
  • How to parse JSON text and format data
  • How to create a real time data analyzer
  • How to create a pump & dump trading bot for Binance exchange
  • How to Create a Batch File to Run Python Script
Table of Contents

Introduction
1 Introduction

Project 1 Read Data from CoinMarketCap Public Api
2 Import Data From CoinMarketCap Public REST Api
3 Analyse Data from CoinMarketCap Public REST Api

Project 2 Read Data from CoinMarketCap Private Api
4 Connect to CoinMarketCap Professional Api

Project 3 Write Data from Api to Excel File
5 Write Data to Excel Introduction
6 Write Data to Excel Implementation

Project 4 Retrieving Data from Binance Public Api
7 Retrieving Data from Binance Public Api Introduction

Project 5 Cryptocurrency Price Alert
8 Price Alert Introduction
9 Retreaving API Data
10 Create List of Prices
11 Insert Data into PrettyTable
12 Alert User with Sound
13 Create a Batch File to Run Python Script

Instructions
14 How to run programs included in SorceCode.zip

Project 6 Advanced Cryptocurrency Data Analysis
15 Advenced Data Analysis Introduction
16 Data Analyzer Troubleshooting
17 Advanced Data Analyzer Explained

Project 7 Pump & Dump Trading Bot
18 Pump & Dump Tranding Bot Part 1
19 Pump & Dump Tranding Bot Part 2

Project 8 Binance HotKeys Program
20 Binance HotKeys Introduction
21 Binance HotKeys Explained