huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Apache License 2.0
7.95k stars 2.81k forks source link

agent data features verification #102

Open mpflederer opened 3 years ago

mpflederer commented 3 years ago

I have ~50 features in my own personal dataset im testing. Im not seeing anything in the code besides "close" on the evolution strategy agent. Is there a way i can tell if my other features are being used?

EDIT: for clarity i am NOT using the live feed agent.

ghaffari903 commented 2 years ago

@mpflederer do you have any code to use other features?