Frank-Setup EMA, RS & RSI ✅It is a clean and simple indicator designed to identify weakness in stocks using two proven methods: RSI and Relative Strength (RS) vs. a benchmark (e.g., NIFTY).
🔹 Features
RSI Weakness Signals
Plots when RSI crosses below 50 (weakness begins).
Plots when RSI moves back above 50 (weakness ends).
Relative Strength (RS) vs Benchmark
Compares stock performance to a chosen benchmark.
Signals when RS drops below 1 (stock underperforming).
Signals when RS recovers above 1 (strength resumes).
Clear Visual Markers
Circles for RSI signals.
Triangles for RS signals.
Optional RSI labels for clarity.
Built-in Alerts
Get notified instantly when RSI or RS weakness starts or ends.
No need to constantly watch charts.
🎯 Use Case
This tool is built for traders who want to:
Spot shorting opportunities when a stock shows weakness.
Track underperformance vs. the index.
Manage risk by exiting longs when weakness appears.
Indicadores e estratégias
Frank-Setup ✅ (RSI + RS only)Frank-Shorting Setup ✅ is an indicator designed to help traders spot weakness in a stock by combining RSI and Relative Strength (RS) analysis.
🔹 Key Features
RSI Weakness Signals
Marks when RSI falls below 50 (downside pressure begins).
Marks when RSI moves back above 50 (weakness ends).
Relative Strength (RS) vs Benchmark
Compares stock performance to a benchmark (e.g., NIFTY).
Signals when RS drops below 1 (stock underperforming).
Signals when RS moves back above 1 (strength resumes).
Clear Chart Markings
Circles for RSI signals.
Triangles for RS signals.
Optional labels for extra clarity.
Alerts Built-In
Get notified when RSI or RS weakness starts/ends.
No need to monitor charts all the time
Frank-Shorting Setup ✅ (RSI + RS only)An indicator designed to help traders spot weakness in a stock by combining RSI and Relative Strength (RS) analysis.
🔹 Key Features
RSI Weakness Signals
Marks when RSI falls below 50 (downside pressure begins).
Marks when RSI moves back above 50 (weakness ends).
Relative Strength (RS) vs Benchmark
Compares stock performance to a benchmark (e.g., NIFTY).
Signals when RS drops below 1 (stock underperforming).
Signals when RS moves back above 1 (strength resumes).
Clear Chart Markings
Circles for RSI signals.
Triangles for RS signals.
Optional labels for extra clarity.
Alerts Built-In
Get notified when RSI or RS weakness starts/ends.
No need to monitor charts all the time
David Dang - Scalp M15/H1 (XAUUSD)How to use:
Select your timeframe and XAUUSD pair.
Watch Buy/Sell arrows (BUY green, SELL red) for entry signals.
Follow the auto SL/TP lines to manage risk.
Enable alerts to get notified when signals appear.
My script// This Pine Script® code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org
P/B Ratio (Per Share) vs Median + Bollinger Band- 📝 This indicator highlights potential buying opportunities by analyzing the Price-to-Book (P/B) ratio in relation to Bollinger Bands and its historical median.
- 🎯 The goal is to provide a visually intuitive signal for value-oriented entries, especially when valuation compression aligns with historical context.
- 💡 Vertical green shading is applied when the P/B ratio drops below the lower Bollinger Band, which is calculated directly from the P/B ratio itself — not price. This condition often signals the ticker may be oversold.
- 🟢 Lighter green appears when the ratio is below the lower band but above the median, suggesting a possible shorter-term entry with slightly more risk.
- 🟢 Darker green appears when the ratio is both below the lower band and below the median, pointing to a potentially stronger, longer-term value entry.
- ⚠️ This logic was tested using 1 and 2-day time frames. It may not be as helpful in longer time frames, as the financial data TradingView pulls in begins in Q4 2017.
- ⚠️ Note: This script relies on financial data availability through TradingView. It may not function properly with certain tickers — especially ETFs, IPOs, or thinly tracked assets — where P/S ratio data is missing or incomplete.
- ⚠️ This indicator will not guarantee successful results. Use in conjunction with other indicators and do your due diligence.
- 🤖 This script was iteratively refined with the help of AI to ensure clean logic, minimalist design, and actionable signal clarity.
- 📢 Idea is based on the script "Historical PE ratio vs median" by haribotagada
- 💬 Questions, feedback, or suggestions? Drop a comment — I’d love to hear how you’re using it or what you'd like to see changed.
J12Matic Builder by galgoomA flexible Renko/tick strategy that lets you choose between two entry engines (Multi-Source 3-way or QBand+Moneyball), with a unified trailing/TP exit engine, NY-time trading windows with auto-flatten, daily profit/loss and trade-count limits (HALT mode), and clean webhook routing using {{strategy.order.alert_message}}.
Highlights
Two entry engines
Multi-Source (3): up to three long/short sources with Single / Dual / Triple logic and optional lookback.
QBand + Moneyball: Gate → Trigger workflow with timing windows, OR/AND trigger modes, per-window caps, optional same-bar fire.
Unified exit engine: Trailing by Bricks or Ticks, plus optional static TP/SL.
Session control (NY time): Evening / Overnight / NY Session windows; auto-flatten at end of any enabled window.
Day controls: Profit/Loss (USD) and Trade-count limits. When hit, strategy HALTS new entries, shows an on-chart label/background.
Alert routing designed for webhooks: Every order sets alert_message= so you can run alerts with:
Condition: this strategy
Notify on: Order fills only
Message: {{strategy.order.alert_message}}
Default JSONs or Custom payloads: If a Custom field is blank, a sensible default JSON is sent. Fill a field to override.
How to set up alerts (the 15-second version)
Create a TradingView alert with this strategy as Condition.
Notify on: Order fills only.
Message: {{strategy.order.alert_message}} (exactly).
If you want your own payloads, paste them into Inputs → 08) Custom Alert Payloads.
Leave blank → the strategy sends a default JSON.
Fill in → your text is sent as-is.
Note: Anything you type into the alert dialog’s Message box is ignored except the {{strategy.order.alert_message}} token, which forwards the payload supplied by the strategy at order time.
Publishing notes / best practices
Renko users: Make sure “Renko Brick Size” in Inputs matches your chart’s brick size exactly.
Ticks vs Bricks: Exit distances switch instantly when you toggle Exit Units.
Same-bar flips: If enabled, a new opposite signal will first close the open trade (with its exit payload), then enter the new side.
HALT mode: When day profit/loss limit or trade-count limit triggers, new entries are blocked for the rest of the session day. You’ll see a label and a soft background tint.
Session end flatten: Auto-closes positions at window ends; these exits use the “End of Session Window Exit” payload.
Bar magnifier: Strategy is configured for on-close execution; you can enable Bar Magnifier in Properties if needed.
Default JSONs (used when a Custom field is empty)
Open: {"event":"open","side":"long|short","symbol":""}
Close: {"event":"close","side":"long|short|flat","reason":"tp|sl|flip|session|limit_profit|limit_loss","symbol":""}
You can paste any text/JSON into the Custom fields; it will be forwarded as-is when that event occurs.
Input sections — user guide
01) Entries & Signals
Entry Logic: Choose Multi-Source (3) or QBand + Moneyball (pick one).
Enable Long/Short Signals: Master on/off switches for entering long/short.
Flip on opposite signal: If enabled, a new opposite signal will close the current position first, then open the other side.
Signal Logic (Multi-Source):
Single: any 1 of the 3 sources > 0
Dual: Source1 AND Source2 > 0
Triple (default): 1 AND 2 AND 3 > 0
Long/Short Signal Sources 1–3: Provide up to three series (often indicators). A positive value (> 0) is treated as a “pulse”.
Use Lookback: Keeps a source “true” for N bars after it pulses (helps catch late triggers).
Long/Short Lookback (bars): How many bars to remember that pulse.
01b) QBands + Moneyball (Gate -> Trigger)
Allow same-bar Gate->Trigger: If ON, a trigger can fire on the same bar as the gate pulse.
Trigger must fire within N bars after Gate: Size of the gate window (in bars).
Max signals per window (0 = unlimited): Cap the number of entries allowed while a gate window is open.
Buy/Sell Source 1 – Gate: Gate pulse sources that open the buy/sell window (often a regime/zone, e.g., QBands bull/bear).
Trigger Pulse Mode (Buy/Sell): How to detect a trigger pulse from the trigger sources (Change / Appear / Rise>0 / Fall<0).
Trigger A/B sources + Extend Bars: Primary/secondary triggers plus optional extension to persist their pulse for N bars.
Trigger Mode: Pick S2 only, S3 only, S2 OR S3, or S2 AND S3. AND mode remembers both pulses inside the window before firing.
02) Exit Units (Trailing/TP)
Exit Units: Choose Bricks (Renko) or Ticks. All distances below switch accordingly.
03) Tick-based Trailing / Stops (active when Exit Units = Ticks)
Initial SL (ticks): Starting stop distance from entry.
Start Trailing After (ticks): Start trailing once price moves this far in your favor.
Trailing Distance (ticks): Offset of the trailing stop from peak/trough once trailing begins.
Take Profit (ticks): Optional static TP distance.
Stop Loss (ticks): Optional static SL distance (overrides trailing if enabled).
04) Brick-based Trailing / Stops (active when Exit Units = Bricks)
Renko Brick Size: Must match your chart’s brick size.
Initial SL / Start Trailing After / Trailing Distance (bricks): Same definitions as tick mode, measured in bricks.
Take Profit / Stop Loss (bricks): Optional static distances.
05) TP / SL Switch
Enable Static Take Profit: If ON, closes the trade at the fixed TP distance.
Enable Static Stop Loss (Overrides Trailing): If ON, trailing is disabled and a fixed SL is used.
06) Trading Windows (NY time)
Use Trading Windows: Master toggle for all windows.
Evening / Overnight / NY Session: Define each session in NY time.
Flatten at End of : Auto-close any open position when a window ends (sends the Session Exit payload).
07) Day Controls & Limits
Enable Profit Limits / Profit Limit (Dollars): When daily net PnL ≥ limit → auto-flatten and HALT.
Enable Loss Limits / Loss Limit (Dollars): When daily net PnL ≤ −limit → auto-flatten and HALT.
Enable Trade Count Limits / Number of Trades Allowed: After N entries, HALT new entries (does not auto-flatten).
On-chart HUD: A label and soft background tint appear when HALTED; a compact status table shows Day PnL, trade count, and mode.
08) Custom Alert Payloads (used as strategy.order.alert_message)
Long/Short Entry: Payload sent on entries (if blank, a default open JSON is sent).
Regular Long/Short Exit: Payload sent on closes from SL/TP/flip (if blank, a default close JSON is sent).
End of Session Window Exit: Payload sent when any enabled window ends and positions are flattened.
Profit/Loss/Trade Limit Close: Payload sent when daily profit/loss limit causes auto-flatten.
Tip: Any tokens you include here are forwarded “as is”. If your downstream expects variables, do the substitution on the receiver side.
Known limitations
No bracket orders from Pine: This strategy doesn’t create OCO/attached brackets on the broker; it simulates exits with strategy logic and forwards your payloads for external automation.
alert_message is per order only: Alerts fire on order events. General status pings aren’t sent unless you wire a separate indicator/alert.
Renko specifics: Backtests on synthetic Renko can differ from live execution. Always forward-test on your instrument and settings.
Quick checklist before you publish
✅ Brick size in Inputs matches your Renko chart
✅ Exit Units set to Bricks or Ticks as you intend
✅ Day limits/Windows toggled as you want
✅ Custom payloads filled (or leave blank to use defaults)
✅ Your alert uses Order fills only + {{strategy.order.alert_message}}
P/E Ratio vs Median + Bollinger Band- 📝 This indicator highlights potential buying opportunities by analyzing the Price-to-Earnings (P/E) ratio in relation to Bollinger Bands and its historical median.
- 🎯 The goal is to provide a visually intuitive signal for value-oriented entries, especially when valuation compression aligns with historical context.
- 💡 Vertical green shading is applied when the P/E ratio drops below the lower Bollinger Band, which is calculated directly from the P/E ratio itself — not price. This condition often signals the ticker may be oversold.
- 🟢 Lighter green appears when the ratio is below the lower band but above the median, suggesting a possible shorter-term entry with slightly more risk.
- 🟢 Darker green appears when the ratio is both below the lower band and below the median, pointing to a potentially stronger, longer-term value entry.
- ⚠️ This logic was tested using 1 and 2-day time frames. It may not be as helpful in longer time frames, as the financial data TradingView pulls in begins in Q4 2017.
- ⚠️ Note: This script relies on financial data availability through TradingView. It may not function properly with certain tickers — especially ETFs, IPOs, or thinly tracked assets — where P/S ratio data is missing or incomplete.
- ⚠️ This indicator will not guarantee successful results. Use in conjunction with other indicators and do your due diligence.
- 🤖 This script was iteratively refined with the help of AI to ensure clean logic, minimalist design, and actionable signal clarity.
- 📢 Idea is based on the script "Historical PE ratio vs median" by haribotagada
- 💬 Questions, feedback, or suggestions? Drop a comment — I’d love to hear how you’re using it or what you'd like to see changed.
Full EMAA comprehensive EMA trading indicator featuring 14 distinct exponential moving averages (EMAs) with lengths of 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 125, 150, 175, and 200 provides a detailed view of market momentum and trend structure across multiple timeframes.
This dense configuration allows traders to analyze short-term, medium-term, and long-term price behavior simultaneously, identifying potential support and resistance levels, trend direction, and dynamic bias zones .
The indicator can be used to detect crossovers between different EMAs, which may signal shifts in momentum or potential entry/exit points .
The inclusion of such a wide range of EMAs enables a granular assessment of market structure, helping to distinguish between temporary pullbacks and significant trend changes.
ATR SL/TPStop Loss Finder ATR
A Stop Loss Finder ATR indicator is a dynamic risk management tool leveraging the Average True Range (ATR) to identify and track optimal stop-loss levels based on current market volatility.
A stop hunt indicator is a technical tool designed to identify potential instances where large market participants, often referred to as "smart money," deliberately move the price to trigger a large number of stop-loss orders, creating a temporary price distortion before reversing the trend. These indicators aim to help traders detect these events to either avoid being stopped out or to enter trades in the direction of the anticipated reversal.
For example, a long wick below support with high volume may signal a bullish stop-hunt , indicating that the price has been driven down to trigger sell-stop orders before reversing upward. Conversely, a long wick above resistance with high volume may signal a bearish stop-hunt , suggesting the price was pushed up to trigger buy-stop orders before reversing downward. The presence of such wicks is often associated with candlestick patterns like hammers or shooting stars.
Unlike fixed stop-losses, this indicator adapts its distance from the current price using a customizable ATR multiplier, ensuring that stop-loss levels are neither too tight (prone to being triggered by normal market noise) nor too wide (exposing capital to excessive risk) . The core function calculates the true range—considering the current high-low range, gaps up, and gaps down—over a user-defined period (typically 14 bars), then applies a multiplier to generate a volatility-adjusted stop-loss distance . This approach allows the indicator to dynamically widen stops during high-volatility periods and tighten them during calm markets, providing a more responsive and context-aware exit strategy.
FTSE Trade SignalTrade FTSE with SMA crossovers and signals only printed on FTSE open, between 8am and 10am
P/S Ratio vs Median + Bollinger Band- 📝 This indicator highlights potential buying opportunities by analyzing the Price-to-Sales (P/S) ratio in relation to Bollinger Bands and its historical median.
- 🎯 The goal is to provide a visually intuitive signal for value-oriented entries, especially when valuation compression aligns with historical context.
- 💡 Vertical green shading is applied when the P/S ratio drops below the lower Bollinger Band, which is calculated directly from the P/S ratio itself — not price. This condition often signals the ticker may be oversold.
- 🟢 Lighter green appears when the ratio is below the lower band but above the median, suggesting a possible shorter-term entry with slightly more risk.
- 🟢 Darker green appears when the ratio is both below the lower band and below the median, pointing to a potentially stronger, longer-term value entry.
- ⚠️ This logic was tested using 1 and 2-day time frames. It may not be as helpful in longer time frames, as the financial data TradingView pulls in begins in Q4 2017.
- ⚠️ Note: This script relies on financial data availability through TradingView. It may not function properly with certain tickers — especially ETFs, IPOs, or thinly tracked assets — where P/S ratio data is missing or incomplete.
- ⚠️ This indicator will not guarantee successful results. Use in conjunction with other indicators and do your due diligence.
- 🤖 This script was iteratively refined with the help of AI to ensure clean logic, minimalist design, and actionable signal clarity.
- 📢 Idea is based on the script "Historical PE ratio vs median" by @haribotagada
- 💬 Questions, feedback, or suggestions? Drop a comment — I’d love to hear how you’re using it or what you'd like to see changed.
[TRIX] Sessions & KillzonesSessions boxes and backgrounds drawn, enable all overall sessions, New York, Asia, London and kill zones. All times, colors, and line styles are customizable. Sessions highs and lows extend until mitigated by price showing where your DOL's are located.
[TRIX] MTF Highs/LowsMTF Highs and Lows automatically drawn and mitigated on LTF when price sweeps. Select up to 4 HTF timeframes. Never have to draw your time frame based draw's on liquidity again.
Spreads CCC/BBB/AAA vs Treasury 10Y//@version=5
indicator("Spreads CCC/BBB/AAA vs Treasury 10Y", overlay=false)
// Tickes de ejemplo (debes reemplazar con los que tengas disponibles en TradingView)
ccc = request.security("XCCC", "D", close) // High Yield CCC
bbb = request.security("LQD", "D", close) // Investment Grade BBB
aaa = request.security("QLTA", "D", close) // AAA
treasury = request.security("US10Y", "D", close) // US Treasury 10Y
// Cálculo del spread (yield bono - yield Treasury)
spread_ccc = ccc - treasury
spread_bbb = bbb - treasury
spread_aaa = aaa - treasury
// Umbral para alerta de riesgo
umbral = input.float(2.0, "Umbral spread (%)")
// Plot de los spreads
plot(spread_ccc, color=color.red, title="Spread CCC")
plot(spread_bbb, color=color.orange, title="Spread BBB")
plot(spread_aaa, color=color.green, title="Spread AAA")
// Señal visual cuando el spread supera el umbral
plotshape(spread_ccc > umbral, title="Alerta CCC", color=color.red, style=shape.triangledown, location=location.abovebar, size=size.tiny)
plotshape(spread_bbb > umbral, title="Alerta BBB", color=color.orange, style=shape.triangledown, location=location.abovebar, size=size.tiny)
plotshape(spread_aaa > umbral, title="Alerta AAA", color=color.green, style=shape.triangledown, location=location.abovebar, size=size.tiny)
Gann Swings with Weis Wave VolumeThis indicator combines two powerful market analysis techniques into a single, comprehensive tool: swing analysis based on the theories of W.D. Gann and volume analysis popularized by David Weis (Weis Wave). By visualizing the market's wave structure and the volume that drives each move, this indicator helps traders gauge the strength of a trend and identify potential reversals.
Key Features
Gann Swing Lines:
The indicator automatically identifies and plots market swings by connecting significant highs and lows. This provides a clean, intuitive view of the market's structure and the prevailing trend direction.
Upward swings are colored green, and downward swings are colored red (by default), making it easy to see the market's flow at a glance. A real-time line is also drawn to track the current, developing swing.
Weis Wave Volume Display:
At the conclusion of each swing, the indicator calculates the total cumulative volume for that entire price wave and displays it at the swing's peak or trough. This is the core of the Weis Wave concept, linking volume directly to price swings rather than individual candles.
This feature allows traders to analyze the "effort vs. result." For example, a long upward price swing that occurs on low cumulative volume may suggest a lack of conviction and a higher probability of reversal. Conversely, a breakout past a previous swing high accompanied by significant volume confirms the strength of the move.
The cumulative volume for the current, unfinished wave is also displayed in real-time with an underscore (_) suffix.
Volume-Based Candle Coloring:
This optional feature colors the price bars based on their volume relative to a moving average (EMA) of volume.
Candles with significantly higher-than-average volume are painted in darker, more intense shades of green (for up-candles) or red (for down-candles).
This helps to instantly spot high-interest areas, such as climactic buying or selling, which often occur at key support and resistance levels or turning points.
Settings (Inputs) Explained
Gann Swing Settings:
Show Gann Swing Lines: Toggles the visibility of the swing lines.
Line Width: Adjusts the thickness of the swing lines.
Up Swing/Down Swing: Allows for full customization of the colors for up and down swing lines.
Volume Numbers Settings:
Show Volume Numbers: Toggles the visibility of the cumulative Weis Wave volume labels.
Up Volume/Down Volume: Customizes the text color for the volume numbers on up and down swings.
Size: Changes the font size of the volume labels ("Tiny" to "Huge").
Volume Unit: Formats the volume display. Choose "None" for the raw number, "K" for thousands, "M" for millions, or "B" for billions to keep the chart clean.
Additional Visual Settings:
Show Volume Candles: Enables or disables the volume-based bar coloring.
Volume EMA Period: Sets the lookback period for the Exponential Moving Average used to calculate average volume for the bar coloring feature.
How to Use
This indicator can be a valuable addition to various trading strategies.
Trend Confirmation: A healthy trend will typically show increasing cumulative volume on swings in the direction of the trend. For instance, in a strong uptrend, each new upswing should ideally be accompanied by volume that is equal to or greater than the previous upswing.
Divergence and Reversal Signals: A classic signal of a weakening trend is divergence. If the price makes a new higher high, but the cumulative volume on that upswing is significantly lower than the previous one, it indicates that the buying pressure is fading and a reversal may be imminent.
Identifying Key Levels: The points where swings reverse, especially when accompanied by high cumulative volume, often become critical support or resistance levels for future price action. The volume-colored candles can further highlight specific bars where institutional activity is likely occurring.
このインジケーターは、W.D.ギャンの理論に基づいたスイング分析と、デビッド・ワイスが普及させた出来高分析(ワイスウェーブ)を組み合わせたテクニカル分析ツールです。相場の波動(スイング)とそのスイングを形成するためにどれだけの出来高が投入されたかを視覚的に捉えることで、トレンドの強弱や転換の可能性を評価するのに役立ちます。
主な機能
ギャンスイングの描画:
相場の高値と安値を基に、上昇スイングと下降スイングを自動で識別し、ラインで結んで表示します。
これにより、市場の基本的な構造やトレンドの方向性を直感的に把握できます。
上昇スイングは緑色、下降スイングは赤色(デフォルト設定)で表示され、現在進行中のスイングはリアルタイムで描画され続けます。
ワイスウェーブ出来高の表示:
一つのスイング(波)が完了するごとに、そのスイングの始点から終点までの累計出来高を計算し、スイングの頂点(高値・安値)に表示します。
大きな価格変動(スイング)が出来高を伴っているか、あるいは出来高が乏しい中で価格だけが動いているかを判断する材料となります。
例1: 上昇スイングの価格幅が大きいにも関わらず出来高数値が小さい場合、その上昇の勢いが弱い可能性を示唆します。
例2: 価格の動きは小さいのに出来高数値が非常に大きい場合、強い抵抗や支持、あるいは市場の意見が対立している状況を示唆します。
現在進行中のスイングの累計出来高も、末尾に「_」を付けてリアルタイムで表示します。
出来高ローソク足の色付け:
オプションを有効にすると、各ローソク足の出来高を移動平均線(EMA)と比較し、その出来高の大きさに応じてローソク足を色付けします。
出来高が平均よりも大幅に大きい足は濃い色で表示され、市場の注目が集まっている価格帯(重要な高値・安値など)を特定するのに役立ちます。
設定項目(インプット)の解説
ギャンスイング設定:
ギャンスイングラインを表示: スイングラインの表示/非表示を切り替えます。
線の太さ: ラインの太さを調整します。
上昇スイング/下降スイング: 各スイングラインの色を自由に設定できます。
出来高数値の設定:
出来高数値を表示: スイングごとの累計出来高の表示/非表示を切り替えます。
上昇出来高/下降出来高: 出来高数値のテキスト色を自由に設定できます。
サイズ: 出来高数値の文字サイズを選択できます。
出来高の単位: 出来高の数値をそのまま表示するか、「K」(千)、「M」(百万)、「B」(十億)単位に変換して表示するかを選択できます。
追加の視覚設定:
出来高ローソク足を表示: 出来高に応じたローソク足の色付け機能の有効/無効を切り替えます。
出来高EMA期間: ローソク足の色付けの基準となる出来高移動平均線の期間を設定します。
活用方法
このインジケーターは、単独で使うだけでなく、他のテクニカル指標と組み合わせることで、より精度の高い分析が可能になります。
トレンドの確認: 価格が上昇スイングを続けており、かつ各上昇スイングの出来高が増加傾向にあれば、強い上昇トレンドと判断できます。
トレンド転換の察知: 価格は新高値を更新しているのに、上昇スイングの出来高が前回よりも著しく減少している場合(ダイバージェンス)、上昇の勢いが尽きかけており、トレンド転換が近い可能性を示唆します。
重要な価格帯の特定: 出来高ローソク足機能で色が濃くなっている価格帯は、多くの市場参加者が取引したことを意味し、将来的にサポート(支持)やレジスタンス(抵抗)として機能する可能性があります。
EMA 5/25 Cross Signals with AlertsIt is EMA 5/25 Cross Signals with Alerts
So you can find Golden Cross and Dead Cross
EMA Crossover Lines with VWAP, EMA 50/200 and Premarket AlertsOverview
An intraday overlay that combines trend and liquidity cues in one view. It plots your Fast/Slow EMAs, the widely watched EMA-50 and EMA-200, plus VWAP for session bias. During the configured pre-market session, it tracks and projects the pre-market high/low into regular hours—then alerts when price breaks those levels.
What it shows
EMAs: Fast + Slow (user-defined), EMA-50, EMA-200 for trend and crossover context.
VWAP: Session anchor for mean-reversion vs. trend continuation.
Pre-Market Levels: Dynamic Pre-Market High/Low lines (extend into RTH).
Alerts: Triggers when price crosses above pre-market high or below pre-market low (bar-close, non-repainting).
Inputs
Fast EMA Length (default 9)
Slow EMA Length (default 21)
EMA 50 Length (default 50)
EMA 200 Length (default 200)
Pre-market Session (default 04:00–09:30)
Session Timezone (default America/New_York)
How to use
Use EMA-50/200 slope and position to gauge higher-timeframe trend.
VWAP helps identify premium/discount within the day.
Watch pre-market breakouts for momentum entries, or fades back inside for mean reversion.
Combine with your own risk rules; alerts are informational.
Notes
Alerts fire on closed bars to avoid repainting.
Works on most intraday timeframes. Ensure the timezone matches the exchange you trade.
Lines only show when a pre-market session exists for the day.
Quarterly Divider [Coded]// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org
// © TheClairvoyant_Trader
//@version=6
indicator("Quarterly Divider", overlay=true)
// Input for customizing line color and thickness
lineColor = input.color(color.blue, title="Line Color")
lineThickness = input.int(2, title="Line Thickness", minval=1, maxval=5)
// Define the quarter start dates (1st of Jan, Apr, Jul, and Oct) from 2025 onward
startYear = 2015
quarters = array.new_int(4)
// Add timestamps for each quarter in 2025 and beyond
for year = startYear to year(timenow)
array.push(quarters, timestamp(year, 1, 1, 0, 0)) // Q1
array.push(quarters, timestamp(year, 4, 1, 0, 0)) // Q2
array.push(quarters, timestamp(year, 7, 1, 0, 0)) // Q3
array.push(quarters, timestamp(year, 10, 1, 0, 0)) // Q4
// Loop through the array and draw vertical lines at the start of each quarter
for i = 0 to array.size(quarters) - 1
quarterStartTime = array.get(quarters, i)
if (time >= quarterStartTime) and (time < quarterStartTime)
// Draw vertical lines
line.new(x1=bar_index, x2=bar_index, y1=low, y2=high, color=lineColor, width=lineThickness, extend=extend.both)
// Plot quarter labels below the vertical line (near the timestamp)
quarterLabel = i % 4 == 0 ? "Q1" : i % 4 == 1 ? "Q2" : i % 4 == 2 ? "Q3" : "Q4"
label.new(bar_index, low - (high - low) * 0.1, text=quarterLabel, color=color.blue, style=label.style_label_up, size=size.small)
ORB with Golden Zone FIB targets, Any Timeframe by TenAMTraderDescription:
This indicator is designed to help traders identify key price levels using Fibonacci extensions and retracements based on the Opening Range Breakout (ORB). The levels are visualized as “Golden Zones”, which can serve as potential targets for trades.
Features:
Customizable ORB Timeframe: By default, the ORB is set from 9:30 AM to 9:45 AM EST, but any timeframe can be configured in the settings to fit your trading style.
Golden Zones as Targets: Fibonacci levels are intended to be used as potential profit-taking zones or areas to monitor for reversals, providing a structured framework for intraday and swing trading.
Adjustable Chart Settings: Color-coded levels make it easy to interpret at a glance, and all lines can be customized for personal preference.
Versatile Application: The indicator works across any timeframe, enabling traders to analyze both intraday and multi-day price action.
How to Use:
Ensure Regular Trading Hours (RTH) is enabled on your chart for accurate level calculation.
Observe price action near Golden Zones: a confirmed breakout may indicate continuation, while a pullback could signal a reversal opportunity.
Use the Golden Zones as reference targets for managing risk and planning exits.
Adjust the ORB timeframe and display settings to match your preferred trading style.
Legal Disclosure:
This indicator is provided for educational purposes only and is not financial advice. Trading carries a substantial risk of loss. Users should always perform their own analysis and consult a licensed financial professional before making any trading decisions. Past performance is not indicative of future results.
Smart Money Footprint & Cost Basis Engine [AlgoPoint]Smart Money Footprint & Cost Basis Engine
This indicator is a comprehensive market analysis tool designed to identify the "footprints" of Smart Money (institutions, whales) and pinpoint high-probability reaction zones. Instead of relying on lagging averages, this engine analyzes the very structure of the market to find where large players have shown their hand.
How It Works: The Core Logic
The indicator operates on a multi-stage confirmation process to identify and validate Smart Money zones:
Smart Money Detection (The Trigger): The engine first scans the chart for signs of intense, urgent buying or selling. It does this by identifying Fair Value Gaps (FVGs) created by large, high-volume Displacement Candles. This is our initial Point of Interest (POI).
Cost Basis Calculation (The Average Price): Once a potential Smart Money move is detected, the indicator calculates the Volume-Weighted Average Price (VWAP) for that specific move. This gives us a highly accurate estimate of the average price at which the large players entered their positions.
Historical Confirmation (The "Memory"): This is the indicator's most unique feature. It checks its historical database to see if a similar Smart Money move (in the same direction) has occurred in the same price area in the past. If a match is found, the zone's significance is confirmed.
Verified Cost Basis Zone (The Final Output): A zone that passes all the above checks is drawn on the chart as a high-probability Verified Cost Basis Zone. These are the "memory zones" where the market is likely to react upon a re-visit.
How to Use This Indicator
Cost Basis Zones (The Boxes):
Green Boxes: Bullish zones where Smart Money likely accumulated positions. When the price returns here, a BUY reaction is expected.
Red Boxes: Bearish zones where Smart Money likely distributed positions. When the price returns here, a SELL reaction is expected.
Zone Strength (★★★): Each zone is created with a star rating. More stars indicate a higher-confidence zone (based on factors like volume intensity and historical confirmation).
BUY/SELL Signals: A signal is only generated when the price enters a zone AND the confirmation filters (if enabled in the settings) are passed.
Zone Statuses:
Green/Red: Active and waiting to be tested.
Gray: The zone has been tested, and a signal was produced.
Dark Gray (Invalidated): The zone was broken decisively and is no longer considered valid support/resistance.
Key Settings
Signal Accuracy Filters: You can enable/disable three powerful filters to balance signal quantity and quality:
Momentum Confirmation (Stoch): Waits for momentum to align with the zone's direction.
Candlestick Confirmation (Engulfing): Waits for a strong reversal candle inside the zone.
Lower Timeframe MSS Confirmation: The most advanced filter; waits for a trend shift on a lower timeframe before giving a signal.
Historical Confirmation:
Require Historical Confirmation: Toggle the "Memory" feature on/off. Turn it off to see all potential SM zones.
Tolerance Calculation Method: Choose between a dynamic ATR Multiplier (recommended for all-around use) or a fixed Percentage to define the zone size.
MO and Stoch GOLD H4 V.s.1 – Kim Trading MO and Stoch GOLD H4 V.s.1 – Kim Trading
Market: XAUUSD • Timeframe: H4 (4h)
Signal tiers.
B/S (basic), B1★/S1★ (MO + Stoch RSI), B2★/S2★ (with-trend filter), B3★/S3★ (plus divergence).
Trade only when one of the four labels appears. Consider DCA with the prevailing trend and add other confluences (levels, candles, volume, timing) for optimal setups.
Notes. Use Alerts → Once Per Bar Close. Educational tool, not financial advice. Source code Protected.
Author: Kim Trading • Version: V1 • Date: 2025-08-25
#XAUUSD #Gold #H4 #MO #Stoch #KimTrading
MO and Stoch BTC/Altcoin H4 V.s.1 – Kim TradingMO and Stoch BTC/Altcoin H4 V.s.1 – Kim Trading
Market: BTCUSD + major USDT altcoins (e.g., ETH, SOL, …) • Timeframe: H4 (4h)
Signal tiers.
B/S (basic), B1★/S1★ (MO + Stoch RSI), B2★/S2★ (with-trend filter), B3★/S3★ (plus divergence).
Trade only when one of the four labels appears. Consider DCA with the prevailing trend and add other confluences (levels, candles, volume, timing) for optimal setups.
Notes. Use Alerts → Once Per Bar Close. Educational tool, not financial advice. Source code Protected.
Author: Kim Trading • Version: V1 • Date: 2025-08-25
#BTC #Bitcoin #Altcoins #Crypto #H4 #MO #Stoch #KimTrading