You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
The text was updated successfully, but these errors were encountered:
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)
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
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
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..
The text was updated successfully, but these errors were encountered: