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

jhta.HT_TRENDMODE returning None Value #20

Open
lweidinger opened this issue Sep 7, 2022 · 1 comment
Open

jhta.HT_TRENDMODE returning None Value #20

lweidinger opened this issue Sep 7, 2022 · 1 comment

Comments

@lweidinger
Copy link

lweidinger commented Sep 7, 2022

When trying to get calculate the Hilbert Transformation Indicators I'm failing to get a usable return value.

I built a dataframe like in the examples, but only returning a None Value:

  | datetime | Close | HP_Trend_Cycle
2020-01-01 | 91.90 | None
2020-01-02 | 91.90 | None
2020-01-03 | 92.28 | None
2020-01-06 | 92.09 | None
2020-01-07 | 92.34 | None
... | ... | ...
2022-09-01 | 78.56 | None
2022-09-02 | 79.45 | None
2022-09-05 | 79.82 | None
2022-09-06 | 79.17 | None
2022-09-07 | 79.54 | None

@joosthoeks
Copy link
Owner

The HT_TRENDMODE definition is not implemented yet.

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