Transform Claude into an institutional-grade trading analyst — for free.
Built by Sami Bajwa) · Samioutic · LinkedIn
CIPHER (Chief Institutional Price-action & Hedge-fund Executed Research) is a Claude AI Skill that turns any Claude instance into a professional-grade trading analyst.
No expensive subscriptions. No paid signal groups. Just Claude — supercharged.
Professional traders pay $2,000–$10,000/month for analysis like this. With this skill, you get it free.
When this skill is loaded, Claude becomes an elite analyst that provides:
- 📊 Full Signal Cards — Entry zones, Take Profit targets (TP1/TP2/TP3), Stop Loss levels
- ⚖️ Risk/Reward Analysis — Institutional position sizing formulas
- 🏗️ Smart Money Concepts — Order blocks, Fair Value Gaps, Liquidity sweeps (ICT/SMC)
- 📈 Multi-Timeframe Analysis — Weekly → Daily → H4 → H1 top-down approach
- 🌍 Fundamental + Macro Layer — Central bank policy, on-chain metrics, DXY impact
- 🧠 Setup Grading (A+ to D) — Only trades worth taking get full signals
- 🌐 Crypto + Forex + Commodities — BTC, ETH, EUR/USD, Gold, Oil and more
cipher-trading-skill/
│
├── SKILL.md # 🧠 Main skill file — load this into Claude
│
└── references/ # 📚 Deep knowledge reference library
├── technical-indicators.md # RSI, MACD, EMA, Bollinger Bands deep guide
├── candlestick-patterns.md # 50+ candlestick pattern encyclopedia
├── risk-management.md # Position sizing formulas (Forex + Crypto)
├── economic-calendar-guide.md # How to trade high-impact news events
├── crypto-onchain.md # On-chain metrics interpretation guide
├── smart-money-concepts.md # ICT/SMC: Order blocks, FVG, liquidity
├── market-cycles.md # Wyckoff, accumulation/distribution phases
├── inter-market-analysis.md # DXY, bonds, commodities correlation
└── trading-psychology.md # Discipline, emotional control, journaling
- Go to claude.ai
- Open Settings → Skills (or your Project)
- Upload
SKILL.mdas a skill file - Start chatting — ask for any trading signal
- Copy the full contents of
SKILL.md - Paste into Claude's system prompt field
- Done — CIPHER is now active
with open("SKILL.md", "r") as f:
system_prompt = f.read()
# Pass as system prompt in your Claude API call"Give me a BTC signal for today"
"Analyze EUR/USD on H4 timeframe"
"What's the weekly outlook for Gold?"
"Quick signal for ETH/USDT"
"Is there a swing trade setup on SOL?"
"Market overview — what should I watch this week?"
| Version | File | Description |
|---|---|---|
| v2.0 (Latest) | SKILL.md in this repo |
Full A+ grading system, SMC/ICT concepts, 9 reference files, web search integration |
| v1.0 | See Releases | Original CIPHER skill — 5 reference files, core signal format |
- ✅ Setup Grading System (A+ / A / B / C / D) — CIPHER now grades every setup before signaling
- ✅ 5 New Reference Files — Smart Money, Market Cycles, Inter-Market Analysis, Trading Psychology added
- ✅ Web Search Integration — Fetches live price data before analysis
- ✅ Extended Market Coverage — DeFi tokens, exotic forex pairs, commodities expanded
- ✅ Sharper Signal Format — Cleaner, more readable signal cards
- ✅ Scenario Planning — Bull/Bear/Neutral case breakdown on every signal
The references/ folder contains deep knowledge files that CIPHER uses internally:
| File | What's Inside |
|---|---|
technical-indicators.md |
RSI divergences, MACD histogram reading, EMA stacking, Bollinger Band squeezes |
candlestick-patterns.md |
50+ patterns with bullish/bearish classifications and reliability ratings |
risk-management.md |
Exact position sizing formulas for Forex lots and Crypto futures with leverage |
economic-calendar-guide.md |
CPI, NFP, FOMC — how each event moves markets and when to avoid trading |
crypto-onchain.md |
Exchange netflows, whale tracking, funding rates, open interest interpretation |
smart-money-concepts.md |
ICT/SMC methodology: order blocks, fair value gaps, liquidity sweeps, CHOCH/BOS |
market-cycles.md |
Wyckoff accumulation/distribution, Dow Theory, 4-year crypto cycles |
inter-market-analysis.md |
DXY correlation, bond yields impact, gold vs risk-on assets |
trading-psychology.md |
Avoiding revenge trading, journaling frameworks, emotional discipline rules |
This skill is for educational purposes only. Nothing here is financial advice. Trading involves significant risk of loss. Never risk more than 1–2% of your capital per trade. Always Do Your Own Research (DYOR). Past performance does not guarantee future results.
Sami Bajwa — AI educator and automation builder at Samioutic
I teach people how to use AI tools like Claude and n8n to build real systems and earn online. This skill is one of many free resources I share with my community.
- 🌐 Website: samioutic.com
- 💼 LinkedIn: linkedin.com/in/samibajwa106
- 📱 WhatsApp Channel: Available on samioutic.com
Found a bug or want to improve the skill? PRs are welcome!
- Fork the repo
- Create your branch:
git checkout -b improve/signal-format - Commit changes:
git commit -m "Improve signal card readability" - Push:
git push origin improve/signal-format - Open a Pull Request
MIT License — see LICENSE for details.
Free to use, modify, and distribute. Just give credit. ✌️
If this helped you, drop a ⭐ on the repo — it helps others find it!
By Samioutic