backtrader_addons icon indicating copy to clipboard operation
backtrader_addons copied to clipboard

Addons (analyzers, observers, indicators, data feeds etc) for backtrader

Results 3 backtrader_addons issues
Sort by recently updated
recently updated
newest added

Ab-trader, first of all, thanks for the addons ! I noticed that backtrader_addons/analyzers/trade_list.py can give a divide by 0 error : > line 78, in notify_trade > pbar = pnl...

The outputsize parameter was not being included for the alphavantage data provider. This would force all requests to default to "compact" and only operate on a month's worth of data....