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.
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.pyEnter 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/
Enjoy
Downloads & install Python 2.7.9 from https://www.python.org/downloads/
$ easy_install requests
$ easy_install wxpythonRun the program
$ python2 main.pyEnter 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/
Enjoy
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 wxpythonRun 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/
Enjoy

