cross-market-strategy

Generate cross-market signals with calendar alignment and volatility-based weighting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas.

What problem does it solve?

Write signal_engine.py for portfolios spanning multiple markets (A-shares + crypto, equity + forex, etc.) This Skill enables coherent multi-market signal generation by coordinating calendars, applying per-market indicators, and balancing capital across markets.

Core Features & Use Cases

  • Per-market classification and dynamic parameterization to tailor indicators to market dynamics (e.g., A-shares, crypto, US equities, forex).
  • Cross-market aggregation with volatility-adjusted weights and a shared capital model to balance exposure across diverse assets.
  • Use Case: Build a portfolio across stocks, crypto, and currencies and generate aligned signals with automatic calendar alignment and per-market constraints.

Quick Start

Provide a multi-market price data map to the CompositeEngine and generate aligned cross-market signals with volatility-aware weights.

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 portfolio with different market calendars?

To generate trading signals across misaligned market calendars, you need a composite engine that aligns trading days and applies per-market rules before aggregating signals. This ensures coherent multi-market signal generation for diverse portfolios.

What is volatility-based weighting in cross-market portfolios?

Volatility-based weighting in cross-market portfolios balances capital exposure by adjusting asset weights according to their individual volatility. This prevents highly volatile markets from dominating the shared capital model across diverse assets.

How do I apply different indicator parameters to multiple asset classes like crypto and equities?

You apply different indicator parameters by using per-market classification and dynamic parameterization tables. This tailors indicators to specific market dynamics, ensuring crypto and equities receive appropriate individual constraints.

Can I use numpy and pandas to backtest cross-market signals for A-shares and forex?

Yes, you can use numpy and pandas to backtest cross-market signals for A-shares and forex, as the signal generation relies on these dependencies to process multi-market price data maps and apply volatility-aware weights.

What is the best way to handle calendar alignment for multi-market trading signals?

The best way to handle calendar alignment for multi-market trading signals is using a CompositeEngine that maps multi-market price data, automatically aligning disparate trading calendars before applying per-market indicators and generating aggregated signals.

Why does my cross-market signal generation fail when combining assets with different trading hours?

Cross-market signal generation fails because disparate trading hours and calendars cause data misalignment. A shared capital model with calendar alignment is required to properly coordinate per-market rules and balance exposure across diverse assets.