Skip to main content

chart

Load data for Technical Analysis

Source Code: [link]

openbb.crypto.chart(prices_df: pd.DataFrame, to_symbol: str = "", from_symbol: str = "", source: str = "", exchange: str = "", interval: str = "", external_axes: Optional[list[matplotlib.axes._axes.Axes]] = None, yscale: str = "linear")

Parameters

NameTypeDescriptionDefaultOptional
prices_dfpd.DataFrameCryptocurrencyNoneFalse
to_symbolstrCoin (only used for chart title), by default ""True
from_symbolstrCurrency (only used for chart title), by default ""True
yscalestrScale for y axis of plot Either linear or loglinearTrue

Returns

This function does not return anything