ORB-X v6 (Dashed OR Lines)ORB-X v6 – 15-Minute Opening-Range Breakout Helper by Opskie.
WHAT THE SCRIPT DOES
• Draws the opening range: tracks the highest high and lowest low from 09:30 to 09:45 ET (or any custom window you set) and projects two yellow dashed lines across the rest of the session.
• Alerts:
– “ORB Breakout Up” fires when price closes above the OR-High.
– “ORB Breakout Down” fires when price closes below the OR-Low.
• Screener-ready output: a hidden series called ORB_Long_OK equals “1” on bars where the long breakout is valid. Add this column in TradingView’s Stock Screener and filter “≠ NA” to see a live list of breakouts.
• Fully editable: change session start, opening-range length, colours and line styles in the settings.
QUICK-START GUIDE
Add the script to any chart (Indicators → My Scripts → ORB-X v6).
Wait for the first 15-minute window to close; two dashed yellow lines will appear.
(Optional) Set an alert:
• Alerts → Create Alert → Condition = “ORB Breakout Up” (or Down) → choose “Once per bar close”.
Build a Stock Screener watch-list:
• Open Stock Screener.
• Filters: Exchange = NASDAQ + NYSE, set any price band you like (for example 3 to 6 USD).
• Columns (gear icon) → Indicators → tick ORB_Long_OK.
• Hover the ORB_Long_OK header → funnel icon → choose “≠ NA”.
Now the table lists only tickers whose latest closed bar has broken above their 15-minute OR-High.
USER INPUTS
• Session Start Hour / Minute (default 09:30 ET) – first bar of the range
• Range Length (minutes) (default 15) – how long to measure highs/lows
• Line colours and styles – purely cosmetic
TYPICAL WORKFLOW
Premarket: scan for liquid gappers and momentum names.
09:30–09:45 ET: let ORB-X mark the range; no trades yet.
After 09:45: trade only symbols that close above their OR-High (ORB_Long_OK = 1) using your own risk rules (e.g. stop just below the high).
End of day: journal the results and refine.
DISCLAIMER
This indicator is for educational purposes only and is not financial advice. Test on a demo account first and always use proper risk management.
Wskaźniki i strategie
Schaff Trend Cycle (STC) - t0rdn3Schaff Trend Cycle (STC)
By t0rdn3 (original STC by , now with more descriptive naming)
Description
The Schaff Trend Cycle (STC) is a momentum-based oscillator that combines the speed of a fast EMA crossover with cyclical normalization. Developed by Doug Schaff, it identifies market turning points more responsively than MACD or RSI.
How It Works
1. EMA Difference : Calculates the difference between two EMAs of the source series (default: close).
2. Cycle Percentage : Normalizes that difference to a 0–100 range over the cycle period.
3. Smoothing : Applies exponential smoothing twice—first to the cycle percentage, then to its normalized cycles—to reduce noise.
4. Final STC Line : Produces a smoothed oscillator oscillating between 0 and 100.
Alerts
- "STC turned down above 75" : Fires once when STC makes a local peak above the upper threshold ( 75 ).
- "STC turned up below 25" : Fires once when STC makes a local trough below the lower threshold ( 25 ).
Inputs
Cycle Period : 12 — Lookback in bars for normalization
Fast EMA Length : 26 — Period of the fast EMA
Slow EMA Length : 50 — Period of the slow EMA
Smoothing Factor : 0.5 — Exponential smoothing coefficient (0–1)
Usage
Readings above 75 indicate an overbought cycle; readings below 25 indicate an oversold cycle. Crossings of the 50 midline can confirm trend direction:
- STC rising through 50 → bullish shift
- STC falling through 50 → bearish shift
Combine STC with price action or other trend filters to improve signal quality. You can adjust the cycle period and EMA lengths to match different timeframes or instruments.
3+ Consecutive Higher or Lower Closes (Full Highlight)This indicator identifies 3 or more sequential bars of higher/lower candle closes and highlights them on the chart.
Candle colour is adjustable.
This is the first edition and has a small issue where it only starts highlighting from the 3rd bar in the sequence.
I'll continue working on this to try to debug
Price Channel MarkerThis indicator identifies a dynamic price channel based on the most relevant recent price action. It draws two horizontal lines:
* 🔴 Red Line – Marks the high of the most recent red candle (bearish) whose high is just below the current price. It selects the red candle with the high closest in price to the current close, and ensures it is from a valid historical context (ignoring recent highs above the current price).
* 🟢 Green Line – Marks the low of the most recent green candle (bullish) whose low is just above the current price, also selected based on proximity to the current price.
Together, these two lines define a potential price compression zone or "trap" area — showing where price may currently be trading between recent supply (red candle) and demand (green candle). The lines update dynamically and extend into the future to help visualize breakout or rejection levels.
Use Cases:
* Spot potential breakout zones.
* Define short-term support and resistance.
* Filter for entries in range-bound or squeeze conditions.
Customization:
* Adjustable lookback range (up to 5000 bars).
* Colors and line style are easily customizable.
ian_Trado v15 Trend Entry Filter# 📈 ian_Trado v15 Trend Entry Filter (Pine Script v6)
The **ian_Trado v15** is a multi-factor **trend confirmation filter** for NASDAQ (NAS100), Dow Jones (DJ30), Gold (XAU), DAX, and USDJPY.
It combines **EMA structure**, **Donchian channel breakout**, **MACD histogram momentum**, **Volume confirmation**, and a **Range Compression Filter** to avoid entering during choppy or sideways markets.
✅ Designed for **bot deployment** (e.g., grid bots, long/short breakout bots) or **manual trading**.
---
## 🔍 How This Filter Works:
1. **EMA Trend Confirmation**
- Long Trend: EMA(1) > EMA(5) > EMA(60)
- Short Trend: EMA(1) < EMA(5) < EMA(60)
2. **Donchian Channel Width Expansion**
- Only allows trades when the **breakout width** exceeds a minimum threshold.
3. **MACD Histogram Slope Filter (Optional)**
- Confirms momentum building in the direction of the trend.
- Strict Mode: MACD histogram must consistently rise or fall over 3 bars.
4. **Volume Filter (Optional)**
- Ensures volume supports the move (filters out weak conditions).
5. **Range Compression Filter (Optional)**
- Avoids entries during sideways chop.
6. **Cooldown Control**
- Limits overtrading by requiring spacing between entries.
7. **Exit Conditions**
- Gray dot appears when trending conditions are no longer valid.
---
## ⚙️ Settings Explained:
| Setting | Description |
|:--------|:------------|
| **Cooldown Bars** | Minimum bars between consecutive entries |
| **Profit Target (%)** | Visual profit marker for exit tracking |
| **Donchian Channel Length** | Lookback period for detecting breakout width |
| **Minimum Donchian Width** | Threshold to confirm meaningful breakouts |
| **Volume Lookback Period** | Average volume validation window |
| **Box Range (Range Compression)** | Max allowed price range over lookback bars |
| **Range Compression Bars** | Number of bars to check for range compression |
| **Strict MACD Filter** | Use stricter MACD slope checks |
---
## 📊 Recommended Settings by Instrument (1H Chart):
| Asset | Min Donchian Width | Range Compression | Profit Target |
|:------|:-------------------|:------------------|:--------------|
| **NAS100** (Nasdaq) | 300–450 pts | 400 pts / 40 bars | 1.5% |
| **DJ30** (Dow Jones) | 400–600 pts | 500 pts / 40 bars | 1.0–1.5% |
| **XAU/USD** (Gold) | 10–15 pts | 8 pts / 30 bars | 0.8–1.2% |
| **DAX40** (Germany) | 200–300 pts | 250 pts / 40 bars | 1.0% |
| **USD/JPY** (Forex) | 0.5–0.8 pts | 0.4 pts / 40 bars | 0.5–0.8% |
---
## 🔔 Alerts Available:
- Long Entry
- Short Entry
- Exit Zone
> **Note:** Volume filter may be disabled if volume is unreliable (e.g., some forex pairs).
---
## 📅 Version:
- **ian_Trado v15** — April 2025
- Built with **Pine Script v6** for maximum stability
- Clean toggling and plotting logic (no `na` errors)
ULT MACD BUY AND SELLMACD indicator with BUY and SELL alert.
Setting have been set for best day trading performance.
USE the BUY and SELL signals for ALERTS.
BUY SIGNAL WORKS PERFECT. SELL SIGNAL IS USUALLY FOR SHORT, DON"T END EXIT ON SELL.
MACD Multi-Timeframe x4 (Custom Params)■About this indicator
・This indicator can display 4 MACD lines for different time frames. (Multi-time framework)
・The color of the MACD line changes when the MACD has a golden or dead cross.
All MACDs can be set individually for long time period, short time period, and signal smoothing.
All MACDs can show/hide MACD lines, signal lines, histograms, and select colors.
■Explanation of effective usage
By displaying MACDs in multiple time frames, you can time the push.
For example, let's say you have three MACDs: one weekly, one daily, and one hour.
With the weekly and daily MACDs continuing to golden cross, the timing for the hourly MACD to golden cross is considered a push opportunity.
An example chart is attached below for your reference.
The area circled vertically is a push-buying opportunity.
Yellow-green: Weekly Green: Daily Light blue: Hourly
-------------------------------------------------------------------------------------------------------------
■このインジケーターについて
・このインジケーターは別の時間軸の4本のMACDを表示させることが出来ます。(マルチタイムフレームワーク)
・MACDがゴールデンクロス・デッドクロスした場合にMACDラインの色が変化します。
・全てのMACDについて個別に長期の期間・短期の期間・シグナルの平滑化を設定できます。
・全てのMACDはMACDライン・シグナルライン・ヒストグラムの表示/非表示、色の選択ができます。
■有効な使い方の説明
マルチタイムフレームでMACDを表示することで、押し目のタイミングを計ることが出来ます。
例えば、3本のMACDを1週間・1日・1時間とします。
週足と日足のMACDがゴールデンクロスを継続した状態で、1時間足のMACDがゴールデンクロスしてくるタイミングは押し目買いのチャンスと考えられます。
以下に例題のチャートを付けますので、参考にしてください。
縦に囲った辺りが押し目買いのチャンスになります。
黄緑:週足 緑:日足 水色:1時間足
GLB Breakout IndicatorWhat is a Green Line Breakout (GLB)?
A GLB happens when a stock breaks above its previous all-time high that was standing for at least 3 months (or more).
A Green Line is drawn at that previous high price.
When the stock closes above that Green Line, it's called a breakout.
For the breakout to be successful, the stock should stay above that green line (the breakout price) in the following days/weeks.
How to Understand It in Your Charts:
ADMA:
The Green Line was at 23.64 (previous high).
Now it has closed above it at 24.51.
It must stay above 23.64 to confirm that it’s a successful breakout.
TTWO:
TTWO had a Green Line at around 214.91.
It broke above it and is now (29 Apr 2025) at 225.55, holding well above the Green Line.
This is a positive sign — buyers are supporting it after the breakout.
Multi-Timeframe Closures with Signals month week dayMulti-Timeframe Price Anchoring Indicator (Monthly, Weekly, Daily)
This indicator provides a powerful visual framework for analyzing price action across three major timeframes: monthly, weekly, and daily. It plots the closing prices of each timeframe directly on the chart to help traders assess where current price stands in relation to significant historical levels.
🔍 Core Features:
Monthly, Weekly, and Daily Close Lines: Automatically updated at the start of each new period.
Color-coded Price Anchors: Each timeframe is visually distinct for fast interpretation.
Multi-timeframe Awareness: Helps you identify trend alignment or divergence across different time horizons.
Long & Short Bias Signals: The script can optionally display long or short suggestions based on where the current price stands relative to the anchored closing prices.
📈 How to Use:
Trend Confirmation: If price is consistently above all three levels, it signals a strong bullish trend (potential long bias). If it’s below, the opposite applies (short bias).
Reversal or Pullback Zones: When price becomes extended far above/below the monthly and weekly closes, it may suggest overbought/oversold conditions and the possibility of a reversal or retracement.
Intraday Alignment: Useful for traders who want to enter positions on lower timeframes while being aware of higher timeframe trends.
This indicator is ideal for swing traders, day traders, and position traders who want to anchor their decisions to meaningful multi-timeframe reference points.
Smart Adaptive MACDAn advanced MACD variant that dynamically adapts to market volatility using ATR-based scaling.
Key Features:
Volatility-sensitive MACD and Signal lengths
Optional smoothed MACD line
Dynamic histogram heatmap (strong vs. weak momentum)
Built-in Regular and Hidden Divergence detection
Clear visual signals via solid (regular) and dashed (hidden) divergence lines
What makes this different:
Unlike traditional MACD indicators with fixed-length settings, this version adapts in real time
to changing volatility conditions. It shortens during high-momentum environments for faster
reaction, and lengthens during low-volatility phases to reduce noise. This allows better
alignment with market behavior and cleaner momentum signals.
Divergence Detection – How It Works
The Smart Adaptive MACD detects both regular and hidden divergences by comparing price action with the smoothed MACD line. It uses recent pivot highs and lows to evaluate divergence and draws lines on the chart when conditions are met.
Regular Divergence Detection
This type of divergence signals potential reversals. It occurs when the price moves in one
direction while the MACD moves in the opposite.
Bullish Regular Divergence:
Price makes lower lows, but MACD makes higher lows.
Result: A solid green line is plotted beneath the MACD curve.
Bearish Regular Divergence:
Price makes higher highs, but MACD makes lower highs.
Result: A solid red line is plotted above the MACD curve.
Hidden Divergence Detection
This type of divergence signals trend continuation. It occurs when price pulls back slightly,
but the MACD shows deeper movement in the opposite direction.
Bullish Hidden Divergence:
Price makes higher lows, but MACD makes lower lows.
Result: A dashed green line is plotted below the MACD curve.
Bearish Hidden Divergence:
Price makes lower highs, but MACD makes higher highs.
Result: A dashed red line is plotted above the MACD curve.
How to Use:
This tool is best used alongside price structure, key support/resistance levels, or as a
secondary confirmation for your trend or reversal strategy. It is designed to enhance your
interpretation of market momentum and divergence without needing extra chart clutter.
Disclaimer:
This script is provided for educational and informational purposes only. It is not intended as
financial advice or a recommendation to buy or sell any asset. Always conduct your own
research and consult with a licensed financial advisor before making trading decisions. Use
at your own risk.
License:
This script is published under the Mozilla Public License 2.0 and is fully open-source.
Built by AresIQ | 2025
Median Price RSI DeviationThis indicator is a smoothed RSI-based trend filter that combines median price smoothing, customizable moving averages, and standard deviation bands to identify bullish or bearish conditions:
=> It first smooths price using a median filter.
=> Then it calculates RSI on that smoothed price.
=> The RSI is further smoothed using a selectable moving average (e.g., DEMA, EMA).
=> Standard deviation bands are applied around this smoothed RSI.
Signals:
=> A bullish signal is triggered when the upper band exceeds a long threshold (default 50).
=> A bearish signal occurs when the smoothed RSI drops below a short threshold (default 40).
Mul EMA [TsixJnineY]The "Four EMA Indicator with Toggle" is a customizable technical analysis tool for TradingView that displays up to four Exponential Moving Averages (EMAs) on the chart. Users can adjust the period length for each EMA (default: 5, 10, 50, 200) and toggle their visibility via checkboxes. The indicator supports a selectable data source (default: close price) and offset for flexible chart alignment. Ideal for trend analysis and identifying trading signals through EMA crossovers, it offers a clean and user-friendly interface for traders.
RSI + EMA + Stoch RSI ComboDescription:
This indicator combines three powerful momentum tools — RSI, EMA, and Stochastic RSI — to provide more refined entry and exit signals.
What it does:
• Calculates Relative Strength Index (RSI) and applies an Exponential Moving Average (EMA) to it for smoother trend confirmation.
• Adds Stochastic RSI (Stoch RSI) with adjustable %K and %D settings.
• Generates Buy signals when:
• Stoch RSI %K crosses above %D,
• %K is below 20,
• RSI is below 40,
• and RSI is above its EMA.
• Generates Sell signals when:
• %K crosses below %D,
• %K is above 80,
• RSI is above 60,
• and RSI is below its EMA.
• Visual elements include RSI EMA line, overbought/oversold levels, and Stoch RSI plots.
Use case:
Perfect for traders looking for a multi-indicator confirmation system. Best used on 1H or 4H timeframes, but works across all timeframes.
Alerts for Buy and Sell signals are included.
Feel free to tweak the parameters for your own strategy and market conditions!
Hippo Battlefield - Bulls VS Bears 20 bars## Hippo Battlefield – Bulls VS Bears (20 Bars)
**What it is**
A multi-dimensional momentum-and-sentiment oscillator that combines classic Bull/Bear Power with ATR- or peak-normalization, then layers on RSI and MACD-derived metrics into:
1. **A colored bar series** showing net Bull+Bear Power strength over the last 20 bars,
2. **A dynamic table** of each of those 20 BBP values (grouped into four 5-bar “quartals”), with symbols, per-bar change, and rolling averages, and
3. **A composite “Weighted BBP” histogram** blending normalized RSI, MACD, and BBP into a single view.
---
### Key Inputs
- **Length (EMA)** – look-back for the underlying EMA (default 60)
- **Normalization Length** – look-back window for peak-normalization (default 60)
- **Use ATR for Norm.** – toggle ATR-based normalization vs. highest-abs(BBP)
- **Show Tables** – toggle the bottom-right 21×11 grid of raw and average BBP values
---
### What You See
#### 1. Colored Bars (Overlay = false)
- Bars are colored by normalized BBP intensity:
- Extreme Bull (≥+10): deep blue
- Strong Bull (+5 to +10): green/yellow
- Weak Bull (+0 to +5): dark green
- Weak Bear (–0 to –5): dark red
- Strong Bear (–5 to –10): pink/red
- Extreme Bear (<–10): magenta
#### 2. Bottom-Right Table (20 Bars of Data)
- Divided into four columns (0–4, 5–9, 10–14, 15–19 bars ago) and one “average” row.
- Each cell shows:
1. Bar index (1–20),
2. Normalized BBP value (to four decimals),
3. Direction symbol (↑/↓/=),
4. Bar-to-bar change (± value),
5. A separator “|”.
- At the very bottom, each column’s 5-bar average is displayed as “Avg: X.XXXX” with a dot marker.
#### 3. Top-Center Mini-Table
- When ≥20 bars have elapsed, shows the date at 20 bars ago and the average BBP across the full 20-bar window.
#### 4. Normalized RSI Line
- Rescales the classic 14-period RSI into a –20…+20 band to align with BBP.
#### 5. MACD Lines (Hidden) & Composite Histogram
- MACD and signal lines are calculated but not plotted by default.
- A “Weighted BBP” histogram combines:
- 20% normalized RSI,
- 20% average of (MACD + signal + normalized BBP),
- 60% normalized BBP
- Plotted as columns, color-coded by strength using the same palette as the main bars.
#### 6. Middle Reference Line
- A horizontal zero line to anchor over/under-zero readings.
---
### How to Use It
- **Trend confirmation**: Strong blue/green bars alongside a rising histogram suggest bull conviction; strong reds/magentas signal bear dominance.
- **Divergence spotting**: Watch for price making new highs/lows while BBP or the histogram fails to follow.
- **Quartal analysis**: The 5-bar group averages can reveal whether recent momentum is accelerating or waning.
- **Cross-indicator weighting**: Because RSI, MACD, and raw BBP all feed into the final histogram, you get a smoothed, blended view of momentum shifts.
---
**Tip:** Tweak the EMA and normalization length to suit your preferred timeframe (e.g. shorter for intraday scalps, longer for swing trades). Enable/disable the table if you prefer a cleaner pane.
KDJ IndicatorThe KDJ indicator is a technical analysis tool used to identify overbought and oversold conditions in the market, as well as potential trend reversals. It consists of three lines: the K line, D line, and J line. The K line is derived from the Exponential Moving Average (EMA) of the Relative Strength Value (RSV), which measures the closing price relative to the high and low over a user-defined period. The D line is the EMA of the K line, smoothing its movements. The J line, calculated as K + (K - D) × 2, amplifies the difference between K and D, making it more sensitive to price changes. Traders often use the KDJ indicator to spot divergences, crossovers, and extreme values (e.g., above 80 for overbought, below 20 for oversold) to make informed trading decisions. All parameters, including the RSV, K, and D periods, are customizable to suit different trading strategies.
Color Changing MAs📌 Indicator: Color Changing Moving Averages
This script plots up to four customizable moving averages, each with dynamic color changes based on price positioning and optional RSI filtering.
🧩 Key Features:
✅ 4 independent moving averages (SMA or EMA)
✅ Custom inputs for:
Length
Source (e.g. close, OHLC4, etc.)
Offset
Bullish/Bearish color
✅ Toggle visibility for each MA
✅ Global RSI filter to enhance trend signals:
User-defined RSI length
Adjustable Bullish/Bearish thresholds
Universal neutral color for flat/unclear momentum
✅ Global timeframe control — all MAs and RSI are calculated on a single timeframe of your choice (e.g. D, W, M)
🎯 Color Logic:
Bullish color = MA is below both open and close, and RSI is above threshold
Bearish color = MA is above both open and close, and RSI is below threshold
Neutral gray = MA is trending but RSI contradicts the move (filtered out)
🛠️ Use Cases:
Spot trend changes with visual clarity
Identify pullbacks within strong RSI-confirmed trends
Apply higher-timeframe signals while on lower-timeframe charts
⚠️ Notes:
This version uses request.security() to support global timeframe selection — higher timeframes on lower TF charts will display step-like behavior (as per TradingView architecture).
No smoothing/interpolation is applied to preserve raw signal accuracy.
sabydee20b เส้นแนวนอน 4 เส้น บนล่าง ปรับได้This script allows you to draw customizable horizontal lines above and below a base price.
You can adjust the offset values, enable or disable each line, and independently configure the color, width, and line style (solid, dashed, dotted) for the base, upper, and lower levels.
Ideal for marking support/resistance zones or profit/loss targets.
Mother Fish
Coinbase BTC Premium by BIGTAKERBTC Premium Gap Analysis: Binance, Coinbase, Upbit
This indicator provides real-time analysis and visualization of the premium gap between the Binance BTCUSDT price and the BTC prices on Coinbase (BTCUSD) and Upbit (BTCKRW).
Key Features
Coinbase Premium Gap
Measures the price difference between Coinbase and Binance as a percentage.
To improve visibility, the Coinbase premium is visually amplified by 10x.
Upbit Premium Gap
Calculates the premium by comparing Upbit's BTCKRW price (converted into USD using the real-time USDKRW exchange rate) against Binance BTCUSDT.
Dynamic Color Coding
Premiums above 0% are displayed in lime green, indicating positive premiums.
Premiums below 0% are displayed in red, indicating discounts.
Real-Time Labels
Displays real-time premium values for both Coinbase and Upbit on the right side of the chart.
Additional Notes
Upbit premiums are adjusted for the USD/KRW exchange rate to ensure accurate USD-based comparison.
The Coinbase premium is magnified visually (10x) to better capture minor movements, while the actual premium value remains correctly displayed.
The indicator is optimized for traders who monitor global BTC market price disparities across major exchanges.
How to Use
Quickly track global BTC price discrepancies across Binance, Coinbase, and Upbit.
Detect "Kimchi Premium" conditions in the Korean market through Upbit premiums.
Analyze buying and selling pressure in North American markets through Coinbase premiums.
Rectangle with Optional Quarter LinesBox with quarter lines and half line, color can be changed as well.
Tokyo Scalping Trend/Range + BB Squeeze [背景色保証版]
### **Indicator Title(タイトル)**
**Tokyo Scalping Trend/Range Detector + BB Squeeze**
---
### **Indicator Short Description
> A scalping tool optimized for the Tokyo session.
> Detects trend, range, and squeeze phases based on ADX, moving average slope, and Bollinger Band width.
> Suitable for 1m to 5m charts.
---
### **Full Explanation
---
## 📈 Overview
This indicator is specifically designed for scalping during the **Tokyo trading session (Japan Standard Time 9:00–15:00)**.
It automatically detects the market condition — **trend**, **range**, or **squeeze** — using a combination of:
- ADX (trend strength)
- Moving Average slope (price momentum)
- Bollinger Band width (volatility compression)
The background color of the chart will change accordingly to help traders quickly understand the current market environment without hesitation.
---
## 🧠 Logic
- **Trend (Green background)**
ADX is higher than the threshold and the moving average has a positive or negative slope.
➔ Indicates strong directional movement. Suitable for trend-following scalping.
- **Squeeze (Yellow background)**
Market is ranging, and Bollinger Band width is significantly narrower than usual.
➔ Indicates volatility contraction. A breakout is likely to occur soon.
- **Range (Blue background)**
Market is ranging with normal volatility (no squeeze detected).
➔ Low probability zone. Avoid aggressive trading or consider counter-trend strategies carefully.
- **Loading (Gray background)**
Data is not yet sufficient (early bars) or unstable.
➔ No trading recommended.
---
## 🕒 Tokyo Session Filtering
This indicator automatically filters the time zone:
It only activates between **9:00 AM and 3:00 PM Japan Standard Time (GMT+9)**.
You can adjust the time zone offset manually if your chart is set to UTC or other time zones.
---
## ⚙️ Adjustable Settings
- Moving Average period
- ADX period and threshold
- Bollinger Band period and multiplier
- Local timezone offset from UTC
---
## 🎯 Recommended Usage
- **Chart Timeframes**: 1-minute to 5-minute scalping charts
- **Main Focus**:
- Trade during green (trend) phases
- Watch carefully during yellow (squeeze) phases for breakouts
- Avoid random entries during blue (range) phases
- **Pro Tip**:
Enter on pullbacks during green zones, or breakout confirmation after yellow squeeze zones.
---
## 🚀 Future Upgrades (Optional)
This indicator is designed to be lightweight.
Future upgrades (not included yet) could add:
- Arrow markers on squeeze breakouts
- Sound alerts on trend start
- Volatility explosion warnings
---
# ✅ Notes
- Ensure your chart's timezone is correctly set if needed.
- Always combine technical indicators with price action confirmation for higher probability setups.
---
# 📚 Final Line
> **Simple visualizations. Precise Tokyo session scalping support.**
Jedi Momentum & Reversal Scalp IndicatorQuick Breakdown:
This scalping strategy was designed to take advantage of price movements throughout the regular trading session in NQ futures on the 1min chart. I developed this to help hunt for trend setups and reversals. This strategy or indicator is applicable to any high liquidity market, and works best on the 1min or 2min charts. 3min and 5min chart will give fewer signals.
Markets are unpredictable and the NQ can be especially volatile. Recognizing that a market is in a state of chop or extreme volatility is important as a trader. This script will give false signals when the market is in a state of chop or extreme volatility. Avoid opens that do not have a clear directional move. Avoid low volume or slower periods of the regular trading session. Due to low volume and usually a tighter range, this script will most likely not work well during the overnight session. However, if patient, this indicator can help you find 1-3 A+ Setups during the RTH session.
This indicator uses the 9, 20, and 50 simple moving averages. (custom SMA's)
I take into consideration other indicators and key levels, then look for confluence with this strategy when hunting for setups.
Long and Shorts are inverted for this strategy.
Conditions and Considerations:
- Setup Signal 1: 9 crosses 20. This is an early warning signal that momentum or sentiment in the market could be changing and starting to move in the direction of the cross. During consolidation or high volatility, Setup 1 will give false signals. A strong Setup Signal 1, usually happens after a period of consolidation.
- Setup Signal 2: 9 crosses 50. This is the main signal that a long or short setup has begun. The background will change color to highlight a long or short setup and you will only see long Enter signals if the Setup is long. Setup 2 gives less false signals.
- Entry Signal 1: 20 crosses 50. You won't be able to enter at the cross level, but if the momentum is healthy, then entering with the next candle could be a good entry level. However, sometimes price moves in the direction of the Setup before the cross, so you may want to enter just before if structure is favorable. Furthermore, you may want to have a stop that goes just outside of the 9/50 cross, since immediately pulling back to that level would not be healthy for the setup.
**Note: Conditions for Entry Signals 2-4; are when price has pulled away from the moving averages and they are in order above or below price, then as price pulls back to the 9, 20, and 50 a long signal is created when the low of a candle gets close (custom buffers) to one of the moving averages. A short signal is created when the high of a candle gets close to one of the moving averages.
- Entry Signal 2: Pullback to 9 (custom buffer). Early in a healthy setup the first pullback is usually the smallest and can happen quickly and also more than once.
- Entry Signal 3: Pullback to 20 (custom buffer). Midway into or later in a setup price will pullback towards the 20. This is sometimes an early exhaustion sign. Pullbacks to the 20 are usually fewer than pullbacks to the 9. Sometimes the 9 and 20 begin to entwine before continuation. If this happens take note of the angle on the 50, if there is still a decent angle supporting the direction of the setup, then the setup is still valid.
- Entry Signal 4: Pullback to 50 (custom buffer). This is sometimes an exhaustion signal and should be traded with caution and a tight stop. If the 50 is broken early in a Setup, then the momentum is not strong in the direction of the Setup, and you should avoid that trade. If later in the Setup the 50 is broken in a flush, but only by a few points, then wait and see if price rebounds in direction of Setup. If later in the Setup the 50 is broken by more than 25pts, then the Setup is not valid anymore.
- Exit Signal: 9 cross the 50. When the 9 crosses the 50 in the opposite direction as the previous Setup, then that Setup is over.
*Note: Context Matters! High volatility and chop can give false signals. Don’t trade every Setup. Market should make a clear opening drive and/or breakout of a key level or consolidation zone. Don’t try to use Entry signals in the middle of a consolidation zone, a day of high volatility, or during a news release (CPI, NFP, FOMC, etc.). Confluence with other indicators (like CDV candles pullback to CDV moving averages the same as price pullbacks to an Entry Signal, or RSI divergence after price made an exhaustion move off an Entry Signal, etc.) and key levels (like previous day’s OHLC, POC, VAH, VAL, etc.)
Momentum:
- 45* angle on moving averages can help identify strong momentum
- RSI/MACD should be in confluent zones as Setup (if long RSI should be above zero)
- Pullbacks always require patience=identify failure levels (15m/30m candle high/lows, OHLC, POC, VAH, VAL, etc.)
- RSI hidden divergence=strong momentum
- If strong momentum, then RSI divergence can give false signals
Reversal:
- Don’t try to fade strong momentum. Best to wait until Key Levels are reached.
- 3+ “pushes” with RSI divergence=early reversal signal, but don’t enter before Signal 2
- If Initial Balance is extremely wide, take caution holding onto reversal Setups. Price could snap back as the market revisits key levels
- Remember; a reversal is a pullback, but not all pullbacks are reversals
Risk Management:
- Depending on volatility, I trade with a 1:1 or 2:1 profit:loss bracket. My stops are usually set at 25pts
- I always leave a runner at key levels or outside range
- When main target is hit=all stops move to inside break even
- Typically trail stops behind the 50
- Setups should move quickly=if price stalls and pulls away from break even, exit trade before full stop is hit
ES 1min moving average settings: 16, 34, 75
RM Market StructureThis indicator helps you identify market structure by plotting swing highs and lows (HH, LH, HL, LL), and BOS/CHOCH. 4 swing lengths can be plotted on the chart.
SuperFib Manual EditThis is a TradingView custom indicator called "SuperFib Manual Edit" that allows traders to draw configurable horizontal lines at specific price levels with customizable text labels. Here's a breakdown of what it does:
Main Features
Creates up to 6 horizontal lines at user-defined price levels
Each line has an associated text label (like "Support 1" or "Superfib")
All visual elements are highly customizable
Configuration Options
Global Line Appearance
Customizable line color and thickness (1-4 pixels)
Label Appearance
Text color
Background color with transparency
Text size (Tiny, Small, Normal, Large, Huge)
Position (Left or Right side of the chart)
Individual Line Settings
Each of the 6 lines has its own settings group
For each line, users can set:
Price level (where the line appears)
Custom label text
Technical Implementation
Uses PineScript version 6
Implements helper functions for label size and alignment options
Efficiently manages label objects to prevent memory leaks
Only updates labels on the last bar for better performance
Lines/labels automatically hide if their price input is disabled
This indicator would be useful for traders who want to manually mark important price levels like support/resistance zones, Fibonacci levels, or other significant price points with clear visual indicators and labels. The "SuperFib" part of the name suggests it might be specifically designed for marking Fibonacci retracement or extension levels, though it allows for completely manual placement rather than automatic calculation.RetryClaude can make mistakes. Please double-check responses.