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 enable...
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 prepare...
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 is...
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 orders,...
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...
Instructional Video10:03
Curated Video

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

Higher Ed
In this video, we will continue the implementation of the close all positions function for our trading bot. Building upon the previous video, you will learn the remaining steps and considerations for closing open positions on the DYDX...
Instructional Video6:02
Curated Video

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

Higher Ed
In this video, we will demonstrate how to establish a connection to the DYDX platform using the Python code. You will learn how to authenticate with your DYDX credentials, set up the necessary API keys, and ensure a secure and reliable...
Instructional Video3:28
Curated Video

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

Higher Ed
In this video, we will outline the plan of attack for implementing Stage 1 of our trading bot. You will gain a clear understanding of the steps involved in building the bot, from connecting to DYDX to executing trades. This plan will...
Instructional Video14:13
Curated Video

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

Higher Ed
In this video, we will guide you through the process of setting up the bot constants. This clip is from the chapter "Bot Build - Stage 1" of the series "Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python".In this...
Instructional Video3:52
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Adding Environment Variables

Higher Ed
In this video, we will show you how to add environment variables to your development environment. You will learn how to securely store sensitive information, such as API keys and credentials, as environment variables. This practice...
Instructional Video6:26
Curated Video

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

Higher Ed
In this video, we will demonstrate how to set up a GitHub repository for your trading bot. You will learn how to create a new repository, initialize it with your project files, and establish a connection between your local development...
Instructional Video5:06
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - VS Code and Python VENV Setup

Higher Ed
In this video, we will guide you through the setup process for VS Code and Python virtual environment (venv). This clip is from the chapter "Environment Setup" of the series "Build a Super Advanced Trading Bot on DYDX Hosted on AWS with...