Instructional Video10:56
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Place Orders on DYDX through Private API

Higher Ed
In this video, we will explore how to place orders on the DYDX platform using the private API. You will learn how to construct the necessary API requests to execute trades, manage positions, and interact with the DYDX exchange securely...
Instructional Video2:55
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Get Public Candlestick Price Data

Higher Ed
In this video, we will demonstrate how to retrieve public candlestick price data from the DYDX platform using the DYDX API. You will learn how to make API requests to fetch historical price data, which will be essential for analyzing...
Instructional Video11:25
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Interpreting DYDX API Documentation

Higher Ed
In this video, we will guide you on how to interpret the DYDX API documentation. You will learn how to navigate the documentation effectively and understand the different endpoints, parameters, and response formats provided by the DYDX...
Instructional Video16:24
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Connect to DYDX in Python with Colab

Higher Ed
In this video, we will walk you through the process of connecting to the DYDX platform using Python and Colab. You will learn how to set up a Colab notebook, import necessary libraries, and establish a connection to DYDX, enabling you to...
Instructional Video8:22
Curated Video

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

Higher Ed
In this video, we will explain how to access your DYDX credentials, which are required to authenticate your bot with the DYDX API. You will learn where to find and securely store your DYDX credentials for use in your trading bot. This...
Instructional Video1:58
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Alchemy HTTP Provider Setup

Higher Ed
In this video, we will show you how to set up the Alchemy HTTP Provider, which allows your trading bot to interact with the DYDX platform. You will learn how to create an Alchemy account, obtain the necessary API key, and configure your...
Instructional Video3:52
Curated Video

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

Higher Ed
In this video, we will guide you through the process of setting up MetaMask, a cryptocurrency wallet, and browser extension that enables interaction with the Ethereum network. You will learn how to install MetaMask, create a new wallet,...
Instructional Video5:21
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Position Sizing and Risk Management

Higher Ed
In this video, we will assign you a YouTube homework task related to the Kelly Criterion (check this link in the course resources). We will cover position sizing and risk management techniques specific to pairs trading. You will learn...
Instructional Video3:26
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - About Half-Life

Higher Ed
In this video, we will explain the concept of half-life in pairs trading. You will discover how to calculate and interpret the half-life, which measures the speed at which the spread between two assets reverts to its mean. Understanding...
Instructional Video3:27
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - About the Hedge Ratio

Higher Ed
In this video, we will discuss the hedge ratio and its significance in pairs trading. You will learn how to determine the appropriate hedge ratio for a pair of assets, enabling you to establish a market-neutral position and effectively...
Instructional Video10:54
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Trading the Spread Based on Z-Score

Higher Ed
In this video, we will delve into the technique of trading the spread based on the Z-Score. You will learn how to calculate and interpret the Z-Score, which serves as a key indicator for identifying potential entry and exit points in...
Instructional Video5:33
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Statistical Arbitrage and Cointegration

Higher Ed
In this video, we will explore the concepts of statistical arbitrage and cointegration. You will understand how statistical arbitrage can be applied to pairs trading strategies, and the importance of identifying cointegrated...
Instructional Video5:57
Curated Video

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

Higher Ed
In this video, we will explore the process of manually trading on DYDX. We will walk you through the steps involved in executing trades on the DYDX decentralized platform. By understanding the manual trading process, you will gain...
Instructional Video1:55
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Discord and Resources

Higher Ed
In this video, we will introduce you to the course Discord page, a valuable resource for engaging with the instructor and fellow learners. You will learn how to access the Discord community and discover the benefits of participating in...
Instructional Video6:08
Curated Video

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

Higher Ed
In this video, we will go through the course roadmap and outline the plan of attack. You will get a detailed overview of the different sections and modules that make up the course. Understanding the course structure will help you...
Instructional Video2:48
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - What NOT to Expect

Higher Ed
In this video, we will clarify what this course is not about and what you should not expect from it. It's important to set realistic expectations to ensure that the course aligns with your goals and interests. We will explain any...
Instructional Video8:46
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - What to Expect

Higher Ed
In this video, we will set clear expectations for what you can expect from this course. We will discuss the specific topics and concepts that will be covered, ensuring you have a comprehensive understanding of the knowledge and skills...
Instructional Video3:05
Curated Video

Build a Super Advanced Trading Bot on DYDX Hosted on AWS with Python - Welcome to the Course!

Higher Ed
In this video, we will warmly welcome you to the course. You will learn about the objectives and goals of the training. We will provide an overview of the exciting journey ahead and how this course will empower you to develop a super...
Instructional Video8:30
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - FastAPI Python Backend Preparation and Package Installations

Higher Ed
In this video, we will show you how to prepare your FastAPI Python backend for development and install all the required packages. This clip is from the chapter "Environment Setup - Frontend and Backend" of the series "ChatGPT...
Instructional Video5:03
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - Python and Node Version Installation Checks

Higher Ed
In this video, we will ensure that you have the correct Python and Node versions installed for your project, and we will walk you through installation checks. This clip is from the chapter "Environment Setup - Frontend and Backend" of...
Instructional Video3:33
Curated Video

ChatGPT Voice-Powered Chatbot Build with React and FastAPI - VS Code Recommendation and Plugins

Higher Ed
In this video, we will recommend VS Code plugins that can improve your development experience and show you how to install and set them up. This clip is from the chapter "Environment Setup - Frontend and Backend" of the series "ChatGPT...
Instructional Video14:28
Curated Video

Real-World DevOps Project From Start to Finish - backup-checker Python Application - Part 1

Higher Ed
This video will dive into the first part of building the backup-checker Python application. You will learn to set up the project structure, define the necessary dependencies, and start implementing the core functionality. We will have a...
Instructional Video5:22
Curated Video

Real-World DevOps Project From Start to Finish - Ansible Installation and Configuration

Higher Ed
This video demonstrates installing Ansible dependencies, configuring inventory files, and setting up SSH connectivity between the control node and managed nodes. We will have a working Ansible installation and be ready to use it for...
Instructional Video11:25
Curated Video

Power BI Masterclass 8 - Python, Finance, and Advanced DAX - Import Data Through Python into Power BI

Higher Ed
This video explores importing data into Power BI using Python. You will learn to connect to various data sources, retrieve data, and bring it into Power BI for analysis and visualization. You will learn to seamlessly integrate Python...