We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
The HT_TRENDMODE definition is not implemented yet.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: