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

Divergence for many indicator #151

Open
tarantula3535 opened this issue Feb 6, 2021 · 5 comments
Open

Divergence for many indicator #151

tarantula3535 opened this issue Feb 6, 2021 · 5 comments
Labels
Enhancement New feature or request help wanted Extra attention is needed

Comments

@tarantula3535
Copy link

hi guys ..i want to improve some strategy based Divergencies..
i found an indicator in tradingview --> https://tr.tradingview.com/v/iN9FTv45/
can anyone convert to python ?
actually i want to write a function that only detects divergencies..

@xmatthias xmatthias added Enhancement New feature or request help wanted Extra attention is needed labels Feb 7, 2021
@donjonson
Copy link

any luck with this? I am looking for this too.

@nihat2065
Copy link

nihat2065 commented Apr 6, 2022

hi I spent 2 days running the TKE indicator and failed. I need your help on how to write the def populate_indicators set. last time i got an error like this. ValueError: Length of values (2) does not match length of index (9062)

@tarantula3535
Copy link
Author

TKE indcator return 2 values.. TKE and TKEema columns..
when i was using it in def populate_indicators just like that
tkedf = TKE(dataframe)
dataframe["TKE"] = tkedf[0]
I hope I could explain

@nihat2065
Copy link

thank you, you saved me a lot of trouble, it worked fine I added it as dataframe["TKEema"] = tkedf[1]. If you have any other indicators or strategies you suggest, I'd be happy to hear. I'm new here and I'm following your steps

@kaanguven
Copy link

Anyone converted ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants