2024-10-25 20:48:53 +00:00
|
|
|
# Plotting
|
|
|
|
|
2024-12-23 15:59:09 +00:00
|
|
|
A ```plotly``` wrapper for plotting candlestick charts, backtest results, and more.
|
|
|
|
|
2024-12-23 16:01:47 +00:00
|
|
|
## 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.
|
|
|
|
|
2024-10-25 20:48:53 +00:00
|
|
|
---
|