Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    The Ultimate Forex Algorithmic Trading Course | Build 5 Bots

    Posted By: ELK1nG
    The Ultimate Forex Algorithmic Trading Course | Build 5 Bots

    The Ultimate Forex Algorithmic Trading Course | Build 5 Bots
    Published 1/2023
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.40 GB | Duration: 4h 1m

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

    What you'll 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

    Requirements

    You need a Desktop / Laptop with Stable Internet Connection

    I Will be Providing All the Fundamental Knowledge in Python and Forex. So You do not Need any Prior Knowledge.

    Curious and Interested Participants are More Likely to Benefit from this Course

    Description

    We are going to build 5 Trading Bots in this Course. This is the course content.Basics of PythonData Analysis with Pandas Library in PythonBasics of ForexBuilding the Strategy PlanForex Algorithmic Trading with mt5 LibraryBot 01: Building a Simple Forex Trading Bot to Understand FundamentalsBot 02: Building a SMA Crossover Trading BotBot 03: Building a Bollinger Bands Trading BotBot 04: Building a Grid Trading BotBot 05: Building a DCA Trading BotMultiprocessing ( Trading Multiple Currency Pairs Simultaneously )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 IDEPrint Function and F StringsVariables and Basic Data Types in PythonOperators in PythonPython FunctionsGlobal and Local Variables in PythonWorking with ListsWorking with DictionariesIf Else Statements in PythonWhile Loops, Break and Continue StatementsFor LoopsClasses and Objects in PythonData Analysis with Pandas Library in PythonPandas is a Python library created for data analysis. We are using this library to do essential forex calculations.We are discussing about,Pandas SeriesPandas Data FramesSelecting Specific Rows and Columns in a DataframeSelecting Rows in a Data Frame by ConditionsIterating Colums in a DataframeBasics of ForexWe will discuss terminology in forex and do essential calculations.Installing MetaTrader and Setting Up a Correct Broker AccountTypes of Currency Pairs in ForexBid, Ask and SpreadLots, Pips , Leverage and MarginEssential CalculationsTypes of Orders in ForexBuilding the Strategy PlanIn this section, we will be designing blue print of our trading botForex Algorithmic Trading with mt5 LibraryWe are creating functions of our trading bot(Functions for Opening and Closing Different Types of Orders with PythonGetting Current Position Details,Basic Calculations in Forex ( Profit/Loss , Margin , Total Volume ))Building  Trading BotsWe are putting all the functions together and assembling the 5 forex trading bots.MultiprocessingWe are putting all the functions together and assembling the forex botLive TradingWe are waiting for suitable market conditions and correct forex pairs.Then we do live trading

    Overview

    Section 1: Introduction

    Lecture 1 Introduction

    Section 2: Basics of Python Programming for Beginners

    Lecture 2 Installing Python and Setting up IDE

    Lecture 3 Print Function and F Strings

    Lecture 4 Variables and Basic Data Types in Python

    Lecture 5 Operators in Python

    Lecture 6 Python Functions

    Lecture 7 Global and Local Variables in Python

    Lecture 8 Working with Lists

    Lecture 9 Working with Dictionaries

    Lecture 10 If Else Statements in Python

    Lecture 11 While Loops, Break and Continue Statements

    Lecture 12 For Loops

    Lecture 13 Classes and Objects in Python

    Section 3: Data Analyzing with Pandas Library in Python

    Lecture 14 Pandas Series

    Lecture 15 Pandas Data Frames

    Lecture 16 Selecting Specific Rows and Columns in a Dataframe

    Lecture 17 Selecting Rows in a Data Frame by Conditions

    Lecture 18 Iterating Colums in a Dataframe

    Section 4: Foundation Forex Course

    Lecture 19 Installing MetaTrader and Setting Up a Correct Broker Account for this Stratergy

    Lecture 20 Types of Currency Pairs in Forex

    Lecture 21 Bid, Ask and Spread

    Lecture 22 Lots, Pips , Leverage and Margin

    Lecture 23 Essential Calculations - Example 1

    Lecture 24 Essential Calculations - Example 2

    Lecture 25 Essential Calculations - Example 3

    Lecture 26 Types of Orders in Forex

    Section 5: Forex Alogorithmic Trading with mt5 Python

    Lecture 27 Metatrader5 Python Library and Connecting Python with MetaTrader

    Lecture 28 Placing Buy Limit and Sell Limit Orders with Python

    Lecture 29 Placing Market Orders

    Lecture 30 Getting Current Position Details

    Lecture 31 Calculate Total Profit and Volume Part 1

    Lecture 32 Calculate Total Profit and Volume Part 2

    Lecture 33 Calculate Margin

    Lecture 34 Calculating Profit as a Percentage

    Lecture 35 Close All Positions

    Lecture 36 Close Limit Orders

    Section 6: Bot 01 - Building a Simple Trading Bot

    Lecture 37 Bot 1 - The Stratergy

    Lecture 38 Assembling the 1st Bot Part 1

    Lecture 39 Assembling the 1st Bot Part 2

    Lecture 40 Assembling the 1st Bot Part 3

    Lecture 41 Testing the Bot

    Section 7: Bot 02 - Building a SMA Crossover Trading Bot

    Lecture 42 Bot 2 - The Stratergy

    Lecture 43 Building the SMA Crossover Trading Bot

    Section 8: Bot 03 - Building a Bollinger Band Trading Bot

    Lecture 44 Bot 3 - The Stratergy

    Lecture 45 Building the Bollinger Band Trading Bot

    Section 9: Bot 04 - Grid Bot - Building Up The Trading Stratergy

    Lecture 46 The Stratergy part 1

    Lecture 47 The Stratergy part 2

    Lecture 48 Building Stratergy Part 1

    Lecture 49 Building Stratergy Part 2

    Lecture 50 Building Stratergy Part 3

    Section 10: Bot 04 - Grid Bot - Assembling the Trading Bot

    Lecture 51 Required Functions for Grid Bot

    Lecture 52 Assembling the Trading Bot Part 1

    Lecture 53 Assembling the Trading Bot Part 2

    Lecture 54 Assembling the Trading Bot Part 3

    Section 11: Bot 04 - Grid Bot- Trading Multiple Currency Pairs - Threading

    Lecture 55 Trading Multiple Currency Pairs Part 1

    Lecture 56 Trading Multiple Currency Pairs Part 2

    Section 12: Bot 04 - Grid Bot- Live Trading

    Lecture 57 Market Analysis and Live Trading

    Section 13: Bot 04 -Grid Bot- Download the Final Bot Here

    Lecture 58 Instructions

    Section 14: Bot 05 - DCA Bot (ADVANCED) - Building Up The Trading Stratergy

    Lecture 59 Introduction to Dollar Cost Averaging

    Lecture 60 Strategy for Buying

    Lecture 61 Strategy for Selling

    Lecture 62 Building the Strategy Part 1

    Lecture 63 Building the Strategy Part 2

    Lecture 64 Building the Strategy Part 3

    Section 15: Bot 05 - DCA Bot (ADVANCED) - Assembling the Trading Bot

    Lecture 65 Required Functions for DCA Bot

    Lecture 66 Assembling the Trading Bot Part 1

    Lecture 67 Assembling the Trading Bot Part 2

    Lecture 68 Testing the Trading Bot

    Section 16: Bot 05 - DCA Bot (ADVANCED) - Trading Multiple Currency Pairs - Threading

    Lecture 69 Objects and Classes Part 1

    Lecture 70 Objects and Classes Part 2

    Section 17: Bot 05 - DCA Bot (ADVANCED) - Live Trading

    Lecture 71 Market Analysis and Live Trading

    Section 18: Bot 05 - DCA Bot (ADVANCED) - Download the DCA Bot Here

    Lecture 72 Instructions

    Those Who are Interested in Python and Data Science,Those Who are Interested in Forex Trading and want to Automate Trading,For Scalpers and Day Traders,Anybody expecting to learn Profitable Forex Strategies