Skip to content

yopibou/L3

Repository files navigation

IG Trade


IG trade is a small trading software. You can use it to send your buy/sell signals without the need of IG market heavy website. Its light interface will enable you to scalp effectively.

alt tag

Installation under linux

Make sure you have python 2 installed. You will need also the following packages

  • request
  • wxpython

Download the archive and unzip it:

$ wget https://github.com/maroxe/igtrade/archive/master.zip
$ unzip master.zip 
$ cd igtrade-master/

Run the program

$ python2 main.py

Enter your user, password and API Key. If you don't have an API Key yet, you can get one from http://labs.ig.com/sample-apps/api-companion/

alt tag

Enjoy

Installation under MacOSX

Downloads & install Python 2.7.9 from https://www.python.org/downloads/

$ easy_install requests
$ easy_install wxpython

Run the program

$ python2 main.py

Enter your user, password and API Key. If you don't have an API Key yet, you can get one from http://labs.ig.com/sample-apps/api-companion/

alt tag

Enjoy

Installation under Windows

Downloads & install Python 2.7.9 from https://www.python.org/downloads/ Downloads & install wxPython from http://wiki.wxpython.org/How%20to%20install%20wxPython

$ cd C:\Python27\Scripts
$ pip install requests
$ easy_install wxpython

Run the program by double clicking on main.cmd

Enter your user, password and API Key. If you don't have an API Key yet, you can get one from http://labs.ig.com/sample-apps/api-companion/

alt tag

Enjoy

Releases

No releases published

Packages

No packages published

Languages