TFG: Una estrategia para bolsa basada en algoritmos evolutivos y su implementación en una plataforma de trading
Bacherlor's Thesis at University of Granada (UGR) about evolutionary algorithm for prediction on stock market.
The algorith is based on genetics programming, that means that a population (some decision trees with stock indicators) is evaluated on a period (with the framework backtrader) an, depending of the score, crossover and mutation are made. The process is iterated a variable number of times.
Further information can be found on TFG.pdf
This project has been developed on Ubuntu. Using it with other SO could fail. First at all, you need to ensure you have installed python3 and pip3 as they are the main tools used for this project. For test them run:
python3 -V
pip3 -V
If you have not installed any of them, you can do it by writting the command:
sudo apt-get install python3
sudo apt-get install python3-pip