agent0.chainsync.dashboard.build_ohlcv

Builds the ohlcv dataframe for the dashboard.

Functions

build_ohlcv(→ pandas.DataFrame)

Builds the ohlcv dataframe ready to be plot

Module Contents

agent0.chainsync.dashboard.build_ohlcv.build_ohlcv(pool_analysis: pandas.DataFrame, freq: str | None = None) pandas.DataFrame

Builds the ohlcv dataframe ready to be plot

Parameters:
Returns:

The ready to plot dataframe for ohlcv

Return type:

pd.DataFrame