Cryptocurrency Investing with Python | Earn Passive Income !
- Description
- Curriculum
- FAQ
- Reviews
There are 8 main sections in this course
-
Basics of Python
-
Data Analysis with Pandas Library in Python
-
Building the Strategy Plan
-
Algorithmic Trading with Python-Binance
-
Building the Trading Bot
-
Multiprocessing ( Trading Multiple Coin Pairs Simultaneously )
-
Creating a Digital Ocean Server and Running bot in that Server
Basics of Python –
This section is for absolute beginners in python. We are discussing about following topics.
-
Installing Python and Setting up IDE
-
Print Function and F Strings
-
Variables and Basic Data Types in Python
-
Operators in Python
-
Python Functions
-
Global and Local Variables in Python
-
Working with Lists
-
Working with Dictionaries
-
If Else Statements in Python
-
While Loops, Break and Continue Statements
-
For Loops
-
Classes and Objects in Python
Data Analysis with Pandas Library in Python
Pandas is a Python library created for data analysis. We are using this library to do essential forex calculations.
We are discussing about,
-
Pandas Series
-
Pandas Data Frames
-
Selecting Specific Rows and Columns in a Dataframe
-
Selecting Rows in a Data Frame by Conditions
-
Iterating Colums in a Dataframe
Building the Strategy Plan
In this section, we will be designing blue print of our trading bot. We are building the basic structure with psudo-codes.
Algorithmic Trading with Python-Binance
Connecting Binance Spot Testnet Account with Python
We are creating functions of our trading bot(Functions for Placing Orders, Calculate the Profit, Calculate the Deviation of the Price etc )
Adding Current Positions into Pandas Data Frames
Building the Trading Bot
We are putting all the functions together and assembling the bot
Multiprocessing
We are Upgrading our Bot with Classes and Threading. After that He Can Trade Multiple Coins at the Same Time.
Creating a Digital Ocean Server and Running bot in that Server
We are uploading our bot to a server. it will run continuously in the Server and generate a passive income.
-
2Installing Python and Setting up IDE
-
3Print Function and F Strings
-
4Variables and Basic Data Types in Python
-
5Operators in Python
-
6Python Functions
-
7Global and Local Variables in Python
-
8Working with Lists
-
9Working with Dictionaries
-
10If Else Statements in Python
-
11While Loops, Break and Continue Statements
-
12For Loops
-
13Classes and Objects in Python
-
22Connecting Binance Spot Testnet with Python
-
23Live Streaming Current Price of a Currency Pair
-
24Buying and Selling Coins at Market Price
-
25Recording Past Trades into Pandas DataFrame
-
26Calculate Deviation of Current Price from Initial Price
-
27Calculate the Percentage Profit
-
28Selling Previously Bought Coins in the DataFrame