technical icon indicating copy to clipboard operation
technical copied to clipboard

Divergence for many indicator

Open tarantula3535 opened this issue 3 years ago • 5 comments

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..

tarantula3535 avatar Feb 06 '21 11:02 tarantula3535

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

donjonson avatar Feb 23 '22 14:02 donjonson

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)

nihat2065 avatar Apr 06 '22 14:04 nihat2065

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

tarantula3535 avatar Apr 06 '22 15:04 tarantula3535

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

nihat2065 avatar Apr 06 '22 16:04 nihat2065

Anyone converted ?

kaanguven avatar Dec 06 '22 07:12 kaanguven