Skip to content

Releases: LuciferForge/sigil

v0.1.0 — MCP-native TA runtime

28 Apr 14:56

Choose a tag to compare

First public release of Sigil.

8 core indicators (SMA, EMA, RSI, MACD, BB, ATR, Supertrend, Stochastic) + 2 composite signals (ReversionScore, MomentumComposite) + 1 unique signal (PolymarketSentimentDivergence).

14 MCP tools, Streamlit dashboard, Binance + Polymarket data fetchers, backtest harness with realistic fees. Pure stdlib core, zero runtime deps. 47/47 tests passing.

PyPI: https://pypi.org/project/sigil-ta/0.1.0/

Quick start:

pip install sigil-ta              # core
pip install sigil-ta[mcp]         # add Claude/Cursor tools
pip install sigil-ta[dashboard]   # add Streamlit dashboard

Note: bare 'sigil' name was taken on PyPI; published as 'sigil-ta'.