Mô tả

Learn Python and Triangular Arbitrage for spotting opportunities in the Cryptocurrency market place unnoticed by others. In this course you will develop the skills and knowledge to:


  1. Gain a deep understanding of Arbitrage with particular focus on Triangular Arbitrage

  2. Develop with Python the "indie programmer" and fun way for complete beginners

  3. Develop with Javascript the "indie programmer" and fun way for complete beginners

  4. Establish all traceable Triangular Arbitrage pairs unseen by others

  5. Calculate surface rate opportunities across all pairs

  6. Calculate real rates for arbitrage with depth

  7. Cover the above points in both CeFi (with the Poloniex exchange) and Defi (with Uniswap V3)

  8. Pull any data from the web by exploring the Rest API endpoints with Poloniex (transferable knowledge to other exchanges)

  9. Read blockchain price information with Web3 and Ethers JS

  10. Work with the Uniswap V3 SDK

We achieve this by walking through a "paint by numbers" approach, literally commenting on and exploring nearly every line of code. You will focus on the principles rather than the solution, meaning that you will be able to transfer your new found knowledge anywhere both on centralised exchanges and decentralised exchanges.

You will learn programming the fun and memorable way. Without getting bogged down in information you probably won't even need.

This is a FAST TRACK course. Meaning you will achieve results early on without having to learn a lot of fluff. We cover important principles, basic programming skills (which will all take you far in programming) and then dive into implementing the logic.

If you know programming concepts, you will find learning easy. However, deep knowledge will be gained by learning how to pull price information and write algorithms to find arbitrage opportunities for potential capital gain.

You will also get a bunch of resources to help you along the way, including:


  • Access to the Google sheets cheat sheet for calculating Triangular arbitrage

  • All Python and Javascript code in the course (5 years of exploration lead to this code.This is an absolute steal).

  • The slide deck from the Intuition section of this course

  • Other playground files

This course is NOT going to cover execution of arbitrage. However, we do cover execution of arbitrage ideas, challenges and opportunities at the end of the course.

If you're up for it, am looking forward to seeing you inside the course!


Talk soon,

Shaun

Bạn sẽ học được gì

Gain a deep understanding of Arbitrage with particular focus on Triangular Arbitrage

Understand Triangular Arbitrage concepts with Python from an "indie programmer" and fun way for complete beginners

Develop with Javascript the "indie programmer" and fun way for complete beginners

Establish all traceable Triangular Arbitrage pairs unseen by others

Calculate surface rate opportunities across all pairs

Calculate real rates for arbitrage with depth

Cover the above points in both CeFi (with the Poloniex exchange) and Defi (with Uniswap V3)

Pull any data from the web by exploring the Rest API endpoints with Poloniex (transferable knowledge to other exchanges)

Read blockchain price information with Web3 and Ethers JS

Work with the Uniswap V3 SDK

Yêu cầu

  • No programming skills or knowledge of arbitrage needed. Just bring yourself.
  • Very basic knowledge of what cryptocurrencies are is required.

Nội dung khoá học

12 sections

INTRODUCTION

5 lectures
Why Share the Secrets of Triangular Arbitrage?
10:01
Your Number 1 Advantage in Learning Triangular Arbitrage
07:16
Triangular Arbitrage Pitfalls and Dangers
09:28
Our 3 Step Plan for Success
04:11
Course Outline Agenda
09:26

INTUITION

8 lectures
What is Triangular Arbitrage?
04:34
How Triangular Arbitrage Works - Part 1
04:17
How Triangular Arbitrage Works - Part 2
06:59
Triangular Arbitrage with Foreign Exchange Example
08:34
Triangular Arbitrage with Crypto Currency Example
09:14
Understanding the ASK and BID - (INCLUDES CHEAT SHEET with API)
24:47
Its All About Depth - Surface Rate vs Real Rate
07:48
INTUITION QUIZ
3 questions

RESOURCES

2 lectures
MUST Watch I - About Resources (Dec 2001)
04:12
MUST Watch II - About Resources (Jan 2003)
00:10

PYTHON FAST TRACK

