overnight-strategy

Automates the end-of-day overnight stock observation workflow for A-share markets.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill overnight-strategy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: overnight-strategy
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/overnight-strategy
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill overnight-strategy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the end-of-day overnight stock observation for A-share markets, enabling non-live monitoring and reproducible experiments.

Core Features & Use Cases

  • End-of-day screening and tracking of overnight candidates on trading days using 9:35 sell, 14:30 scan, 14:50 simulated buy, and 15:05 daily report.
  • Supports deterministic script-based data collection (AKShare/Sina), lightweight backtesting of overnight strategies, and generation of daily reports for decision logs.

Quick Start

Run the overnight-strategy workflow to start the simulated overnight monitoring for the current trading day.

Frequently Asked Questions about overnight-strategy

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

FAQPage Schema
How do I automate overnight stock trading strategy screening for A-share markets?

Automate overnight stock screening by running scripts that execute a 14:30 market scan and 14:50 simulated buy, tracking overnight performance without live monitoring. This workflow uses AKShare and Baostock to collect end-of-day data and generate daily reports.

Can I backtest overnight strategies using AKShare and Baostock data?

Yes, you can perform lightweight backtesting of overnight strategies using AKShare and Baostock data. The workflow automates data collection and simulated trades, allowing reproducible experiments for overnight A-share candidates on trading days.

What is the daily workflow for simulated overnight A-share trading?

The simulated overnight trading workflow targets a specific sequence on trading days: a 9:35 sell, a 14:30 scan for candidates, a 14:50 simulated buy, and a 15:05 daily report to log decisions and monitor overnight performance.

Do I need Python 3.12 to run overnight stock monitoring scripts?

Yes, Python 3.12 is required to run the overnight stock monitoring scripts. You also need external libraries including AKShare, Baostock, pandas, and requests to handle data collection and processing.

How do I schedule end-of-day stock observation scripts to run automatically?

You can schedule end-of-day stock observation scripts using cron-based background execution. This automates the overnight strategy workflow on trading days, producing logs and daily reports for your decision tracking.

What are the limitations of using simulated trades for overnight stock strategies?

The simulated trade approach supports non-live monitoring and reproducible experiments rather than actual market execution. It focuses on deterministic script-based data collection from AKShare and Sina to generate daily performance reports.