alternative_market_data#
API documentation for tradeexecutor.strategy.pandas_trader.alternative_market_data Python module in Trading Strategy.
Module description#
Alternative market data sources.
Functions to use data from centralised exchanges, other sources, for testing out trading strategies.
Functions#
|
Get Pandas resample frequency for our candles. |
|
Load a single pair price feed from a DataFrame. |
|
Load a single pair price feed from an alternative file. |
|
Load OHLCV candle data from a DataFrame. |
|
Loads OHLCV candle data from a Parquest file. |
|
Replace the candles in the trading universe with an alternative version. |
|
Upsample a OHLCV trading pair data to a lower time bucket. |
|
Upsample a single pair DataFrame to a lower time bucket. |