Project of AI class at UFPB This Project is under development. Any doubts or suggestion can be done in the Issues tab or by email.
The purpose of this Artificial Intelligence project is to predict the result of the chosen binary option in the future
- IQ OPTION API Can be found in github at : https://github.com/Lu-Yi-Hsun/iqoptionapi (you must install it before running the code)
$ pip install -U git+git://github.com/Lu-Yi-Hsun/iqoptionapi.git
- tensorflow
$ pip install tensorflow
- Pandas
$ pip install pandas
- Numpy
$ pip install numpy
The data was gathered from the site IQ option API with the functions already mentioned in the code (iq.py).
To use the code manteined in this repository, put your own username and password (in iq.py). Any alterations or improvements done in the code can be comunicated by email or in the issues tab. After adding your personal information, just run the testing.py script and you are ready to go.