Instructional Video19:52
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - All Positions Function - Part 1

Higher Ed
In this video, we will begin implementing the close all positions function for our trading bot. You will learn the logic and steps required to abort all open positions on the DYDX platform.
<
br/>
This clip is from the chapter "Bot...
Instructional Video6:36
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Making Code Updates

Higher Ed
In this video, we will demonstrate how to make code updates to your trading bot deployed on AWS. You will learn how to transfer updated code to the EC2 instance, restart the bot, and observe the changes in its behavior. This process...
Instructional Video8:24
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Download and Test Bot

Higher Ed
In this video, we will guide you through the steps of downloading your trading bot code onto the AWS EC2 instance and testing its functionality. You will learn how to transfer your codebase to the EC2 instance, execute the bot, and...
Instructional Video4:00
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Connect to EC2 and Install Python

Higher Ed
In this video, we will show you how to connect to your AWS EC2 instance and install Python. You will learn how to establish a remote connection using SSH, access the EC2 instance's command-line interface, and install Python to prepare...
Instructional Video4:40
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Launch EC2 Instance

Higher Ed
In this video, we will demonstrate how to launch an AWS EC2 instance for deploying your trading bot. You will learn how to select the appropriate instance type, configure the instance settings, and launch the EC2 instance. This step is...
Instructional Video3:01
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Create Security Group

Higher Ed
In this video, we will guide you through the process of creating a security group for your AWS EC2 instance. You will learn how to define inbound and outbound rules to ensure secure communication and access to your trading bot....
Instructional Video5:19
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - AWS EC2 - Plan of Attack

Higher Ed
In this video, we will outline the plan of attack for deploying your trading bot on an AWS EC2 (Elastic Compute Cloud) instance. You will gain a clear understanding of the steps involved, from creating a security group to launching the...
Instructional Video3:37
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - About AWS and Signup

Higher Ed
In this video, we will provide an overview of AWS (Amazon Web Services) and its benefits for deploying your trading bot. You will learn about the various services offered by AWS and understand how it can enhance the performance and...
Instructional Video7:10
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Message Placement and GitHub

Higher Ed
In this video, we will discuss message placement and how to leverage GitHub for seamless integration with your trading bot. You will learn how to strategically place messages within your codebase, ensuring that they are sent at the...
Instructional Video5:30
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Send Message through Python

Higher Ed
In this video, we will show you how to send messages to Telegram using Python code. You will learn how to utilize the Telegram API, integrate it into your trading bot's codebase, and send messages programmatically. This method provides...
Instructional Video3:32
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Sending First Message through URL

Higher Ed
In this video, we will demonstrate how to send your first message to Telegram using a URL. You will learn how to construct the message URL, include relevant information, and send the message to your Telegram bot. This method allows for...
Instructional Video4:39
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Telegram Bot Setup

Higher Ed
In this video, we will guide you through the process of setting up a Telegram bot for your trading bot. You will learn how to create a bot, obtain the API token, and configure the necessary settings. Setting up a Telegram bot will...
Instructional Video3:20
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Git Deploy and Next Steps

Higher Ed
In this video, we will cover the process of deploying your trading bot using Git and discuss the next steps in the development and deployment process. You will learn how to manage your codebase, collaborate with team members, and...
Instructional Video10:47
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Build Test Run

Higher Ed
In this video, we will guide you through building a test run for your trading bot. You will learn how to simulate trades, evaluate performance metrics, and analyze the results of your bot's actions. Building and conducting a test run...
Instructional Video22:13
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Manage Exits - Part 2

Higher Ed
In this video, we will continue the discussion on managing exits in your trading bot. Building upon the previous video, you will learn about additional exit strategies, position monitoring techniques, and dynamic exit adjustments. This...
Instructional Video10:52
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Open Trades - Engage BotAgent

Higher Ed
In this video, we will demonstrate how to engage the BotAgent class to execute open trades in your trading bot. You will learn how to integrate the trade trigger logic with the BotAgent methods to initiate trade execution, place...
Instructional Video12:14
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Open Trades - Initial Setup

Higher Ed
In this video, we will guide you through the initial setup of open trades in your trading bot. You will learn how to define the parameters for opening trades, including entry conditions, position sizing, and risk management. This setup...
Instructional Video9:21
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - BotAgent Class - Initialize

Higher Ed
In this video, we will guide you through the process of initializing the BotAgent class in your trading bot. You will learn how to set up the necessary parameters, configure API connections, and establish the foundation for executing...
Instructional Video3:10
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Stage 3 - Plan of Attack

Higher Ed
In this video, we will outline the plan of attack for implementing Stage 3 of our trading bot. You will gain a clear understanding of the steps involved in this stage, from initializing the BotAgent class to managing trade exits and...
Instructional Video14:38
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Store Cointegrated Pairs Data

Higher Ed
In this video, we will demonstrate how to store cointegrated pairs data in your trading bot. You will learn how to organize and manage the data collected from the cointegration analysis, allowing your bot to access and utilize this...
Instructional Video16:03
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Construct Cointegration Functions

Higher Ed
In this video, we will guide you through the process of constructing cointegration functions in Python. You will learn the theory and implementation of cointegration, a statistical technique used to identify pairs of assets that move...
Instructional Video6:48
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Construct Market Prices - Preparation

Higher Ed
In this video, we will prepare the groundwork for constructing market prices in our trading bot. You will learn about the necessary data sources, APIs, and techniques for gathering and organizing market data. This preparation step is...
Instructional Video6:17
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Get ISO Times

Higher Ed
In this video, we will show you how to retrieve ISO times using Python. ISO times are essential for synchronizing data and ensuring accurate timestamps for market data. You will learn how to gather ISO times from reliable sources,...
Instructional Video2:54
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Stage 2 - Plan of Attack

Higher Ed
In this video, we will outline the plan of attack for implementing Stage 2 of our trading bot. You will gain a clear understanding of the steps involved in this stage, from gathering ISO times to constructing market prices and storing...