Install
$ agentstack add skill-ske-labs-agent-trading-skills-premium-discount ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Premium & Discount Trading
The market oscillates between premium (expensive) and discount (cheap) zones around an equilibrium point.
Core Concept
Equilibrium = (Swing High + Swing Low) / 2
| Zone | Location | Action | | --------------- | --------- | ---------------------- | | Premium | Above 50% | Look for shorts/exits | | Equilibrium | At 50% | Decision point | | Discount | Below 50% | Look for longs/entries |
Trading Zones
- Longs: Enter only in discount (below 50%). Best entries at 61.8%-79% (OTE in discount)
- Shorts: Enter only in premium (above 50%). Best entries at 61.8%-79% (OTE in premium)
Workflow
- Identify the swing range on HTF (Weekly/Daily for zone, 4H for swing range):
`` get_candles_around_date(symbol=, exchange=, interval="1d", date=) ``
- Draw Fibonacci using
draw_chart_analysiswithfib_retracement(0% = Swing High, 100% = Swing Low) - Determine current position: Above 50% = Premium, Below 50% = Discount
- Mark levels using
draw_chart_analysis: equilibrium withsupport/resistance, OTE zone withdemand/supply - Align with bias:
- Bullish bias: wait for discount entries
- Bearish bias: wait for premium entries
- Enter at OTE (62-79%) within the correct zone
- Refine entry on LTF (1H/15m) for precision
Key Rules
- Institutions buy at discount (accumulation) and sell at premium (distribution)
- NEVER buy in premium or sell in discount -- this is the retail trap
- HTF determines the overall P/D zone; LTF refines the entry within it
- Equilibrium (50%) is the decision point -- price above favors shorts, below favors longs
Related Skills
- optimal-trade-entry — OTE provides the precise entry within premium/discount zones
- market-structure-shift — Structure determines whether to look for entries in premium or discount
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: SKE-Labs
- Source: SKE-Labs/agent-trading-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.