yura505 / robinbot

Robinhood API based swing trading bot
134 stars 35 forks source link

Artificial Neural Networks (ANNs) and Genetic Algorithms #5

Open yura505 opened 6 years ago

yura505 commented 6 years ago

In modern trading systems using of Artificial Neural Networks (ANNs) and Genetic Algorithms are very popular. NodeJS has some of modules to solve ANN's, ex. ConvNetJS, but how to use them? Need to model correct network structure and pass correct parameters to forecast price direction.