SwingSignal RSI Overlay AdvancedSwingSignal RSI Overlay Advanced
By BFAS
This advanced indicator leverages the Relative Strength Index (RSI) to pinpoint critical market reversal points by highlighting key swing levels with intuitive visual markers.
Key Features:
Detects overbought and oversold levels with customizable RSI period and threshold settings.
Visually marks swing points:
Red star (HH) for Higher Highs.
Yellow star (LH) for Lower Highs.
Blue star (HL) for Higher Lows.
Green star (LL) for Lower Lows.
Connects swings with lines, aiding in the analysis of market structure.
Optimized for use on the main chart (overlay), tracking candles in real time.
This indicator provides robust visual support for traders aiming to identify price patterns related to RSI momentum, facilitating entry and exit decisions based on clear swing signals.
Corak carta
caracalla ema long short signal v1.0🔍 Script Description
This script is a custom technical analysis indicator for TradingView that identifies potential long (buy) and short (sell) signals based on trend, momentum, and volume.
📌 Moving Averages (EMA)
It calculates four exponential moving averages (EMAs) with periods of 5, 20, 60, and 120. These are used to evaluate the overall market trend.
A bullish trend is identified when the EMAs are aligned in ascending order (short-term EMA above long-term EMA).
A bearish trend is identified when the EMAs are aligned in descending order (short-term EMA below long-term EMA).
🔁 Golden Cross & Dead Cross
A golden cross occurs when the 5-period EMA crosses above the 20-period EMA.
A dead cross occurs when the 5-period EMA crosses below the 20-period EMA.
These crossover events are typical indicators of trend reversals.
📈 MACD (Moving Average Convergence Divergence)
The script uses the standard MACD (12, 26, 9):
A MACD bullish signal is triggered when the MACD line crosses above the signal line.
A MACD bearish signal is triggered when the MACD line crosses below the signal line.
💡 RSI & Stochastic Oscillator
RSI is used to measure momentum; values above 50 suggest bullish momentum, below 50 suggest bearish.
Stochastic (%K and %D) is smoothed and used to identify overbought or oversold conditions.
A bullish momentum signal is triggered when RSI > 50 and the Stochastic %K line crosses above the %D line.
A bearish momentum signal is triggered when RSI < 50 and the %K line crosses below the %D line.
🔊 Volume Conditions
The script calculates a 20-period average volume:
A volume spike (bullish) is when current volume is greater than 120% of the average.
A volume drop (bearish) is when current volume is less than 80% of the average.
✅ Signal Conditions
A long (buy) signal is generated when 3 or more of the following are true:
Bullish EMA alignment
Golden cross
MACD bullish crossover
RSI > 50 and stochastic bullish crossover
Volume spike
A short (sell) signal is generated when 3 or more of the following are true:
Bearish EMA alignment
Dead cross
MACD bearish crossover
RSI < 50 and stochastic bearish crossover
Volume drop
📍 Visual Output
Long signals are shown as green labels with “L” below the price bars.
Short signals are shown as red labels with “S” above the price bars.
All four EMA lines are plotted in different colors for trend visualization.
🔔 Alert Conditions
The script includes built-in alert triggers for both long and short signals. These allow users to be notified when trading conditions are met, without needing to monitor charts constantly.
📌 스크립트 개요
이 인디케이터는 이동평균선, MACD, RSI, 스토캐스틱, 거래량을 종합적으로 분석하여 롱(매수) 또는 숏(매도) 진입 시점을 포착하는 자동 시그널 도구입니다.
📐 이동평균선 (EMA)
총 4개의 EMA(5, 20, 60, 120)를 계산하여 시장의 추세 방향을 파악합니다.
정배열: 단기 EMA가 장기 EMA보다 모두 위에 있는 경우로, 상승 추세로 간주합니다.
역배열: 단기 EMA가 장기 EMA보다 모두 아래에 있는 경우로, 하락 추세로 판단합니다.
🔁 골든크로스 / 데드크로스
골든크로스: EMA5가 EMA20을 위로 돌파할 때 발생 → 상승 신호
데드크로스: EMA5가 EMA20을 아래로 이탈할 때 발생 → 하락 신호
📊 MACD 분석
기본값(12, 26, 9)의 MACD를 사용합니다.
MACD 매수 신호: MACD선이 시그널선 위로 교차할 때
MACD 매도 신호: MACD선이 시그널선 아래로 교차할 때
💡 RSI & 스토캐스틱
RSI(14): 50 이상이면 매수 우위, 50 미만이면 매도 우위로 판단
스토캐스틱: %K와 %D의 골든/데드 크로스를 활용해 추가 모멘텀 분석
매수 모멘텀: RSI > 50 이면서, %K가 %D를 상향 돌파
매도 모멘텀: RSI < 50 이면서, %K가 %D를 하향 이탈
🔊 거래량 조건
20일 평균 거래량을 기준으로 분석
매수 유리: 현재 거래량이 평균보다 1.2배 이상인 경우
매도 유리: 현재 거래량이 평균보다 0.8배 이하인 경우
✅ 매수/매도 시그널 조건
📈 롱 시그널 (매수) 발생 조건
다음 5가지 조건 중 3개 이상 충족 시 발생:
EMA 정배열
골든크로스 발생
MACD 골든크로스
RSI > 50 + 스토캐스틱 골든크로스
거래량 증가
📉 숏 시그널 (매도) 발생 조건
다음 5가지 조건 중 3개 이상 충족 시 발생:
EMA 역배열
데드크로스 발생
MACD 데드크로스
RSI < 50 + 스토캐스틱 데드크로스
거래량 감소
📍 차트 시각화
롱 시그널: 초록색 L 라벨이 캔들 아래 표시
숏 시그널: 빨간색 S 라벨이 캔들 위에 표시
EMA 4개도 각기 다른 색상으로 차트에 표시되어 추세 확인 가능
🔔 알림 기능
시그널 발생 시 자동 알림 설정이 가능합니다.
롱 시그널: "📈 카라칼라 매매: 롱 진입 조건 충족!"
숏 시그널: "📉 카라칼라 매매: 숏 진입 조건 충족!"
Foxeurpa3The foxEurope indicator shows you liquidity zones, fair value gaps, and order blocks.”
The foxEurope indicator shows you liquidity zones, fair value gaps, and order blocks.”
ICT Confirmed FVG Indicator ICT FVG Indicator (Confirmed by Swings)
Summary
This indicator is designed to identify high-probability Fair Value Gaps (FVGs) by confirming them with market structure. It filters out random imbalances and only highlights the FVGs that are created at the same time as a confirmed ICT Swing High or Swing Low.
The core principle is to connect price imbalances directly to significant shifts in market structure, providing a cleaner and more powerful signal.
What It Does
Identifies Swing Points: Automatically detects and draws confirmed swing highs (resistance) and swing lows (support) on your chart based on the settings you choose.
Finds Fair Value Gaps: It scans the chart for the classic 3-candle FVG pattern (also known as a BISI or SIBI).
Confirms FVGs with Swings: This is the most important feature. The indicator will only draw an FVG box if one of the three candles that created the FVG is also a confirmed swing point. This ensures you are only seeing imbalances that are directly related to a break in market structure.
Invalidates Old FVGs: To keep the chart clean, the indicator will automatically remove an FVG box after the price has fully passed through it a certain number of times (customizable in the settings).
Settings Explained
ICT Swings Settings
Left/Right Strength: Controls the sensitivity of the swing detection. Higher numbers require a more significant, obvious swing point to be confirmed. Lower numbers will identify more minor swings.
Max Swing Lines: Sets the maximum number of swing high and swing low lines to display on the chart at one time.
Swing High/Low Color: Customize the color of the swing point lines.
FVG Settings
Show Bullish/Bearish FVG: Use these checkboxes to turn the bullish (green) or bearish (red) FVG boxes on or off.
Bullish/Bearish FVG Color: Customize the color of the FVG boxes.
FVG Invalidation Threshold: This sets how many times the price can fully close on the other side of an FVG before the box is automatically removed.
Max Active FVGs to Show: Sets the maximum number of FVG boxes to keep on the chart to prevent clutter.
Key Features
High-Probability Signals: Filters out noise by focusing only on FVGs that are confirmed by a shift in market structure.
Clean Visuals: Automatically draws and removes swing lines and FVG boxes to keep your chart uncluttered.
Fully Customizable: Adjust the sensitivity of the swing detection and the appearance of the FVGs to fit your trading style.
Pure ICT Concepts: Built strictly on the principles of Inner Circle Trader for a method-consistent analysis.
RSI Custom ADX VWAP Swing Signals Anmol Singh point.Anmol Singh
This indicator combines RSI, a custom ADX, VWAP, and Swing High/Low Break signals to identify potential buy and sell opportunities. It provides visual signals and alerts, helping traders spot trends and reversals more effectively on NASDAQ 1-minute charts.
caracalla ema long short signal📌 Indicator Name
caracalla ema long short signal
This script generates long and short trading signals using multiple technical indicators: EMAs, MACD, RSI, Stochastic, and volume.
🔧 Indicators Used
1. Exponential Moving Averages (EMA)
ema5, ema20, ema60, ema120 — used to determine overall trend direction.
2. Trend Confirmation (MA Alignment)
Bullish alignment: ema5 > ema20 > ema60 > ema120
Bearish alignment: ema5 < ema20 < ema60 < ema120
3. Crossover Signals
Golden Cross: ema5 crosses above ema20
Dead Cross: ema5 crosses below ema20
4. MACD
Standard parameters: 12, 26, 9
MACD Long: MACD line crosses above signal line
MACD Short: MACD line crosses below signal line
5. RSI & Stochastic
RSI(14): checks momentum
Stochastic (%K, %D)
Bullish: RSI > 50 and Stochastic %K crosses above %D
Bearish: RSI < 50 and Stochastic %K crosses below %D
6. Volume Filter
20-period simple average volume
Volume Up: Current volume > 120% of average
Volume Down: Current volume < 80% of average
✅ Signal Logic
📈 Long Signal (longSignal)
Triggered when 3 or more of the following are true:
EMA bullish alignment
Golden cross
MACD bullish crossover
RSI > 50 and Stochastic bullish crossover
High volume
📉 Short Signal (shortSignal)
Triggered when 3 or more of the following are true:
EMA bearish alignment
Dead cross
MACD bearish crossover
RSI < 50 and Stochastic bearish crossover
Low volume
📊 Visual Elements
Long Signal: Green “롱” label below the candle
Short Signal: Red “숏” label above the candle
EMA Lines:
EMA5 (Blue)
EMA20 (Orange)
EMA60 (Green)
EMA120 (Red)
NQ Volume Analysis - Predictive SignalsOverview
This professional-grade indicator analyzes red and green candle volume patterns across multiple timeframes (30, 60, 90 days) to identify potential market reversals and momentum shifts in NQ1! (Nasdaq 100 E-mini futures). Perfect for day traders and swing traders looking to gain an edge through volume analysis.
Key Features
📈 Multi-Timeframe Volume Analysis
30/60/90 Day Lookbacks: Compare short, medium, and long-term volume patterns
Red/Green Volume Ratios: Identify when selling or buying pressure is dominating
Dynamic Calculations: Real-time updates as new volume data comes in
🎯 Trading Signals
Long Signals: High volume green candles during bullish conditions
Short Signals: High volume red candles during bearish conditions
Climax Signals: Extreme volume events that often precede reversals
Fixed Signal Positioning: Signals remain stable regardless of chart scaling
📊 Visual Analytics
Volume Ratio Lines: Clear trend visualization with color-coded timeframes
Reference Thresholds: 0.8 (bullish), 1.0 (neutral), 1.2 (bearish) zones
Information Table: Real-time statistics display with color-coded ratios
Clean Oscillator Format: Dedicated panel below price chart
How to Use
Ratio Interpretation
Ratio > 1.2: Bears dominating - look for short opportunities
Ratio < 0.8: Bulls dominating - look for long opportunities
Rising Ratio: Increasing selling pressure (potential breakdown)
Falling Ratio: Increasing buying pressure (potential breakout)
Signal Types
🟢 Green Triangles: Bullish volume surge - potential long entry
🔴 Red Triangles: Bearish volume surge - potential short entry
🟣 Purple Diamonds: Selling climax - potential reversal up
🔵 Blue Diamonds: Buying climax - potential reversal down
Best Practices
Use on 5-minute charts for optimal NQ futures analysis
Combine with price action and support/resistance levels
Wait for volume confirmation before entering trades
Pay special attention to climax signals at key levels
Technical Specifications
Timeframes: Optimized for 1m to 1D charts
Lookback Periods: Configurable 30-250 day ranges
Volume Multipliers: Adjustable sensitivity settings
Alert System: Built-in notifications for all signal types
Educational Value
This indicator teaches traders to:
Understand volume's role in price movement
Identify institutional buying/selling patterns
Recognize market exhaustion points
Develop systematic trading approaches
Disclaimer
This indicator is for educational and informational purposes only. Past performance does not guarantee future results. Always conduct your own analysis and risk management. Trading futures involves substantial risk of loss.
💡 Developed by ProfitGang Trading Community
Empowering traders through advanced technical analysis and education
🔔 Enable alerts to never miss a signal!
⭐ If this indicator helps your trading, please leave a review!
Installation Notes
Add the main oscillator indicator to a separate panel below your chart
Optionally add the companion "NQ Climax Signals" overlay for price chart signals
Adjust volume multipliers based on your risk tolerance
Enable alerts for automatic signal notifications
Version History
v1.0: Initial release with multi-timeframe volume analysis
Features: Fixed signal positioning, customizable thresholds, comprehensive alerts
#NQFutures #VolumeAnalysis #TradingSignals #FuturesTrading #TechnicalAnalysis #ProfitGang
NQ Climax Signals - Chart OverlayThis specialized overlay indicator identifies extreme volume exhaustion points (climaxes) in NQ1! (Nasdaq 100 E-mini futures) that often signal major market reversals. By analyzing volume spikes relative to historical patterns, it helps traders spot potential turning points before they become obvious to the broader market.
Key Features
🎯 Climax Detection Technology
Selling Climax: Extreme red candle volume indicating selling exhaustion (potential reversal UP)
Buying Climax: Extreme green candle volume indicating buying exhaustion (potential reversal DOWN)
Volume Ratio Analysis: Compares current volume to 30-day historical averages
Dynamic Thresholds: Adjustable sensitivity for different market conditions
📍 Precision Signal Placement
Chart Overlay: Signals appear directly on price bars where they occur
Fixed Positioning: Signals remain stable regardless of chart scaling or zoom level
Clear Visual Hierarchy: Purple for selling climax, blue for buying climax
Dual Display Options: Text labels or clean diamond shapes
⚡ Real-Time Analysis
Live Calculations: Updates with each new candle
30-Day Lookback: Analyzes recent volume patterns for context
Smart Filtering: Only triggers on true volume extremes
Background Highlighting: Subtle chart tinting during climax events
Trading Applications
🔄 Reversal Trading
Selling Climax at Support: High probability bounce setup
Buying Climax at Resistance: High probability rejection setup
Counter-trend Entries: Fade extreme moves with volume confirmation
Risk Management: Clear invalidation levels based on climax bars
📊 Market Structure Analysis
Volume Exhaustion Points: Identify where trends may pause or reverse
Institutional Activity: Spot large player capitulation or distribution
Market Sentiment Extremes: Recognize panic selling or euphoric buying
Confirmation Tool: Validate other technical analysis signals
How Volume Climaxes Work
🔴 Selling Climax (Purple Signals)
Definition: Extremely high volume on red candles
Psychology: Panic selling, forced liquidation, capitulation
Opportunity: Often marks short-term or intermediate bottoms
Action: Consider long positions with proper risk management
🔵 Buying Climax (Blue Signals)
Definition: Extremely high volume on green candles
Psychology: FOMO buying, euphoria, exhaustion buying
Opportunity: Often marks short-term or intermediate tops
Action: Consider short positions with proper risk management
Technical Specifications
📈 Algorithm Details
Volume Multiplier: Default 2.5x average (customizable 2.0-5.0x)
Ratio Threshold: Default 1.5 for trend confirmation
Lookback Period: 30 days (customizable 1-250 days)
Update Frequency: Real-time with each tick
🎛️ Customization Options
Show/Hide Labels: Toggle between text and diamond displays
Sensitivity Adjustment: Fine-tune trigger thresholds
Background Effects: Optional chart highlighting
Alert System: Comprehensive notification setup
Best Practices
✅ Optimal Usage
Combine with Support/Resistance: Climaxes near key levels are most reliable
Confirm with Price Action: Look for reversal candlestick patterns
Use Proper Position Sizing: Climax trades can be volatile
Set Clear Stops: Define risk before entering any position
⚠️ Important Considerations
Not Every Climax Reverses: Some lead to continuation after brief pause
Context Matters: Consider overall trend and market structure
Volume Quality: Higher timeframe confirmation strengthens signals
Risk Management: Always use appropriate stop losses
Educational Value
This indicator teaches traders to:
Recognize Volume Patterns: Understand how volume reveals market psychology
Identify Exhaustion: Spot when trends may be running out of steam
Time Market Entries: Enter near potential turning points
Develop Market Feel: Build intuition for volume-price relationships
Installation & Setup
Add this overlay indicator directly to your NQ futures chart
Adjust volume multiplier based on recent market volatility
Enable alerts for automatic climax notifications
Combine with the companion "NQ Volume Analysis" oscillator for complete analysis
Disclaimer
This indicator is for educational and informational purposes only. Volume climax signals do not guarantee reversals and should be used as part of a comprehensive trading strategy. Past performance does not predict future results. Trading futures involves substantial risk of loss and is not suitable for all investors.
💡 Developed by ProfitGang Trading Community
Advanced volume analysis tools for serious traders
🔔 Enable alerts to catch every climax signal!
⭐ Rate and review if this tool improves your trading!
Companion Tools
NQ Volume Analysis: Complete multi-timeframe volume oscillator
Works Best Together: Use both indicators for comprehensive volume analysis
Professional Trading Suite: Part of ProfitGang's advanced indicator collection
#NQFutures #VolumeClimax #ReversalTrading #VolumeAnalysis #FuturesTrading #TechnicalAnalysis #ProfitGang #TradingSignals
Inside Bar With Alert - RajThis indicator helps you reduce your screen time by giving you consistent alerts on the formation of inside bar candle and it gives you bullish and bearish alerts on breakout of the mother candle. So if you believe in inside strategy this indicator will be helpful for you.
Josh SMC Key Features of Josh SMC
✅ Automatically detects Order Blocks (OB) — both Bullish and Bearish
✅ Accurately identifies Fair Value Gaps (FVG) and tracks whether they are “filled” or not
✅ Detects Change of Character (CHOCH) to signal potential trend reversals
✅ Analyzes price structure in real-time based on Smart Money Concepts
✅ Beginner-friendly, yet powerful for advanced traders
✅ Customizable zone colors and number of OB/FVG displays
✅ Works on all timeframes from 1-minute and up
📌 What You’ll Gain from Using Josh SMC
🔺 Spot potential reversal zones before the crowd
🔻 Avoid chasing fake trends and getting trapped
🎯 Plan your entries and exits with OB and FVG precision
🚫 Eliminate guesswork from your analysis
🚀 Trade with confidence and structure — like smart money does
🔍 Who Is This For?
Traders who follow Smart Money Concepts (SMC), ICT, or Price Action
Anyone seeking high-quality entry/exit zones
Traders who want to understand how institutions move the market
Josh SMC – Smart Money Concepts Indicator
🔍 เข้าใจเจตนารมณ์ของรายใหญ่ มองเห็นตลาดอย่างมืออาชีพ
🔧 จุดเด่นของอินดี้ Josh SMC
✅ ตรวจจับ Order Block (OB) ทั้งฝั่ง Bullish และ Bearish โดยอัตโนมัติ
✅ แสดง Fair Value Gap (FVG) อย่างแม่นยำ พร้อมระบบตรวจจับว่า FVG ถูก “เติมเต็ม” แล้วหรือยัง
✅ ตรวจจับ Change of Character (CHOCH) เพื่อหาสัญญาณกลับตัวในเทรนด์
✅ ใช้การวิเคราะห์โครงสร้างราคาตามหลัก Smart Money Concept แบบ Real-Time
✅ ใช้งานง่าย เหมาะทั้งเทรดเดอร์มือใหม่และมืออาชีพ
✅ ปรับแต่งสีและจำนวนโซนที่ต้องการแสดงได้อย่างยืดหยุ่น
✅ รองรับ Timeframe ตั้งแต่ 1 นาทีขึ้นไป
📌 สิ่งที่คุณจะได้เมื่อใช้ Josh SMC
🔺 มองเห็นจุดกลับตัวของราคาได้ก่อนใคร
🔻 หลีกเลี่ยงการติดดอยจากเทรนด์หลอก
🎯 วางแผนการเข้าออกออเดอร์อย่างแม่นยำตาม OB และ FVG
🚫 ลดความผิดพลาดจากการวิเคราะห์แบบเดาสุ่ม
🚀 เทรดด้วยความมั่นใจและมีระบบ เหมือนรายใหญ่ในตลาด
🔍 เหมาะสำหรับใคร?
เทรดเดอร์สาย Smart Money Concepts (SMC), ICT, Price Action
เทรดเดอร์ที่ต้องการกรอง "จุดเข้า-ออก" คุณภาพสูง
ผู้ที่ต้องการระบบช่วยมองภาพ "พฤติกรรมของรายใหญ่"
PrimeSignal ProPrimeSignal Pro is a premium-grade, AI-augmented trading system tailored for professionals. It combines advanced multi-timeframe analysis, dynamic volume behavior modeling, and precision signal tracking—delivered through a luxury-grade customizable dashboard.
Built for serious traders who demand performance, clarity, and edge.
⚠️ Currently free — future access may be subscription-based as features evolve.
Adam Mancini ES Game Plan LevelsThis script plots Support & Resistance levels from Adam Mancini's newsletter.
You can copy and paste levels from Adam's Newsletter to Indicator settings.
You can also add custom text after the support level. For e.g 6550 : Your custom text
Inside Bar Breakout Alert - RajThis indicator is based on the inside bar strategy it help you to cut down your screen time by giving you constant alerts when a inside bar forms while also gives you alert on bullish and bearish break out of the mother candle.
Liquidity Hours By HH
🚨 Sick of cluttered screens with 100 indicators? Yeah, me too! That’s why I built Liquidity Hours By HH — everything you NEED, packed into ONE clean, smart indicator.
💥 Custom Kill Team zones for London and New York sessions — pinpoint where the real action happens!
🎯 Asia session’s high, low, and midline? Those are GOLDEN liquidity zones, and we highlight exactly when they’re taken so you never miss a move. Stay sharp, stay informed, right on your chart!
Ready to simplify your trading and hunt liquidity like a pro? Check us out and level up your game! 🔥📈📉
KSK EMA StrategyStrategy Overview
This is a trend-following strategy that uses two Exponential Moving Averages (EMAs) to identify trading opportunities in the market. The strategy generates buy and sell signals based on the relationship between price and the EMA lines.
How It Works
Entry Signals
ENTRY CALL (Green): Generated when the complete candle closes above the EMA 9 (candle low > EMA 9)
ENTRY PUT (Red): Generated when the complete candle closes below the EMA 9 (candle high < EMA 9)
Exit Signals
EXIT CALL (Gray): Triggered when price closes below the EMA 21 (candle high < EMA 21)
EXIT PUT (Gray): Triggered when price closes above the EMA 21 (candle low > EMA 21)
Visual Components
Red Line (Thickness 3): EMA 9 - Short-term trend indicator
Green Line (Thickness 3): EMA 21 - Medium-term trend indicator
Green Triangles: Buy entry signals
Red Triangles: Sell entry signals
Gray X Marks: Exit signals
Background Coloring:
Light green: Currently in a long position
Light red: Currently in a short position
Strategy Logic
Buy Signal: When price shows strength by closing completely above the EMA 9
Sell Signal: When price shows weakness by closing completely below the EMA 9
Exit Long: When price weakness pulls back below EMA 21
Exit Short: When price strength pushes back above EMA 21
Key Features
Trend Following: Captures momentum in the direction of the trend
Dual EMA System: Uses faster EMA (9) for entries and slower EMA (21) for exits
Complete Candle Confirmation: Only triggers signals after full candle confirmation
Position Management: Maintains only one position at a time (no simultaneous long/short)
Visual Clarity: Clear labels and color coding for easy interpretation
Best Usage Conditions
Trending Markets: Works best in markets with clear directional bias
Moderate to High Volatility: Provides better signal quality in active markets
Multiple Timeframes: Can be used on any timeframe (15min, 1H, 4H, Daily recommended)
Risk Management Notes
The strategy uses the EMA 21 as a dynamic stop-loss level
Position sizing and additional risk management should be implemented separately
Past performance does not guarantee future results
Customization
You can adjust the EMA periods in the indicator settings to suit your trading style:
Shorter periods: More sensitive, more signals (higher frequency)
Longer periods: Less sensitive, fewer but potentially higher quality signals
Bollinger Bands SMA 20_2 StrategyMean reversion strategy using Bollinger Bands (20-period SMA with 2.0 standard deviation bands).
Trade Triggers:
🟢 BUY SIGNAL:
When: Price crosses above the lower Bollinger Band
Logic: Price has hit oversold territory and is bouncing back
Action: Places a long position with stop at the lower band
🔴 SELL SIGNAL:
When: Price crosses below the upper Bollinger Band
Logic: Price has hit overbought territory and is pulling back
Action: Places a short position with stop at the upper band
SlomTre by Cryptoingener)Choch Pattern Levels + Andean Oscillator — The Ultimate Signal Strength Indicator
This unique tool combines the powerful “Choch Pattern Levels” (Change of Character market structure patterns) with the original “Andean Oscillator” to provide next-level filtering and signal confirmation.
Choch Pattern Levels automatically detects key market structure shifts and plots reversal zones, using dotted lines and clear visual labels right on your chart.
Andean Oscillator analyzes market strength using three core components (Bull, Bear, Signal), giving an advanced perspective on trend power and momentum.
Key Features:
Whenever a Choch (Change of Character) signal is detected, the indicator instantly checks the position of the green line from the Andean Oscillator.
If the green line (“Bullish Component”) is above both other lines, a large green arrow (“Strong LONG”) appears on the chart.
If the green line is below both other lines, a large red arrow (“Strong SHORT”) is plotted.
Flexible parameters for any timeframe or trading style.
Visual clarity: all structure lines are displayed as dotted for easy zone recognition.
BTC/ETH Al Brooks-Inspired Strategy (BP, Trap, SE2)This strategy backtests a price-action-based entry model for BTC/ETH Futures on lower timeframes (5m recommended). It combines:
✅ Breakout-Pullback entries after a trend move with pullback to 20 EMA
✅ Al Brooks-style Second Entries (SE2) after failed first reversals
✅ EMA-based trend filtering using 20 EMA and 200 EMA
✅ ATR-based dynamic stop-loss and 2R profit targets
Only trades are taken when:
Trend is clearly established (20 EMA slope confirmation)
Entry setup confirms with reversal candle (engulfing or pin bar)
Risk and reward are calculated dynamically with ATR(14)
Use this to evaluate strategy viability before live execution.
Brain Premium [ALGO]💡 Brain Premium ALGO
Brainpremium ALGO is a strategy algorithm that analyzes a two-phase regional liquidity structure and only opens positions on price breakouts occurring within these liquidity zones.
This system is developed based on the market experience of manual traders and automatically executes trade decisions using AI-like rules and specific triggers.
💡 Two-Phase Liquidity-Based Entry Strategy
This strategy operates by detecting liquidity sweep zones and confirmed reversal signals:
🔹 Phase 1 – Liquidity Sweep:
Price is expected to sweep areas where equal highs/lows or liquidity clusters exist. These zones are considered potential reversal levels.
🔹 Phase 2 – Confirmed Entry:
After liquidity is swept, entries are triggered only by confirmed reversal signals such as structural breaks, inside bars, or breakouts in the opposite direction.
✅ Entries are triggered only when liquidity and reversal confirmation occur simultaneously.
🎯 This approach targets high-probability, low-risk trades.
⚙️ Key Features
🔍 Dynamic Liquidity Detection — Automatically identifies liquidity zones.
🧩 Modular Entry Options (1–2–3) — Allows opening positions via different strategy paths.
🛡️ Dynamic Stop Loss System — Stop Loss adjusts as price moves favorably.
📈 Advanced Risk Management — Adjustable Take Profit, Stop Loss, leverage, balance, and mode.
🔔 JSON Alert Support — Connects to platforms like BingX via webhook.
🧾 Information Panel — Displays real-time trade data and strategy status.
📊 Backtest & Default Settings
Strategy tests are conducted with realistic and sustainable parameters:
Parameter Value
Trading Balance: $100 (%10 of total wallet)
Leverage: 10x
Stop Loss: 1%
Take Profit Type : High TP (optional: Low and Risky also available)
Entry Option 1 (optional: 2 and 3 also available)
Mode: NORMAL
Commission 0.05%
Dynamic Stop Loss: Enabled
Timeframe: 5 minute
Pair ETH/USDT
Duration: 30 days
🧭 Usage Instructions
Add Brain Premium ALGO to your TradingView chart.
Set position size, leverage, and SL/TP levels from the settings panel.
Select entry option (1, 2, or 3).
Activate backtesting and alert systems to monitor the strategy.
⚠️ Disclaimer
This strategy is not financial advice. Past performance does not guarantee future results. Trade only with capital you can afford to risk and always test thoroughly in a demo environment first.
ICT OTE Strategy Futures PublicICT OTE Strategy
This strategy automates a classic ICT (Inner Circle Trader) setup that aims to enter a trade on a retracement after a confirmed Break of Structure (BOS). It is designed to identify high-probability setups by waiting for the market to show its hand before looking for an entry within a "discount" or "premium" array.
The entire process is automated, from identifying the market structure to managing the trade with a dynamic stop loss.
How It Works
Break of Structure (BOS): The strategy first waits for a strong, validated swing to break a previous, weaker swing high or low. This confirms the market's intended direction.
Identify Retracement Leg: After a BOS, the strategy identifies the most recent price leg that led to the break.
Auto-Fibonacci: It automatically draws a Fibonacci retracement over this leg, from the start of the move (1.0) to the end (0.0).
Trade Entry: A limit order is placed at a user-defined Fibonacci level (defaulting to 0.508), anticipating a price pullback.
After a bullish BOS, it looks to BUY the retracement.
After a bearish BOS, it looks to SELL the retracement.
Risk Management:
Stop Loss is placed at the start of the leg (the 1.0 level).
Take Profit is placed at a user-defined level (defaulting to the 0.0 level).
Includes an option to move the stop loss to break-even after the trade has moved a certain distance in profit.
How to Use
Swing Settings: Adjust the "Entry Swing" and "Validator" strengths to match the volatility and timeframe of the asset you are trading. Higher numbers will result in fewer, more significant setups.
Session Filter: Use the "Trading Sessions" filter to align the strategy with ICT's "killzone" concept, ensuring trades are only taken during high-volume periods like the New York session.
Backtest: Use the Strategy Tester to optimize the "FIB Entry Level," "Take Profit Level," and "Min Trade Range" to find the best settings for your specific market and timeframe.
Pradeep Vad - Quallamaggie Stock ScreenerBelow is a Pine Script that implements a custom stock screener based on your requirements. This script uses TradingView's Pine Script version 5 and allows you to screen stocks using the Pine Screener with the specified features and customization options.
Titan Wick Zone IndicatorThe Titan Wick Zone Indicator visually highlights the upper and lower wick regions of each candlestick on your chart, helping traders instantly identify areas where price was aggressively rejected (top wick) or absorbed (bottom wick). The indicator fills the area above the candle body to the wick high in red (sell zone), and the area below the candle body to the wick low in green (buy zone), both with adjustable opacity for clear visibility.
How to Use:
Spot Rejection and Absorption:
The red-filled upper wick zone marks where upward price moves were sharply rejected by sellers, often indicating supply, resistance, or “stop hunt” zones.
The green-filled lower wick zone marks where downward price moves were absorbed by buyers, pointing to potential demand, support, or accumulation zones.
Enhance Price Action Analysis:
Use these zones to avoid entering trades at price extremes, spot potential reversals, and find areas of confluence with support/resistance, Fibonacci levels, or order blocks.
Risk Management:
The indicator helps visualize where liquidity hunts or false breakouts may occur, so you can better place stop losses outside of volatile wick zones.
Ideal For:
Price action traders, scalpers, and swing traders seeking a visual edge in spotting supply/demand dynamics, liquidity zones, and wick-driven traps.