agent0.chainsync.dashboard.plot_ohlcv

simulation for the Hyperdrive market

Functions

plot_ohlcv(→ None)

Plots the ohlcv plot.

Module Contents

agent0.chainsync.dashboard.plot_ohlcv.plot_ohlcv(ohlcv: pandas.DataFrame, ohlcv_ax: matplotlib.axes.Axes) None

Plots the ohlcv plot.

Parameters:
  • ohlcv (pd.DataFrame) – The ohlcv dataframe to plot.

  • ohlcv_ax (Axes) – The matplotlib axes to plot on.