You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I' getting an error while accessing chart_type = PRICE_MOVEMENT
print('\n\nRenko box calcuation based on price movement') renko.chart_type = indicators.Renko.PRICE_MOVEMENT data = renko.get_ohlc_data() print(data.tail(rows))
here is the error
AttributeError: 'Renko' object has no attribute 'cdf'
The text was updated successfully, but these errors were encountered:
codesutras
changed the title
enko.PRICE_MOVEMENT giving error
renko.PRICE_MOVEMENT giving error
Jul 22, 2020
Hi @ChillarAnand ,
I' getting an error while accessing chart_type = PRICE_MOVEMENT
print('\n\nRenko box calcuation based on price movement') renko.chart_type = indicators.Renko.PRICE_MOVEMENT data = renko.get_ohlc_data() print(data.tail(rows))
here is the error
AttributeError: 'Renko' object has no attribute 'cdf'
The text was updated successfully, but these errors were encountered: