trading-ig icon indicating copy to clipboard operation
trading-ig copied to clipboard

A lightweight Python wrapper for the IG Markets API

Results 20 trading-ig issues
Sort by recently updated
recently updated
newest added

Seems like a requirements.io account is now needed for the badges. Perhaps replace with GitHub security alerts, or similar

[bandit](https://pypi.org/project/bandit/), the static code analysis library for Python, reports that the pycryptodome library has been deprecated, and that we should be using [cryptography](https://pypi.org/project/cryptography/) instead: https://bandit.readthedocs.io/en/1.7.4/blacklists/blacklist_imports.html#b413-import-pycrypto

From stream I receive OPU and CONFIRMS but never WOU events. How did you process to determine if it is a market position that is created or a working (limit)...

Reopening this issue as it was closed without resolution. Please refer to: https://github.com/ig-python/ig-markets-api-python-library/issues/200 Lightstreamer.py throws an exception and stops responding to new data after a few days of running successfully....

This was already raised years ago in #84 and a possible fix was made in #113 but the issue still occurs. I am creating a new ticket so it can...

It will be nice to use JSON or YAML files for config but we still need config via environment variable (because of continuous integration with Travis-CI) ``` os.getenv(..., ...) ```...

enhancement

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Hi all, I found a bug in the rest.py, create_working_order method: if force_open: params["forceOpen"] = 'true' it needs to be: if force_open: params["forceOpen"] = 'true' else: params["forceOpen"] = 'false' as...

pypi.org will soon deprecate username / password authentication