Metadata-Version: 2.4
Name: st13
Version: 0.7.1
Summary: Python package for trend analysis using technical analysis of price behaviour around trend lines
Home-page: https://github.com/street13capital/st13
Author: Ken Soh
License: MIT License
Keywords: finance,candlestick,ohlc,investing,technical analysis
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: yfinance
Requires-Dist: matplotlib
Requires-Dist: matplotlib-inline
Requires-Dist: mplfinance
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# 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)
