Wickly DocumentationΒΆ
Interactive candlestick chart plotting with PyQt6 β a drop-in replacement for mplfinance with rich interactivity.
import wickly
wickly.plot(df, type='candle', volume=True, mav=(10, 20), style='yahoo')
Key FeaturesΒΆ
π Chart types β Candlestick, OHLC bar, line, and hollow-candle
π Volume subplot β Optional volume panel below the price chart
π Zoom & pan β Mouse-wheel zoom and click-drag panning
π― Crosshair β Live OHLC / volume readout under the cursor
π Moving averages β Overlay any number of MAs with the
mavparameterπ¨ Styles β Six built-in themes plus
make_style()for custom palettesπΌοΈ Addplot β Overlay custom line & scatter data
πΎ Export β
savefigsupport (PNG / JPG / BMP)π Embedding β
returnfigmode for integration into your own PyQt6 appβ mplfinance-compatible β Familiar function signatures