File contents Copy Trading
eToro/ZuluTrade-style signal copying with smart execution.
Features
Leader Discovery
Performance Metrics - Sharpe, Sortino, Max DD, Win Rate
Risk Scoring - Conservative to Aggressive (1-10)
Style Tags - Scalper, Swing, Position, Algo
Verified Track Record - Minimum 6 months history
Copy Modes
Proportional - Copy trades at same % of portfolio
Fixed Size - Use fixed position size regardless
Risk-Adjusted - Scale based on your risk tolerance
Selective - Only copy certain asset types
Risk Management
Max Allocation - Limit exposure per leader
Drawdown Stop - Pause if leader hits DD threshold
Correlation Filter - Avoid copying correlated leaders
Time Filter - Only copy during specific hours
Execution
Latency Optimization - Sub-second execution
Slippage Protection - Max slippage limits
Gap Protection - Skip if price moved too much
Retry Logic - Smart retry on failures
Commands
kit copy discover --min-sharpe 1.5 --max-dd 20
kit copy follow <leader-id> --mode proportional --allocation 10%
kit copy unfollow <leader-id>
kit copy status
kit copy history --leader <id>
kit copy leaderboard --timeframe 30d
Social Features
Comment on leader trades
Ask leaders questions
Share your own signals
Build follower base
1 --- 2 name: copy-trading 3 description: Copy Trading 4 --- 5 # Copy Trading 6 7 eToro/ZuluTrade-style signal copying with smart execution. 8 9 ## Features 10 11 ### Leader Discovery 12 - **Performance Metrics** - Sharpe, Sortino, Max DD, Win Rate 13 - **Risk Scoring** - Conservative to Aggressive (1-10) 14 - **Style Tags** - Scalper, Swing, Position, Algo 15 - **Verified Track Record** - Minimum 6 months history 16 17 ### Copy Modes 18 19 1. **Proportional** - Copy trades at same % of portfolio 20 2. **Fixed Size** - Use fixed position size regardless 21 3. **Risk-Adjusted** - Scale based on your risk tolerance 22 4. **Selective** - Only copy certain asset types 23 24 ### Risk Management 25 26 - **Max Allocation** - Limit exposure per leader 27 - **Drawdown Stop** - Pause if leader hits DD threshold 28 - **Correlation Filter** - Avoid copying correlated leaders 29 - **Time Filter** - Only copy during specific hours 30 31 ### Execution 32 33 - **Latency Optimization** - Sub-second execution 34 - **Slippage Protection** - Max slippage limits 35 - **Gap Protection** - Skip if price moved too much 36 - **Retry Logic** - Smart retry on failures 37 38 ## Commands 39 40 ``` 41 kit copy discover --min-sharpe 1.5 --max-dd 20 42 kit copy follow <leader-id> --mode proportional --allocation 10% 43 kit copy unfollow <leader-id> 44 kit copy status 45 kit copy history --leader <id> 46 kit copy leaderboard --timeframe 30d 47 ``` 48 49 ## Social Features 50 51 - Comment on leader trades 52 - Ask leaders questions 53 - Share your own signals 54 - Build follower base
Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/copy-trading commit 0c4c25bbcf
Frequently asked questions How do I install the Copy Trading skill? Run npx skillmds@latest add signal-execution-labs/copy-trading in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Copy Trading skill do? Copy Trading It is listed under Coding & Dev Tools on SkillMD.
Is Copy Trading safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Copy Trading? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Copy Trading free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Copy Trading? Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.