17 lines
340 B
Markdown
17 lines
340 B
Markdown
# Plotting
|
|
|
|
A ```plotly``` wrapper for plotting candlestick charts, backtest results, and more.
|
|
|
|
## Dependencies
|
|
|
|
The plotting module depends on the following Python packages:
|
|
|
|
```
|
|
numpy
|
|
pandas
|
|
plotly
|
|
```
|
|
|
|
There is also a dependency on the [OHLC](https://moshferatu.dev/moshferatu/ohlc) module which is only required for running tests.
|
|
|
|
--- |