-
Notifications
You must be signed in to change notification settings - Fork 2
/
syllabus.txt
26 lines (21 loc) · 1.11 KB
/
syllabus.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Binance API - Websockets and Real-Time Lightweight Charts
Websockets and Real-Time Lightweight Charts
wscat - connect to websocket from command line
General WSS info: https://github.com/binance-us/binance-official-api-docs/blob/master/web-socket-streams.md#general-wss-information
wss://stream.binance.us:9443
capture output to a file
connect to websocket from the Web / Javascript
Lightweight Charts - create real-time candlestick chart similar to tradingview
UI to check indicators, configure values/alerts/notifications
TA with Python and TALib
connect to websockets from Python, write candlestick data to csv
download historical data using REST API
install TALib, configure indicators
Backtesting with Backtrader and TALib Indicators
test some indicators against a historical bakcing
plot some buy and sell indicators
Building an API for indicators
API endpoint to save / persist indicators
using settings from Python websocket to detect actionable orders
API endpoint for executing a buy/sell order
API endpoint for sending notifications