Category "backtrader"

I want to customize some indicators in backtrader

really sry to bother, first I am totally a rookie in python and now I am learning how to use backtrader to do some analysis but when I use my own method, I met

Backtrader issue - optstrategy AttributeError: module 'collections' has no attribute 'Iterable'

I'm trying to optimize my strategy on Backtrader with python but keeps getting this error and i can't find anything on the web showing why I'm getting it. My co

backtrader: custom columns as indicator

import backtrader.feeds as btfeeds class PandasDataSource(bt.feeds.PandasData): lines = ('Strategy_GoldenCross_Signal',) params=( ('Strate