12 lectures
Setting Up Google Colab for Initial Python Experimentation
03:53
The Developer Mindset Required for Success
04:56
Python VARIABLES, LISTS and DICTIONARIES
27:35
Mastering the IF Statement
11:11
Python FOR and WHILE Loops
09:12
Python AND and OR Conditions
04:32
Your First Python API Data Request with REQUESTS and JSON
06:50
Understanding Methods (aka Functions)
12:10
Understanding Python Classes
11:15
Python Playground Code Resources
00:55
Installing Python and Creating Your First Virtual Environment
10:41
Python Coding Quiz
3 questions

JAVASCRIPT COMPARISONS

4 lectures
Javascript VARIABLES, ARRAYS and OBJECTS
09:12
Javascript IF Statement (Comparison to Python)
03:02
Javascript FOR Loop
09:17
Javascript FUNCTION Example
07:50

IMPORTANT UPDATES - Must Watch

3 lectures
Download the Latest Code for Troubleshooting (Jan 2023 Update)
09:00
How to Pull Any API Data - Must Learn
24:47
Q&A
00:24

POLONIEX - STRUCTURING PAIRS

13 lectures
Setting Up Our Chosen IDE (PyCharm)
06:35
Making our POLONIEX API Request
10:38
Identifying TRADEABLE Coin Assets
06:44
Adding TRADEABLES to a List
02:27
Using Methods (Functions) to Neaten Your Code
09:00
Running in a Modular Structure
05:36
Structuring Pairs Logic
07:57
Structuring Pair A
07:58
More Code Structuring
04:01
Structuring Pair B
04:40
Structuring Pair C
09:52
Logging a Triangular Match
08:02
Saving Structured Pairs to JSON
05:03

POLONIEX - CALCULATING SURFACE RATES

15 lectures
Loading Structured Pairs Fast
06:50
Get Latest Prices
01:54
Structure Prices for Surface Rate Calculation
08:27
Setting Variables and Correcting Price Information
12:53
BID ASK Calculation Recap
12:30
Important Additional Variables and Commenting
06:16
Your First Triangular Arbitrage Calculation
22:41
Another Triangular Arbitrage Calculation Example
06:37
Finalising Forward Rate Calculations
10:03
Assessing Forward Algorithm
02:09
Calculating Reverse Rates
07:12
CORRECTION Updating Indentation
01:45
BUG FIX and Trading Descriptions
11:06
Outputting Surface Rate Opportunities
08:40
Looking Back and Next Steps
06:28

POLONIEX - CALCULATING DEPTH

7 lectures
Setting Variables and Orderbook Depth
18:38
Retrieving Orderbook Price Data
03:26
Reformatting ASK Orderbook Prices
08:15
Calculating Orderbook Depth
17:51
Calculating REAL RATE Profit and Loss
07:28
Automating Orderbook Depth Calculation for Surface Rate Trigger
06:49
Spotting Real Arbitrage Opportunities and Closing Comments
06:21

UNISWAP V3- CALCULATING SURFACE RATES

9 lectures
Setting Up the PyCharm Environment
03:07
Understanding Uniswap V3 Graph QL
14:34
Pulling Liquid Uniswap Pool Prices
09:50
Structuring Triangular Groups - Part 1
10:17
Structuring Triangular Groups - Part 2
08:16
Structuring Triangular Groups - Part 3
06:08
Piping Over Surface Rate Calculations
05:15
Code Walkthrough for Surface Rates
16:23
Saving Surface Rates and Next Steps
12:49

UNISWAP V3 - WEB3 ETHERS JS INTRODUCTION

5 lectures
Preparation and Setup for Connecting to ETHEREUM
06:51
Installing Node JS Packages
02:50
WEB3 JS Crash Course
16:03
ETHERS JS Crash Course
10:15
Plan of Attack
03:35

UNISWAP V3 - RETRIEVE DEPTH

7 lectures
Reading Surface Rates from JSON
13:43
Retrieving Blockchain Price Depth - Part 1
09:41
Retrieving Blockchain Price Depth - Part 2
06:22
Retrieving Blockchain Price Depth - Part 3
06:56
Retrieving Blockchain Price Depth - Part 4
10:09
CONGRATULATIONS! Your First Real Arbitrage Opportunity in DeFi
18:39
Execution Ideas and Course Wrap Up
20:43

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.