Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renko.PRICE_MOVEMENT giving error #10

Open
codesutras opened this issue Jul 22, 2020 · 1 comment
Open

renko.PRICE_MOVEMENT giving error #10

codesutras opened this issue Jul 22, 2020 · 1 comment

Comments

@codesutras
Copy link

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'

@codesutras codesutras changed the title enko.PRICE_MOVEMENT giving error renko.PRICE_MOVEMENT giving error Jul 22, 2020
@ChillarAnand
Copy link
Owner

Thanks @codesutras for reporting the issue.

Price movement is not yet implemented. WIll update here once it is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants