Skip to contents

[Experimental]

A high-level plotly::plot_ly()-function for charting Open, High, Low and Close prices.

Usage

kline(...)

Arguments

...

For internal use. Please ignore.

Value

An invisible plotly::plot_ly()-object.

See also

Other price charts: chart(), ohlc(), pline()

Author

Serkan Korkmaz

Examples

# script start;

# Charting BTC using
# candlesticks as main
# chart
cryptoQuotes::chart(
  ticker = BTC,
  main   = cryptoQuotes::kline(),
  sub    = list(
    cryptoQuotes::volume()
  )
)
20k30k40kJan 2023Mar 2023May 2023Jul 2023Sep 2023Nov 2023020k40k60k80k
Indicators:1wTicker: BTC Market: Bybit (SPOT)Period: 2023-01-02 01:00:00 - 2023-12-25 01:00:00Click to enter X axis titleClick to enter Y axis titleClick to enter Y axis titleVolume
# script end;