cross-market-strategy

Generate cross-market signals using per-market parameters and volatility-aware weighting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cross-market signal generation for multi-market portfolios solves the challenge of coordinating per-symbol decisions across diverse markets by applying market-aware parameters and centralizing cross-market orchestration.

Core Features & Use Cases

  • Per-market parameter tables ensure different markets (A-share, crypto, US equities, FX, futures) use tailored MA and volatility lookbacks.
  • Market detection and grouping allow the strategy to apply appropriate rules to each symbol while producing a unified signal map.
  • Volatility-weighted allocation and cross-market patterns enable diversification and risk management across asset classes.
  • The Engine handles calendar alignment, capital allocation, and market-specific trading rules, so the strategy can focus on signal generation.

Quick Start

Provide a list of symbols from multiple markets and feed their price histories to the strategy to produce cross-market signals.

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 cross-market signals for a multi-market portfolio?

To generate cross-market signals, provide a list of symbols from multiple markets and feed their price histories to the strategy. It applies market-aware parameters to produce a unified signal map for your portfolio.

Can I use the same trading strategy parameters for crypto and US equities?

You should not use identical parameters across asset classes. This strategy uses per-market parameter tables, ensuring crypto and US equities receive tailored MA and volatility lookbacks suited to their specific market dynamics.

How does volatility-weighted allocation work for multi-market trading?

Volatility-weighted allocation assesses cross-market patterns to balance risk and enable diversification across asset classes. The strategy focuses on this signal generation while offloading capital allocation to the execution engine.

Do I need to manage calendar alignment manually for A-share and crypto markets?

You do not need to manage calendar alignment manually. The underlying engine handles market-specific trading rules and calendar alignment across diverse markets like A-shares and crypto, letting the strategy focus on signals.

What is market detection in cross-market signal generation?

Market detection uses heuristics to classify each symbol's market type, such as FX or futures. This grouping allows the strategy to apply appropriate per-market rules while producing a unified signal map for the portfolio.