stocktrends icon indicating copy to clipboard operation
stocktrends copied to clipboard

AttributeError: 'Renko' object has no attribute 'get_bricks'

Open HBK-HBK opened this issue 10 months ago • 1 comments

Hi @ChillarAnand

AttributeError: 'Renko' object has no attribute 'get_bricks'

Please let me know how to resolve it.

HBK-HBK avatar Aug 16 '23 08:08 HBK-HBK

Renko has the following attributes only.

data = renko.get_ohlc_data()

Where did you find this get_bricks?

ChillarAnand avatar Aug 26 '23 09:08 ChillarAnand