HFT 1M: EMA + VWAP + TSRSession VWAP: Volume-Weighted Average Price that resets at the start of each regular trading session; plotted in yellow.
EMA15: 15-period exponential moving average rendered as a stepline for crisp visualization; plotted in white.
Pivots: Dynamic support (green) and resistance (red) levels derived from highest/lowest values on a custom 100-unit timeframe.
References: session state built-ins and session detection, plus stepline plot style and time/session utilities.
Pita dan Kanal
square Level//@version=5
indicator("square Level", overlay=true)
for i = 2 to 30
squareLevel = i * i
line.new(bar_index,squareLevel,bar_index+1,squareLevel,extend = extend.both,color = color.green)
Auto Fibonacci Retracement (Labeled Swings, Rounded Prices)This tool automatically detects the latest confirmed swing high and swing low on your chart, using a user-settable pivot length. It then plots standard Fibonacci retracement levels between these confirmed pivots, labeling each retracement line with its percentage and rounded price for instant reference. All levels update only on swing confirmation, ensuring strict non-repainting logic and transparency.
How it works
Swing Detection:
Uses Pine Script’s native ta.pivothigh and ta.pivotlow functions to locate swing pivots after full confirmation, reducing noise and false signals.
Fibonacci Calculation:
Once two confirmed swings are found, the script draws standard Fibonacci retracement levels (0%, 23.6%, 38.2%, 50%, 61.8%, 78.6%, 100%) between these anchors. The levels adapt to both uptrends and downtrends, based on swing position.
Customization and Clarity:
Users can choose which retracement levels to display and adjust colors, line thickness, styles, and label sizes for chart clarity. All price labels are rounded for improved visibility.
Non-Repainting:
All levels are plotted only after a swing is confirmed by the market; nothing redraws retroactively.
How To Use It
Add the indicator to any chart and timeframe.
Select your preferred pivot length:
Smaller values yield more frequent swings, larger values wait for major structure.
Toggle each Fibonacci level you wish to see in the settings.
Adjust line and label appearance to fit your style.
Interpret retracement levels as potential support/resistance zones, awareness for pullbacks, and context for trend direction.
Combine the indicator with your technical, price action, or volume analysis to plan entries, stops, and targets.
What Traders Should Look For
Visual retracement map between confirmed swings:
Fib lines auto-update as new swings are confirmed, keeping your chart relevant.
Price reaction at Fib levels:
Watch for reversals, consolidations, or continuations near labeled percentages and prices.
Trend assessment:
Quickly spot whether market structure is showing shallow or deep retracements by the distance between levels.
Confluence:
Use retracement levels along with other indicators or market structure for more robust trade setups.
Key Features
Strict non-repainting logic (confirmed swings only)
Configurable retracement levels: Enable/disable each Fib line.
Rounded price & percentage labels
Visual customization: Colors, thickness, line style, label size
Automatic detection of direction (uptrend/downtrend pivots)
Disclaimer
This indicator is a technical analysis and educational tool. It does not provide buy/sell signals, nor guarantee future price movements. Please use in conjunction with your trading plan and risk management.
PRO SuperTrend with AlertsThe PRO SuperTrend with Alerts indicator is a professional-grade trend-following tool designed for traders who value accuracy, clean visualization, and automation. It adapts dynamically to market volatility using the Average True Range (ATR) and provides highly precise Buy and Sell signals at the exact crossover price.
Unlike traditional SuperTrend indicators, this version freezes entry prices at the moment of crossover, ensuring stable and non-repainting signals even as the market evolves. It also includes clear color-coded trend zones, formatted price labels, and fully customizable alerts.
The indicator automatically plots Up Trend and Down Trend lines to show current market direction. When the price crosses these lines, a new signal is generated — a green BUY label for bullish reversals and a red SELL label for bearish reversals. Each signal includes the exact entry price, formatted with thousands separators for readability.
Background highlighting can be enabled to visually emphasize current trend phases — green for uptrends and red for downtrends — helping traders quickly assess momentum and direction.
Alerts are built in for all key events:
SuperTrend Buy when the market shifts from bearish to bullish.
SuperTrend Sell when the market reverses from bullish to bearish.
SuperTrend Direction Change when any trend reversal occurs.
All signals are generated on candle close, making them reliable and free from intrabar repainting. The indicator works across all timeframes and instruments — crypto, forex, stocks, and commodities — and is suitable for scalping, swing trading, and automated alert-based strategies.
Key Features:
• Accurate ATR-based trend detection
• Non-repainting Buy and Sell signals
• Frozen crossover prices for precision entries
• Customizable background highlighting
• Fully automated TradingView alerts
• Professional label formatting and clear design
Recommended for:
Scalpers, swing traders, and algorithmic traders seeking a clean, dependable, and visually clear trend indicator with reliable alerts and precise crossover logic.
OneShot with AlertsThe One Shot with Alerts indicator is an advanced price action tool based on the Average True Range (ATR) concept.
It automatically constructs a three-line ATR channel consisting of an upper boundary (ATR Top), a lower boundary (ATR Bottom), and a central equilibrium line (ATR Midline).
This setup allows traders to clearly visualize volatility-driven price ranges and detect momentum reversals when price crosses the median level.
⚙️ Core Logic
ATR Channel Construction
The indicator calculates the ATR over a user-defined period (atrLen), defaulting to 200 bars.
It then determines two fixed levels from the previous candle’s close and ATR value:
ATR Bottom = Close − ATR × Multiplier (Bottom)
ATR Top = Close + ATR × Multiplier (Top)
A Midline is automatically derived as the midpoint between the two.
Using the ATR from the previous bar ensures that the lines remain static during the current candle, giving traders stable reference zones instead of constantly shifting levels.
Crossover Detection
The midline acts as the decision boundary.
When the current price crosses above the midline → a BUY signal is generated.
When the current price crosses below the midline → a SELL signal is triggered.
Only one signal can appear per bar, and it will always be the opposite of the previous one — avoiding multiple conflicting signals in flat markets.
Signal Labeling and Visualization
Each signal is displayed directly on the chart:
BUY labels appear below the candle with an upward pointer.
SELL labels appear above the candle with a downward pointer.
Labels also display the exact price at which the crossover occurred, formatted for easy reading (e.g., BUY 102 417).
Labels are positioned with a configurable offset (labelOffset) based on ATR size.
ATR Channel Visualization
The ATR Top and Bottom are drawn in orange, while the Midline is shown in yellow for clarity.
The area between Top and Bottom is softly shaded to visually represent the current volatility range.
This helps traders instantly identify whether the market is trading in a narrow consolidation or a wide volatile phase.
🔔 Alerts and Trading Use
While the script doesn’t include built-in alerts by default, it can be easily modified to trigger alerts on each signal event.
The BUY/SELL logic is suitable for:
Reversal trading strategies, entering trades at momentum shifts.
Trend-following confirmations, where the midline serves as a bias filter.
Scalping setups, where price re-enters the channel from one side to another.
Because the lines are based on the previous bar’s ATR, they stay fixed throughout the bar, giving traders clean, non-repainting entry conditions.
💡 Key Benefits
✅ Fixed ATR-based channel — no line jittering on live candles
✅ Clear entry and exit signals with precise price values
✅ Non-repainting logic
✅ Works on any timeframe or asset
✅ Fully customizable multipliers and offsets
📊 Typical Use Case
Traders can use this indicator to:
Identify momentum reversals when the price crosses the ATR Midline.
Combine it with other indicators (RSI, MACD, or volume) for signal confirmation.
Use the ATR channel as dynamic support/resistance zones for trailing stops or entries.
RonaldoCalculates ATR (Average True Range): Measures market volatility over a customizable period (default: 10). A higher ATR means more volatility. Calculates the Supertrend: Combines ATR with a multiplier (default: 3)
TREND - Clean WaveTrend oscillator. Displays WT1 (blue), WT2 (orange), momentum histogram, and key levels (58/51/-51/-58). Includes table with current state (overbought/oversold/neutral) and trend. Ideal for confirming momentum on any asset and timeframe.
Multi-Session Range Boxes (Asia, Europe, New York)## What this script does
**Multi-Session ORB (NY / London / Asia) - One Indicator** builds Opening Range Boxes for the three major trading sessions using one unified engine:
- New York session ORB
- London session ORB
- Asia session ORB
It is designed for traders who trade ORB and session-based structure and want all three sessions managed consistently by a single tool, instead of stacking multiple separate indicators.
---
## Core Logic & How It Works
For each enabled session, the script:
1. **Defines a configurable Opening Range window**
- Example defaults:
- NY: 09:30–09:45
- London: 03:00–03:15 (ET)
- Asia: 20:00–20:15 (ET)
2. **Builds the Opening Range**
- During the chosen window, it continuously tracks the highest high and lowest low.
- At the end of the window, that high/low becomes the official ORB for that session.
3. **Draws and extends the ORB box**
- A box is drawn from the start of the ORB window to its end, between the ORB high and low.
- During the user-defined “Extend/Show Until” window for that session, the box is extended in time so you can see how price behaves relative to that fixed opening range.
4. **Detects breakouts**
- During the extension window:
- If price crosses above the ORB high → potential long breakout condition.
- If price crosses below the ORB low → potential short breakout condition.
- These conditions are session-specific (NY, London, Asia) and exposed via alertconditions.
5. **Alerts with structured messages**
- Alerts are provided for:
- NY ORB Breakout UP / DOWN
- London ORB Breakout UP / DOWN
- Asia ORB Breakout UP / DOWN
- Messages are JSON-style, making them easy to integrate with webhooks or bots.
---
## Why this is a single, original tool (not a random mashup)
- Uses **one shared ORB function** to manage all sessions consistently.
- Encodes both:
- Visual structure (session ranges as bands on price).
- Mechanical logic (session-specific breakout signals + automation-ready alerts).
- Focuses specifically on global session ORB behavior in a compact overlay, instead of recreating generic tools or hiding basic code as a closed-source clone.
This makes it:
- Transparent: logic is clearly visible in the code.
- Practical: directly supports ORB traders across NY / London / Asia.
- Distinct: three sessions, one engine, one indicator.
---
## How to Use
1. **Session visualization**
- Enable/disable NY, London, and Asia ranges as needed.
- Use the colored bands to see where current price sits relative to each session’s ORB.
- Default: New York is highlighted in yellow for quick recognition.
2. **Strategy building**
- Use the ORB high/low as key decision levels:
- Trade confirmed breakouts.
- Fade failed breakouts back into the range.
- Track how later sessions interact with earlier session ranges.
3. **Alerts for automation**
- Set alerts on the built-in conditions to:
- Trigger entries in your own system.
- Send signals to a Discord/Telegram/bot via webhooks.
- No extra indicator is required to identify the session or the breakout.
---
## Publication Notes
- Title uses standard ASCII characters, as required.
- Chart for publication should be kept **clean**:
- Candles + this ORB indicator only, or any additional drawings strictly used to illustrate how to read the ranges.
- Description explains:
- What the script does,
- How it does it,
- How traders can use it,
- Why it is a coherent, original tool rather than an arbitrary mashup.
IKZ ULTIMATE (v6.5)Of course! Here is the English translation of the description for the **IKZ ULTIMATE** indicator, formatted in a file-ready style for easy copying and use.
***
### **Description of the IKZ ULTIMATE (Modified) Indicator**
**Indicator Name:** IKZ ULTIMATE (Modified Version)
**Core Purpose:** An All-in-One trading system designed to simplify technical analysis by integrating multiple tools into a single, unified interface.
**Trading Philosophy:** To follow the trend and confirm momentum for high-probability trading signals.
---
### **Detailed Overview: What is this Indicator?**
Think of **IKZ ULTIMATE** as a **"central command center"** or a **"personal trading assistant"** on your chart. Instead of cluttering your screen with 5 different indicators that might conflict, this indicator **combines the intelligence** of several strategies (trend, momentum, support, and resistance) and presents the results in an easy-to-understand visual format.
### **Core Components and Color Code (The Indicator's Language):**
1. **The Trend System (Smart Moving Averages):**
* **Its Job:** To answer the question, "What is the current trend?"
* **The Language:**
* **Green lines stacked upward:** Strong **Uptrend**. (A signal to be optimistic and look for buy opportunities)
* **Red lines stacked downward:** Strong **Downtrend**. (A signal to be cautious and look for sell opportunities)
* **Crossed and tangled lines:** **Ranging** or choppy market. (A signal to wait and avoid trading)
2. **The Momentum Gauge (Shaded Areas):**
* **Its Job:** To answer the question, "How strong are the buyers or sellers in the market right now?"
* **The Language:**
* **Green Shaded Area:** **Bullish** momentum. Buyers are strong and in control.
* **Red Shaded Area:** **Bearish** momentum. Sellers are strong and in control.
* **Color Intensity & Area Width:** Reflects the **momentum strength**. The darker and wider the area, the stronger the driving force behind the price move.
3. **Direct Entry Signals (Arrows):**
* **Their Job:** To answer the question, "When do I enter a trade precisely?"
* **The Language:**
* **Green Upward Arrow ↑:** **Buy** signal. It appears when an **Uptrend (Green lines) aligns with the start of Bullish Momentum (Green Area)**.
* **Red Downward Arrow ↓:** **Sell** signal. It appears when a **Downtrend (Red lines) aligns with the start of Bearish Momentum (Red Area)**.
4. **The Roadmap (Automatic Support & Resistance Levels):**
* **Its Job:** To answer the question, "Where can we expect the price to reverse or struggle?"
* **The Language:**
* **Red Horizontal Line:** A **Resistance** level. A potential selling zone.
* **Green Horizontal Line:** A **Support** level. A potential buying zone.
### **What Makes IKZ ULTIMATE Unique?**
* **Comprehensiveness:** It often requires no additional indicators.
* **Visual Clarity:** It uses colors and areas to make market analysis intuitive.
* **Proactive:** It doesn't just describe what happened; it attempts to provide signals for the upcoming move.
* **Versatile:** Suitable for day traders and swing traders across different timeframes.
### **Strengths:**
* Eliminates confusion and analysis paralysis.
* Promotes discipline and trend-following.
* Automatically identifies entry/exit points and key levels.
### **Weaknesses / Challenges (To Consider):**
* Like any indicator, it is **not infallible**. It may give false signals in ranging or volatile markets.
* Can sometimes cause **visual clutter** when many signals appear in a small area.
* Requires the user to **understand its philosophy**, not just blindly follow the arrows.
### **Final Summary:**
**IKZ ULTIMATE** is more than just an indicator; it is a **simplified trading system**. Its goal is to transform complex price data into a clear visual language, allowing you to make informed trading decisions based on the convergence of three key pillars: **Trend, Momentum, and Key Levels.**
***
*(Disclaimer: This indicator is a tool for analysis and does not constitute financial advice. Always practice risk management and backtest any strategy before using real capital.)*
Greazy Bear 5-Min Scalper [by: New Market Wizards] - FVG + BB// ── GB 5-MIN SCALP LOGIC ───────────────────────
// 1. Price touches Lower BB → potential long
// 2. Next bar closes ABOVE Lower BB → BUY
// 3. Price touches Upper BB → potential short
// 4. Next bar closes BELOW Upper BB → SELL
// 5. Only trade in direction of the prevailing 20-period trend (close > basis = uptrend)
VWAP + EMAs + Donchian + Dynamic LevelsSUMMARY
This is a multi-layered price panel that gives you:
Fair value (VWAP)
Trend (EMAs)
Breakout signals (Donchian)
Context & mean reversion (Dynamic Levels)
TRADING STRATEGIES (How to Use)
Strategy Signal Breakout VWAP or price crosses above Donchian Upper → Long
PullbackPrice touches Dynamic Low + EMA bounce → Buy dip
Mean Reversion VWAP far from Dynamic Mid → expect pullback
Trend Filter EMA Fast > EMA Slow → uptrend, only take longs
ScalpingSet Dynamic Lookback = 0 → live high/low for entries
BEST PRACTICES
Tip Action Use on 5m–1H charts
Best for intraday Combine with volume profile Confirm support
Turn off Dynamic on fast charts, Avoid noise
Use Donchian fill as no-trade zone Wait for breakout
WHAT IS IT'S PURPOSE
VWAP (Blue Line), Volume-weighted average price of current session,Institutional fair value
EMA Fast (Green),5-period EMA,Short-term trend
EMA Slow (Orange),10-period EMA,Medium-term trend
Donchian Channel,20-bar High/Low + Mid,Breakout & volatility
Dynamic Levels,100-bar High/Low + Mid,Longer-term context
Dynamic Levels — What They Are
Dynamic Levels = Highest High / Lowest Low / Midpoint over a user-defined lookback period
Donchian = Breakout-focused
Dynamic Levels = Longer-term context
Signal,Action
VWAP crosses above Dynamic High, Overextended → fade
Price bounces off Dynamic Low, Buy the dip
EMA reverts to Dynamic Mid, Mean reversion
lookback = 0 + VWAP, Live fair value
`bars_back` and `timeframe_bars_back` demo//@version=6
indicator("`bars_back` and `timeframe_bars_back` demo")
//@variable The number of bars back on the script's main timeframe (chart timeframe).
int barsBackInput = input.int(10, "Chart bar offset")
//@variable The number of bars back on the "1M" timeframe.
int tfBarsBackInput = input.int(3, "'1M' bar offset")
//@variable The opening UNIX timestamp of the current "1M" bar.
int monthTime = time("1M")
//@variable The opening time of the "1M" bar that contains the bar from `barsBackInput` bars back on the main timeframe.
int offsetTime1 = time("1M", bars_back = barsBackInput)
//@variable The "1M" opening time that is `tfBarsBackInput` monthly bars back, relative to the "1M" bar that opens at `offsetTime1`.
// This `time()` call first determines the "1M" bar time corresponding to `barsBackInput` bars back on the
// main timeframe, just like the previous call. Then, it calculates and returns the "1M" opening time that is
// `tfBarsBackInput` *monthly* bars back relative to that time.
int offsetTime2 = time("1M", bars_back = barsBackInput, timeframe_bars_back = tfBarsBackInput)
// Plot the values for visual comparison.
plot(monthTime, "No offset")
plot(offsetTime1, "`bars_back`", color.red)
plot(offsetTime2, "`bars_back` + `timeframe_bars_back`", color.purple)
// Log formatted timestamps in the Pine Logs pane.
log.info(" {0} {1} {2}", str.format_time(monthTime), str.format_time(offsetTime1), str.format_time(offsetTime2))
Multi-Session ORB (NY / London / Asia) - One Indicator## What this script does
**Multi-Session ORB (NY / London / Asia) - One Indicator** builds Opening Range Boxes for the three major trading sessions using one unified engine:
- New York session ORB
- London session ORB
- Asia session ORB
It is designed for traders who trade ORB and session-based structure and want all three sessions managed consistently by a single tool, instead of stacking multiple separate indicators.
---
## Core Logic & How It Works
For each enabled session, the script:
1. **Defines a configurable Opening Range window**
- Example defaults:
- NY: 09:30–09:45
- London: 03:00–03:15 (ET)
- Asia: 20:00–20:15 (ET)
2. **Builds the Opening Range**
- During the chosen window, it continuously tracks the highest high and lowest low.
- At the end of the window, that high/low becomes the official ORB for that session.
3. **Draws and extends the ORB box**
- A box is drawn from the start of the ORB window to its end, between the ORB high and low.
- During the user-defined “Extend/Show Until” window for that session, the box is extended in time so you can see how price behaves relative to that fixed opening range.
4. **Detects breakouts**
- During the extension window:
- If price crosses above the ORB high → potential long breakout condition.
- If price crosses below the ORB low → potential short breakout condition.
- These conditions are session-specific (NY, London, Asia) and exposed via alertconditions.
5. **Alerts with structured messages**
- Alerts are provided for:
- NY ORB Breakout UP / DOWN
- London ORB Breakout UP / DOWN
- Asia ORB Breakout UP / DOWN
- Messages are JSON-style, making them easy to integrate with webhooks or bots.
---
## Why this is a single, original tool (not a random mashup)
- Uses **one shared ORB function** to manage all sessions consistently.
- Encodes both:
- Visual structure (session ranges as bands on price).
- Mechanical logic (session-specific breakout signals + automation-ready alerts).
- Focuses specifically on global session ORB behavior in a compact overlay, instead of recreating generic tools or hiding basic code as a closed-source clone.
This makes it:
- Transparent: logic is clearly visible in the code.
- Practical: directly supports ORB traders across NY / London / Asia.
- Distinct: three sessions, one engine, one indicator.
---
## How to Use
1. **Session visualization**
- Enable/disable NY, London, and Asia ranges as needed.
- Use the colored bands to see where current price sits relative to each session’s ORB.
- Default: New York is highlighted in yellow for quick recognition.
2. **Strategy building**
- Use the ORB high/low as key decision levels:
- Trade confirmed breakouts.
- Fade failed breakouts back into the range.
- Track how later sessions interact with earlier session ranges.
3. **Alerts for automation**
- Set alerts on the built-in conditions to:
- Trigger entries in your own system.
- Send signals to a Discord/Telegram/bot via webhooks.
- No extra indicator is required to identify the session or the breakout.
---
## Publication Notes
- Title uses standard ASCII characters, as required.
- Chart for publication should be kept **clean**:
- Candles + this ORB indicator only, or any additional drawings strictly used to illustrate how to read the ranges.
- Description explains:
- What the script does,
- How it does it,
- How traders can use it,
- Why it is a coherent, original tool rather than an arbitrary mashup.
Three Golden Crosses Stock SelectionThe "Three Golden Crosses" stock selection signal indicates a continued bullish trend.
Institutional Trend LITE – Signal Line Overlay A clean, reactive, and non-repainting indicator designed to highlight the true market trend direction through an intelligent line based on EMA 21.
The signal line automatically changes color according to a dynamic trend score calculated from the relationship between EMA 21 / EMA 100, RSI 6 / RSI 12, ADX, and candle structure (body & direction).
trend lines v1 nguyenquyThe idea is to find Pivot Highs (PH) and Pivot Lows(PL) first.
Then, If current H is smaller then previous H (means no new higher high and possible downtrend) then draw trend line using them. and also it checks previous trend line (if exits) and if current angle is smaller then don't extend previous one.
Same idea when using Pivot Lows, If current L is higher then previous L (means no new lower low and possible uptrend) then draw trend line using them. and also it checks previous trend line (if exits) and if current angle is smaller then don't extend previous one.
Optionally style of old trend lines drawn as dashed.
Hope you enjoy it!
MA-boll short term tradingThis is a very accurate short-term buy/sell point that I have derived from my many years of experience in short-term trading.
Premarket High/Low (4:00–9:30 AM)This indicator allows me to visualize the full range in which the price moved during the pre-market session, providing a bearish confirmation when the low is broken and a bullish confirmation when the high is breached.
Fibonacci Retracement (Tita)⚙️ Key Features
Core Functionality
Automatic Swing Detection: Uses ZigZag indicator to identify significant highs and lows
Multiple Fibonacci Modes: Supports both Retracement levels and Timezone projections
Customizable Timeframe: Analyze Fibonacci levels on different timeframes than the current chart
Customization Options
11 Fibonacci Levels: From 0% to 300% with individual color and visibility controls
Flexible Display: Customize line thickness, style, and colors
Label Options: Choose position (Left/Right/Both/Auto) and visibility for both Fibonacci percentages and price levels
ZigZag Visualization: Option to show/hide the underlying ZigZag line
📊 How It Works
Swing Detection: The ZigZag algorithm identifies significant swing highs and lows based on depth, deviation, and backstep parameters
Level Calculation: Draws Fibonacci levels between the last two significant ZigZag points
Dynamic Updates: Automatically updates when new swings are detected and cleans up previous drawings
Visual Enhancement: Uses background coloring to indicate market direction (bullish/bearish)
🎨 Visual Elements
Colored Horizontal Lines: Each Fibonacci level has customizable colors
Percentage Labels: Shows retracement percentages (23.6%, 38.2%, etc.)
Price Labels: Displays exact price levels
ZigZag Connection Line: Visual connection between swing points
Direction-based Background: Subtle background tint indicating trend direction
💡 Trading Applications
Identify potential entry points at key Fibonacci levels
Set profit targets using extension levels (1.618, 2.0, 3.0, etc.)
Determine stop-loss placement below/above Fibonacci support/resistance
Analyze retracement depth for trend strength assessment
TraderDemircan Automatic Extend Fibonacci v1.0This indicator automatically identifies the most significant recent swing low and swing high within a user-defined lookback period. Based on this low-to-high move (from 0.0 to 1.0), it then calculates and plots a comprehensive set of Fibonacci retracement and extension levels, ranging from 0.0 up to 3.618.
This tool eliminates the need for manual Fibonacci drawing, providing a consistent and objective analysis of potential support and resistance zones. The levels automatically update as new highs are formed, ensuring your analysis stays relevant.
How It Works
Finds Swing Low (0.0): The script first scans the Lookback Period to find the lowest low price. This point becomes the 0.0 anchor.
Finds Swing High (1.0): It then finds the highest high price that has occurred after the swing low. This point becomes the 1.0 anchor.
Draws Levels: Using this (0.0 to 1.0) range, the indicator draws 18 different Fibonacci levels, including common retracements (0.236, 0.382, 0.618), mid-points (0.5), and extensive extensions (1.618, 2.618, 3.618, and more).
Key Features
Fully Automatic: No manual drawing or adjustment needed.
Comprehensive Levels: Includes 18 customizable Fibonacci levels, from 0.0 to 3.618.
Highly Customizable:
Toggle the visibility of each individual Fibonacci level.
Customize the color for every level.
Adjust line thickness, style (Solid, Dashed, Dotted), and extensions (left/right).
Clear Labeling:
Option to show price labels on the right.
Option to show percentage/level labels on the left.
Clearly marks the 0.0 (Min) and 1.0 (Max) swing points.
Trend Line: Includes an optional trend line connecting the swing low and swing high.
Settings
Lookback Period: How many candles back to scan for the initial swing low (0.0 point).
Pivot Sensibility: The number of candles required to determine the pivot point.
Fibonacci Levels (Group): A complete list of toggles and color pickers for all 18 levels.
Visibility (Group): Controls for line style, label visibility, and line extensions.
Dhanesh_CustomTrendlineLogicUsed framma in getting the trades.
You can also define the custom horizontal and an inclined trendline breaking of which can trigger the trade. Enjoy the script.
Boss Short Setup ScannerThis indicator identifies a specific short setup based on trend and candle structure.
Conditions include:
• 20 EMA below 50 EMA (downtrend confirmation)
• Price trading below both EMAs
• Bearish flip candle (shift from buyers to sellers)
• Confirmation candle closing below the flip candle’s low
When all criteria align, the script plots a signal to highlight a potential short entry.
This is designed for trade identification only — always confirm with your own supply zones, market structure, volume context, and risk management plan.
This script does not execute trades automatically.
Hourly ORB NY Session (5/15min) - FixedDrawing ORB each hour in NY session
First ORB is 9.30 to 11.00am
then every hour we have a 15 min ORB
11am
12pm
1pm
2pm
3pm
You dont need anything else than this! Simple and powerful






















