Code examples#
This section contains basic examples for Trading Strategy client
How to access market data from Trading Strategy oracle and APIs (Parquet datasets, real time API, and so on)
How to plot different charts using Jupyter Notebook tooling
Preface#
Before getting started see Setting up development environment.
Examples#
- Getting started coding tutorial (old)
- Drawing DEX prices using OHLCV candle charts
- Interactive charts
- Technical analysis
- Exploring trading pairs
- Finding low fee trading pairs
- Preface
- Liquidity analysis
- Price impact estimation
- Query pool liquidity on a decentralised exchange
- Dataset download
- Charts and diagrams (old)
- Lending protocols and short/long leverage data
- Loading exchange, pair, and candlestick data for Uniswap V3
- Streaming JSONL data
Next steps#
Examples in this section are not full-blown trading strategies.
For strategy development and backtesting see strategy examples.