Overview of the Trading Strategy framework
masterThe trading-strategy framework is designed for algorithmic trading on decentralized exchanges (DEXes). It provides the data layer necessary for:
- Data Acquisition: Downloading DeFi market datasets and accessing real-time price feeds from the Trading Strategy Protocol.
- Backtesting: Developing and testing strategies within Jupyter Notebooks using historical data.
- Live Trading Support: Providing the data foundation for on-chain trading execution.
- Vault Support: Enabling the deployment of strategies as smart contract vaults for third-party investment.
Supported blockchains include Ethereum mainnet, Binance Smart Chain, and Polygon. Supported DEXes include SushiSwap, QuickSwap, and PancakeSwap.