TrueOpens [AY]¹ See how price reacts to key multi-day and monthly open levels—perfect for S/R-focused traders.
Experimental indicator for tracking multi-day openings and ICT True Month Open levels, ideal for S/R traders.
TrueOpens ¹ – Multi-Day & True Month Open Levels
This indicator is experimental and designed to help traders visually track opening price levels across multiple days, along with the ICT True Month Open (TMO).
Key Features:
Supports up to 12 configurable multi-day opening sessions, each with independent color, style, width, and label options.
Automatically detects the True Month Open using the ICT method (2nd Monday of each month) and plots it on the chart.
Lines can extend dynamically and are limited to a user-defined number of historical bars for clarity.
Fully customizable timezones, label sizes, and display options.
This indicator is ideal for observing how price interacts with key levels, especially for traders who favor support and resistance-based strategies.
Disclaimer: This is an analytical tool for observation purposes. It does not provide buy or sell signals. Users should combine it with their own analysis and risk management.
Pivot points and levels
Volume Profile Grid [Alpha Extract]A sophisticated volume distribution analysis system that transforms market activity into institutional-grade visual profiles, revealing hidden support/resistance zones and market participant behavior. Utilizing advanced price level segmentation, bullish/bearish volume separation, and dynamic range analysis, the Volume Profile Grid delivers comprehensive market structure insights with Point of Control (POC) identification, Value Area boundaries, and volume delta analysis. The system features intelligent visualization modes, real-time sentiment analysis, and flexible range selection to provide traders with clear, actionable volume-based market context.
🔶 Dynamic Range Analysis Engine
Implements dual-mode range selection with visible chart analysis and fixed period lookback, automatically adjusting to current market view or analyzing specified historical periods. The system intelligently calculates optimal bar counts while maintaining performance through configurable maximum limits, ensuring responsive profile generation across all timeframes with institutional-grade precision.
// Dynamic period calculation with intelligent caching
get_analysis_period() =>
if i_use_visible_range
chart_start_time = chart.left_visible_bar_time
current_time = last_bar_time
time_span = current_time - chart_start_time
tf_seconds = timeframe.in_seconds()
estimated_bars = time_span / (tf_seconds * 1000)
range_bars = math.floor(estimated_bars)
final_bars = math.min(range_bars, i_max_visible_bars)
math.max(final_bars, 50) // Minimum threshold
else
math.max(i_periods, 50)
🔶 Advanced Bull/Bear Volume Separation
Employs sophisticated candle classification algorithms to separate bullish and bearish volume at each price level, with weighted distribution based on bar intersection ratios. The system analyzes open/close relationships to determine volume direction, applying proportional allocation for doji patterns and ensuring accurate representation of buying versus selling pressure across the entire price spectrum.
🔶 Multi-Mode Volume Visualization
Features three distinct display modes for bull/bear volume representation: Split mode creates mirrored profiles from a central axis, Side by Side mode displays sequential bull/bear segments, and Stacked mode separates volumes vertically. Each mode offers unique insights into market participant behavior with customizable width, thickness, and color parameters for optimal visual clarity.
// Bull/Bear volume calculation with weighted distribution
for bar_offset = 0 to actual_periods - 1
bar_high = high
bar_low = low
bar_volume = volume
// Calculate intersection weight
weight = math.min(bar_high, next_level) - math.max(bar_low, current_level)
weight := weight / (bar_high - bar_low)
weighted_volume = bar_volume * weight
// Classify volume direction
if bar_close > bar_open
level_bull_volume += weighted_volume
else if bar_close < bar_open
level_bear_volume += weighted_volume
else // Doji handling
level_bull_volume += weighted_volume * 0.5
level_bear_volume += weighted_volume * 0.5
🔶 Point of Control & Value Area Detection
Implements institutional-standard POC identification by locating the price level with maximum volume accumulation, providing critical support/resistance zones. The Value Area calculation uses sophisticated sorting algorithms to identify the price range containing 70% of trading volume, revealing the market's accepted value zone where institutional participants concentrate their activity.
🔶 Volume Delta Analysis System
Incorporates real-time volume delta calculation with configurable dominance thresholds to identify significant bull/bear imbalances. The system visually highlights price levels where buying or selling pressure exceeds threshold percentages, providing immediate insight into directional volume flow and potential reversal zones through color-coded delta indicators.
// Value Area calculation using 70% volume accumulation
total_volume_sum = array.sum(total_volumes)
target_volume = total_volume_sum * 0.70
// Sort volumes to find highest activity zones
for i = 0 to array.size(sorted_volumes) - 2
for j = i + 1 to array.size(sorted_volumes) - 1
if array.get(sorted_volumes, j) > array.get(sorted_volumes, i)
// Swap and track indices for value area boundaries
// Accumulate until 70% threshold reached
for i = 0 to array.size(sorted_indices) - 1
accumulated_volume += vol
array.push(va_levels, array.get(volume_levels, idx))
if accumulated_volume >= target_volume
break
❓How It Works
🔶 Weighted Volume Distribution
Implements proportional volume allocation based on the percentage of each bar that intersects with price levels. When a bar spans multiple levels, volume is distributed proportionally based on the intersection ratio, ensuring precise representation of trading activity across the entire price spectrum without double-counting or volume loss.
🔶 Real-Time Profile Generation
Profiles regenerate on each bar close when in visible range mode, automatically adapting to chart zoom and scroll actions. The system maintains optimal performance through intelligent caching mechanisms and selective line updates, ensuring smooth operation even with maximum resolution settings and extended analysis periods.
🔶 Market Sentiment Analysis
Features comprehensive volume analysis table displaying total volume metrics, bullish/bearish percentages, and overall market sentiment classification. The system calculates volume dominance ratios in real-time, providing immediate insight into whether buyers or sellers control the current price structure with percentage-based sentiment thresholds.
🔶 Visual Profile Mapping
Provides multi-layered visual feedback through colored volume bars, POC line highlighting, Value Area boundaries, and optional delta indicators. The system supports profile mirroring for alternative perspectives, line extension for future reference, and customizable label positioning with detailed price information at critical levels.
Why Choose Volume Profile Grid
The Volume Profile Grid represents the evolution of volume analysis tools, combining traditional volume profile concepts with modern visualization techniques and intelligent analysis algorithms. By integrating dynamic range selection, sophisticated bull/bear separation, and multi-mode visualization with POC/Value Area detection, it provides traders with institutional-quality market structure analysis that adapts to any trading style. The comprehensive delta analysis and sentiment monitoring system eliminates guesswork while the flexible visualization options ensure optimal clarity across all market conditions, making it an essential tool for traders seeking to understand true market dynamics through volume-based price discovery.
🟢 GANN SQUARE ROOT LEVELS ALL-IN-ONE 🟡🟢 GANN SQUARE ROOT LEVELS – All-in-One Indicator Guide
1️⃣ Indicator Overview 🌟
Name: GANN Square Root Levels All-in-One
Version: Pine Script v5
Markets Supported:
Indices (100 / 1000 levels) 📊
Bitcoin (BTC/USD) ₿
Forex Pairs (3-decimal & 5-decimal) 💱💴
Purpose:
Visualize support & resistance levels based on Gann square root principles.
Quickly spot potential reversal or breakout zones.
Works across multiple instruments without clutter.
2️⃣ Features ✅
Multi-Market Support 🌎
Display Indices, BTC, Forex all in one indicator.
Toggle individual zones on/off.
Dynamic Coloring 🎨
🟢 Green → price above level → support
🔴 Red → price below level → resistance
Precision for Decimals 🔢
Forex 5-decimal: EURUSD 1.15109
Forex 3-decimal: USDJPY 146.250
Customizable Base & Offsets 🛠️
Choose starting and ending points for each zone
Adjust line width for readability
Real-Time Updates ⏱️
Lines automatically change color as price moves.
3️⃣ How to Use – Step by Step 📝
Step 1: Add Indicator
Copy Pine Script into TradingView Pine Editor.
Save as “GANN Square Root Levels All-in-One”.
Add to chart.
Step 2: Configure Zones
Use Inputs Panel to toggle zones:
📈 Show 1000 Levels
📊 Show 100 Levels
₿ Show BTC Levels
💱 Show Forex 5-decimals
💴 Show Forex 3-decimals
Adjust start & end ranges according to the market.
Step 3: Interpret Lines
Green Line 🟢 → Support, price may bounce
Red Line 🔴 → Resistance, price may reverse
Extended lines → Shows past & future levels
Example Visual (Placeholder):
Green Line (1.15109) - EURUSD Support
Red Line (1.15136) - EURUSD Resistance
Step 4: Combine with Other Tools
Trend confirmation: Moving Averages, EMA, TMA
Momentum: RSI, MACD
Price action: Candlestick patterns (Engulfing, Pinbar, Doji)
Example Strategy:
Price touches green line + bullish engulfing → enter long
Price touches red line + bearish divergence → enter short
4️⃣ Market-Specific Examples 💹
Market Base + Offset Line Color Interpretation
EURUSD 1.15100 + 9 → 1.15109 🟢 Green Support zone
USDJPY 146.000 + 250 → 146.250 🔴 Red Resistance zone
BTC/USD 117000 + 360 → 117360 🟢 Green Support zone
Nifty50 25000 + 90 → 25090 🔴 Red Resistance zone
S&P500 3400 + 36 → 3436 🟢 Green Short-term support
5️⃣ Benefits & Advantages 🌟
Time-Saving ⏱️ – Multiple markets in one indicator
Precision 🔢 – Correct decimal handling for Forex and indices
Educational 📚 – Learn Gann square root principles interactively
Visual & Intuitive 🖼️ – Color-coded, easy to interpret
Dynamic & Real-Time ⏱️ – Automatic updates based on price
6️⃣ Tips for Traders 💡
Use green lines for buying zones near price bounces.
Use red lines for selling zones near resistance levels.
Combine with trend and momentum indicators for higher probability trades.
Consider higher timeframe Gann levels for strong support/resistance confirmation.
Avoid trading solely based on lines – use them as confluence with other signals.
8️⃣ Publication Tips for TradingView 🌐
Title:
“GANN Square Root Levels All-in-One – Multi-Market Support & Dynamic Coloring”
Description:
Explain zones supported: Indices, BTC, Forex 3/5-decimal
Highlight dynamic color update and real-time support/resistance
Include a few examples for practical usage
Screenshots with highlighted zones
Include emoji-rich guide for better readability
✅ Summary:
This indicator is a powerful visual tool to:
Track support & resistance across markets
Spot buy/sell zones dynamically
Save time by combining multiple instruments in one chart
Learn Gann principles interactively
PP_Solstice StrategyThis strategy was developed by Vinay with inputs from Warren, Dodgie and others to replicate TOS AGAIG indicators. It is available for free of use.
Dynamic Support and Resistance V2 | AnonycryptousThe Dynamic Support and Resistance V2 indicator, an easy tool to identify key support, resistance, trendline levels, pivot points and volume data.
Pivot Points.
Calculates support, resistance and trendline levels using pivot points, which are derived from the high, low, and close prices of previous trading periods.
Customize the pivot calculation by using Close' or 'High/Low' and adjusting the lookback periods for both the left and right sides of the pivot calculation.
Pivot points are crucial for forecasting potential market turning points, so it allows traders to adapt the indicator to different market conditions and timeframes.
By using pivot points, traders can spot reversal and consolidation levels or trendlines early on, allowing them to react to them in time.
Volume Levels.
This option focuses on identifying support and resistance levels based on volume data, specifically the Point of Control.
The POC is the highest traded volume price level during a time period.
This POC calculation, allow traders to areas of significant trading levels as support or resistance zones.
Volume-based levels gives insights into market sentiment and showes strong support and resistance based on trading volume.
Traders can choose between pivot-based and volume-based levels or use both simultaneously, depending on their analysis.
The indicator offers custom colors, so the trader can customize their visual analysis to their own style.
It calculates the importance of each level based on the number of touches and the duration it holds.
This indicator is intended for educational and informational purposes only and should not be considered financial advice.
Trading involves significant risk, and you should consult with a financial advisor before making any trading decisions.
The performance of this indicator is not guaranteed, and past results do not predict future performance.
Use at your own risk.
Market Structure Trend Change by TenAMTraderMarket Structure Trend Change Indicator
Description:
This indicator detects changes in market trend by analyzing swing highs and lows to identify Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL). It helps traders quickly see potential reversals and trend continuation points.
Features:
Automatically identifies pivots based on configurable left and right bars.
Labels pivot points (HH, HL, LH, LL) directly on the chart (text-only for clarity).
Generates buy and sell signals when a trend change is detected:
Buy Signal: HL after repeated LLs.
Sell Signal: LH after repeated HHs.
Fully customizable signal appearance: arrow type, circle, label, color, and size.
Adjustable minimum number of repeated highs or lows before a trend change triggers a signal.
Alerts built in for automated notifications when buy/sell signals occur.
Default Settings:
Optimized for a 10-minute chart.
Default “Min repeats before trend change” and pivot left/right bars are set for typical 10-min price swings.
User Customization:
Adjust the “Pivot Left Bars,” “Pivot Right Bars,” and “Min repeats before trend change” to match your trading style, chart timeframe, and volatility.
Enable pivot labels for visual clarity if desired.
Set alerts to receive notifications of trend changes in real time.
How to Use:
Apply the indicator to any chart and timeframe. It works best on swing-trading or trend-following strategies.
Watch for Buy/Sell signals in conjunction with your other analysis, such as volume, support/resistance, or other indicators.
Legal Disclaimer:
This indicator is provided for educational and informational purposes only. It is not financial advice. Trading involves substantial risk, and past performance is not indicative of future results. Users should trade at their own risk and are solely responsible for any gains or losses incurred.
Globex Overnight Futures ORB with FIB's by TenAMTrader📌 Globex Overnight Futures ORB with FIB’s – by TenAMTrader
This indicator is designed for futures traders who want to track the Globex Overnight Opening Range (ORB) and apply Fibonacci projections to anticipate potential support/resistance zones. It’s especially useful for traders who follow overnight sessions (such as ES, NQ, CL) and want to map out key levels before the U.S. regular session begins.
⚙️ How It Works
Primary Range (ORB):
You define a start and end time (default set to 18:00 – 18:15 EST). During this period, the script tracks the session high, low, and midpoint.
Opening Range Plots:
High Line (green)
Low Line (red)
Midpoint Line (yellow)
A shaded cloud between High–Mid and Mid–Low for easy visualization.
Fibonacci Projections:
Once the ORB is complete, the script calculates a full suite of Fibonacci retracements and extensions (e.g., 0.236, 0.382, 0.618, 1.0, 1.618, 2.0).
Standard key levels (0.618, 0.786, 1.0, etc.) are always shown if enabled.
Optional extended levels (1.236, 1.382, 1.5, 2.0, etc.) can be toggled on/off.
"Between Range" fibs (such as 0.382 and 0.618 inside the ORB) are also available for traders who like intra-range precision.
🔧 User Settings
Time Inputs: Choose your ORB start/end time.
Color Controls: Customize high, low, midpoint, and fib line colors.
Display Toggles: Turn on/off High, Low, Midpoint lines and Fibonacci projections.
Fib Extensions Toggle: Decide whether to show only major fibs or all extensions.
Alerts (Optional): Alerts can be set for crossing the ORB High, Low, or Midpoint.
📊 Practical Use Cases
Breakout Traders: Use the ORB high/low as breakout triggers.
Mean Reversion Traders: Watch for rejections near fib extension levels.
Overnight Futures Monitoring: Track Globex behavior to prepare for RTH open.
Risk Management: ORB and Fib levels make for natural stop/target placement zones.
⚠️ Disclaimer
This indicator is provided for educational and informational purposes only. It does not constitute financial advice, investment advice, or trading recommendations. Trading futures involves substantial risk of loss and may not be suitable for all investors. Always do your own due diligence and consult with a licensed financial professional before making trading decisions.
ZLT - Hyperscalp - TestWhat This Strategy Does - Complete Overview
This is a professional scalping strategy designed for fast-moving markets like NAS100 (NASDAQ 100). It's built to catch quick price bounces when the market pulls back too far in a trending move.
The Big Picture
Think of it like a rubber band strategy: When price stretches too far from its average (like pulling a rubber band), it tends to snap back. This strategy identifies those stretched moments and enters trades expecting the "snap back" to happen.
Step-by-Step How It Works
1. First, it identifies the overall trend (Higher Timeframe Analysis)
Looks at a bigger picture (15-30 minute chart)
Uses two moving averages (50 EMA and 200 EMA)
Only trades WITH the trend, never against it
2. Then waits for a pullback (The Setup)
In an uptrend: Waits for price to dip below the lower Keltner Channel
In a downtrend: Waits for price to spike above the upper Keltner Channel
Also checks if RSI shows oversold (longs) or overbought (shorts)
3. Looks for reversal signs (The Trigger)
RSI starting to turn back (crossing 50)
Price crossing back into normal range
Momentum shifting back toward the trend
4. Filters out bad trades (Quality Control)
ADX must be above threshold (trending market, not choppy)
Volatility must be in acceptable range (not too quiet, not too crazy)
Only trades during specified hours (liquid sessions)
Enforces cooldown periods between trades
5. Manages the position (Risk Management)
Sets initial stop loss based on ATR (market volatility)
Moves stop to breakeven when trade goes in profit
Activates trailing stop to protect profits
Takes profit at predetermined target (1.2x risk by default)
Three Built-in Presets for NAS100
🔴 Aggressive (1-minute charts)
More trades, quicker entries
Tighter stops, faster action
For experienced scalpers
🟡 Balanced (3-minute charts)
Moderate frequency
Balanced risk/reward
Good starting point
🟢 Conservative (5-minute charts)
Fewer, higher-quality trades
Wider stops, bigger targets
For cautious traders
Why It Works
The strategy exploits three market tendencies:
Mean reversion: Extreme moves tend to reverse
Trend continuation: Overall trends tend to persist
Momentum patterns: RSI extremes often mark turning points
Best Used For
Markets: Indices like NAS100, S&P 500
Timeframes: 1-5 minute charts
Conditions: Trending markets with good volatility
Style: Day trading/scalping (quick in-and-out trades)
Key Features
No repainting: Signals are final once they appear
Automatic position sizing: Uses percentage of equity
Multiple safety checks: Prevents overtrading
Visual indicators: Shows entry points, trend lines, and channels
Alerts: Can notify you when trades trigger
The Bottom Line
This strategy is like having a systematic trader who:
Only buys dips in uptrends
Only sells rallies in downtrends
Waits for extreme stretches
Enters when price starts snapping back
Manages risk automatically
Prevents emotional overtrading
It's designed to take many small, controlled bites rather than swinging for home runs. Perfect for active traders who want systematic, rule-based entries and exits.
SUPPORT REGISTANCE BY RITA PRASAD//@version=5
indicator("Supply & Demand Zones (Order Blocks)", overlay=true, max_bars_back=500)
// Inputs
len = input.int(20, "Swing Length")
lookback = input.int(300, "Lookback Bars")
transp = input.int(85, "Zone Transparency", minval=0, maxval=100)
// Identify swing highs & lows
swingHigh = ta.pivothigh(high, len, len)
swingLow = ta.pivotlow(low, len, len)
// Store zones
var supplyZones = array.new_line()
var demandZones = array.new_line()
if not na(swingHigh)
line1 = line.new(bar_index - len, swingHigh, bar_index, swingHigh, extend=extend.right, color=color.red, width=2)
array.push(supplyZones, line1)
if not na(swingLow)
line2 = line.new(bar_index - len, swingLow, bar_index, swingLow, extend=extend.right, color=color.green, width=2)
array.push(demandZones, line2)
// Plot rectangles for zones
if not na(swingHigh)
var box supplyBox = na
supplyBox := box.new(left=bar_index - len, top=swingHigh, right=bar_index, bottom=swingHigh * 0.998, bgcolor=color.new(color.red, transp))
box.set_extend(supplyBox, extend.right)
if not na(swingLow)
var box demandBox = na
demandBox := box.new(left=bar_index - len, top=swingLow * 1.002, right=bar_index, bottom=swingLow, bgcolor=color.new(color.green, transp))
box.set_extend(demandBox, extend.right)
Previous Day Fibonacci + Opening RangePrev Day Fibonacci & Opening Range Levels
This indicator is designed for professional traders who want to combine yesterday’s market structure with today’s intraday levels.
🔹 Features:
Automatic Fibonacci Retracements: Draws customizable Fibonacci retracement/extension levels based on the previous day’s High & Low.
Full Customization: Users can adjust the Fibonacci ratios and colors directly in settings.
Opening Range Levels: Plots today’s first candle High & Low (user-selectable timeframe for OR).
Clear Visuals: Helps identify key reversal zones, breakout levels, and confluence areas between higher timeframe structure and intraday moves.
🔹 Usage Ideas:
Spot potential reversal zones when price reacts to previous-day Fib levels.
Combine Opening Range breakout strategies with daily Fib levels for high-probability setups.
Use as confluence levels with your existing price action or indicator-based strategy.
⚡ Pro Tip: Look for overlaps between the Opening Range and Fibonacci retracements — these zones often act as strong support/resistance areas.
Pivot Points + Mid Levels (P, R/S, mR1/mS1) – FR (corrigé)//@version=5
// ───────────────────────────────────────────────────────────────────────────────
// Pivot Points + Mid Levels (P, R/S, mR1/mS1) – EN/FR
// Author: Aurelien (with ChatGPT helper)
// License: Open-source for educational use
//
// WHAT IT DOES
// • Plots Traditional Pivot Points (P, R1–R3, S1–S3) for a chosen timeframe
// (Daily / Weekly / Monthly).
// • Adds mid-levels: mR1/mS1 (optional mR2/mS2).
// • Shows previous period High/Low (prev day/week/month).
//
// HOW TO USE
// • Add the indicator, open settings:
// - “Pivot timeframe”: choose Daily / Weekly / Monthly.
// - Toggle mid-levels and previous High/Low.
// • To replicate a multi-timeframe grid (like Benoist’s setup), add the indicator
// twice: one set to Weekly, one set to Monthly.
//
// NOTES
// • Plot titles must be const strings, so timeframe suffix isn’t appended to them.
// The selected pivot timeframe is displayed via a dynamic label instead.
// • You can color/style lines in settings; this script keeps a clean default.
//
// DISCLAIMER
// For educational purposes only. Not financial advice. Use at your own risk.
// ───────────────────────────────────────────────────────────────────────────────
indicator("Pivot Points + Mid Levels (P, R/S, mR1/mS1) – EN/FR", overlay=true, max_lines_count=500)
HH HL LL LH IdentifierThe HH HL LL LH Identifier is a powerful price action tool designed to help traders easily identify market structure by marking Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL) directly on the chart.
Key Features:
Automatically detects swing highs and swing lows based on customizable lookback periods.
Labels each swing with HH, HL, LH, or LL for clear visual reference.
Helps traders identify trends, pullbacks, and potential reversal points.
Supports both trend-following and swing trading strategies.
Fully compatible with TradingView charts and works on any timeframe.
Use Cases:
Spot uptrends (HH + HL) and downtrends (LL + LH) easily.
Identify pullback zones for optimal entries and exits.
Combine with other technical indicators like EMA, RSI, or Fibonacci for enhanced strategy.
Take the guesswork out of market structure and make informed trading decisions with the HH HL LL LH Identifier.
Previous Day High & Low (PDH / PDL) with HistoryThis indicator automatically plots the Previous Day High (PDH) and Previous Day Low (PDL) on your chart.
✨ Features:
📅 Multiple days of history (choose how many days to keep, or unlimited).
🎨 Custom colors and line styles (solid, dashed, dotted).
🔎 Show or hide levels once touched by price.
🏷️ Optional labels (“PDH” and “PDL”) that follow the line to the right edge.
🚀 Works on any market, any timeframe.
🔧 Use cases:
Identify key liquidity levels.
Track daily ranges for intraday trading.
Combine with other strategies for confluence.
Candle % Levels (10/30/50/70/90)Visualize candle strength like never before. This indicator automatically plots percentage levels (10%, 30%, 50%, 70%, 90%) within each candle to highlight key retracement and extension zones.
🔹 Instantly measure candle momentum and balance
🔹 Spot potential reversal or continuation points
🔹 Works on any timeframe or market (crypto, forex, stocks, futures)
Whether you scalp, day trade, or swing, these levels add clarity and precision to your entries, stop-losses, and take-profit targets.
Tama's Levels & Rounded NumbersPlots key intraday reference levels to aid with market structure and bias:
- Cash Open – Marks the official equity session open.
- Yesterday’s High/Low – Drawn from the prior completed cash session at the bars where they occurred.
- Globex High/Low – Tracks the overnight session’s extremes.
- Round Numbers – Evenly spaced psychological levels around current price.
All levels are fully customizable (color, style, thickness, visibility), designed to make it easy to see where price is likely to react.
LK_RealBars_BO [Kiazer] v1.0Redraw every bar in order to fill every gap from previous period. Although you lose information about ranges in which trades really went on, this script is meant to help to understand the forces that really push and pull the price and make the next moves happen, in the flowing chain of causes and effects, proving that Causality is the ultimate truth, besides Price.
Auto Entry + TP/SL Levels🔹 English description
Auto Entry + TP/SL Levels
This tool is designed for intraday and swing traders who want to see ready trading setups directly on the chart.
The indicator automatically detects Break of Structure (BOS) and builds:
Entry point (ENTRY)
Stop-Loss (SL)
Take-Profits (TP1, TP2, TP3) based on risk/reward ratio
📌 Works both for long and short positions.
How it helps:
You don’t need to calculate targets manually
Levels are plotted automatically and update in real time
Clear visual plan for every trade (Entry, SL, TP)
Great for futures and leverage trading
✅ Perfect for traders who value discipline, automation and precision.
Position Size & Stop Loss | QuantEdgeBPosition Size & Stop Loss | QuantEdgeB
QuantEdgeB indicator for calculating risk-based position sizing, leverage, and dynamic stop-loss levels—all in one on-chart dashboard.
🔍 What It Does
1. Position Sizing
o Takes your Portfolio Value and Risk Percentage to compute how much dollar risk you’re willing to take.
o Given an Entry Price and Stop-Loss Price, it derives the per-trade risk and thus the optimal Position Size (number of contracts/shares).
o Based on your available Margin, it calculates the implied Leverage.
2. Stop-Loss Levels
o Offers two modes:
High-Low SL — plots the highest high and lowest low over user-defined lookback windows.
Market-Structure SL — dynamically tracks the current up/down “wick” extremes using an HMA-driven regime filter and places your stop just inside the recent high/low wicks.
o Always overlays both a “Highest Band” and “Lowest Band” as steplines, plus a simple moving average for trend context.
3. Dashboard Table
o Presents all core inputs and outputs in a neat on-chart table:
Portfolio Value, Margin, Risk %, Entry, Stop Loss
Computed Position Size and Leverage
Final Long SL and Short SL levels (depending on your chosen SL type)
o Fully customizable: choose table position, text size, color theme, and transparency.
⚙️ Inputs & Settings
Portfolio Value ($) -> Total account equity.
Margin on Exchange ($) -> Available margin for this trade.
Risk Percentage (%) -> Percent of portfolio to risk per trade.
Entry Price -> Your intended entry level.
Stop Loss Price -> Your intended stop level.
Decimal Places -> Rounding precision for “Position Size.”
Below the hood, “Position Size” is simply the number of units you should buy (or sell) so that, if your stop-loss is hit, you lose exactly your pre-defined risk amount. Here’s how to translate it into a real trade—and a quick example using the script’s default settings:
🔢 What “Position Size” Means - Deep Dive
• Units: the raw number of shares, contracts, or cryptocurrency coins.
• Risk per unit = |Entry Price – Stop-Loss Price|
• Total Risk = Portfolio Value × (Risk %)
• Position Size = Total Risk ÷ Risk per unit
If you trade instruments that are fractional (e.g. BTC) you’ll buy that many coins; if it’s a futures contract, you buy that many contracts; if it’s stock, that many shares.
🧮 Hypothetical Example
1. Inputs
o Portfolio Value = $100 000
o Risk % = 1%
o Entry Price = 105 000
o Stop-Loss Price = 104 000
o Margin Available = $10 000
2. Compute Your Risk Budget
3. Total Risk = 100 000 × (1 / 100) = $1 000
4. Compute Risk Per Unit
5. Risk per Unit = |105 000 – 104 000| = $1 000 per unit
6. Compute Position Size
7. Position Size = 1 000 ÷ 1 000 = 1 unit
o If you’re trading 1 BTC contract, you buy 1 contract.
o If it were stock, you’d buy 1 share.
o If it were spot BTC, you’d buy 1 BTC.
8. Compute Implied Leverage
9. Notional Exposure = Position Size × Entry Price = 1 × 105 000 = $105 000
10. Leverage = 105 000 ÷ 10 000 ≈ 10.5×
11. Place the Trade
o Buy 1 unit at 105 000.
o Place your stop-loss at 104 000.
o If price drifts down to 104 000, you lose exactly $1 000 (1% of your $100 000 account).
📋 Putting It All Together on the Chart
When the indicator’s table shows:
1. Portfolio Value = 100'000
2. Margin = 10'000
3. Risk% = 1%
4. Entry = 105'000
5. Stop Loss = 104'000
6. Size = 1
7. Leverage = 10.5x
…that tells you in plain terms:
“With $100 000 behind me and a 1% risk threshold, buying 1 unit here—with my stop at 104 000—means I stand to lose $1 000 if I’m wrong. I’m using $10 000 of margin, so I’m at roughly 10.5× leverage.”
No more guesswork around lot sizes or margin calls—this table gives you the exact numbers you need to place that order.
🎨 Visual Output
1. Stepline Plots
o Highest Band (short-side stop) in your down-color.
o Lowest Band (long-side stop) in your up-color.
o EMA Trend Line for context.
2. Dashboard Table
o Header with the indicator name.
o First section: all your Position Size inputs & results.
o Separator line + SL-Type label.
o Final section: Long SL and Short SL values under the chosen mode.
o Color and transparency reflect your selected theme.
🧑💼 Why It’s Useful
• Risk-First Sizing: Never guess your position again—risk is dollar-accurately defined.
• Flexible Stop-Loss: Choose the simple bar-high/low bands or an adaptive “wick-insider” based on market structure.
• On-Chart Clarity: Everything you need to size, stop-loss, and monitor your trade sits in one unified panel.
• Customizable: Color themes, font sizes, SL methods, and more—tailor it to your workflow.
Use this indicator to keep your risk parameters crystal-clear, automate your position sizing, and visualize both static and dynamic stop-loss levels—all without leaving your TradingView chart.
TrendMaster Pro [By TraderMan]📈 TrendMaster Pro Indicator 🚀
TrendMaster Pro is a powerful, technical analysis-based trading tool used on TradingView.
It’s designed to identify market trends, detect support/resistance levels, spot trend breakouts, and generate automatic buy-sell signals.
⚙️ Indicator Logic and Functionality
🔎 Pivot Detection: Captures market turning points (pivot highs & lows).
📉📈 Trend Lines: Draws support (green) and resistance (red) lines between recent pivot points.
💥 Breakout Detection: Generates signals when price breaks support or resistance levels.
⏳ Multi-Timeframe Analysis: Analyzes trend direction and breakouts on 5m, 15m, 1h, 4h, and daily charts.
📊 EMA & Momentum: Confirms trend direction using 5 and 13-period EMAs and momentum indicators.
🎯 TP/SL Levels: Automatically calculates Take Profit (TP) and Stop Loss (SL) levels.
⭐ Success Rate: Measures signal accuracy as a percentage; only signals above 70% are shown.
👁️🗨️ Visual Elements: Easy-to-use interface with trend lines, TP/SL boxes, labels, and summary tables.
📲 Alerts: Sends real-time buy/sell notifications via Telegram or webhook.
🛠️ How It Works
🔺 Pivot and Trend Lines
Pivots (highs and lows) are detected based on a user-defined lookback period.
Support (green) and resistance (red) lines are drawn between these points and extended into the future.
⚡ Breakout Detection
If price breaks above resistance → Buy (Long) signal!
If price breaks below support → Sell (Short) signal!
A confirmation bar count (default 1 bar) helps reduce false signals.
📅 Multi-Timeframe Analysis
Checks trend and breakout status across 5m, 15m, 1h, 4h, and daily charts.
EMA5 > EMA13 with positive momentum indicates a bullish trend; the opposite indicates a bearish trend.
🎯 TP and SL Calculation
Entry price is based on the support/resistance level.
TP (2%) and SL (1.3%) percentages are calculated automatically, with vertical offsets applied.
🌟 Success Rate
Rates signal strength based on trend and breakout alignment across timeframes.
Only signals above 70% trigger alerts.
🎮 How to Use
Add the Indicator: Paste the code into Pine Script editor on TradingView and add to your chart.
Configure Settings: Adjust pivot lookback, TP/SL percentages, confirmation bars, and other parameters to fit your strategy.
Follow Signals:
Buy signals show “BUY” labels and TP/SL boxes after resistance breakouts.
Sell signals show “SELL” labels after support breakdowns.
Enter Positions: Take positions on confirmed signals and monitor TP/SL levels.
Receive Alerts: Signals with a success rate above 70% will send automatic Telegram notifications.
💡 Tips for Use
⏱️ Timeframe Choice: Use short timeframes (5m, 15m) for scalping, longer (1h, 4h, daily) for swing trading.
📈 Success Rate: Signals over 80% are more reliable; be cautious with lower percentages.
⚙️ Settings: Optimize TP/SL and pivot period according to asset volatility.
🛡️ Risk Management: Always use SL and manage position size carefully.
🎉 Advantages
📊 Multi-timeframe support for stronger analysis
👁️🗨️ User-friendly visuals and summary tables
🤖 Automated alerts via Telegram/webhook
🔧 Flexible, customizable parameters
⚠️ Warnings
⚡ High volatility may increase false signals—consider increasing confirmation bars.
🔄 Signals can be less reliable in non-trending (range) markets.
🧪 Always test strategies on demo accounts before going live.
Conquer the waves of the market with TrendMaster Pro! 🌊💪
kênh giá *** ahihiYou extract:
Core balance point of each time frame
Compare single value
Pure trend hierarchy 📊
This is:
Eastern philosophy meets Western efficiency
"Great Simple" (大道至简)
Occam's razor in trading! ✂️
Compare the midpoint = "Trendy point"!
You not only apply Ichimoku but also understand its nature! 🧘♂️
Master insight! 🙏✨
Forex Session with SR IndicatorThe indicator primarily focuses on Asian, London and New York sessions breakout trading.
Auto Entry + TP/SL Levelsblob:https://chatgpt.com/dc680cc0-9d7f-4180-ab9a-03ea75dbf18b [/url🔹 English description
Auto Entry + TP/SL Levels
This tool is designed for intraday and swing traders who want to see ready trading setups directly on the chart.
The indicator automatically detects Break of Structure (BOS) and builds:
Entry point (ENTRY)
Stop-Loss (SL)
Take-Profits (TP1, TP2, TP3) based on risk/reward ratio
📌 Works both for long and short positions.
How it helps:
You don’t need to calculate targets manually
Levels are plotted automatically and update in real time
Clear visual plan for every trade (Entry, SL, TP)
Great for futures and leverage trading
✅ Perfect for traders who value discipline, automation and precision.
Auto Entry + TP/SL Levelsblob:https://chatgpt.com/dc680cc0-9d7f-4180-ab9a-03ea75dbf18b [/url🔹 English description
Auto Entry + TP/SL Levels
This tool is designed for intraday and swing traders who want to see ready trading setups directly on the chart.
The indicator automatically detects Break of Structure (BOS) and builds:
Entry point (ENTRY)
Stop-Loss (SL)
Take-Profits (TP1, TP2, TP3) based on risk/reward ratio
📌 Works both for long and short positions.
How it helps:
You don’t need to calculate targets manually
Levels are plotted automatically and update in real time
Clear visual plan for every trade (Entry, SL, TP)
Great for futures and leverage trading
✅ Perfect for traders who value discipline, automation and precision.
BOS PRO — Zone + Entry/SL/TP (Prev Zone Only)💎 BOS PRO - Zone + Entry/SL/TP
Trade the structure of the market, not guesses.
📌 Key advantages:
🚀 Automatically detects BOS (Break of Structure)
🔲 Builds current demand/supply zones
🎯 Counts Entry, SL and three Take Profit (TP1, TP2, TP3)
🛡️ Built-in risk management → pure discipline on the chart
📊 Works on the crypt, futures and FX
🔥 Why BOS PRO?
❌ Chaos and guesses → ✅ Clear deal plan
❌ Hundreds of lines on the chart → ✅ Only the actual zone
❌ Emotions → ✅ Algorithm
👤 For whom:
For traders trading retests and routs
For those who want to remove the noise and work on the system
For professionals who appreciate structure and control
📈 BOS PRO is your trading navigator.
It shows where to enter, where to exit and where to keep the deal.