LUCY Fixed Candle ColorsBULL and BEAR CHRONICLES BY LUCIFER – Fixed Candle Colors is a unique visual enhancement tool that colors each candle based on specific market behavior, helping traders quickly interpret price momentum and potential sentiment shifts.
🎨 Candle Color Logic:
🟡 Yellow Candle:
Current candle is bullish (close > open)
Previous candle was bearish (close < open )
→ Suggests bullish reversal or breakout attempt.
✅ Green Candle:
Bullish candle (close > open)
Closes above previous high
→ Indicates strong upward momentum.
🔻 Red Candle:
Bearish candle (close < open)
Closes below previous low
→ Suggests strong bearish pressure.
🔵 Blue Candle:
Bearish candle (close < open)
Volume is 1.5x greater than previous candle
→ Highlights high-volume sell-off, often seen in panic selling or breakdowns.
⚙️ Use Case:
This color-coded system acts as a psychological and technical cue, useful for:
Spotting momentum shifts
Identifying exhaustion or volume spikes
Enhancing trend continuation or reversal signals
🧠 Best For:
Price action traders
Volume/momentum traders
Anyone who prefers clean, visual market storytelling over indicator clutter
🔥 Combine this script with the full BULL and BEAR CHRONICLES BY LUCIFER suite for a complete narrative-driven trading system.
Candlestick analysis
VSA Simplified (Volume Spread Analysis)This indicator implements a simplified version of Volume Spread Analysis (VSA) to help traders identify key volume-based signals used by professional market participants.
It detects classic VSA patterns such as:
Climactic Volume: unusually high volume with wide price spread indicating potential buying/selling climax
No Demand / No Supply: low volume and small spreads signaling lack of interest or exhaustion
Stopping Volume: high volume with long wicks and neutral closes showing absorption or rejection
The indicator plots distinct shapes on the chart to highlight these conditions, assisting traders to read market intent and potential turning points.
Best used alongside market structure and support/resistance zones for confluence.
بو عمر//@version=5
indicator("بو عمر", overlay=true)
// SMA 1000 على إطار الدقيقة
sma_1min = request.security(syminfo.tickerid, "1", ta.sma(close, 1000), barmerge.gaps_off, barmerge.lookahead_on)
plot(sma_1min, title=" 1Min", color=color.blue, linewidth=2)
// SMA 1000 على إطار 5 دقائق
sma_5min = request.security(syminfo.tickerid, "5", ta.sma(close, 1000), barmerge.gaps_off, barmerge.lookahead_on)
plot(sma_5min, title=" 5Min", color=color.orange, linewidth=2)
// SMA 1000 على إطار 15 دقيقة
sma_15min = request.security(syminfo.tickerid, "15", ta.sma(close, 1000), barmerge.gaps_off, barmerge.lookahead_on)
plot(sma_15min, title=" 15Min", color=color.green, linewidth=2)
// ====== Labels ======
// نستخدم var حتى لا تُعاد إنشاء الملصقات كل شمعة، بل يتم تحديث موقعها فقط
var label lbl_1min = label.new(x=na, y=na, text="1Min", style=label.style_label_left, color=color.blue, textcolor=color.white)
label.set_xy(lbl_1min, bar_index, sma_1min)
label.set_text(lbl_1min, "1Min ")
label.set_color(lbl_1min, color.blue)
var label lbl_5min = label.new(x=na, y=na, text="5Min", style=label.style_label_left, color=color.orange, textcolor=color.white)
label.set_xy(lbl_5min, bar_index, sma_5min)
label.set_text(lbl_5min, "5Min")
label.set_color(lbl_5min, color.orange)
var label lbl_15min = label.new(x=na, y=na, text="15Min ", style=label.style_label_left, color=color.green, textcolor=color.white)
label.set_xy(lbl_15min, bar_index, sma_15min)
label.set_text(lbl_15min, "15Min ")
label.set_color(lbl_15min, color.green)
BTCUSD Liquidity Pulse Divergence | Investing Crypto StrategyStrategy type: Daily on-chain liquidity trend-follower (long-only)
What it does
The strategy goes long BTCUSD only when fresh capital and whale accumulation line up with price‐action strength:
Stable-coin Supply Shock
7-day % change in combined USDT + USDC market-cap
• Trade regime is ON when today’s change ranks above the chosen percentile of the last perc_len days (default 35 th).
Whale Wallet Momentum
Rate-of-change in the number of wallets holding ≥ 10 000 BTC
• Must be positive to confirm stealth buying.
Trend & Timing Filters
• Daily close > EMA(ema_len) ⟶ only trade with the dominant trend.
• Same-bar RSI(14) > rsi_gate and close > VWAP ⟶ avoid dead-cat moves.
Risk Engine
• Entry size = min(risk cap, volatility-weight) % of equity.
• Stop-loss = weekly ATR × atr_mult below entry.
• Flat immediately if stable-coin Z-score turns < 0 or whale ROC flips < 0.
All calculations are forward-safe: every higher-timeframe request uses lookahead_off.
Default inputs
Parameter Purpose Default
Stable-Δ percentile >` Supply-shock threshold 35
Percentile window Look-back (days) 100
Whale ROC length Accumulation window (days) 40
RSI gate Momentum confirm 50
Trend EMA length Macro filter (days) 100
Weekly-ATR stop × Stop distance 3.0
Back-test properties (shown in “Properties” tab)
Setting Value
Initial capital 10 000 USD
Order size 5 % of equity
Pyramiding 1
Commission 0.10 %
Slippage 5 ticks
Fill orders Bar magnifier ✔ · On bar close ✔ · Standard OHLC ✔
How to use
Add the script to any BTCUSD 1-day chart (spot or perpetual). Can work with ETH and other crypto correlated assets with BTC.
Leave the chart timeframe at D; the code pulls weekly data internally.
Adjust inputs only if you understand their effect (hover each slider for a tooltip).
Keep commission/slippage realistic and forward-test on a demo account before risking live funds.
Important notes
Uses only publicly available on-chain feeds (CRYPTOCAP:USDT, CRYPTOCAP:USDC, BTC_ADDRESSESBALANCE10KUSD).
No request.security() look-ahead, no repainting, no intrabar assumptions.
Long-only by design—no hedging in bear markets.
Historical performance never guarantees future returns. Market micro-structure changes or data outages can affect results.
Credits
Written from scratch with TradingView built-ins; no external code reused. Special thanks to the TradingView community for the on-chain data feeds.
Trade smart, manage risk, and let the liquidity tide guide you!
OR-AMDOR-AMD Trading Indicator Overview
=====================================
The OR-AMD (Opening Range - Asia, London, New York) indicator is a sophisticated Pine Script trading tool designed for institutional-style market analysis across multiple global trading sessions.
Core Purpose:
-------------
This indicator analyzes price action and momentum during key global trading sessions to identify high-probability entry opportunities using Fair Value Gaps (FVGs) based on Inner Circle Trader (ICT) methodology.
Key Features:
-------------
• Multi-Session Analysis: Tracks and analyzes three major global trading sessions independently
• Directional Bias Detection: Automatically determines market direction and trading bias for each session
• Fair Value Gap (FVG) Identification: Detects and highlights institutional-level price imbalances
• Smart Entry Signals: Combines session direction with FVG patterns for precise entry timing
• Asset-Specific Optimization: Specially calibrated for Gold (GC1!), NASDAQ (NQ1!), and S&P 500 (ES1!)
• Visual Clarity: Color-coded sessions with customizable backgrounds and labels
• Performance Optimization: Built-in lookback controls and memory management
Target Markets:
---------------
• Commodities: Gold futures (GC1!)
• Equity Indices: NASDAQ 100 (NQ1!) and S&P 500 (ES1!) futures
• Designed for intraday and swing trading strategies
Trading Methodology:
--------------------
The indicator follows institutional trading concepts where market makers create imbalances (Fair Value Gaps) that often get filled, providing trading opportunities. By analyzing session-specific price movements and identifying these gaps in alignment with the prevailing session bias, traders can position themselves with institutional flow.
Customization Options:
----------------------
• Flexible session enable/disable controls
• Adjustable lookback periods for historical analysis
• Customizable visual elements (colors, fonts, transparency)
• Configurable alert system for automated monitoring
• Multiple background display modes for different trading styles
Alert System:
-------------
Comprehensive alert notifications for session starts/ends and qualifying FVG entry signals, enabling traders to monitor multiple timeframes and sessions without constant chart watching.
This indicator is particularly valuable for traders who:
- Follow institutional trading concepts
- Trade during specific global sessions
- Seek objective, rule-based entry signals
- Want to align with market maker activity
- Prefer systematic over discretionary trading approaches
Note: This indicator requires understanding of Fair Value Gap concepts and institutional trading principles for optimal effectiveness.
DSPLN EMA Flip Strategy v6This script is part of the DSPLN Method, a rules-based trend-following system that trades price reactions around the 21 EMA with optional VWAP context and custom session filters.
🔹 Core Logic:
Enters long when price closes above the 21 EMA
Enters short when price closes below the 21 EMA
Exits when price closes back across the 21 EMA (trend shift)
Optional TP/SL levels can be toggled ON/OFF
Immediate re-entry in the opposite direction after exit (flips positions)
Stops trading for the session after a winning trade is hit
Max 5 trades per session
🛠️ Features:
21 EMA & VWAP visual overlays
Customizable session start/end time
TP/SL settings in points
Toggle for using or ignoring TP/SL
Auto-shutdown after first win (discipline enforcement)
Trade log reset at session close
Smart label displays “✅ WIN - No More Trades” when strategy locks in
Use this to master EMA momentum flips with clear logic, strict discipline, and no emotional overtrading. Part of the DSPLN Method — Do So Patiently Listening Now.
LONDON RIPPER Breakout · Daytrade EURUSDWhat it does
The script hunts for the first decisive break of the Tokyo range when London liquidity comes online. It fires long or short only if:
Price leaves the Asia box (05 : 00 – 06 : 55 GMT).
The break occurs inside the EU Entry Window (07 : 00 – 08 : 30 GMT).
Relative Volume (rVol) confirms momentum
- Longs: rVol ≥ 1 - Shorts: rVol < 1
Bollinger Band filter adds extra thrust confirmation
- Longs: close > upper band - Shorts: close < lower band.
Stop-loss is always the opposite side of the Asia box. No targets—let the move run.
All orders are sent on bar close with standard OHLC fills—no repaint, no intrabar peeking.
Default inputs
Anchor TF ………… 1 Day (volume baseline)
rVol Length ………… 9 bars (cumulative mode)
Tokyo Session …… 05 : 00-06 : 55 GMT
EU Session (full) … 07 : 00-13 : 00 GMT
EU Entry Window … 07 : 00-08 : 30 GMT
BB Length ………… 20 | Basis MA: SMMA (RMA) | StDev Mult: 2
All times are editable and use the Session Time-Zone = GMT by default.
Strategy properties used in the back-test
Initial capital: 100 000
Order size: 5 % of equity | Pyramiding: 1
Commission: 0.0001 USD per contract
Slippage: 3 ticks
Recalculate: none | Fill orders: On bar close + Standard OHLC
Feel free to adjust these values to match your broker’s conditions.
How to use
Add the script to any intraday EURUSD chart (≤ 30 min works best from our testings).
Check that your broker’s session times line up—modify if needed.
Keep risk sensible; the default 5 % per trade is a placeholder, not advice.
Let the strategy run only during the European session; it auto-flattens outside 07-13 GMT.
Important notes
Requires a feed that supplies real volume (needed for rVol).
No request.security() with look-ahead—this code is 100 % forward-safe.
Past results never guarantee future returns. London news spikes can still blow through stops. Test before you trade live.
Credits
Built from scratch using only TradingView built-in functions and the official ta library. No external code reused.
Trade disciplined, and may the Ripper be with you!
SMC 3.0 [BNFOREX]🔍 Overview:
This advanced Smart Money Concept (SMC) indicator automatically detects and visualizes market structure shifts, including:
CHoCH (Change of Character)
BOS (Break of Structure)
IDM (Inducement)
Minor Structure Shifts
Points of Interest (POI): Supply & Demand Zones
SC-OB (Sweep + Confirmed Order Blocks)
Inside Bar (ISB), Outside Bar (OSB)
Target Price (TP) Projection
HL/HH/LL/LH Labeling
Live Structure Projections
🧠 Core Functionalities:
✅ Automatic detection of CHoCH, BOS, and IDM, confirmed by price closing above or below structural levels.
✅ Trend labeling with clear Higher High (HH), Higher Low (HL), Lower High (LH), and Lower Low (LL) markers.
✅ Smart Supply and Demand Zone generation with auto-merging for overlapping zones.
✅ SC-OB Detection: Combines liquidity sweep with confirmation candle to highlight valid order blocks.
✅ Live structure drawing, showing real-time development of BOS, CHoCH, and IDM before full confirmation.
✅ Clean and intuitive visual labeling, including HL circles, MN arrows, and X-marks on liquidity sweeps.
✅ Bar-type identification (ISB/OSB) to spot potential accumulation or breakout bars.
✅ Auto TP levels, calculated from recent swings using R/R logic.
⚙️ Customization Options:
Toggle visibility for each structure: BOS, CHoCH, IDM, TP, POI, SC-OB, HL Circles, MN Arrows, etc.
Adjustable line projection length for live structure labels (BOS/CHOCH/IDM).
POI logic switchable between Mother Bar Zones and Candle-based Sweeps.
📊 Practical Use Cases:
Analyze market structure shifts and trend reversals with precision.
Define smart entries and TP/SL zones based on valid inducement and OB zones.
Detect early liquidity sweeps followed by valid SC-OB formations.
Automate your SMC workflow and eliminate manual drawing errors.
🧩 Part of the BN FOREX SMC System:
Built for multi-timeframe strategies (HTF/LTF integration).
Aligned with institutional order flow and Smart Money logic.
Ideal for traders looking for automated structure-based decision-making.
15m Engulfing MA Signal + Labelstrial script with changes required, difficult as of now to plot in chart with buy and sell signals
ICT Concepts [BN FOREX]📘 ICT Concepts – Full Description
Inspired by ICT – Custom-tailored by BNFOREX for real-time market precision
The ICT Concepts indicator brings together the most actionable components of ICT methodology into a structured all-in-one visual toolkit tailored for Smart Money trading. Unlike standard packages, this version is crafted with an emphasis on real execution zones, multi-timeframe liquidity logic, and entry modeling based on practical trading experience.
🔧 SETTINGS OVERVIEW
🔹 Mode (Live / Historical)
Live Mode shows real-time concepts only within the most recent 500 bars.
Historical Mode enables full backtesting visibility of structure shifts, OBs, and liquidity zones.
🔹 Market Structure (BOS / MSS / CHoCH)
Toggle ON/OFF for BOS (Break of Structure), MSS (Market Structure Shift), and CHoCH.
Structure Sensitivity: adjustable via swing lookback settings.
Color-coded shifts for bullish/bearish structure.
Historical and current structure transitions clearly displayed for contextual analysis.
🔹 Order Blocks (OB)
Detects bullish/bearish OBs using swing logic.
Includes body OB, wick OB, and Mitigation OB.
Breaker Block logic: automatically converts broken OBs to breaker zones.
Historical polarity shift labels optionally visible.
Full customization: show last N bullish/bearish OBs, body vs. full candle.
🔹 Liquidity Zones
Highlights Buy-side & Sell-side Liquidity based on price sweep mechanics.
Includes Retail Stop Hunts, Sweep Zones, and Void Liquidity.
Adjustable margin sensitivity to define equality of highs/lows.
Max display: 50 zones each direction.
🔹 Fair Value Gaps (FVG)
Displays 1-bar, 3-bar, and Implied FVGs (IFVG).
Balance Price Range (BPR): Shows overlapping bullish/bearish FVGs.
Customize visibility (max 20) and choose between raw FVGs or implied logic.
FVGs act as dynamic targets or mitigation zones.
🔹 Displacement
Detects high-momentum moves that create structural imbalance.
Can be used with MSS/BOS to confirm valid shifts.
Optionally toggle to clean up clutter when focusing on OBs or FVGs.
🔹 Volume Imbalance & Voids
Volume-based inefficiencies are displayed separately from price-based gaps.
Up to 100 visible VIs; includes historical voids and opening gaps.
🔹 Kill Zones
Pre-set ICT time intervals:
London Open (2–5 AM EST)
New York Open (7–9 AM EST)
London Close (10–12 PM EST)
Asian Session (8–10 PM EST)
Easily enable/disable each zone individually.
Automatically adjusts to TradingView’s time zone settings.
🔹 New Week / Day Opening Gaps (NWOG / NDOG)
Highlights institutional reference gaps between weekly/daily opens.
Adjustable visibility (max 50).
These act as strong magnets or rejection zones per ICT methodology.
🔹 Fibonacci Extension Tool
Automatically draws fibs between:
OB to FVG
FVG to Liquidity
MSS to BPR, etc.
Helps identify deep discount/premium zones beyond SMC entries.
📊 USAGE EXAMPLES
A Sellside Liquidity Sweep triggers price into a 3-bar Bearish FVG, followed by a Bullish MSS → leading to an entry retest of the lower FVG with a target on a Breaker OB.
Price breaks OB → converts to Breaker Block → retests on LTF as a high-probability entry with tight SL.
Price fills NWOG + Volume Imbalance simultaneously → creates confluence with MSS → sets up Fib-based TP at Buyside Liquidity.
🧠 DEEP ICT ALIGNMENT
Unlike generic Smart Money tools, ICT Concepts is structured according to how ICT concepts are actually implemented by discretionary traders:
Liquidity first → Structure shift second → Entry via OB or FVG third.
Designed to build muscle memory for identifying execution flows.
Built-in MTF capabilities allow syncing HTF structure with LTF entries.
🧩 FEATURES SUMMARY
Feature Included Customizable
Market Structure ✅ ✔️ BOS/MSS Toggle, Lookback
Order Blocks ✅ ✔️ Type, Count, Color
Liquidity Zones ✅ ✔️ Margin, Limit, Type
Fair Value Gaps ✅ ✔️ IFVG, Count, Direction
Volume Imbalance ✅ ✔️ Max Visible, Color
Kill Zones ✅ ✔️ Time zone aware
Displacement ✅ ✔️ Toggle
NWOG/NDOG ✅ ✔️ Limit, Color
Fibonacci Extension ✅ ✔️ Basis, Extension levels
Weis Wave Volume - BNFOREXWeis Wave Volume - BNFOREX is a custom volume-based indicator inspired by David Weis and the Wyckoff Method.
It calculates cumulative volume for each price wave (trend leg) and displays it as area, columns, or histogram. Waves are defined by trend direction changes and confirmed after a minimum number of candles — set to 1 by default in this version.
🔹 Key Features:
Visualizes buying/selling pressure via wave-based volume accumulation.
Automatically detects wave transitions based on price reversals.
Marks wave events with up to 4 types of customizable markers:
Wave change (reversal).
Current wave volume exceeds last wave's height.
Current wave length exceeds previous wave's bar count.
Current wave volume exceeds historical average.
Option to show bearish wave volume below zero.
Optional bar coloring and average wave height display.
Fully adjustable for long-only, short-only, or both directions.
🧠 Ideal for traders using Smart Money Concepts (SMC), Wyckoff analysis, or volume-based trading strategies to spot accumulation/distribution and momentum surges.
Rogue Expiry + RSI TrapsThis indicator combines two complementary signal sets for Indian indices:
Expiry-Day Liquidity Sweeps
Marks weekly expiry days (NSE on Tuesdays, BSE on Thursdays)
Plots a red down-arrow above the bar when price sweeps the prior session high and closes back inside (short-trap reversal)
Plots a green up-arrow below the bar when price sweeps the prior session low and closes back inside (long-trap reversal)
RSI Momentum Traps
Uses RSI(14) crossovers to identify momentum exhaustion
Blue ▲ below-bar when RSI crosses up above the oversold threshold (default 30)
Orange ▼ above-bar when RSI crosses down below the overbought threshold (default 70)
Inputs
Arrow sizes for both expiry and RSI signals (tiny → huge)
Customizable colors for each arrow type
Adjustable RSI period and overbought/oversold levels
Use this tool to capture both institutional expiry-day reversals and classic momentum-fade setups in a single, streamlined overlay.
ALI SPX (1.15) MINUTES🟩 "ALI SPX" Indicator – Enhanced Version
Purpose:
The "ALI SPX" indicator combines simplicity and precision for daily analysis of the SPX index and related futures. It’s designed primarily for the 15-minute timeframe, and works efficiently on all lower timeframes as well.
✅ Main Features:
Upper (Lime) & Lower (Yellow) Lines
Automatically drawn on the first daily candle (9:30 AM US market time).
Represent the initial high and low of the market.
White Vertical Line
Marks the full range of the first candle.
Includes an extended vertical guide across the entire chart.
Price Labels with Arrows
Next to each line:
⬆ next to the upper line
⬇ next to the lower line
White "Kijun-Sen" Zigzag Line (New Feature)
Automatically calculated based on default Ichimoku settings.
Shows clean directional bias across the chart.
🟡 Directional Interpretation:
If candles are below both the Kijun-Sen and the lower line:
🔻 Clearly bearish / negative momentum.
If candles are above both the Kijun-Sen and the upper line:
🔺 Clearly bullish / positive momentum.
Ramenus Trap Line – Kup & Sell📈 Ramenus Trap Line – Buy & Sell
A custom indicator based on the popular Chandelier Exit, enhanced with clear buy signals (in Polish) and sell signals, intuitive settings, and visual clarity. Perfect for traders seeking a clean tool to capture trend reversals.
🔍 Features:
✔️ Buy signal based on trend direction change and stop level breakout (Polish label: “Kup”)
✔️ Sell signal – classic Chandelier Exit style
✔️ Clear labels and color-coded trend direction lines
✔️ Background fill depending on trend (green for long / red for short)
✔️ Fully alert-compatible – ideal for automation
✔️ Optional bar confirmation for added accuracy
⚙️ Usage:
🔄 Ideal for swing or intraday trading
🎯 Works as a trailing stop or trend reversal marker
🧠 Great for visualizing trend strength and weakness
✍️ Created by: Ramenus 👑
Your personal tool with a soul – a combination of technical precision and user simplicity. Designed for beginners and advanced traders alike.
🔥 Strategy: “Ramenus Trap Line – Buy & Sell”
Timeframe: 15 minutes
Style: Swing trading / intraday scalping
Goal: Catch trend reversals using a modified Chandelier Exit with a visual Buy signal in Polish
📊 STRATEGY PRINCIPLES:
This tool works like a trend trap – dynamically setting stop levels for long/short positions and marking trend changes.
Buy (green signal + label “Kup”) – appears when trend switches from bearish to bullish (price breaks above the upper stop after a downtrend)
Sell (red signal + “Sell” label) – marks the switch from bullish to bearish
🎯 TRADE ENTRY RULES:
✅ LONG Entry (Buy):
Wait for a green “Kup” label on the 15M chart
Confirm that the candle closes above the green stop line
Enter at the open of the next candle
Set SL just below the last longStop line
Set TP with 1:1, 1:1.5 ratio or exit on next Sell signal
(Optional filters: RSI > 50, bullish candlestick patterns)
✅ SHORT Entry (Sell):
Wait for a red “Sell” label
Confirm the candle closes below the red stop line
Enter at next candle’s open
SL above last shortStop line
TP same as above
📌 LIVE EXAMPLE (15M):
Market in a downtrend
Suddenly, a green “Kup” label appears – price broke above the longStop line (breakout)
Enter long
Price climbs for 5 candles, then a red Sell signal appears – exit with profit
💡 EXTRA TIPS:
Use volume confirmation – high volume = stronger signal
Filter trades with the trend from H1 timeframe
Avoid trading right before macro news (e.g., CPI, NFP)
If price is range-bound – signals may be false → wait for a breakout
🧠 SUMMARY:
The Ramenus Trap Line is best used as a system for:
Trend reversal detection
Dynamic stop trailing
High-volatility conditions
With built-in SL & TP logic
It’s plug-and-play, but can be enhanced with RSI, EMA200 or candle patterns.
🏆 STRATEGIC ADVANTAGES:
1. 🔁 Clear Trend Reversal Signals
The indicator adapts to market volatility using Chandelier Exit levels.
→ Filters out false breakouts, signals only real trend changes.
✅ Edge: Avoids sideways market traps
2. 🎯 Precise Entry & Exit Points
Signals are based on technical zones, often around support/resistance.
Thanks to ATR:
→ SL & TP are volatility-based, not arbitrary.
✅ Edge: Better risk management
3. 📉 Works in Bull & Bear Markets
Symmetrical logic – works for longs and shorts, even during crashes or corrections.
✅ Edge: Versatility
4. 🕒 Optimized for 15M Intraday
Tested on fast-moving assets (crypto, Forex, indices).
High signal frequency, filtered by volatility (ATR).
✅ Edge: Clean, actionable signals
5. 👁 Visual Clarity & Automation
Green “Kup” = Buy, Red “Sell” = Sell – no guesswork.
Add alerts and trade semi-automatically.
✅ Edge: Less stress, more discipline
6. 🛠 Adaptable to Your Style
Combine it with:
EMA200 → trend filtering
RSI → confirm strength
Candlestick patterns → refine entries
✅ Edge: Flexibility
7. 🚨 Built-in Alerts = Remote Trading Ready
Link alerts to:
Mobile apps
MT5 bots via webhook
✅ Edge: Receive signals while away from the screen
Option Swing Breakout Strategytrend based indicator.it guides you the direction of trend .suitable to use at 1 minute time frame. works across all indices.first 30 mins is considered as no trade zone.try it out.target may be taken as per greed. sl is defined in a trailing manner.backtest and apply.cheers.
DTC AIO [India]This script is something I built out of necessity — a clean, all-in-one view that tells me everything I need to know about a stock without opening 10 indicators.
DTC AIO is designed specifically for Indian markets (NSE/BSE), but works globally too. Whether you're a swing trader, positional trader, or someone who likes spotting strong trends early — this tool gives you clarity, fast.
🔍 What It Shows (and Why It Matters):
🚦 Key Market Stats at a Glance
ADR % (Average Daily Range): So you know how much the stock typically moves.
Relative Volume: See if today’s action is meaningful or just noise.
50D Avg Volume (Cr): For spotting truly liquid plays.
📈 Trend Check: Stage 2 Detection
Based on Mark Minervini's trend template.
Tells you if the stock is in a confirmed Stage 2 uptrend (or not).
Works even on newly listed stocks with less price history.
📊 Relative Strength Rating
Compares your stock to a benchmark (like Nifty 50 or MidSmall 400).
Gives a clean 0–100 RS score so you can spot outperformance.
⚡ Momentum Snapshot
See how far price is from key EMAs (10, 20, 50).
Also shows distance from 52-week high/low.
Helps you quickly judge if a stock is extended or just getting started.
🕵️♂️ Smart Volume & Pattern Tool s
U/D Volume Ratio: Demand vs. supply, made simple.
Pocket Pivot Scanner: Flags big-volume accumulation.
Inside Bar Detector: Catch tight setups before they move.
Mini-Coil Finder: Detects low-volatility squeezes on the chart.
🧩 Clean Tables, Custom Layout
Data is organized in neat tables right on your chart.
You can choose where each table shows up (top-right, bottom-left, etc.).
Works in both dark and light themes.
🏷️ Sector & Industry Tags
Know the sector/industry of the stock at a glance.
Helps when doing relative strength scans or rotation analysis.
Why I Made This
I got tired of toggling between multiple indicators and wasting time. I wanted one tool that gives me:
Price + volume context
Momentum and strength info
Pattern alerts
And a simple “is this worth watching?” decision-making edge.
If you’re trading Indian stocks and want a tool that saves you time and helps you focus only on the best setups — give this a try.
linktr.ee
ZYTX GKDD6ZYTX GKDD6
The Zhiying Tianxia High-Sell Low-Buy Indicator Strategy is a trend-following indicator that integrates multiple indicator resonances. It demonstrates the perfect performance of an automated trading robot, truly achieving the high-sell low-buy strategy in trading.
ZYTX GKDD6The Zhiying Tianxia High-Sell Low-Buy Indicator Strategy is a trend-following indicator that integrates multiple indicator resonances. It demonstrates the perfect performance of an automated trading robot, truly achieving the high-sell low-buy strategy in trading.
ZYTX RSI SuperTrend ZYTX RSI SuperTrend
ZYTX RSI + SuperTrend Strategy
The definitive integration of RSI and SuperTrend trend-following indicators, delivering exemplary performance in automated trading bots.
Daily ATR Bands @langshen Daily ATR Bands for Intraday Traders (5min Chart)
Description:
This indicator is designed for intraday traders who want to incorporate daily ATR (Average True Range) levels into their lower timeframe analysis, specifically the 5-minute chart.
It calculates:
The daily ATR using your selected period (default: 14).
An upper band: Daily close + ATR × multiplier (default: 2.0).
A lower band: Daily close – ATR × multiplier (default: 2.0).
These bands serve as dynamic support and resistance zones, helping traders identify potential stop-loss areas or exhaustion levels during the trading day.
🔹 Ideal for scalpers and day traders
🔹 Visualizes higher timeframe volatility boundaries
🔹 Useful for risk management and breakout validation
ZYTX RSI SuperTrend ZYTX RSI SuperTrend
ZYTX RSI + SuperTrend Strategy
The definitive integration of RSI and SuperTrend trend-following indicators, delivering exemplary performance in automated trading bots.