Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:49 +08:00
commit 4a63eaf12f
11 changed files with 1816 additions and 0 deletions

19
commands/analyze.md Normal file
View File

@@ -0,0 +1,19 @@
---
description: Analyze a market or asset using comprehensive analysis methods
---
Activate the market-analysis skill to analyze a market or asset.
Prompt the user for:
- Asset/market (e.g., BTC/USDT, SPY, EUR/USD, GOLD)
- Timeframe (e.g., 1H, 4H, Daily, Weekly)
- Analysis type (technical, fundamental, sentiment, or comprehensive)
Provide structured analysis with:
- Key levels (support, resistance, targets)
- Technical indicators analysis
- Volume and momentum insights
- Risk/reward ratios
- Actionable trading ideas
Format output as structured markdown report following the market-analysis skill output format.

14
commands/pattern.md Normal file
View File

@@ -0,0 +1,14 @@
---
description: Identify or document chart patterns and setups
---
Activate the pattern-recognition skill to identify or document chart patterns.
Help user:
1. Identify current pattern on their chart (if analyzing)
2. Document pattern characteristics
3. Create trading plan for the pattern
4. Add to personal pattern library
If user provides chart description, analyze and identify patterns.
If user wants to document, guide through pattern documentation template.

16
commands/research.md Normal file
View File

@@ -0,0 +1,16 @@
---
description: Document and research a new trading strategy systematically
---
Activate the strategy-research skill to document a new trading strategy idea.
Guide the user through:
1. What's the edge/hypothesis?
2. Market conditions where it works
3. Entry and exit conditions
4. Risk management rules
5. Backtest considerations
Output a structured strategy document using the strategy research template.
Save to a location specified by user or suggest: `strategies/[strategy-name].md`

18
commands/translate.md Normal file
View File

@@ -0,0 +1,18 @@
---
description: Convert strategy documentation into Python or Pine Script code
---
Activate the strategy-translator skill to convert strategy docs into code.
Ask user:
- Strategy document location or paste strategy description
- Output format (Python, Pine Script, or both)
- Framework compatibility notes (for Python)
Generate:
- Clean, documented code
- Parameterized functions
- Risk management logic
- Usage examples
Save code to location specified by user.