Bob Volman - Consolidation BoxThis indicator identifies consolidation zones based on Bob Volman's scalping methodology. It highlights tight price ranges where the market is coiling before a potential breakout.
🔧 Features
📊 Detects consolidation boxes based on:
• Minimum number of candles
• ATR-based range filter (ATR × multiplier)
• Proximity to EMA (EMA ± multiplier × ATR)
⏩ Automatically extends the box while price remains inside
❌ Option to hide boxes after breakout
🧾 Status line plots:
• 🔺 Box High / 🔻 Box Low
• 📏 Box Range (in ATR units)
• 🕒 Box Length (number of bars)
⚙️ Fully customizable: ATR/EMA lengths, multipliers, border color
🔔 Alert on new consolidation box
🎯 Use Cases
Identify tight consolidation zones before breakout
Improve scalping entries and exits
Spot potential support/resistance areas
✅ Combine with volume, breakout confirmation, market structure, and price action for better accuracy
📚 Inspired by the book: "Understanding Price Action" by Bob Volman
Indicators and strategies
EMA Pullback Indicator [ATR-based]🟦 EMA Pullback Indicator
This indicator identifies pullbacks in trending markets using the crossover of two EMAs (Fast and Slow). When a pullback occurs during a valid trend, an entry is triggered after price resumes in the trend direction. ATR is used to dynamically calculate stop-loss and take-profit levels.
🔍 Strategy Logic:
Trend Detection: EMA(8) vs EMA(21)
Pullback Zones:
In a bullish trend, a pullback is when price dips below the Fast EMA
In a bearish trend, a pullback is when price rises above the Fast EMA
Entry Trigger: Re-entry into trend direction after pullback
Stop Loss / Take Profit:
Based on ATR × SL/TP multipliers
Exit Options:
TP/SL Hit
Exit on new pullback (optional toggle)
Multiple Entry Toggle: Choose whether to allow multiple pullback entries or not
⚙️ Inputs:
Fast EMA Length
Slow EMA Length
ATR Period
SL Multiplier
TP Multiplier
Allow Multiple Entries
Exit on New Pullback
📊 Visuals:
Colored EMAs and fill zone between them
Grey bars during pullback
Blue/Black trend bar colors
Entry markers and TP/SL levels with labels
Real-time ATR display in corner
📢 Alerts Included:
Long/Short Pullback Entry
Take Profit Hit
Stop Loss Hit
Current Typical Prices3 Plots for the current Typical price (using the current candle Close). The first plot is a user configurable, 1 hour or 4 hour. The 2nd is the daily and the 3rd is the weekly.
Typical price = (High + Low + Close) /3. Also known as the Pivot Point.
My first indicator using Gemini.
Enjoy!
Burner VCanBurner VCan – Volume Confirmation Made Visual
Burner VCan is a sleek, volume-powered tool designed to highlight conviction behind price action.
It compares real-time volume to a customizable average and displays a "Shot Clock" table showing volume strength (EXTREME, HIGH, LOW, NEUTRAL) for the current and previous 4 candles—with directional arrows and color-coded labels for fast insight.
🔍 Features:
Color-coded candles based on direction and volume:
🔳 White (Extreme Up), 🟧 Orange (High Up), 🟩 Green (Normal Up)
⚫ Black (Extreme Down), 🔵 Blue (High Down), 🔴 Red (Normal Down)
Live Shot Clock Table:
Displays volume multiples and strength for 5 recent candles
Perfect for: Identifying strong breakouts, weak reversals, and momentum confirmation
⚙️ Input:
Volume Lookback Period (default: 20)
Burner RSI)RSI Dots that go above below candle body's. Giving a visual representation of the RSI.
Customizable dots and colours.
Current settings are.
rsiExtremeHigh = rsi >= 90
rsiOverbought = rsi >= 80 and rsi < 90
rsiCautionHigh = rsi >= 75 and rsi < 80
rsiExtremeLow = rsi <= 10
rsiOversold = rsi <= 20 and rsi > 10
rsiCautionLow = rsi > 20 and rsi <= 25
Iambuoyant High Win Rate TraderIambuoyant High Win Rate Trader (Debug Signals) - Indicator Description
Introduction
The "Iambuoyant High Win Rate Trader" is a comprehensive Pine Script indicator designed to identify high-probability trading opportunities across various market conditions. Built with a multi-faceted approach, it integrates several key technical analysis concepts to provide robust buy and sell signals, aiming to maximize potential returns while managing risk. This indicator is particularly useful for traders looking for confirmed entries based on a confluence of factors rather than relying on a single signal.
Strategies Used
This indicator employs a sophisticated combination of strategies, each contributing to a stronger signal when aligned:
Trend Analysis:
Multiple EMAs: It utilizes three Exponential Moving Averages (EMAs) – a fast, slow, and a longer-term trend EMA – to establish the prevailing market direction. Signals are filtered to align with this identified trend, enhancing their probability of success.
Trend Alignment: Confirms that price action is consistent with the established EMA trend, ensuring trades are taken in the direction of momentum.
Oscillator Confirmation:
Relative Strength Index (RSI): Employs RSI to identify overbought and oversold conditions, with a specific focus on the RSI turning away from extreme levels, suggesting a potential reversal or continuation point.
Stochastic Oscillator: Similar to RSI, the Stochastic Oscillator is used to pinpoint overbought and oversold zones, with additional confirmation from the %K and %D lines crossing or turning.
Momentum and Divergence (MACD):
Moving Average Convergence Divergence (MACD): The indicator analyzes MACD line and signal line crossovers, alongside histogram movement, to gauge momentum shifts and potential trade entries.
Volume Analysis:
Volume Confirmation: Integrates volume analysis by comparing current volume to a Volume Moving Average. Higher-than-average volume during a signal can confirm conviction behind the price move.
Market Structure and Volatility:
Support and Resistance (S/R) Levels: Dynamic support and resistance levels are identified using pivot points. These levels are used to inform potential stop-loss placements and to ensure trades aren't initiated directly into strong opposing S/R zones.
Average True Range (ATR): ATR is used to measure market volatility, which helps in adjusting trade sizing and stop-loss distances. A volatility filter is included to prevent trades in excessively choppy or illiquid conditions.
Risk Management:
Dynamic Stop Loss: The indicator attempts to identify logical stop-loss levels based on recent price action or nearby support/resistance.
Risk:Reward Ratio Filtering: A configurable minimum Risk:Reward ratio ensures that only trades with a favorable potential return relative to the risk are considered, promoting disciplined trading.
Signal Confirmation:
Confirmation Bars: An optional confirmBars input allows for signals to be confirmed over a specified number of bars, reducing false positives by waiting for price action to sustain the initial signal. (Note: For debugging, this is often set to 0 for immediate signals.)
How to Use the Indicator
Add to Chart: Apply the "Iambuoyant High Win Rate Trader (Debug Signals)" indicator to your desired chart in TradingView. It's an overlay indicator, meaning it will plot directly on your price chart.
Understand the Signals:
Buy Signals (Green Triangles/Labels): Appear below the price bars, indicating a potential long entry.
Sell Signals (Red Triangles/Labels): Appear above the price bars, indicating a potential short entry.
"Flash" Signals: Smaller, colored triangles indicate the immediate bar where the signal conditions are first met.
"Confirmed" Signals: Larger, shaded triangles with labels indicate that the signal has passed the confirmBars criteria (if confirmBars is set to greater than 0).
Utilize Debugging Features (Crucial for Optimization):
Access Inputs: Open the indicator's settings by clicking the gear icon next to its name on the chart.
"Signal Components (Debugging)" Section: This is the most powerful feature for tailoring the indicator to your needs.
Initial Setup: When first applying the indicator or if signals are too rare, start by setting most "Enable X Condition" toggles to false, potentially leaving only one or two simple conditions (e.g., "Enable RSI Condition" or "Enable Trend Alignment") as true. This will force signals to appear, allowing you to confirm the plotting mechanism works.
Gradual Re-enabling: Once you see signals, gradually re-enable one "Enable X Condition" at a time.
Observe Debug Plots (Lower Pane): Below your main chart, the indicator plots colored columns (e.g., "Debug: RSI Bull", "Debug: MACD Bear"). These show when each individual component of the long/short signal is true (1 or 2) or false (0 or na). The "Debug: Final Long Signal" and "Debug: Final Short Signal" plots show when the combined signal conditions are met.
Identify Bottlenecks: If signals disappear after enabling a new condition, observe its corresponding debug plot. If it's frequently 0 when other conditions are 1, you've found a bottleneck.
Adjust Parameters: For bottlenecks, go back to the relevant input section (e.g., "Oscillators," "Market Structure," "Signal Quality") and adjust parameters (e.g., rsiOB/rsiOS, stochOB/stochOS, volatilityFilter, minRRRatio) to be less strict until signals appear at your desired frequency. Alternatively, you may decide to leave that specific condition disabled if it's too restrictive for your strategy.
Configure Display Options: Use the "Display" group in the inputs to toggle the visibility of labels, support/resistance lines, and EMA trend lines on your chart.
Set Up Alerts: The indicator includes built-in alert conditions for "Confirmed Buy Signal" and "Confirmed Sell Signal." You can set up alerts in TradingView to be notified instantly when these signals occur, allowing you to monitor the market without constant chart watching.
3 EMA trong 1 NTT CAPITALThe 3 EMA in 1 NTT CAPITAL indicator provides an overview of the market trend with three EMAs of different periods, helping to identify entry and exit points more accurately, thus supporting traders in making quick and effective decisions.
Multi Vertical Timeline V3English Description
Multi Vertical Timeline V3 + 3 Time Blocks
A professional trading indicator for precise time marking and session highlighting on your charts.
Key Features:
📍 6 Vertical Time Lines:
Individually configurable times (hour/minute)
Customizable colors, line widths, and styles (solid, dashed, dotted)
Enable/disable toggle for each timeline
Optional time labels
🎨 3 Trading Session Blocks:
Colored background highlights for important trading hours
Pre-configured for NY, London, and Tokyo sessions
Fully customizable start and end times
Transparent coloring for optimal chart readability
⏰ Smart Time Control:
Precise timezone offset setting (-12 to +12 hours)
Automatic adjustment for daylight saving time
Worldwide timezone support
Special handling for time blocks crossing midnight
🛠️ User-Friendly Design:
Clear grouping of all settings
Global on/off control for all labels
No performance impact through optimized code
Instant visual feedback
Use Cases:
Forex Trading (mark session overlaps)
Futures Trading (market opening hours)
Intraday Strategies (entry/exit times)
Multi-timeframe Analysis
Backtesting with time-based rules
Perfect for traders who need precise time markings and session highlights for their strategies!
10kaDum by NAVHere's a comprehensive description for publishing your "10kaDum by NAV" script on TradingView:
---
# 🎯 10kaDum by NAV - Advanced SMA Alignment Trading System
**A comprehensive trading strategy that combines SMA alignment signals with intelligent dip-buying and automated profit-taking mechanisms.**
## 📊 Strategy Overview
The 10kaDum system identifies optimal entry and exit points using Simple Moving Average (SMA) alignment patterns, while providing additional opportunities through systematic dip buying and profit taking.
### Core Signals:
🟢 **MAIN BUY**: Triggers when Close < SMA20 < SMA50 < SMA200 (bearish alignment - potential reversal)
🟡 **10kaDum BUY**: Secondary buy signal when price drops 10% after main buy (dollar-cost averaging)
🟠 **10kaDum SELL**: Exit signal when price rises 10% from 10kaDum buy (quick profit taking)
🔴 **MAIN SELL**: Exit signal when Close > SMA20 > SMA50 > SMA200 (bullish alignment - trend reversal)
## 🔥 Key Features
### Smart Signal Management
- **One-time signals**: Each signal triggers only once until the opposite condition occurs
- **No signal spam**: Clean, actionable entries without repetitive alerts
- **Cycle-based logic**: Complete trading cycles from entry to exit
### Performance Analytics
- **Real-time statistics table** with configurable position and styling
- **Closed Trades**: Total number of completed 10kaDum cycles
- **Average Days**: Mean holding period for 10kaDum positions
- **Minimum Days**: Fastest trade completion time
- **Min Days Date**: When the fastest trade occurred
### Advanced Label System
- **Performance metrics**: Days held, gain percentage, and CAGR on exit signals
- **Calendar days calculation**: Accurate time-based performance (not just bars)
- **Anti-overlap positioning**: Smart label placement to avoid chart clutter
- **Fully customizable**: Colors, sizes, and text styling
### Professional Customization
- **Label colors**: Separate color controls for each signal type
- **Table styling**: Full control over fonts, colors, and positioning
- **Position controls**: Precise offset adjustments for optimal visibility
- **Alert system**: Built-in alerts for all signal types
## 📈 Trading Logic
**Entry Strategy:**
1. Wait for bearish SMA alignment (potential bottom)
2. Enter initial position on MAIN BUY
3. Add to position on 10% dips (10kaDum BUY)
**Exit Strategy:**
1. Take quick profits on 10kaDum positions (+10% gain)
2. Hold main position until bullish SMA alignment
3. Full exit on MAIN SELL signal
## 🎨 Visual Elements
- **SMA Lines**: 20, 50, and 200-period moving averages
- **Colored Labels**: Distinct visual signals for each action
- **Statistics Table**: Live performance tracking
- **Clean Design**: Minimal chart clutter with maximum information
## ⚡ Best Practices
- Use on daily or higher timeframes for best results
- Combine with volume analysis for confirmation
- Monitor the statistics table for strategy performance
- Adjust position sizes based on signal type
- Set alerts for hands-free trading
## 🔧 Customization Options
- **9 table positions** (top, middle, bottom × left, center, right)
- **5 font sizes** (tiny to huge)
- **Full color customization** for all elements
- **Adjustable label spacing** for different chart scales
- **Toggle statistics display** on/off
---
**Disclaimer**: This indicator is for educational purposes. Past performance doesn't guarantee future results. Always practice proper risk management and consider your financial situation before trading.
**Created by**: NAV
**Version**: 1.0
**Category**: Strategy / Trend Analysis
---
This description highlights the key features, provides clear usage instructions, and maintains a professional tone suitable for TradingView's marketplace.
SMA Crossover Strategy📈 Indicator: SMA Crossover Strategy
This strategy uses optimized fast and slow SMA values tailored to popular timeframes for more responsive trend detection. You can let the script auto-select values or manually define your own crossover settings. Clean visual cues and per-candle signal filtering keep your chart sharp and actionable.
🔧 Key Features:
- Auto Mode: Smart defaults for each timeframe with trader-tested pairs
- Manual Mode: User-defined flexibility when custom values are needed
- Signal Clarity: BUY/SELL labels are plotted only once per confirmed candle
🧠 Default Auto Values (Based on Chart Timeframe)
- 1-min: Fast = 5, Slow = 20
- 5-min: Fast = 5, Slow = 10
- 15-min: Fast = 5, Slow = 13
- 30-min: Fast = 15, Slow = 30
- 1-hr: Fast = 50, Slow = 200
- 4-hr: Fast = 20, Slow = 50
- Daily: Fast = 50, Slow = 200
- Weekly: Fast = 10, Slow = 30
If your timeframe isn't matched exactly, the script falls back to sensible defaults.
📊 How to Improve Conviction
SMA crossovers are strong signals when confirmed by other tools. Here are some add-ons you can layer into your chart:
🔍 Confirmation Indicators
- RSI (14): Look for crossovers near RSI crossing 50 or at oversold/overbought zones for momentum confirmation.
- MACD: Use histogram alignment with crossover signals to detect real trend shifts.
- Volume Filters: Pair signals with rising volume for institutional confirmation.
🌀 Trend & Volatility Filters
- ATR (Average True Range): Helps filter signals during consolidation—watch for expanding ATR as a volatility cue.
- ADX: Trade only when ADX > 20 to avoid false signals in ranging markets.
- HMA (Hull MA): A smoother, faster MA that can act as a trend bias overlay.
🔭 Multi-Timeframe Awareness
Overlay higher-timeframe trend indicators (like a daily 200 SMA on an intraday chart) to avoid trading against macro momentum.
Monday High/Low + Background + Labels📌 1. Индикатор: Weekend High/Low + Background + Labels
🇷🇺 Русский
Индикатор определяет максимум и минимум за выходные (суббота 00:00 – воскресенье 23:59) и отображает их:
– Красными пунктирными линиями
– Подписями "Weekend High" (зелёная метка) и "Weekend Low" (красная метка)
– Заливкой зоны между High и Low
Исторические уровни сохраняются и отображаются на графике при прокрутке назад. Работает на любых таймфреймах от 5m до 1D.
🇬🇧 English
This indicator detects the High and Low of the weekend period (Saturday 00:00 to Sunday 23:59) and displays them as:
– Red dashed lines
– Labels: "Weekend High" (green) and "Weekend Low" (red)
– Background shading between the high and low zone
Historical levels are retained and visible when scrolling back. Compatible with all timeframes from 5m to 1D.
🇨🇳 中文
该指标识别周末期间(星期六00:00至星期日23:59)的最高价和最低价,并显示如下:
– 红色虚线
– 标签:"Weekend High"(绿色)和 "Weekend Low"(红色)
– 在最高价和最低价之间绘制背景色块
支持回看历史周末数据,适用于5分钟至1天的所有时间周期。
📌 2. Индикатор: Monday High/Low + Background + Labels
🇷🇺 Русский
Индикатор отображает максимум и минимум понедельника (00:00 – 23:59) на графике:
– Красные пунктирные линии, ограниченные только зонами понедельника
– Подписи "Monday High" (зелёная метка) и "Monday Low" (красная метка)
– Заливка между high и low
Отлично подходит для отслеживания начала торговой недели. Работает на любом таймфрейме.
🇬🇧 English
This indicator marks the High and Low of Monday (00:00 to 23:59) using:
– Red dashed lines shown only on Monday bars
– Labels: "Monday High" (green) and "Monday Low" (red)
– Background shading between high and low
Ideal for tracking the opening range of the trading week. Works across all timeframes.
🇨🇳 中文
该指标标记周一(00:00至23:59)的最高价和最低价:
– 仅在周一显示的红色虚线
– 标签:"Monday High"(绿色)和 "Monday Low"(红色)
– 在高点和低点之间绘制背景色块
适用于监测一周交易的起始波动范围,兼容所有时间周期。
Opening Range with Breakouts & Targets + Retest AlertsOpening Range with Breakouts & Targets + Retest Alerts
Opening Range Breakout strategy with custom sessions, breakout signals, dynamic targets, and smart retest alerts. Perfect for intraday traders seeking precision entries and high-probability setups.
This advanced ORB tool brings precision and flexibility to your trading by combining the Opening Range Breakout concept with retest confirmation, dynamic target projections, and custom session control.
Why Traders Love This Script
✅ High-Probability Setups – Breakouts with confirmation retests are statistically stronger.
✅ Custom Session Flexibility – Adapt the opening range to any market (Stocks, Forex, Crypto).
✅ Dynamic Targets – Automatically projected based on range size for clear profit objectives.
✅ Smart Alerts – Never miss a breakout retest opportunity with Unified Alert Conditions.
Features You’ll Get
✔ Opening Range Box – Marks the range for your selected timeframe or custom session.
✔ Breakout Arrows – Instant visual confirmation of bullish and bearish breakouts.
✔ Daily Bias Filter – Optional directional filter for higher accuracy.
✔ Dynamic Targets – Adaptive or extended display of projected targets.
✔ Retest Detection – Alerts when price retests the breakout zone after a breakout.
✔ Full Customization – Colors, text size, line styles, target styles, and more.
How to Use It
Set Your Opening Range – Default: 30 minutes after session open or choose a custom range.
Look for Breakouts – Signals appear when price closes beyond the range.
Wait for Retest – For higher confidence, enter on retest signals (green/red dots).
Manage Risk with Targets – Use dynamic target levels to plan your exits.
Pro Tip
Combine this indicator with EMA trend filters, VWAP, or volume confirmation for maximum precision.
Alerts
✅ Unified Break & Retest Alert – Fires when price successfully retests after a breakout, signaling a potential high-probability trade.
⚠ Disclaimer: This tool is for educational purposes only. Always use proper risk management and confirm with your own analysis before trading.
Trade Bằng Mông Xu hướngSure! Here is the English version of your TradingView indicator description:
📈 Key Highs and Lows Zones + Bob Volman Style (H1 Data)
A powerful tool combining price action and EMAs to identify market structure and trend changes with precision.
🧠 Description:
The "Key Highs and Lows Zones + Bob Volman Style" indicator is a smart market structure tool built on the 1-hour (H1) timeframe. It detects confirmed swing highs and lows using breakout logic, while integrating Bob Volman-style EMA bands (15, 21, 35) to visualize trend momentum.
This indicator helps you:
✅ Identify the primary market trend: Uptrend, Downtrend, or Neutral
✅ Mark confirmed swing highs/lows with clean visual labels and range lines
✅ Detect breakout shifts for early trend reversal signals
✅ Optionally display Neutral points with white dot (🔘) labels
✅ Visualize EMA bands to follow market flow with dynamic support/resistance
extend M/W/D Level v5Extended week day and monthly level ,with this indicator you can extend your multi timeframe level from the last candle and do your analysis base on that level
Jerome's EMACustomizable multiple commonly used MAs with EMAs
Can customize which MAs to use and can have multiple of MAs under 1 indicator
Support/Resistance LevelsThis indicator automatically detects the most relevant support and resistance levels based on recent pivot points.
Main Features:
✅ Automatic detection of support and resistance zones
✅ Fully customizable: line style, thickness, and colors
✅ Optional support/resistance zones (based on percentage)
✅ High/Low zone fill for recent extremes
✅ Auto-labeling of S/R levels on the chart
✅ Configurable line extension (right side only or both sides)
⚙️ Custom Settings:
Toggle S/R levels on or off
Choose line style (solid, dotted, dashed)
Set support/resistance colors
Adjust line width
Enable/disable zone display
Set zone width as a percentage
🔎 Use Cases:
Quickly identify key price levels
Trade with confidence around bounces and breakouts
Works on any market and any timeframe
Supertrend Scannernew one more script to scan stock based on buy or sell signal as per super trend strategy.
(Subak)Profit/Loss LineYou can automatically check the take profit/loss price compared to the current value. You can set up to 7.
This indicator simply guides the price and does not provide direction.
5 EMA vs 13 EMA Crossover Signals//@version=5
indicator("5 EMA vs 13 EMA Crossover Signals", overlay=true)
// EMAs
ema5 = ta.ema(close, 5)
ema13 = ta.ema(close, 13)
// Plot EMAs
plot(ema5, title="5 EMA", color=color.blue)
plot(ema13, title="13 EMA", color=color.orange)
// Crossover logic
buySignal = ta.crossover(ema5, ema13)
sellSignal = ta.crossunder(ema5, ema13)
// Plot signals
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
5 EMA vs 13 EMA Crossover Signals//@version=5
indicator("5 EMA vs 13 EMA Crossover Signals", overlay=true)
// EMAs
ema5 = ta.ema(close, 5)
ema13 = ta.ema(close, 13)
// Plot EMAs
plot(ema5, title="5 EMA", color=color.blue)
plot(ema13, title="13 EMA", color=color.orange)
// Crossover logic
buySignal = ta.crossover(ema5, ema13)
sellSignal = ta.crossunder(ema5, ema13)
// Plot signals
plotshape(buySignal, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(sellSignal, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
Pegasus Returns EMAs (Green Above, Red Below)This indicator plots up to four customizable Exponential Moving Averages (EMAs) on the price chart, each with user-defined settings for visibility and period length. It is designed to provide a clear visual representation of bullish and bearish momentum based on the closing price relative to each EMA.
Key Features:
Custom EMA Periods: Easily modify the length of each EMA (default: 20, 50, 100, 200).
Dynamic Color Coding:
Green Line when the closing price is above the EMA (bullish signal).
Red Line when the closing price is below the EMA (bearish signal).
Toggle Visibility: You can choose to display or hide any of the four EMAs via checkboxes in the settings.
Overlay on Price Chart: EMAs are plotted directly on the candlestick chart for intuitive analysis.
Inputs:
Show EMA 1–4: Enable or disable each EMA.
EMA 1–4 Period: Set a custom period for each EMA (min 1).
Use Cases:
Identifying trend direction and strength.
Spotting dynamic support and resistance zones.
Entry/exit confirmation in trending markets
📊 Bot-Activated Signal OverlayWest Coast SPECS is an automated signal intelligence bot designed to capitalize on macro themes—especially weak-dollar rotations across sectors like commodities, energy, gold, and emerging markets.
🔍 What It Does
Scans small-cap tickers (<$2B market cap) for high-probability entries
Detects RSI and Stochastic divergence with volume confirmation
Integrates options flow intel (Volume ≥ 2× Open Interest)
Filters signals by trend alignment using 10, 50, and 200-day MAs
Exports signals for TradingView overlays, Google Sheets, and Discord alerts
⚙️ Signal Engine
Custom Python logic pulls real-time price and options data and runs multi-layered filters:
Liquidity checks via volume spikes
Momentum alignment (MA crossovers, price zones)
Bullish or Bearish classification with sector tags
📡 Bot Deployment
🔗 Webhook-ready Flask server
🤖 Discord bot (!scan command) posts daily signals into your channel
📤 Pine Script overlay visualizes confirmed setups in TradingView
📈 Optional Streamlit dashboard tracks DXY, sector ETFs, and macro rotation
🎯 Strategy Focus
West Coast SPECS thrives on:
Dollar downtrends
Commodity surges
Rotation into under-the-radar small caps with momentum
This isn't just a bot—it's your tactical macro wingman with surgical market entry logic. Built for traders who want precision, context, and speed.