time of day edge finder
by nowrich
Identifies profitable trading windows and filters out high-noise sessions using historical trade data.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Analyze these trade logs from my ES futures strategy. Identify which hours are profitable and which are just adding noise. Use a minimum of 20 trades per bucket.
Your agent does
Session Edge Summary: BEST: RTH 10:00-11:00 (Avg +0.38, Sharpe 2.1, 45 trades) WORST: Lunch 12:00-13:00 (Avg -0.12, PF 0.82, 30 trades) NOISY: Post-Market (Std 2.4, Avg +0.05, 12 trades) => Recommendation: Focus on RTH 10:00-11:00. Cease trading during Lunch and Post-Market.
What you get
About this skill
The problem
Intraday strategies often bleed profits during specific hours due to low liquidity or erratic volatility. Relying on aggregate performance data masks these toxic windows, leading to unnecessary drawdowns.
What it does
- Partitions trade logs into hourly and session-based buckets to isolate performance variance.
- Calculates noise-to-edge ratios to distinguish between lucky streaks and statistically stable windows.
- Flags buckets with insufficient sample sizes to prevent over-optimization on sparse data.
- Generates actionable participation schedules, explicitly identifying hours to trade or avoid.
Frameworks & tools
Designed for integration with pandas and numpy. Compatible with any CSV or JSON trade log containing standard timestamps.
Why this beats prompting it yourself
Standard LLM prompts often fail to account for the noise-to-signal ratio, confusing high variance with actual edge. This skill implements a systematic filtering logic that treats low-sample or high-volatility hours as un-tradeable by default.
Use cases
- Optimizing algorithmic execution windows to avoid high-slippage lunch hours.
- Refining manual trading plans by identifying personal performance peaks during specific sessions.
- Filtering backtest results to remove sessions that exhibit non-stationary behavior.
Known limitations
Requires a minimum trade count per bucket to ensure statistical relevance. Analysis is historical and does not predict performance shifts caused by changing market regimes.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Trading
market data quality inspector
Automated market data validation for missing bars, stale quotes, outliers, and calendar inconsistencies.
first 100 trades training lab
A structured 100-trade simulated practice curriculum with risk limits, journal templates, and progression gates.
python-trading-toolkit
A quantitative finance toolkit for real-time market data, technical analysis, and portfolio risk management.
demo to live readiness coach
An objective auditor that evaluates demo trading data to determine if a trader is statistically ready for live capital.