Zeel Patel
Zeel Patel
added an option `histogram=True` for `I()` function. it plots histogram using `vbar` function of bokeh js. Fixes https://github.com/kernc/backtesting.py/issues/195
Fixes https://github.com/kernc/backtesting.py/issues/382
Fixes https://github.com/kernc/backtesting.py/issues/356
Original Discussion Post: #355 There's something that I noticed which makes it difficult to view indicator graph on the chart if you're backtesting for longer period. Below is an example...
### Expected Behavior There should be a way to specify meaningful legend names when multiple series values are used in a single Indicator ### Actual Behavior Currently, you can only...