Companies Home Search Profile

Binance Futures Trading with Python | Build a Martingale Bot

Focused View

Maneesha S. Nirman

2:19:43

146 View
  • 1.1 Content.pptx
  • 1. Introduction and Course Content.mp4
    00:58
  • 1.1 Basics of Python.pptx
  • 1. Installing Python and Setting up IDE.mp4
    03:24
  • 2. Print Function and F Strings.mp4
    04:44
  • 3. Variables and Basic Data Types in Python.mp4
    07:21
  • 4. Operators in Python.mp4
    09:13
  • 5. Python Functions.mp4
    06:42
  • 6. Global and Local Variables in Python.mp4
    02:46
  • 7. Working with Lists.mp4
    06:55
  • 8. Working with Dictionaries.mp4
    03:55
  • 9. If Else Statements in Python.mp4
    01:25
  • 10. While Loops, Break and Continue Statements.mp4
    06:25
  • 11. For Loops.mp4
    04:33
  • 12. Classes and Objects in Python.mp4
    07:09
  • 1.1 data analysis with pandas.pptx
  • 1. Pandas Series.mp4
    04:03
  • 2. Pandas Data Frames.mp4
    02:23
  • 3. Selecting Specific Rows and Columns in a Dataframe.mp4
    04:23
  • 4. Selecting Rows in a Data Frame by Conditions.mp4
    01:29
  • 5. Iterating Colums in a Dataframe.mp4
    01:11
  • 1.1 The Strategy.pptx
  • 1. Martingale Strategy Part 1.mp4
    02:05
  • 2. Martingale Strategy Part 2.mp4
    04:55
  • 1. Creating Binance Futures Testnet Account.mp4
    02:28
  • 2. Installing Python-binance and Pandas Libraries.mp4
    01:36
  • 3. Make a Connection with Binance API and Get Account Details.mp4
    02:33
  • 1.1 functions.txt
  • 1. Placing Market Orders with Python.mp4
    03:34
  • 2. Live Streaming Current Market Price of a Symbol - Testnet.mp4
    01:53
  • 3. Calcutating the Price Deviation.mp4
    02:10
  • 4. Live Streaming Current Market Price of a Symbol - Real.mp4
    01:53
  • 5. Placing Limit Orders with Python.mp4
    03:38
  • 6. Placing the Take Profit - Part 1.mp4
    02:14
  • 7. Placing the Take Profit - Part 2.mp4
    01:39
  • 8. Placing the Take Profit - Part 3.mp4
    01:49
  • 9. Closing Limit Orders.mp4
    03:47
  • 1.1 bot syntax.txt
  • 1. Assembling the Bot Part 1.mp4
    02:01
  • 2. Assembling the Bot Part 2.mp4
    02:55
  • 3. Assembling the Bot Part 3.mp4
    01:54
  • 4. Assembling the Bot Part 4.mp4
    00:37
  • 5. Assembling the Bot Part 5.mp4
    04:05
  • 6. Live Testing the Bot.mp4
    01:58
  • 1.1 classes.txt
  • 1.2 main.txt
  • 1. Building the Constructor and Properties of the Class.mp4
    03:29
  • 2. Building the Methods of the Class.mp4
    03:36
  • 3. Objects and Multiprocessing.mp4
    03:16
  • 1.1 Martingale Bot.zip
  • 1. Instructions.mp4
    00:39
  • Description


    Stop wasting time on Paid trading Bots - Create your own Binance Futures Bot and take control of your trading strategy !

    What You'll Learn?


    • Instaling Pyhon and Setting up the IDE (PyCharm)
    • Learn the Fundamentals of Python (Variables and Data Types, Operators, For Loops, While Loops, Objects and Classes etc )
    • Data Analysis With Pandas Library in Python
    • Introduction to Binance Futures Testnet
    • Fundamentals of Algorithmic Trading
    • Fundamentals of Binance Futures Algorithmic Trading with Python
    • Connecting Binance with Python Using Python-Binance Library and Placing Different Types of Orders
    • Calculating Profit, Market Deviation, Quantity ect with Python and Pandas
    • Building Martingale Strategy Using Psudo Code and Converting into Python Code
    • Creating Multiple Trading Bots Using Classes and Objects and Run Them Parallelly with Multi Processing
    • Selecting Suitable Market Conditions for Martingale Strategy
    • The secret Ichimoku Strategy

    Who is this for?


  • Those Who are Interested in a Passive Income
  • Those Who are Interested in a Cryptocurrency Trading
  • Those Who are Interested in Python in Finance
  • Those Who are Interested in Binance Trading
  • Anybody expecting to learn Profitable Crypto Trading Strategies
  • More details


    Description

    Trading cryptocurrencies can be a profitable venture, but it requires a lot of knowledge, skill, and patience. Fortunately, with the advent of algorithmic trading, traders can now automate their trading processes and make more efficient trades. Binance, the largest cryptocurrency exchange in the world, provides an excellent platform for traders to automate their trades using Python. In this article, we will explore the Binance algorithmic trading course with Python and how you can automate your trades.

    Now in this course, we are creating a trading bot which uses Martingale Trading Strategy. Here is the course content.

    1. Basics of Python

    2. Data Analysis with Pandas Library in Python

    3. The Martingale Strategy

    4. Creating Binance Futures Testnet Account and Creating it with the Python

    5. Algorithmic Trading with Python-Binance

    6. Building the Trading Bot

    7. Multiprocessing ( Trading Multiple Coin Pairs Simultaneously )

    8. Live 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


    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 Futures 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.

    Live Trading

    We are Trading multiple coin pairs simultaniously with our trading bot

    In this course, you'll discover techniques that are practical and unique. You won't find these techniques anywhere else, as they are based on my own experiences. By the end of the course, you'll have the ability to enhance these techniques and create even more powerful trading bots. Additionally, you'll receive 24/7 support. If you have any questions, simply post them in the Q&A section, and we'll respond within 24 hours.


    Who this course is for:

    • Those Who are Interested in a Passive Income
    • Those Who are Interested in a Cryptocurrency Trading
    • Those Who are Interested in Python in Finance
    • Those Who are Interested in Binance Trading
    • Anybody expecting to learn Profitable Crypto Trading Strategies

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Maneesha S. Nirman
    Maneesha S. Nirman
    Instructor's Courses
    Hey, I'm Maneesha. I'm a computer scientist, web developer and a medical student. I have worked with different freelancing jobs entailing web design, SEO, networking, cybersecurity, and various other technology-related topics. I have 5year experience in penetration testing with Kali Linux, Linux command line, Metasploit, Aircrack-ng, Password cracking, HTML, CSS, WordPress and SEO. My goal is to share my knowledge and experience with you.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 42
    • duration 2:19:43
    • Release Date 2023/05/05