transport#

tradingstrategy.transport Python module in Trading Strategy framework.

Module description#

Data download functionality.

  • Different download methods

  • Caching

Submodules#

tradingstrategy.transport.base

tradingstrategy.transport.cache

A HTTP API transport that offers optional local caching of the results.

tradingstrategy.transport.data_trigger

tradingstrategy.transport.jsonl

Load candle and liquidity data over Trading Strategy real-time API.

tradingstrategy.transport.pyodide

Pyodide support.