cross-market-strategy

Generate volatility-adjusted trading signals for multi-asset portfolios across equities, crypto, and forex.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/hxhyyy/Vibe-Trading --skill cross-market-strategy-hxhyyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-market-strategy
Source: https://github.com/hxhyyy/Vibe-Trading/tree/main/agent/src/skills/cross-market-strategy
Command: npx skills add https://github.com/hxhyyy/Vibe-Trading --skill cross-market-strategy-hxhyyy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas.

What problem does it solve?

This Skill solves the complexity of managing portfolios across disparate asset classes like A-shares, crypto, and forex by providing a unified engine for signal generation and risk management.

Core Features & Use Cases

  • Market-Specific Logic: Automatically detects asset types and applies tailored indicator parameters for optimal performance.
  • Volatility-Adjusted Weighting: Prevents high-volatility assets like crypto from dominating the risk budget by normalizing signals based on rolling standard deviations.
  • Use Case: A user wants to run a single backtest strategy that simultaneously trades A-share stocks and BTC-USDT, requiring the system to handle different trading calendars and market rules seamlessly.

Quick Start

Use the cross-market-strategy skill to generate trading signals for a portfolio containing 000001.SZ and BTC-USDT.

Frequently Asked Questions about cross-market-strategy

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

FAQPage Schema
How do I generate trading signals for a multi-asset portfolio spanning equities, crypto, and forex?

To generate trading signals for a multi-asset portfolio, you need a unified engine that handles calendar alignment and market-specific parameterization. This Skill normalizes heterogeneous data streams using pandas and numpy to output actionable cross-market signals.

How does volatility-adjusted weighting prevent high-volatility assets like crypto from dominating a portfolio?

Volatility-adjusted weighting prevents crypto from dominating a portfolio by normalizing trading signals based on rolling standard deviations. This risk-budgeting approach ensures high-volatility assets do not disproportionately consume the allocated risk.

Can I backtest a single strategy that simultaneously trades A-share stocks and BTC-USDT?

Yes, you can backtest a single strategy trading A-shares and BTC-USDT by using a cross-market signal generation engine. It automatically detects asset types and applies tailored indicator parameters to handle different trading calendars seamlessly.

What is the best way to align trading calendars across disparate asset classes like A-shares and forex?

The best way to align trading calendars across disparate asset classes is through a cross-market strategy engine that handles calendar alignment automatically. This process ensures heterogeneous data streams are synchronized before applying rolling window calculations.

Do I need pandas and numpy to perform rolling window calculations for cross-market signal normalization?

Yes, you need pandas and numpy to perform rolling window calculations and signal normalization. These dependencies are strictly required to process heterogeneous data streams and execute the quantitative logic for volatility-adjusted signals.

Why does cross-market strategy development require market-specific parameterization?

Cross-market strategy development requires market-specific parameterization because disparate asset classes like equities and crypto have distinct market rules and volatility profiles. Automatically detecting asset types allows the system to apply tailored indicator parameters for optimal performance.