Candlestick analysis
ZY Legend StrategyThe ZY Legend Strategy indicator closely follows the trend of the parity. It produces trading signals in candles where the necessary conditions are met and clearly shows these signals on the chart. Although it was produced for the scalp trade strategy, it works effectively in all time frames. 'DEAD PARITY' signals indicate that healthy signals cannot be generated for the relevant parity due to shallow ATR. It is not recommended to trade on parities where this signal appears.
RSI with Native Alerts//@version=5
indicator("RSI with Native Alerts", shorttitle="RSI Alerts", overlay=false)
// — INPUT
len = input.int(14, title="RSI Length")
// — CÁLCULO RSI
r = ta.rsi(close, len)
// — PLOT RSI y BANDAS
plot(r, title="RSI", color=#7E57C2)
hline(80, title="Overbought", color=color.red, linestyle=hline.style_dashed)
hline(50, title="Middle", color=color.gray, linestyle=hline.style_solid)
hline(20, title="Oversold", color=color.green, linestyle=hline.style_dashed)
// — ALERTAS INTERNAS (usa UNA sola ranura de alerta)
if ta.crossover(r, 80)
alert("🔔 RSI crossed above 80: " + str.tostring(r, format.mintick), alert.freq_once_per_bar)
if ta.crossunder(r, 20)
alert("🔔 RSI crossed below 20: " + str.tostring(r, format.mintick), alert.freq_once_per_bar)
RSI Alerts//@version=5
indicator("RSI Alerts", shorttitle="RSI Alerts", overlay=false)
// — INPUT
len = input.int(14, "RSI Length")
// — CÁLCULO
r = ta.rsi(close, len)
// — PLOT RSI Y BANDAS
plot(r, "RSI", color=#7E57C2)
hline(80, "Overbought", color=color.red, linestyle=hline.style_dashed)
hline(50, "Middle", color=color.gray, linestyle=hline.style_solid)
hline(20, "Oversold", color=color.green, linestyle=hline.style_dashed)
// — ALERTAS INTERNAS (usa UNA sola ranura de alerta)
if ta.crossover(r, 80)
alert("🔔 RSI cruzó por encima de 80: " + str.tostring(r, format.mintick), alert.freq_once_per_bar)
if ta.crossunder(r, 20)
alert("🔔 RSI cruzó por debajo de 20: " + str.tostring(r, format.mintick), alert.freq_once_per_bar)
KY CO KHOEThis powerful custom indicator is designed to help traders identify potential super stocks—those with exceptional momentum, trend alignment, and breakout behavior. By combining multiple proven techniques into a single view, this tool gives you a data-driven edge in spotting high-probability trade setups.
TRAPPER Volume Trigger + SMAs + Buy/Sell SplitThe TRAPPER TRIGGER is a precision-based volume spike indicator designed for intraday traders, scalpers, and swing traders who rely on key volume activity to anticipate sharp market movements. It operates on volume delta logic, detecting disproportionate buying or selling activity that signifies potential market reversals or breakouts.
How It Works:
Volume Spike Logic (Delta-Based)
The script calculates a dynamic volume threshold using a moving average of historical volume data.
It identifies a delta spike by comparing current volume against this threshold—when volume exceeds it significantly, it suggests abnormal activity.
If the candle closes higher than it opens (bullish), the script registers it as a Buy Spike ⚖️.
If the candle closes lower than it opens (bearish), it marks a Sell Spike 🏁.
These are not based on the candle’s body size but the volume differential (delta) between buy/sell pressure inferred from candle direction.
Trigger Labels
Only the most recent buy/sell spike is labeled for clarity, avoiding clutter.
Labels are color-coded to match the candle body (e.g., bright green for bullish, magenta for bearish).
Label style: ⚖️ for Buy Spikes, 🏁 for Sell Spikes.
SMA Suite (Fully Customizable):
Six SMAs: 5 (yellow), 10 (blue), 20 (green), 50 (orange), 100 (red), 200 (white).
Each can be toggled and customized in the script settings for visibility and styling.
Key Benefits
Clean, minimalistic charting — focuses only on high-probability events.
Provides delta-driven insights without requiring access to full L2 order book data.
Works across any timeframe — logic recalculates and resets zones per timeframe switch.
Designed for sniper-style entries—ideal for traders who prefer minimal noise and maximum signal clarity.
Easily extendable with SR zones, AVWAP, liquidity levels, or alerts if desired in future updates.
Who It’s For
Scalpers and intraday traders looking for clean triggers.
Swing traders wanting confirmation of institutional moves.
Volume profile enthusiasts who need a trigger alert system.
Developers who want a base volume framework to build more advanced tools on.
Disclaimer
This script is provided as-is and is intended for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any security or asset.
All trading involves risk. Users should perform their own due diligence and consult with a qualified financial advisor before making any trading decisions. The author of this script assumes no liability for any losses or damages arising from the use or reliance on this tool.
By using this script, you acknowledge and agree that you are solely responsible for your own trading decisions and outcomes.
BanShen MACD Ultimate[SpeculationLab]🧠 BanShen MACD Ultimate – Public Edition by SpeculationLab
这是 BanShen MACD 系统的公开版,一个完全从零开发的多信号综合技术分析工具包。
它融合了多个高级模块,帮助交易者实时识别关键的进出场位置和趋势动能。
✅ 内置核心模块:
MACD 背离识别
(支持基础背离和连续波峰/波谷背离识别)
RSI 背离信号模块
OBV 背离信号模块
Vegas 隧道趋势过滤器
吞没形态识别(Engulfing Pattern)
基于 ATR 的动态止损线系统
FVG(公平价值缺口)自动识别与绘制
多模块动态信号表格
自定义水印(图表品牌展示)
🔎 想要更轻量的版本?
可以尝试 **半神MACD究极指标 ** —— 极简设计,移动端也能流畅运行。
🚀 需要更高级的功能?
**BanShen MACD Pro** 即将推出,包含:
✅ Order Block 标记模块
✅ 未填补 CME 缺口(Unfilled Gaps)探测器
✅ 主力大单跟踪(Whale Order Tracker)
欢迎关注我以获得优先体验!
📬 加入我的 Telegram 群获取更多更新信息: (t.me)
=========================
This is the **Public Edition** of the BanShen MACD system — a fully integrated, multi-signal technical analysis toolkit developed entirely from scratch.
It combines multiple advanced modules to help traders identify key entry/exit zones and trend momentum in real time.
✅ Core Modules Included:
- MACD Divergence Detection
(Supports both basic and consecutive peak detection)
- **RSI Divergence Signal Module**
- **OBV Divergence Signal Module**
- **Vegas Tunnel Trend Filter**
- **Engulfing Pattern**
- **ATR-Based Dynamic Stop Loss Finder**
- **FVG (Fair Value Gap) Auto Detection & Plotting**
- **Smart Signal Table** showing multi-module output
- **Custom Watermark** for chart branding
🔎 Looking for a lighter version?
Try **BanShen MACD Basic** – minimal and mobile-friendly.
🚀 Want even more features?
**BanShen MACD Pro** is coming soon, featuring:
- Order Block Detection
- Unfilled CME Gap Finder
- Whale Order Tracker
Follow for early access!
📬 Join my Telegram for more updates: (t.me)
=========================
⚠️ **免责声明 / Disclaimer / 免責事項**
本脚本仅供学习与参考用途,所有交易行为风险自负。作者不对任何因使用本指标而产生的损失负责。本指标中的所有逻辑均为原创,未经许可,禁止复制、转载或商用。
This script is for educational and informational purposes only. All trading decisions are made at your own risk. The author is not responsible for any financial losses resulting from the use of this indicator. All code is original. Redistribution, resale, or reproduction without permission is strictly prohibited.
このスクリプトは学習および情報提供のみを目的としています。すべての取引は自己責任で行ってください。本インジケーターの使用による損失について、作者は一切の責任を負いません。コードはすべてオリジナルであり、無断転載、再配布、商用利用は禁止されています。
BB Reentry Alert by miewKey Features of This System:
• Automatically detects “BB False Breakout Traps”
• Simple and easy to use – no need to wait for additional Price Action
• Higher win rate when combined with support/resistance levels or Order Blocks
Step 1: Draw Thursday HighScript Description: Thursday High Marker
This is an automated charting tool designed to identify the high of each Thursday and display it as a key reference level for future trading sessions.
Core Functionality:
The script's logic is simple and precise. It waits for the trading session on Thursday to complete. At the very beginning of Friday, it looks back, finds the highest price from Thursday, and draws a clean, white horizontal line at that level.
Key Features:
Automatic: You don't need to do anything. The script finds and draws the level on its own every week.
Forward-Looking: The line extends to the right indefinitely, allowing you to see how future price action interacts with this key level.
Self-Cleaning: To keep your chart uncluttered, the script automatically deletes the previous week's line when it draws the new one.
Lightweight: It performs a single, simple task, so it doesn't slow down your chart.
Purpose in Trading:
Traders use this kind of indicator to track significant weekly price points. The high of a late-week session like Thursday is often considered an important liquidity level. A break above this line can signal bullish strength or a "liquidity sweep," making it a valuable point of interest for making trading decisions on Friday and into the following week.
Agni cpr IndicatorsMulti tf cpr
camarilla
pdh+r1 colour coding
sma ema
tomorrow cpr
Apr 7
Release Notes
some features
Apr 22
Release Notes
Added n some features
Apr 23
Release Notes
line editing
Agni crypto MAGICAL Indicatorsvery useful for crypto and indian market
can use dynamic fib
cpr 360,720 W,M,D
EMA
半神MACD究极指标[Speculation Lab]// 加入我们的 Telegram 群组,与其他交易员一起讨论此脚本的使用方法和策略优化建议( t.me/+iZZx-_OY9YM5MmJl ) (微信群组:toujixiaozhushou)
//Join our Telegram group to discuss the usage of this script and share strategy optimization tips with other traders.( t.me/+iZZx-_OY9YM5MmJl )
//本脚本源自此前的仅限邀请指标,已对部分功能进行简化,以便公开使用。所有代码均为本人原创开发。
//This script is derived from my invite-only indicator, with simplified features for public use. All code is original and developed by @SpeculationLab.
📌 **免责声明**
- 本指标仅供**教育和信息参考**,不构成任何投资建议。
- 本指标不应被视为**买卖任何金融工具的要约、招揽或推荐**。
- 交易涉及**重大风险**,过去的表现**不能保证未来收益**。
- 指标开发者和发布者**不对任何交易损失、财务损害或因使用本指标而产生的任何后果负责**。
- 使用者应自行进行**充分的市场调研和风险评估**,并在做出投资决策前咨询**持牌金融专业人士**。
- **使用本指标即代表您已知晓并接受,所有交易和投资行为由您自行承担责任**。
📌 **Disclaimer:**
- This indicator is provided for **educational and informational purposes only** and should not be considered financial advice.
- It does not constitute **an offer, solicitation, or recommendation** to buy or sell any financial instruments.
- Trading in financial markets involves **significant risk**, and past performance does **not guarantee future results**.
- The developer and publisher **do not assume any responsibility** for trading losses, financial damages, or any consequences resulting from the use of this indicator.
- Users should conduct their own due diligence and consult a **licensed financial professional** before making any investment decisions.
- By using this indicator, you acknowledge and accept that you are solely responsible for your trading and investment activities.
📌 **免責事項**
- 本インジケーターは**教育および情報提供のみを目的としており**、投資アドバイスを提供するものではありません。
- 本インジケーターは**金融商品の売買を推奨または勧誘するものではありません**。
- 取引には**重大なリスク**が伴い、過去のパフォーマンスは**将来の成果を保証するものではありません**。
- 開発者および提供者は、**本インジケーターの使用による取引損失、財務的損害、またはその他の結果について一切の責任を負いません**。
- ユーザーは、**投資判断を行う前に十分な市場調査とリスク評価を行い、必要に応じて** **ライセンスを持つ金融専門家に相談してください**。
- **本インジケーターを使用することにより、すべての取引および投資活動について自己責任であることを理解し、同意したものとみなされます。**
Cumulative Volume Delta with MAfor higher timeframes , i use 9 or 11 ema , and 5 seconds on 1 day. moving average of the cvd not the raw volume . i use it with the impulse macd and find momentum trades or selloffs when moving averages cross .
CVD with Dual MAprefered settings.
Cvd 5 seconds on 1 minute timeframe . this indicator also has moving averages . i prefer the 21 or 30 ema and the 90 or 120 ema for the other. smaller timeframe means you can see more cvd vs using 1 minute on 1 minute . the middle line acts as a definitive decision for a short because if price is also below vwap and is approaching the middle line it is more likely to go down, use the ma crosses to signal some buying momentum rising and they are the ema of the CVD not total raw volume . i use this also on 15 m but with the single cvd moving average . which is separate indicator because of some syntax error idk bro had to make a separate one for higher timeframe.
X PD&FVVisualizes the price's premium or discount relative to a moving average benchmark, highlighting mean-reversion and trend-continuation opportunities. While the underlying math is simple, the application is nuanced and can enhance decision-making in both trending and ranging market conditions.
Core Logic:
This tool calculates a custom **spread value**, defined as the distance between the current price and a chosen exponential moving average (EMA). Specifically:
When the current price is **above** the EMA, the spread is calculated as `low - EMA`.
When the price is **below** the EMA, the spread is calculated as `high - EMA`.
This approach creates a dynamic spread that reflects deviation from the EMA, with histogram bars:
Green when the spread is positive (suggesting a price premium),
Red when the spread is negative (suggesting a discount).
A secondary EMA (default 9-period) is applied to the spread itself, plotted as a smoother line over the histogram. This "EMA of spread" line can be interpreted as a moving reference level for detecting directional shifts in momentum.
Interpretation:
Zero Line = Fair Value: The horizontal zero axis represents equilibrium relative to the moving average. Movement toward or away from this line signals potential shifts in market bias.
Trend Following Use: In trending markets, traders can:
Buy when the spread dips below its EMA (discount within uptrend),
Sell when the spread rises above its EMA (premium within downtrend).
Mean Reversion Use: A return to the zero line (fair value) often acts as an **inflection point**, which traders can monitor for either:
Trend continuation (bounce away from zero), or
Reversal (cross through zero).
Customization:
EMA length (default 50) is adjustable to fit different timeframes or asset volatility.
Opening Candle Indicator V3
Details of this release:
1. Add an alert with two conditions:
- Price breaks the highest candlestick opening and closing above it.
- Price breaks the VWAP indicator value.
2. Integrate the VWAP indicator and the 200 EMA with the main indicator.
3. Display buy and sell signals based on specific conditions related to the VWAP breakout.
4. Increase target lines to five.
5. Most importantly, I added custom windows in the settings to apply the indicator to other markets based on adding the opening and closing times for any market with a daily opening and closing time.
Important note: The second buy signal, which comes after a sell signal appears, is based on two conditions: a close above the high of the previous sell signal and a close above VWAP
Warning - Buy or sell signals are only warning signals and the user is responsible for evaluating and studying this signal.
تفاصيل هذا الإصدار:
1-أضفت تنبيه يحتوي على شرطين
-إختراق السعر الأعلى لشمعة الإفتتاح والإغلاق فوقها.
-إختراق السعر لقيمة مؤشر vwap.
2-دمج مؤشر vwap والمتوسط الأسي 200 مع المؤشرالرئيسي
3- إظهار إشارات الشراء والبيع بشروط معينة مرتبطة بإختراق vwap
4-زيادة خطوط الأهداف إلى خمس.
5- وهي الأهم أضفت نوافذ مخصصة في الاعدادت لتطبيق المؤشر على الأسواق الأخرى بناء على إضافة وقت الإفتتاح والإغلاق لأي سوق له وقت إفتتاح ووقت إغلاق يومي.
ملاحظة مهمة:إشارة الشراء الثانية والتي تأتي بعد ظهور إشارة بيع وضعت بناء على شرطين وهما الاغلاق فوق الاعلى لإشارة البيع السابقة والاغلاق فوق مؤشر VWAP
تحذير-إشارات الشراء أو البيع ليست إلا إشارات تحذيرية والمستخدم هو المسئول عن تقييم ودراسة هذه الإشارة
Impulsive Candle Bar Coloring✅ Detects impulsive candles
✅ Colors the candle bars (green for bullish, red for bearish).
🔍 What You'll See:
Candles with large body above ATR and above average volume:
🟢 Green candles = bullish impulsive
🔴 Red candles = bearish impulsive
ORB Indicator (NYSE Session)NYSE ORB indicator that flags the opening and time-invalidation point for any potential trade setups.
StratNinjaTableStratNinjaTable – Multi-Timeframe The Strat Candle Pattern Table
This Pine Script indicator provides traders with a dynamic table overlay on the chart that displays The Strat candle patterns across multiple selectable timeframes. The table includes:
The candle pattern according to The Strat method (1, 2UP, 2DOWN, 3) for each chosen timeframe
Direction arrows showing bullish (▲), bearish (▼), or neutral (■) candle direction
Real-time countdown timer showing remaining time until the current candle closes, adapting automatically to daily, weekly, monthly, and longer timeframes
User inputs for selecting which timeframes to display and positioning of the table on the chart
The current ticker symbol and chart timeframe displayed prominently
The script is developed using Pine Script version 6 and is inspired by the work of shayy110, who contributed foundational code for The Strat methodology in TradingView.
9 EMA & 15 EMA Crossover Arrows//@version=5
indicator("9 EMA & 15 EMA Crossover Arrows", overlay=true)
// EMA calculations
ema9 = ta.ema(close, 9)
ema15 = ta.ema(close, 15)
// Detect crossovers (on previous candle)
bullishCross = ta.crossover(ema9 , ema15 )
bearishCross = ta.crossunder(ema9 , ema15 )
// Plot arrows on previous candle
plotshape(bullishCross, title="Bullish Cross", location=location.belowbar, color=color.green, style=shape.arrowup, size=size.small, offset=-1)
plotshape(bearishCross, title="Bearish Cross", location=location.abovebar, color=color.red, style=shape.arrowdown, size=size.small, offset=-1)
// Plot EMAs (optional for visual)
plot(ema9, color=color.green, title="9 EMA")
plot(ema15, color=color.orange, title="15 EMA")
20% Rally consecutive GREEN Candle20% + Rally will be marked automatically
as per strategy find buy sell zone