ChillarAnand / stocktrends

A python package to calculate trends in stocks, derivates(Futures & Options) using Renko, PnF, LineBreak etc
GNU General Public License v3.0
240 stars 74 forks source link

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

Open HBK-HBK opened 1 year ago

HBK-HBK commented 1 year ago

Hi @ChillarAnand

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

Please let me know how to resolve it.

ChillarAnand commented 1 year ago

Renko has the following attributes only.

data = renko.get_ohlc_data()

Where did you find this get_bricks?