AgentStack
SKILL verified Apache-2.0 Self-run

Premium Discount

skill-ske-labs-agent-trading-skills-premium-discount · by SKE-Labs

Enter positions in discount zones (below equilibrium) and exit in premium zones (above). Use when determining optimal entry areas, understanding value-based trading, or timing buy/sell decisions.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-ske-labs-agent-trading-skills-premium-discount

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Premium Discount? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Identify the swing range on HTF (Weekly/Daily for zone, 4H for swing range):

`` get_candles_around_date(symbol=, exchange=, interval="1d", date=) ``

  1. Draw Fibonacci using draw_chart_analysis with fib_retracement (0% = Swing High, 100% = Swing Low)
  2. Determine current position: Above 50% = Premium, Below 50% = Discount
  3. Mark levels using draw_chart_analysis: equilibrium with support/resistance, OTE zone with demand/supply
  4. Align with bias:
  • Bullish bias: wait for discount entries
  • Bearish bias: wait for premium entries
  1. Enter at OTE (62-79%) within the correct zone
  2. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.