Skip to content

A python trading robot built with the IQ Options API

Notifications You must be signed in to change notification settings

Gabedave/pythontradingbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Trading Bot using the IQ Option API

###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

About

A python trading robot built with the IQ Options API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages