Skip to content

n1nj4z33/iqoptionbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IQ Option Trade system

Build Status

###Requirements installation

pip install iqoptionapi

###Basic usage:

Create new configuration file:

python config.py -c config.json

Edit configuration file

{
    "connection_settings": {
        "hostname": "iqoption.com",
        "password": "password",
        "username": "username"
    },
    "trade_settings": {
        "actives": [
            "EURUSD-OTC",
            "EURUSD"
        ],
        "patterns": [
            "TEST",
            "TBH"
        ]
    }
}

Start IQ Option bot:

python starter.py -c config.json

Logs can be found in 'logs' folder

About

IQ Option Trade system (Python 2.7)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages