Install
$ agentstack add skill-ske-labs-agent-trading-skills-optimal-trade-entry ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- 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=) ``
- Draw Fibonacci using
draw_chart_analysiswithfib_retracement:
- Bullish: Point 1 = swing low, Point 2 = swing high
- Bearish: Point 1 = swing high, Point 2 = swing low
- 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
- Mark OTE zone using
draw_chart_analysiswithdemand(bullish) orsupply(bearish) - Enter at 70.5% midpoint (limit order) or wait for price action confirmation in zone
- Stop loss beyond the 100% level (swing point)
- 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.
- 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.