Trade execution engine#
This is the API documentation for Python tradeexecutor package.
tradeexecutor is a trade execution framework to
Run live DeFi trading strategies
Backtest trading strategies
See Deploying live trading strategies for narrative documentation and tutorials.
Trade execution framework#
Strategy execution state. |
|
Strategy core - the internal state data structures. |
|
Trade result analysis calculations. |
|
Strategy visualisation and graphs. |
|
Backtesting engine. |
|
EVM execution integration. |
|
Main application and loop. |
|
Utility functions. |
|
Webhook server and admin interface. |
|
Unit testing helpers. |
|
Monkeypatches for Python library dependencies. |