stradex


Namestradex JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryStradex: An Event-driven Framework for Algorithmic Trading Analysis and backtester
upload_time2023-08-01 02:58:51
maintainer
docs_urlNone
authorjialuechen
requires_python
licenseMIT
keywords quant trade system trading backtester
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
<img src="assets/stradex-logo.png" width="55%">
</div>

# Stradex: Strategies, Trading and Execution in one library

Stradex is an asynchronous event-driven algorithmic trading framework built in Python (with C++ acceleration components). It is created to support live trading based on Interactive Brokers TWS API.

Stradex intergrates support for creating trading strategies, backtesting, market impact / slippage modeling as well as risk management through built-in algorithm controls.

## Installation
```
pip install --upgrade stradex
```

## Required Software
+ Latest Interactive Brokers Trader Workstation or IB Gateway(If you want to try paper/live trading). Make sure the API port is enabled.

## Required Third-Party Python Library
+ ibapi (please follow the official installation guide on Interactive Brokers website. Personal recommended choice is to run its setup.py to install it as a regular library)
+ pandas
+ numpy
+ matplotlib
+ psycopg2
+ TA-Lib

## License
stradex is licensed under MIT.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "stradex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "quant,trade,System Trading,backtester",
    "author": "jialuechen",
    "author_email": "jialuechen@outlook.com",
    "download_url": "",
    "platform": "Independant",
    "description": "<div align=\"center\">\n<img src=\"assets/stradex-logo.png\" width=\"55%\">\n</div>\n\n# Stradex: Strategies, Trading and Execution in one library\n\nStradex is an asynchronous event-driven algorithmic trading framework built in Python (with C++ acceleration components). It is created to support live trading based on Interactive Brokers TWS API.\n\nStradex intergrates support for creating trading strategies, backtesting, market impact / slippage modeling as well as risk management through built-in algorithm controls.\n\n## Installation\n```\npip install --upgrade stradex\n```\n\n## Required Software\n+ Latest Interactive Brokers Trader Workstation or IB Gateway(If you want to try paper/live trading). Make sure the API port is enabled.\n\n## Required Third-Party Python Library\n+ ibapi (please follow the official installation guide on Interactive Brokers website. Personal recommended choice is to run its setup.py to install it as a regular library)\n+ pandas\n+ numpy\n+ matplotlib\n+ psycopg2\n+ TA-Lib\n\n## License\nstradex is licensed under MIT.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Stradex: An Event-driven Framework for Algorithmic  Trading Analysis and backtester",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "quant",
        "trade",
        "system trading",
        "backtester"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa641eda532da91cf2a81b614f1ee34d23d9aad4d786d54bdf61beca54abbacf",
                "md5": "b6d52ac59a2f569073a95c849530623e",
                "sha256": "19cd1cd09f8667c5ade283f973448eb06d632465c24e475f4e0c8dab6217d0de"
            },
            "downloads": -1,
            "filename": "stradex-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6d52ac59a2f569073a95c849530623e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2671,
            "upload_time": "2023-08-01T02:58:51",
            "upload_time_iso_8601": "2023-08-01T02:58:51.672913Z",
            "url": "https://files.pythonhosted.org/packages/aa/64/1eda532da91cf2a81b614f1ee34d23d9aad4d786d54bdf61beca54abbacf/stradex-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 02:58:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stradex"
}
        
Elapsed time: 0.09594s