File contents CopyTrader Pro
eToro-inspired copy trading with advanced filtering and risk management
Features
Trader Discovery
Filter by performance (ROI, win rate, max drawdown)
Filter by sector focus (crypto, forex, stocks, commodities)
Filter by strategy type (scalping, swing, position)
Risk score matching (1-10 scale)
Copy up to 100 traders simultaneously
Smart Copying
Proportional Copying: Mirrors trader's position sizes as % of portfolio
Fixed Amount: Set max allocation per copied trade
Risk-Adjusted: Automatically reduce size for high-risk trades
Selective Copying: Choose which asset classes to copy
Risk Management
Max Drawdown Limit: Auto-stop copying at X% loss
Copy Stop-Loss: Individual CSL per copied trader
Diversification Rules: Max 20% portfolio per trader
Pause on Losing Streak: Auto-pause after N consecutive losses
Performance Analytics
Real-time P&L tracking per copied trader
Attribution analysis (which trader contributed what)
Copy efficiency score
Historical performance charts
Configuration
copytrader:
max_traders: 100
default_allocation_pct: 5
max_allocation_per_trader: 20
copy_mode: proportional # proportional | fixed | risk_adjusted
risk_matching: true
pause_after_losses: 5
max_drawdown_pct: 15
Commands
kit copy search [query] - Find traders to copy
kit copy follow <trader_id> - Start copying a trader
kit copy unfollow <trader_id> - Stop copying
kit copy list - List all copied traders
kit copy stats - Performance attribution
API Endpoints
POST /api/copy/follow - Follow a trader
DELETE /api/copy/follow/:id - Unfollow
GET /api/copy/traders - Search traders
GET /api/copy/portfolio - Copy portfolio status
GET /api/copy/attribution - P&L attribution
1 --- 2 name: copytrader-pro 3 description: CopyTrader Pro 4 --- 5 # CopyTrader Pro 6 7 > eToro-inspired copy trading with advanced filtering and risk management 8 9 ## Features 10 11 ### Trader Discovery 12 - Filter by performance (ROI, win rate, max drawdown) 13 - Filter by sector focus (crypto, forex, stocks, commodities) 14 - Filter by strategy type (scalping, swing, position) 15 - Risk score matching (1-10 scale) 16 - Copy up to 100 traders simultaneously 17 18 ### Smart Copying 19 - **Proportional Copying:** Mirrors trader's position sizes as % of portfolio 20 - **Fixed Amount:** Set max allocation per copied trade 21 - **Risk-Adjusted:** Automatically reduce size for high-risk trades 22 - **Selective Copying:** Choose which asset classes to copy 23 24 ### Risk Management 25 - **Max Drawdown Limit:** Auto-stop copying at X% loss 26 - **Copy Stop-Loss:** Individual CSL per copied trader 27 - **Diversification Rules:** Max 20% portfolio per trader 28 - **Pause on Losing Streak:** Auto-pause after N consecutive losses 29 30 ### Performance Analytics 31 - Real-time P&L tracking per copied trader 32 - Attribution analysis (which trader contributed what) 33 - Copy efficiency score 34 - Historical performance charts 35 36 ## Configuration 37 38 ```yaml 39 copytrader: 40 max_traders: 100 41 default_allocation_pct: 5 42 max_allocation_per_trader: 20 43 copy_mode: proportional # proportional | fixed | risk_adjusted 44 risk_matching: true 45 pause_after_losses: 5 46 max_drawdown_pct: 15 47 ``` 48 49 ## Commands 50 51 - `kit copy search [query]` - Find traders to copy 52 - `kit copy follow <trader_id>` - Start copying a trader 53 - `kit copy unfollow <trader_id>` - Stop copying 54 - `kit copy list` - List all copied traders 55 - `kit copy stats` - Performance attribution 56 57 ## API Endpoints 58 59 - `POST /api/copy/follow` - Follow a trader 60 - `DELETE /api/copy/follow/:id` - Unfollow 61 - `GET /api/copy/traders` - Search traders 62 - `GET /api/copy/portfolio` - Copy portfolio status 63 - `GET /api/copy/attribution` - P&L attribution
Signal-Execution-Labs/forex-trading-ai-agent/tree/main/skills/copytrader-pro commit c31584ae3b
Frequently asked questions How do I install the Copytrader Pro skill? Run npx skillmds@latest add signal-execution-labs/copytrader-pro 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 Copytrader Pro skill do? CopyTrader Pro It is listed under Coding & Dev Tools on SkillMD.
Is Copytrader Pro 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 Copytrader Pro? 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 Copytrader Pro free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Copytrader Pro? Signal-Execution-Labs (@signal-execution-labs) published this skill. Their other Agent Skills are listed on their SkillMD profile.