cross-market-strategy

Generate a unified signal engine for multi-market portfolios with volatility-adjusted position sizing.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/20YN04/vibe-trading-macos --skill cross-market-strategy-20yn04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cross-market-strategy
Source: https://github.com/20YN04/vibe-trading-macos/tree/main/agent/src/skills/cross-market-strategy
Command: npx skills add https://github.com/20YN04/vibe-trading-macos --skill cross-market-strategy-20yn04

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, which typically require different market rules and volatility adjustments.

Core Features & Use Cases

  • Composite Engine: Automatically handles calendar alignment, market-specific rules, and shared capital allocation for multi-asset portfolios.
  • Volatility-Adjusted Weighting: Dynamically scales position sizes based on asset-specific volatility to prevent high-volatility assets from dominating the risk budget.
  • Use Case: A user wants to run a single backtest strategy on a portfolio containing both BTC-USDT and 000001.SZ; this skill ensures the strategy applies appropriate indicators and risk management to each asset class simultaneously.

Quick Start

Use the cross-market-strategy skill to generate a signal engine for a portfolio containing both A-shares and crypto assets.

Frequently Asked Questions about cross-market-strategy

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

FAQPage Schema
How do I backtest a portfolio across equities and crypto simultaneously?

Backtest multi-market portfolios by using a unified signal engine that handles calendar alignment and applies market-specific indicator parameters across heterogeneous asset data like equities and crypto.

How does volatility-adjusted position sizing work for multi-market trading?

Volatility-adjusted position sizing dynamically scales position sizes based on asset-specific volatility, preventing high-volatility assets from dominating the shared risk budget across your portfolio.

What is cross-market backtesting and when do I need it?

Cross-market backtesting evaluates a single trading strategy across disparate asset classes like A-shares, crypto, and forex, needed when managing a unified portfolio subject to different market rules.

Do I need pandas and numpy to run cross-market backtesting?

Yes, pandas and numpy are required dependencies to perform calendar alignment and execute signal calculations across heterogeneous asset data within the portfolio.

Can I apply market-specific indicators to BTC and A-shares in one portfolio?

Yes, the composite engine automatically applies market-specific indicator parameters and shared capital allocation to assets like BTC-USDT and A-shares simultaneously.

Best way to manage risk when trading forex and crypto in the same portfolio?

Manage risk by implementing volatility-adjusted weighting that dynamically scales position sizes, ensuring high-volatility assets do not dominate the shared risk budget across forex and crypto markets.