AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Optimal Trade Entry

skill-ske-labs-agent-trading-skills-optimal-trade-entry · by SKE-Labs

Execute Optimal Trade Entry (OTE) using Fibonacci retracement between 62-79%. Use when entering after structure breaks, timing entries on pullbacks, or finding high-probability retracement levels.

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

Install

$ agentstack add skill-ske-labs-agent-trading-skills-optimal-trade-entry

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ske-labs-agent-trading-skills-optimal-trade-entry)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Optimal Trade Entry? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Optimal Trade Entry (OTE)

The sweet spot retracement zone (62%-79% Fib) where smart money typically enters positions.

OTE Zone Levels

| Fib Level | Significance | | --------- | ------------------------ | | 61.8% | Start of OTE zone | | 70.5% | Midpoint (CE equivalent) | | 79% | End of OTE zone |

Use after: BOS/CHoCH pullbacks, liquidity sweeps, trending move continuations.

Workflow

  1. Identify the impulse -- a strong displacement move with clear swing low to swing high (or vice versa):

`` get_candles_around_date(symbol=, exchange=, interval=, date=) ``

  1. Draw Fibonacci using draw_chart_analysis with fib_retracement:
  • Bullish: Point 1 = swing low, Point 2 = swing high
  • Bearish: Point 1 = swing high, Point 2 = swing low
  1. Calculate OTE zone from the swing range:
  • OTE Start: Swing High - Range * 0.618
  • OTE Mid: Swing High - Range * 0.705
  • OTE End: Swing High - Range * 0.79
  1. Mark OTE zone using draw_chart_analysis with demand (bullish) or supply (bearish)
  2. Enter at 70.5% midpoint (limit order) or wait for price action confirmation in zone
  3. Stop loss beyond the 100% level (swing point)
  4. Target extension levels: -27% (1.27x), -62% (1.62x), or the impulse origin (0%)

Example Calculation

High=52000, Low=45000, Range=7000:

  • OTE Start (61.8%): 47,674
  • OTE Mid (70.5%): 47,065
  • OTE End (79%): 46,470

Key Rules

  • Best OTE entries have an order block or FVG within the 62-79% zone (confluence)
  • NEVER enter an OTE against HTF bias
  • NEVER use OTE without a preceding impulsive displacement move
  • Entry at 70.5% yields minimum ~2.3 R:R to the impulse origin; extension targets improve this significantly

Related Skills

  • order-blocks — Best OTE entries have an OB within the 62-79% zone
  • premium-discount — OTE in discount for longs, premium for shorts maximizes probability

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.