here are 8 main sections in this course
Basics of Python –
This section is for absolute beginners in python. We are discussing about following topics.
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,
Basics of Forex
We will discuss terminology in forex and do essential calculations.
Building the Strategy Plan
In this section, we will be designing blue print of our trading bot
Algorithmic Trading with mt5 Library
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 ( Profit/Loss , Margin , Total Volume ))
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 Currency Pairs at the Same Time.
Live Trading
We are waiting for suitable market conditions and correct currency pairs.
Then we do live trading
You must log in to submit a review.