Rot Trading Intelligence
@Mattbusel
Rot Trading Intelligence について
A modular research pipeline that turns trending Reddit discussions into structured market events and options trade ideas.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"rot": {
"command": "npx",
"args": [
"mcp-remote",
"https://web-production-71423.up.railway.app/mcp/sse"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Rot Trading Intelligence?
Rot Trading Intelligence (ROT) is a full-stack financial intelligence platform that monitors Reddit discussions and institutional RSS feeds in real time. It processes posts through a 9-stage ML/NLP pipeline, scores credibility with a gradient-boosting model, and optionally augments reasoning with an LLM to surface structured options trade ideas. ROT is a research and educational tool only — it is not a trading execution engine and does not provide financial advice.
How to use Rot Trading Intelligence?
ROT can be started via Docker (docker compose up --build after copying .env.example and setting ROT_REDDIT_CLIENT_ID and ROT_REDDIT_CLIENT_SECRET) or manually with a virtualenv (pip install -e ".[dev]" then python -m rot.app.server). The web dashboard is available at http://localhost:8000/dashboard and API docs at http://localhost:8000/docs. No LLM API key is required — the system runs in stub‑reasoning mode and still generates trade ideas.
Key features of Rot Trading Intelligence
- Real-time Reddit and RSS feed monitoring with ML/NLP pipeline.
- Options chain analysis with max pain, put/call ratio, and IV skew.
- Paper options trader with BSM mark-to-market and portfolio metrics.
- Signal strength ranking across sentiment, IV rank, volume, momentum, options flow.
- Sentiment aggregator combining Reddit, news, options flow, and technical indicators.
- Backtester for historical Reddit‑generated signals against price data.
Use cases of Rot Trading Intelligence
- Research options trade ideas driven by social sentiment and market data.
- Backtest Reddit‑sourced signals to evaluate historical profitability.
- Paper trade options strategies without risking real capital.
- Monitor a custom watchlist with price‑alert detection via SQLite.
- Receive Discord notifications for signals, position alerts, and daily portfolio summaries.
FAQ from Rot Trading Intelligence
What does Rot Trading Intelligence require to run?
At minimum, Reddit API credentials (ROT_REDDIT_CLIENT_ID and ROT_REDDIT_CLIENT_SECRET). An LLM API key is optional — stub‑reasoning mode works out of the box. Docker or Python 3.10+ with the dependencies in pyproject.toml.
Does Rot Trading Intelligence execute real trades?
No. ROT is explicitly a research and educational tool. It includes a paper trader for simulation, and a broker integration layer (Alpaca) for paper‑trading only. Nothing in the software constitutes financial advice or a recommendation to trade.
How are signals delivered and accessed?
Signals are available via the web dashboard (streamed live via WebSocket) and through REST API endpoints. Discord webhook notifications can be configured for alerts. The API docs are served at /docs.
Can I use Rot Trading Intelligence without a live Internet connection during analysis?
No — the system fetches live options chains via yfinance, Reddit posts via the Reddit API, and other external data sources. An internet connection is required for all analysis and signal generation.
What data is stored and where?
Watchlist items are persisted locally in a SQLite database (default path watchlist.db). No user data is sent externally beyond the API calls to Reddit, Yahoo Finance, and optionally an LLM provider. The docker container stores data in its filesystem unless volumes are mounted.
「金融とコマース」の他のコンテンツ
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
Polygon.io MCP Server
polygon-ioAn MCP server for Massive.com Financial Market Data
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
✅ Official Alpha Vantage MCP Server
calvernazA MCP server for the stock market data API, Alphavantage API.
コメント