st13


Namest13 JSON
Version 0.7.5 PyPI version JSON
download
home_pagehttps://github.com/street13capital/st13
SummaryPython package for trend analysis using technical analysis of price behaviour around trend lines
upload_time2025-07-17 14:18:29
maintainerNone
docs_urlNone
authorKen Soh
requires_pythonNone
licenseMIT License
keywords finance candlestick ohlc investing technical analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # st13 📉📈
Python package for trend analysis using technical analysis of price behaviour around trend lines.

This is still in Pre-Alpha, the framework for downloading data, plotting log chart with trendlines is done.

Next up is improving the trendlines detection and plotting, before coding in price behaviour analysis.

To install the latest version of st13 Python package

```python
pip3 install st13 --upgrade
```

To see a sample plot of an asset with trendlines, run it with the following, where SYMBOL is the asset symbol on Yahoo Finance. If not provided, AAPL will be used for demonstration.

```python
python3 -m st13 SYMBOL
```

![png](https://raw.githubusercontent.com/street13capital/st13/refs/heads/main/sample.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/street13capital/st13",
    "name": "st13",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "finance, candlestick, ohlc, investing, technical analysis",
    "author": "Ken Soh",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/35/81/90a9fd2e8b040ba28d4759cce58e5292d58015931d4025d226e128098e20/st13-0.7.5.tar.gz",
    "platform": null,
    "description": "# st13 \ud83d\udcc9\ud83d\udcc8\nPython package for trend analysis using technical analysis of price behaviour around trend lines.\n\nThis is still in Pre-Alpha, the framework for downloading data, plotting log chart with trendlines is done.\n\nNext up is improving the trendlines detection and plotting, before coding in price behaviour analysis.\n\nTo install the latest version of st13 Python package\n\n```python\npip3 install st13 --upgrade\n```\n\nTo see a sample plot of an asset with trendlines, run it with the following, where SYMBOL is the asset symbol on Yahoo Finance. If not provided, AAPL will be used for demonstration.\n\n```python\npython3 -m st13 SYMBOL\n```\n\n![png](https://raw.githubusercontent.com/street13capital/st13/refs/heads/main/sample.png)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Python package for trend analysis using technical analysis of price behaviour around trend lines",
    "version": "0.7.5",
    "project_urls": {
        "Homepage": "https://github.com/street13capital/st13"
    },
    "split_keywords": [
        "finance",
        " candlestick",
        " ohlc",
        " investing",
        " technical analysis"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "358190a9fd2e8b040ba28d4759cce58e5292d58015931d4025d226e128098e20",
                "md5": "f5b96cd7e309256a480f123384b47666",
                "sha256": "e370d52b4f1da12546b339cc675e2677cf87604bf0f8a34611c8f85cd32aa1e6"
            },
            "downloads": -1,
            "filename": "st13-0.7.5.tar.gz",
            "has_sig": false,
            "md5_digest": "f5b96cd7e309256a480f123384b47666",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 58543,
            "upload_time": "2025-07-17T14:18:29",
            "upload_time_iso_8601": "2025-07-17T14:18:29.126072Z",
            "url": "https://files.pythonhosted.org/packages/35/81/90a9fd2e8b040ba28d4759cce58e5292d58015931d4025d226e128098e20/st13-0.7.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 14:18:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "street13capital",
    "github_project": "st13",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "st13"
}
        
Elapsed time: 1.00002s