twstock-alpha-gpt

Automate quantitative factor mining and signal generation for Taiwan stocks with GRPO reinforcement learning.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/milo0914/hermes-skills-backup --skill twstock-alpha-gpt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: twstock-alpha-gpt
Source: https://github.com/milo0914/hermes-skills-backup/tree/main/research/twstock-alpha-gpt
Command: npx skills add https://github.com/milo0914/hermes-skills-backup --skill twstock-alpha-gpt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, torch, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill addresses the complexity of quantitative factor mining in the Taiwan stock market by automating the end-to-end pipeline from data ingestion to GRPO-based reinforcement learning for factor discovery.

Core Features & Use Cases

  • AlphaGPT Factor Mining: Utilizes GRPO reinforcement learning to discover predictive stock factors.
  • Multi-Regime Strategy: Supports distinct trading regimes including large-cap, mid-cap tech, and traditional industries.
  • End-to-End Pipeline: Integrates FinMind data ingestion, feature engineering, and automated signal generation for live trading.
  • Use Case: A quantitative researcher can use this skill to train a new factor model on 5 years of historical data and deploy the resulting signal bot to monitor daily market movements.

Quick Start

Execute the end-to-end validation script to verify the data pipeline and feature computation by running the python command provided in the SKILL.md file.

Frequently Asked Questions about twstock-alpha-gpt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate quantitative factor mining for Taiwan stocks?

Automating quantitative factor mining for Taiwan stocks requires an end-to-end pipeline that ingests market data and applies GRPO reinforcement learning to discover predictive factors. This skill automates that entire process from data ingestion to signal generation.

What is GRPO reinforcement learning and how does it work for trading signal generation?

GRPO reinforcement learning for trading signal generation works by training models to discover predictive Alpha factors from historical market data. It automates feature engineering and outputs signals for live trading across multiple market regimes.

Do I need FinMind API data to run quantitative factor discovery?

Yes, you need FinMind API data to run quantitative factor discovery because the pipeline requires integration with the FinMind REST API. It processes OHLCV, institutional flow, and futures data to compute features for the model.

Can I apply reinforcement learning trading strategies to mid-cap tech and traditional sectors?

Yes, you can apply reinforcement learning trading strategies to mid-cap tech and traditional sectors. The skill supports multi-regime trading strategies including large-cap, mid-cap tech, and traditional industries.

How do I validate the data pipeline and feature computation before live trading?

To validate the data pipeline and feature computation before live trading, execute the end-to-end validation script. Running the Python command provided in the SKILL.md file verifies data ingestion and feature engineering.

What are the limitations of using GRPO reinforcement learning for Taiwan stock market analysis?

Limitations of using GRPO reinforcement learning for Taiwan stock market analysis include dependencies on external data availability and requiring Python libraries like pandas, numpy, and torch. The model's effectiveness depends on historical data quality from FinMind.