huseinzol05 / Stock-Prediction-Models

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

How to add the third parameter? #74

Closed reed077 closed 4 years ago

reed077 commented 4 years ago

I would like to add a third parameter to realtime-evolution-strategy At now the code works with two parameters Close and Volume. I add a third parameter for example Open parameters = [df['Close'].tolist(), df['Volume'].tolist(), df['Open'].tolist()] But an error occurs (ValueError: operands could not be broadcast together with shapes (1,2) (3,) (1,2))

Please tell me where else it is necessary to make changes so that the code is executed correctly.

ycote88 commented 4 years ago

Did you find a way to do it ? Im also needing this.

huseinzol05 commented 4 years ago

this one just need to understand my quite messy code. sorry.

sword134 commented 4 years ago

@huseinzol05 still no update on this?