trading_strategy_universe#
tradeexecutor.strategy.trading_strategy_universe Python module in Trading Strategy framework.
Module description#
Trading Strategy oracle data integration.
Define trading universe based on data from tradingstrategy
and
market data feeds.
See Trading universe for more information.
Classes#
Contain raw loaded datasets. |
|
Shortcut for simple strategies. |
|
A trading executor trading universe that using data from TradingStrategy.ai data feeds. |
|
A universe constructor that builds the trading universe data using Trading Strategy client. |
Functions#
|
Create the trading universe from handcrafted data. |
|
Load all pair, candle and liquidity data for a given time bucket. |
|
Load pair data for a single decentralised exchange. |
|
Load pair data for given trading pairs. |
|
Translate Trading Strategy token data definition to trade executor. |
|
Translate trading pair from client download to the trade executor. |