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

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

Assessment

Interactive Video

Information Technology (IT), Architecture, Social Studies

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through the process of finding co-integrated pairs and structuring market pricing using Python. It covers importing necessary modules, constructing market prices with dydx, and testing the script. The tutorial also demonstrates saving changes and pushing code to GitHub, ensuring version control and data safety.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary goal when structuring pricing in the context of co-integrated pairs?

To determine the fastest growing pair

To calculate the average price of all pairs

To find the most expensive pair

To identify pairs that move together over time

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to construct market prices efficiently?

To ensure the bot runs every minute

To save time and resources by not fetching data continuously

To decrease the accuracy of the data

To increase the number of tokens processed

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of creating a new file named 'funk_public.py'?

To manage user authentication

To handle public requests to dydx

To store market analysis results

To store private client data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which libraries are imported for data manipulation and numerical operations?

matplotlib and seaborn

pandas and numpy

requests and json

scipy and sklearn

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the 'get_ISO_Times' function?

To convert timestamps to local time

To calculate the difference between two dates

To retrieve relevant time periods in ISO format

To fetch current market prices

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to use version control like Git in this project?

To ensure changes are saved and can be tracked

To automatically fix bugs in the code

To increase the speed of the script

To reduce the size of the codebase

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you ensure before running the main script?

That the internet connection is disabled

That all files are closed

That the virtual environment is activated

That the script is in the root directory