reverse_universe#

API documentation for tradeexecutor.strategy.reverse_universe Python module in Trading Strategy.

Module description#

Universe reverse loading.

  • Generate trading universe from onchain data or manually written addresses, instead of loading it from the server.

Classes#

DataRangeMode

How to get the candle data range from a trading state.

Functions#

create_universe_from_trading_pair_identifiers(...)

Create pair universe from a list of pair identifiers.

reverse_trading_universe_from_state(state, ...)

Reverse-engineer trading universe from an existing execution state.