groupeduniverse#
tradingstrategy.utils.groupeduniverse Python module in Trading Strategy framework.
Module description#
Creation of per-trading pair Pandas dataframes.
Base classes for handling OHLCV data for price and liquidity
Group raw multipair
pandas.DataFrame
to grouped format, so that reading and indexing individual trading pair data is easy in multipair trading universe
See also
Classes#
A base class for manipulating columnar price/liquidity data by a pair. |
Functions#
|
Mark the bad wicks. |
|
Filter dataset so that it only contains data for the trading pairs from a certain exchange. |
|
Filter dataset so that it only contains data for a single trading pair. |
|
Correct out bad high/low values in OHLC data. |
|
Downsample OHLCV candles or liquidity samples to less granular time bucket. |