• Post category:StudyBullet-13
  • Reading time:12 mins read


Build your own SMA Crossover Bot, Bollinger Bands Trading Bot , Grid Bot, DCA Bot and a Basic Bot to learn Fundamentals

What you will learn

Learn the Fundamentals of Python

Data Analysis With Pandas Library in Python

Foundation Forex Knowladge For Beginners ( Learn Types of Currency Pairs , Lots, Pips, Leverage, Margin, 6 Types of Order Types , Basic Calculations )

The Grid Trading Strategy ( Placing Orders at Different Price Levels , Calculating the Profit , Taking a Correct Entry, Best Markets to Grid Stratergy )

The DCA Trading Strategy ( Placing Orders at Different Price Levels , Calculating the Profit , Taking a Correct Entry, Best Markets to Grid Stratergy )

The SMA Crossover Trading Strategy

The Bollinger Band Trading Strategy

Fundamentals of Algorithmic Trading

Connecting MetaTrader with Python Using MetaTrader5 Library and Placing Different Types of Orders

Calculating Profit, Margin,Volume ect with Python

Building Grid Strategy Using Psudo Code and Converting into Python Code

Building DCA Strategy Using Psudo Code and Converting into Python Code

Creating Multiple Trading Bots Using Classes and Objects and Run Them Parallelly with Multi Processing

Build 5 Trading Bots ( Simple Trading Bot, SMA Crossover Bot, Bollinger Band Trading Bot, Grid Bot and DCA Bot)

Understanding Suitable Market Situations and Live Trading

Description

We are going to build 5 Trading Bots in this Course. This is the course content.

  1. Basics of Python
  2. Data Analysis with Pandas Library in Python
  3. Basics of Forex
  4. Building the Strategy Plan
  5. Forex Algorithmic Trading with mt5 Library
  6. Bot 01: Building a Simple Forex Trading Bot to Understand Fundamentals
  7. Bot 02: Building a SMA Crossover Trading Bot
  8. Bot 03: Building a Bollinger Bands Trading Bot
  9. Bot 04: Building a Grid Trading Bot
  10. Bot 05: Building a DCA Trading Bot
  11. Multiprocessing ( Trading Multiple Currency Pairs Simultaneously )
  12. Live Forex Trading

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

Basics of Forex

We will discuss terminology in forex and do essential calculations.

  • Installing MetaTrader and Setting Up a Correct Broker Account
  • Types of Currency Pairs in Forex
  • Bid, Ask and Spread
  • Lots, Pips , Leverage and Margin
  • Essential Calculations
  • Types of Orders in Forex

Building the Strategy Plan

In this section, we will be designing blue print of our trading bot

Forex Algorithmic Trading with mt5 Library


Get Instant Notification of New Courses on our Telegram channel.


We are creating functions of our trading bot(Functions for Opening and Closing Different Types of Orders with Python

Getting Current Position Details,

Basic Calculations in Forex ( Profit/Loss , Margin , Total Volume ))

BuildingΒ  Trading Bots

We are putting all the functions together and assembling the 5 forex trading bots.

Multiprocessing

We are putting all the functions together and assembling the forex bot

Live Trading

We are waiting for suitable market conditions and correct forex pairs.

Then we do live trading

English
language

Content

Introduction

Introduction

Basics of Python Programming for Beginners

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 Analyzing with Pandas Library in Python

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

Foundation Forex Course

Installing MetaTrader and Setting Up a Correct Broker Account for this Stratergy
Types of Currency Pairs in Forex
Bid, Ask and Spread
Lots, Pips , Leverage and Margin
Essential Calculations – Example 1
Essential Calculations – Example 2
Essential Calculations – Example 3
Types of Orders in Forex

Forex Alogorithmic Trading with mt5 Python

Metatrader5 Python Library and Connecting Python with MetaTrader
Placing Buy Limit and Sell Limit Orders with Python
Placing Market Orders
Getting Current Position Details
Calculate Total Profit and Volume Part 1
Calculate Total Profit and Volume Part 2
Calculate Margin
Calculating Profit as a Percentage
Close All Positions
Close Limit Orders

Bot 01 – Building a Simple Trading Bot

Bot 1 – The Stratergy
Assembling the 1st Bot Part 1
Assembling the 1st Bot Part 2
Assembling the 1st Bot Part 3
Testing the Bot

Bot 02 – Building a SMA Crossover Trading Bot

Bot 2 – The Stratergy
Building the SMA Crossover Trading Bot

Bot 03 – Building a Bollinger Band Trading Bot

Bot 3 – The Stratergy
Building the Bollinger Band Trading Bot

Bot 04 – Grid Bot – Building Up The Trading Stratergy

The Stratergy part 1
The Stratergy part 2
Building Stratergy Part 1
Building Stratergy Part 2
Building Stratergy Part 3

Bot 04 – Grid Bot – Assembling the Trading Bot

Required Functions for Grid Bot
Assembling the Trading Bot Part 1
Assembling the Trading Bot Part 2
Assembling the Trading Bot Part 3

Bot 04 – Grid Bot- Trading Multiple Currency Pairs – Threading

Trading Multiple Currency Pairs Part 1
Trading Multiple Currency Pairs Part 2

Bot 04 – Grid Bot- Live Trading

Market Analysis and Live Trading

Bot 04 -Grid Bot- Download the Final Bot Here

Instructions

Bot 05 – DCA Bot (ADVANCED) – Building Up The Trading Stratergy

Introduction to Dollar Cost Averaging
Strategy for Buying
Strategy for Selling
Building the Strategy Part 1
Building the Strategy Part 2
Building the Strategy Part 3

Bot 05 – DCA Bot (ADVANCED) – Assembling the Trading Bot

Required Functions for DCA Bot
Assembling the Trading Bot Part 1
Assembling the Trading Bot Part 2
Testing the Trading Bot

Bot 05 – DCA Bot (ADVANCED) – Trading Multiple Currency Pairs – Threading

Objects and Classes Part 1
Objects and Classes Part 2

Bot 05 – DCA Bot (ADVANCED) – Live Trading

Market Analysis and Live Trading

Bot 05 – DCA Bot (ADVANCED) – Download the DCA Bot Here

Instructions