Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

MACD proposal #15

Open
akitxu opened this issue Nov 8, 2021 · 0 comments
Open

MACD proposal #15

akitxu opened this issue Nov 8, 2021 · 0 comments

Comments

@akitxu
Copy link

akitxu commented Nov 8, 2021

Dear all. I propose to replace

#df = df.join(MACD) #df = df.join(MACDsign) #df = df.join(MACDdiff)

for

frames = [MACD, MACDsign, MACDdiff] df = pd.concat(frames, join = 'inner', axis = 1)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant