Skip to content
New issue

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

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

Already on GitHub? # to your account

[BUG] cuIndicator.ipyng - Wrong series names #16

Closed
miguelusque opened this issue Aug 5, 2019 · 0 comments
Closed

[BUG] cuIndicator.ipyng - Wrong series names #16

miguelusque opened this issue Aug 5, 2019 · 0 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@miguelusque
Copy link
Contributor

Hi,

When running cuIndicator.ipynb notebook the following message is displayed in cell #5 :

KeyError: 'High'

The error is due to the dataframe series names, which need to be lowercase.

I will fix it as follows:

output = ci.ppsr(df['high'],df['low'],df['close'])

Hope it helps.

Regards,
Miguel

@miguelusque miguelusque self-assigned this Aug 5, 2019
@miguelusque miguelusque added bug Something isn't working good first issue Good for newcomers labels Aug 5, 2019
yidong72 added a commit that referenced this issue Aug 6, 2019
Fix issues #13, #14, #16 in cuIndicator.ipynb notebook
@yidong72 yidong72 closed this as completed Aug 6, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants