Create Price Database Using SQLAlchemy & Python

preview_player
Показать описание
Learn how to create a price database for crypto, stocks, futures, and forex using SQLAlchemy, Python, and Postgres for future algo trading and backtesting purposes.

0:00 Introduction
0:22 Entity Relationship Diagram
0:33 Symbol & MinuteBar Tables for Crypto, Stocks, Futures & Forex
1:43 Login to Database
2:27 Grant User Superuser Permissions
3:08 Import Modules
3:59 Import SQLAlchemy
5:22 Verify Database Creation
5:41 Create Market Class
5:58 Create Symbol Class
7:15 Create MinuteBar Class
9:59 Create Database

#python
#sqlalchemy
#postgresql
#trading
#backtesting

---
---
Рекомендации по теме
Комментарии
Автор

backref= should be the name of the attribute on the Symbol class... in other words, minute_bars. I've fixed the typo in in the code.

AnalyzingAlpha
welcome to shbcf.ru