alphaear-predictor

Solid

Market prediction skill using Kronos. Use when user needs finance market time-series forecasting or news-aware finance market adjustments.

Data & Documents 2,374 stars 329 forks Updated 2 months ago Apache-2.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
97
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AlphaEar Predictor Skill ## Overview This skill utilizes the Kronos model (via `KronosPredictorUtility`) to perform time-series forecasting and adjust predictions based on news sentiment. ## Capabilities ### 1. Forecast Market Trends ### 1. Forecast Market Trends **Workflow:** 1. **Generate Base Forecast**: Use `scripts/kronos_predictor.py` (via `KronosPredictorUtility`) to generate the technical/quantitative forecast. 2. **Adjust Forecast (Agentic)**: Use the **Forecast Adjustment Prompt** in `references/PROMPTS.md` to subjectively adjust the numbers based on latest news/logic. **Key Tools:** - `KronosPredictorUtility.get_base_forecast(df, lookback, pred_len, news_text)`: Returns `List[KLinePoint]`. **Example Usage (Python):** ```python from scripts.utils.kronos_predictor import KronosPredictorUtility from scripts.utils.database_manager import DatabaseManager db = DatabaseManager() predictor = KronosPredictorUtility() # Forecast forecast = predictor.predict("600519", horizon="7d") print(forecast) ``` ## Configuration This skill requires the **Kronos** model and an embedding model. 1. **Kronos Model**: - Ensure `exports/models` directory exists in the project root. - Place trained news projector weights (e.g., `kronos_news_v1.pt`) in `exports/models/`. - Or depend on the base model (automatically downloaded). > [!CAUTION] > **Model Security**: This skill loads model weights from `exports/models`. We use `weights_only=True` and only sca...

Details

Author
RKiding
Repository
RKiding/Awesome-finance-skills
Created
4 months ago
Last Updated
2 months ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

kronos-agent

Financial time-series forecasting using the Kronos foundation model (MIT, NeoQuasar). Takes OHLC candles, returns predicted future candles with configurable horizon. Infrastructure skill — called by trader agents or scheduled ingestion, not directly invoked by users or the model.

2 Updated 4 days ago
Silex-Research
Data & Documents Solid

alphaear-news

Fetch hot finance news, unified trends, and prediction financial market data. Use when the user needs real-time financial news, trend reports from multiple finance sources (Weibo, Zhihu, WallstreetCN, etc.), or Polymarket finance market prediction data.

2,374 Updated 2 months ago
RKiding
AI & Automation Listed

prediction-alpha

Analyzes prediction markets: Polymarket, Manifold Markets, Kalshi. Calculates implied probabilities, detects cross-platform arbitrage, computes expected value and Kelly fractions. Use this skill when the user mentions prediction markets, Polymarket, Manifold, Kalshi, odds analysis, arbitrage detection, market probability, event contracts, or asks things like "is there edge on this market," "compare odds across platforms," or "analyze this prediction market." Also triggers on "what are the current odds for," "find arbitrage opportunities," or any question about market-implied probabilities.

1 Updated 2 days ago
mturac
AI & Automation Solid

time-series-forecaster

Time series forecasting skill for business metric prediction and demand planning

1,034 Updated today
a5c-ai
Code & Development Solid

alphaear-signal-tracker

Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if they are strengthened, weakened, or falsified.

2,374 Updated 2 months ago
RKiding