AI4Finance-Foundation / FinRL-Meta

FinRL­-Meta: Dynamic datasets and market environments for FinRL.
https://ai4finance.org
MIT License
1.28k stars 583 forks source link

AttributeError: 'DataFrame' object has no attribute 'close' #158

Open mhdmyz opened 2 years ago

mhdmyz commented 2 years ago

I'm using the following indicators list in MultiCrypto_Trading.ipynb ['open', 'high', 'low', 'close', 'volume', 'macd', 'rsi', 'cci', 'dx'] and I'm getting the following error: AttributeError: 'DataFrame' object has no attribute 'close'. The Issue gets resolved if I remove 'close' from the list. Does anyone has any idea?!