this app is developed to use machine learning and trade in IOPTION
NN to predict 1 minute Binary Options
this code is based on Lorenzo Argentieri's code from IQ OPTION BOT
I found this code on internet and I'm trying to put it to works
I don't even know how it works but I'm updating the code to put it to work
and To learn machine learning.
IT'S NOT WORKS PROPERLY YET, BECAUSE API IS OUTDATED I'M WORKING ON IT
PLEASE, NO COMPLAINTS JUST HELP ME
Do not be selfish use the code and share your improvements with the community
Do fork
do your changes
do merge request with an explanation to be easy to understand why and what you have changed
Be happy !!!
Please send me suggestions ... feedbacks are welcome
- update libraries
- create requirements.txt
- How to install
- Now it is open graphic interface
iqoption current version: https://github.com/n1nj4z33/iqoptionapi
I'm using anaconda with python 2 to reduce time installing things
conda create -n myenviqoption
conda activate myenviqoption
pip install -r requirements.txt
pip install --upgrade git+https://github.com/n1nj4z33/iqoptionapi.git@master
rename userdata-sample.py to userdata.py
to get the real account id and demo run code below and look to amount of each object
python getBalanceId.py
update user data in this file than run:
python main.py
- Update iqoption api to newest version:
https://github.com/Lu-Yi-Hsun/iqoptionapi
pip install -U git+git://github.com/Lu-Yi-Hsun/iqoptionapi.git - add pylint
- update python version to 3
- add editorconfig
- add unit test
- after it start working convert it to webapp with flash and React.js or Vue.js