###Requirements installation
scipy
numpy
pandas
iqoptionapi
gunicorn
###Basic usage:
Create new configuration file:
python config.py -c config/config.json
Edit configuration file
{
"connection_settings": {
"hostname": "iqoption.com",
"password": "password",
"username": "username"
},
"trade_settings": {
"actives": [
"EURUSD-OTC",
"EURUSD"
],
"patterns": [
"TEST",
"TBH"
]
"balance_mode": "PRACTICE"
}
}
Start python trading bot:
python starter.py -c config/config.json
Logs can be found in 'logs' folder