Trend Join Long Strategy Filter
Take the morning gapper list and filter it against a strict five-condition trend-continuation entry template on TradingView through Claude.
Before & after
Same prompt, same agent — the only difference is the skill.
Building a trading scanner is complex. You'd want to look at moving averages and recent price breaks. But how many moving average periods are you thinking? What timeframe are you trading? Do you have data feeds connected already? I could help you think through the logic, but you'd need to clarify your specific setup and risk parameters first.
TREND CONTINUATION SCANNER CONFIG → ENTRY RULES (all five must hit) 1. TIME GATE: Market open 10:01am ET only (filters pre-market noise) 2. TREND CONFIRMATION: Price > 200-SMA on daily chart (confirmed uptrend) 3. YESTERDAY HIGH: Close above previous day's high (not gapping down) 4. PREMARKET HIGH: Current price > premarket session high (morning strength) 5. DAY HIGH: Current price > today's high so far (intraday momentum) Entry only on confirmed breakout above all five levels (not on touch) → DATA & TIMEFRAME Scanning: 5-minute bars (picks up breakouts intraday, not overnight gaps) Watchlist source: Pre-market movers above $10 volume (filters penny stocks) SMA period: 200 bars on daily (standard for institutional trend) Alert output: Ranks candidates by how far above breakout level (strongest first) → ALERT DELIVERY Platform: TradingView scanner via MCP connection Alert format: Symbol, current price, breakout level, distance from SMA Frequency: Real-time (every 5m candle close) Trap: False breakouts in first 30min – market makers hunt stops; wait for 10:30am close to confirm → SAMPLE OUTPUT (ILLUSTRATIVE – NOT A PREDICTION) AMD: $195.40 • 200-SMA: $182.10 • Breakout margin: +7.2% NVDA: $142.85 • 200-SMA: $138.50 • Breakout margin: +3.1% → DEPLOYMENT First: Backtest on 30 days of data (win rate target: 55%+ on entry) Then: Paper trade 1 week (real-time alerts, no capital risk) Finally: Live trading at 1 share/lot until confidence builds
About this skill
name: trend-join-long-strategy-filter description: Take the morning gapper list and filter it against a strict five-condition trend-continuation entry template on TradingView through Claude.
Trend Join Long Strategy Filter
What This Does
The creator instructs Claude to build a scanner that only fires after 10am market time and only if price is above yesterdays daily high, yesterdays close is above the 200 SMA, and price is above pre-market high and above high of day. It runs on TradingView through the MCP link and only surfaces stocks that pass all five entry checks.
What You Get
- Post-10am timing gate
- five binary entry checks
- TradingView MCP connection
- alerts on qualified candidates
- runs off the pre-market scanner list
Customize
- start_time: earliest hour the scanner activates
- sma_period: moving average used for trend check
- watchlist_source: use pre-market scanner output or a custom list
- pass_threshold: how many of five checks must hit
- timeframe: 5-minute or 15-minute
Sample Output
Scanner runs on AMD, NVDA, MU and only flags candidates that break yesterday's high with the 200 SMA already trending up.
Target Audience
US day traders trading trend continuation setups
SKILL.md preview
---
name: trend-join-long-strategy-filter
description: Use when filtering a morning gapper list against a strict five-condition trend-continuation entry template on TradingView.
version: 1.0.0
category: Trading
author: AgentVolt
license: proprietary
tags:
- trading
- standard
---
# Trend Join Long Strategy Filter
Builds a TradingView scanner, run through an MCP link, that only surfaces stocks passing all five trend-continuation checks after the market's early volatility window closes.
## When to use
- Screening a morning gapper list for trend-continuation long setups
… (sign up to view the full skill)More finance skills
View all Finance skills →Indian Stock Fundamental Analyzer
Give Claude a stock ticker and horizon and get a full clickable fundamental report tuned to the Indian market.
Telegram Trade Alert Router
Wire your scanner outputs into a personal Telegram bot so pre-market gappers and strategy hits arrive on your phone all day.
Pine Script Backtest And Python Extender
Ask Claude to write your strategy into TradingView Pine Script for a first backtest, then rewrite it in Python to backtest across your full watchlist.
TradingView MCP Live Chart Reader
Connect Claude Code to TradingView desktop via the Trading View MCP so Claude reads live chart code, switches timeframes, and adds indicators on command.