指標和策略
BTC Lead(v3.31)Summary
A 15-minute, BTC-focused lead/divergence indicator designed for simple execution: when a ▲/▼ appears, start scaling in with small clips; when a ■ (black square) prints, it means the indicator’s edge has weakened (not that the market trend is over). Real-time expected move label and alert templates included. Do not fade the signal—if you must try the opposite side, wait until a ■ appears.
How to read the signals
▲ Green → Long bias increased
▼ Pink → Short bias increased
■ Black → Edge weakened; consider taking profits/standing aside
Multiple level markers on the same bar (L2/L3/L4) = stronger setup
Live label (top of chart)
A single line shows the Expected Move (%) with arrow and color-coded background (↑ green / ↓ pink) for instant direction clarity.
Tip: Use Replay to watch label → ▲/▼ → ■ sequences on past data.
Confidence filter (important)
|Expected Move| < 1% → treat as noise / ignore
If considering the opposite direction, wait for a ■ first (edge reduced).
Scope
Internal calculations are fixed to 15-minute resolution.
Built for BTC 15m. It may display on other crypto symbols/timeframes, but performance is not guaranteed.
Alerts
Ready-made conditions: ENTRY LONG / ENTRY SHORT / EXIT LONG / EXIT SHORT. Add an alert on this indicator and choose the condition you want.
Risk note
For research/education only. Past behavior doesn’t guarantee future results. Predefine position sizing, stops, and profit-taking, and execute consistently.
Bull/Bear Thermometer - GSK-VIZAG-AP-INDIABull/Bear Thermometer - GSK-VIZAG-AP-INDIA
Overview
The Bull/Bear Thermometer is a visual volume-based indicator designed to gauge the cumulative buying (bullish) and selling (bearish) pressure over customization time intervals on any chart. It uses Cumulative Volume Delta (CVD) to track buying and selling dominance and visually represents this data as vertical bar meters with percentage scales.
Key Features
Multi-Time frame Accumulation: Allows users to select accumulation intervals - Daily, Weekly, or Monthly - adapting to their trading style and time frame.
Cumulative Volume Delta (CVD) Computation: Calculates the net buying and selling volume by comparing volume on bullish and bearish bars to measure market strength.
Visual Thermometer Display: Presents buying (CVD+) and selling (CVD-) dominance in colorful vertical bars on an easy-to-read table overlay on the price chart.
Percentage Scale with Highlights: Includes a percentage scale from 0% to 100%, highlighting the important 50% benchmark with a yellow line for quick reference.
Clear Color Coding: Uses green and red color schemes to represent bullish and bearish pressure, with distinctive numeric labels.
Customization Reset Points: Weekly reset day and Monthly reset date options ensure the accumulation aligns with user preference or trading strategy cycles.
Inputs and Usage
Select Time frame: Choose how the buying/selling volume is accumulated — Daily, Weekly (reset day configurable), or Monthly (reset date configurable).
Volume-Based Signals: Monitor changes in buying and selling pressure levels as the market tides shift.
Table Display: A table positioned at the bottom right corner overlays the price chart showing percentage bars for both buying and selling dominance.
Ideal for: Day traders, swing traders, and volume-focused market analysts who want a quick visual summary of market sentiment.
How It Works
The indicator tracks volume on each bar, assigning positive or negative values depending on whether the bar closes higher or lower than the previous.
It accumulates these values over the selected time frame to calculate the cumulative buying (green) and selling (red) volumes.
The data is then converted to percentages and mapped as vertical colored bars in the table.
The midpoint (50%) is highlighted with a yellow line, helping traders quickly assess bullish/bearish balance.
Why Use This Indicator?
Simplicity: Easy to interpret visual thermometer of market sentiment.
Customization: Flexible period settings align with different trading styles.
Volume Insight: Goes beyond price action, factoring volume momentum for deeper market understanding.
Non-intrusive Overlay: Displayed neatly on chart without clutter or distraction.
Recommended Pairings
Use alongside price action or trend indicators.
Suitable for equities, futures, forex, and crypto instruments where volume data is reliable.
Bollinger Adaptive Trend Navigator [QuantAlgo]🟢 Overview
The Bollinger Adaptive Trend Navigator synthesizes volatility channel analysis with variable smoothing mechanics to generate trend identification signals. It uses price positioning within Bollinger Band structures to modify moving average responsiveness, while incorporating ATR calculations to establish trend line boundaries that constrain movement during volatile periods. The adaptive nature makes this indicator particularly valuable for traders and investors working across various asset classes including stocks, forex, commodities, and cryptocurrencies, with effectiveness spanning multiple timeframes from intraday scalping to longer-term position analysis.
🟢 How It Works
The core mechanism calculates price position within Bollinger Bands and uses this positioning to create an adaptive smoothing factor:
bbPosition = bbUpper != bbLower ? (source - bbLower) / (bbUpper - bbLower) : 0.5
adaptiveFactor = (bbPosition - 0.5) * 2 * adaptiveMultiplier * bandWidthRatio
alpha = math.max(0.01, math.min(0.5, 2.0 / (bbPeriod + 1) * (1 + math.abs(adaptiveFactor))))
This adaptive coefficient drives an exponential moving average that responds more aggressively when price approaches Bollinger Band extremes:
var float adaptiveTrend = source
adaptiveTrend := alpha * source + (1 - alpha) * nz(adaptiveTrend , source)
finalTrend = 0.7 * adaptiveTrend + 0.3 * smoothedCenter
ATR-based volatility boundaries constrain the final trend line to prevent excessive movement during volatile periods:
volatility = ta.atr(volatilityPeriod)
upperBound = bollingerTrendValue + (volatility * volatilityMultiplier)
lowerBound = bollingerTrendValue - (volatility * volatilityMultiplier)
The trend line direction determines bullish or bearish states through simple slope comparison, with the final output displaying color-coded signals based on the synthesis of Bollinger positioning, adaptive smoothing, and volatility constraints (green = long/buy, red = short/sell).
🟢 Signal Interpretation
Rising Trend Line (Green): Indicates upward direction based on Bollinger positioning and adaptive smoothing = Potential long/buy opportunity
Falling Trend Line (Red): Indicates downward direction based on Bollinger positioning and adaptive smoothing = Potential short/sell opportunity
Built-in Alert System: Automated notifications trigger when bullish or bearish states change, allowing you to act on significant development without constantly monitoring the charts
Candle Coloring: Optional feature applies trend colors to price bars for visual consistency
Configuration Presets: Three parameter sets available - Default (standard settings), Scalping (faster response), and Swing Trading (slower response)
Comprehensive 3'bars Gann Swings v6.5 (Architecture Fix)An indicator that displays 3-bar swings based on an original method inspired by the works of W.D. Gann.
___________________________________________________________________________________Индикатор отображающий 3 барные свинги по авторской методике, основанной на работах В.Д.Ганна
TRADE ORBIT : Money Flow ProfileCore Components
ATR Trailing Stop
Uses the Average True Range (ATR) to calculate a dynamic stop loss.
Two modes available:
Modified: Adjusts more smoothly for tighter risk management.
Unmodified: Raw ATR-based trailing stop.
Trend Identification
Price closing above the trailing stop = Bullish zone.
Price closing below the trailing stop = Bearish zone.
Background color highlights trend direction at a glance.
Buy/Sell Signal Markers
Buy signals appear when price crosses above the trailing stop.
Sell signals appear when price crosses below the trailing stop.
Designed for swing trading and trend-following entries.
Volatility Filtering
ATR-based calculations adapt stops to market conditions.
Wide stops during volatile markets, tighter stops in stable markets.
🎯 How Traders Can Use It
Trend Followers: Stay in trades longer by trailing stops dynamically.
Swing Traders: Identify clean entries when price flips trend direction.
Risk Managers: Use the adaptive stop line as a guide for position sizing.
✅ Best Suited For
Swing trading
Trend following strategies
Volatility-based risk management
CONFLUENCE DASHBOARDA confluence dashboard that ties the H1 timeframe to the M1 timeframe, to increase the likelihood of trading in the right direction.
Avg Candle Size (Ticks) – Last 9 Closed BarsWhat it does:
Shows the average candle size in ticks for the last N closed bars (defaults to 9). I built this so I can glance at a 5-min chart and instantly know the typical bar size in ticks, updating only after each bar closes (no intrabar wiggle).
How it works:
Measures each bar’s full range (High–Low), not ATR and not candle body.
Averages the last N closed bars, converts to ticks using syminfo.mintick.
Displays a simple line plus a small readout (e.g., “32 ticks”).
Why I built it:
Gives me a realistic sense of current volatility in ticks so I can size stops/targets quickly without doing mental math.
Extras:
Lookback is configurable (default 9).
Optional rounding (floor/nearest/ceil).
Works on any timeframe/instrument that has a defined tick size.
If you want it to match ATR exactly (in ticks), swap the range calc for ta.atr(len) / syminfo.mintick
Round Levels (.000 endings)his indicator automatically detects and marks horizontal price levels that end with trailing zeros (psychological round numbers). Examples: 1.17000, 1.16900, 1.16800 etc. These levels often act as strong support or resistance zones because traders and institutions tend to place orders around round numbers.
Features:
Plots horizontal lines at configurable “round” intervals (e.g., .000, .050, .500).
Option to select how many levels above and below current price to display.
Labels each level with its exact price for easy identification.
Helps visualize psychological levels, institutional zones, and round-number trading strategies.
Use Cases:
Spotting potential reversal zones where many traders cluster orders.
Enhancing confluence with other tools (support/resistance, Fibonacci, supply/demand).
Works on all assets (Forex, Stocks, Crypto, Indices) and all timeframes.
ICT killzones Magic Makers
TIMEZONE (ESSENTIAL)
- Use Exchange Timezone (symbol):
- ON = uses the asset's native timezone (auto DST)
- OFF = uses the fixed timezone set in "Fixed Timezone" (e.g., America/New_York)
- This realigns Midnight, NY 8:30, and Sessions on the chart.
MIDNIGHT & NY 8:30
- Midnight: anchors the day's price (above = buyer bias; below = seller bias, in context).
- NY 8:30: institutional flow/volatility window; often sets the session's pace.
- Optional: enable "History" and "Past-day Labels" to compare days.
SESSIONS
- Enable only what you use (Asia, CBDR, London, NY, LC) and adjust times.
- If the chart gets heavy, temporarily turn "Show Boxes" OFF.
MAKERS LEVELS (VALUE/DECISION REGIONS)
- Turn on "Project Makers Levels (±) " and select per session.
- Projects: key levels x the session's range (both directions).
- Uses: targets, partials, breather/reversal. Note: CBDR-based projections are often well respected.
DEVIATIONS (± MULTIPLES OF THE SESSION RANGE)
How to configure:
- Turn "Show Deviations" ON.
- Set "Number of Deviations" (how many multiples to project).
- Choose which sessions get deviations (Asia, CBDR, London, NY, LC).
Practical read:
- Targets for continuation (range expansion) or breather/fade zones when price is extended.
- Combine with structure (HH/HL/LH/LL), Midnight/NY 8:30, FVGs, OBs, and visible liquidity (equal highs/lows).
Pro tip:
- The more impulsive the break of the session range, the higher the chance of reaching ±1x; ±2x and beyond need flow confirmation.
ROUND NUMBERS & WATERMARK (OPTIONAL)
- Round Numbers: price-step lines (e.g., every 500 ticks).
- Watermark: custom text and/or Ticker+Timeframe.
PERFORMANCE
- If heavy: disable unused sessions, Text/Pips in boxes, or "Show Boxes".
Analitica Trading — Previous Day SR (2 lines + labels) 2.0📊 Analitica Trading — Previous Day SR (Support & Resistance)
This indicator displays the previous day’s key levels on any timeframe:
Prev High → Green horizontal line with label.
Prev Low → Red horizontal line with label.
🔹 Stable across timeframes: The levels are calculated from the daily candles and remain fixed, no matter if you switch to 1D, 1H, or 5m.
🔹 Simple & clean: Exactly two lines only (no duplicates).
🔹 Price labels included: Each line has a clear tag showing the exact level.
🔹 Dynamic update: Lines refresh automatically at the start of each new daily session.
🔹 Alerts: Optional alerts trigger when the price breaks above the Prev High or below the Prev Low.
💡 Ideal for support/resistance trading, breakouts, and Smart Money Concepts (SMC) strategies.
Sampat R3 170925This is simple trend analysis,
Sharp Entery at 1 minute time frame.
If 5 munute & 15 minute time frame shown uptrend, take Buy entry on 1 munute time frame, with help of LSMA Green signal.
If 5 munute & 15 minute time frame shown downtrend, take Sale entry on 1 munute time frame, with help of LSMA Red signal.
On 1 minute time frame we also find both Buy & Sale signal are profitable, But following the trend is profitable.
*Subject ot indivisual financial risk*
Analítica Trading — Prev Day Levels🤖📊 Analítica Trading — Previous Day Levels
This indicator clearly and precisely displays the key levels from the previous day:
📈 Previous Day High (green line).
📉 Previous Day Low (red line).
The lines are fixed horizontals, updated automatically at the start of each new session, and remain visible throughout the entire day, providing a reliable reference for trading.
It also includes:
🔔 Configurable alerts when the price breaks any of the levels.
🏷️ Labels on the chart with the exact value of each level.
💡 Ideal for Support and Resistance, Breakout strategies, and Smart Money Concepts (SMC).
Large Bar ATR HighlighterAn advanced volatility indicator that highlights bars based on their size relative to Daily ATR (Average True Range).
Features configurable lookback periods to detect cumulative volatility across multiple bars, with visual highlighting, background coloring, shape markers, and comprehensive status line data. Perfect for identifying significant price movements and volatility clusters in any timeframe. Includes real-time table with threshold monitoring and alert capabilities.
Flux Power Dashboard (Updated and Renamed)Flux Power Dashboard is a compact market-state heads-up display for TradingView. It blends trend, momentum, and volume-flow into a single on-chart panel with color-coded cues and minimal lag. You get:
Clean visual trend via fast/slow MA with slope/debounce filters
MACD state and most recent cross (with “freshness” tint)
OBV confirmation and gating to reduce noise
Session awareness (Asia/London/New York + pre-sessions + overlap)
Optional HTF Regime row and regime gate to align signals to higher-timeframe bias
Context from VIX/VXN (volatility regime)
A single Flux Score (0–100) as a top-level read
It is deliberately “dashboard-first”: fast to read, consistent between symbols/timeframes, and designed to limit overtrading in chop.
What it can do (capabilities)
Signal gating: You can require multiple pillars to agree (Trend, MACD, OBV) before a “strong” bias is shown.
Debounced trend: Uses slope + confirmation bars to avoid flip-flopping.
Session presets: Auto-adjust the minimum confirmation bars by session (e.g., NY vs London vs Asia) to better match liquidity/volatility.
MACD presets: Quick switch between Scalp / Classic / Slow or roll your own custom speeds.
OBV confirmation: Volume flow must agree for trend/entries to “count” (optional).
HTF Regime awareness: Shows the higher-timeframe backdrop and (optionally) gates signals so you don’t fight the dominant trend.
Volatility context: VIX/VXN auto-colored cells based on your thresholds.
Top-center Session Title: Broadcasts the active session (or Overlap) with a matched background color.
Customizable UI: Column fonts, params font, transparency, dashboard corner, marker styles, colors, widths—tune it to your chart.
Practical use: Start with Flux Score + Summary for a snapshot, confirm with Trend & MACD, check OBV agreement (implicit in signal strength), glance at Regime to avoid counter-trend trades, and use Session + VIX/VXN for timing and risk context.
How it avoids common pitfalls
Repaint-aware: “Confirm on Close” can be enabled to read prior bar states, reducing intrabar noise.
Auto MA sanity: If fast ≥ slow length, it auto-swaps under the hood to keep calculations valid.
Debounce & confirm: Trend flips only after X bars satisfy conditions, cutting false flips in chop.
Freshness tint: New Cross/Signal rows tint slightly brighter for a few bars, so you can spot recency at a glance.
Every line of the dashboard (what it shows, how it’s colored)
Flux Score
What: Composite 0–100 built from three pillars: Trend (40%), MACD (30%), OBV (30%).
Read: ≥70 Bullish, ≤30 Bearish, else Neutral.
Use: Quick “state of play” gauge—stronger alignment pushes the score toward extremes.
Regime (optional row)
What: Higher-timeframe (your Regime TF) backdrop using the same MA pair with HTF slope/ATR buffer.
Values: Bull / Bear / Range.
Gate (optional): If Regime Gate is ON, Trend/Signals only go directional when HTF agrees.
Summary
What: One-line narrative combining the three pillars: MACD (up/down/flat), OBV (up/down/flat), Trend (up/down/flat).
Use: Human-readable cross-check; should rhyme with Flux Score.
Trend
What: Debounced MA relationship on the current chart.
Strict: needs fast > slow and slow rising (mirror for down) + slope debounce + confirmation bars.
Lenient: allows fast > slow or slow rising (mirror for down) with the same debounce/confirm.
Color: Green = UP, Red = DOWN, Gray = FLAT.
Use: Your structural bias on the trading timeframe.
MACD
What: Current MACD line vs signal, using your selected preset (or custom).
Values: Bull (line above), Bear (below), Flat (equal/indeterminate).
Color: Green/Red/Gray.
Cross
What: Most recent MACD cross and how many bars ago it occurred (e.g., “MACD XUP | 3 bars”).
Freshness: If the cross happened within Fresh Signal Tint bars, the cell brightens slightly.
Use: Timing helper for inflection points.
Signal
What: Latest directional shift (from short-bias to long-bias or vice versa) and age in bars.
Strength:
Strong = Trend + MACD + OBV all align
Weak = partial alignment (e.g., Trend + MACD, or Trend + OBV)
Color: Green for long bias, Red for short bias; fresh signals tint brighter.
Use: Action cue—treat Strong as higher quality; Weak as situational.
MA
What: Your slow MA type and length, plus slope direction (“up”/“down”).
Use: Context even when Trend is FLAT; slope often turns before full trend flips.
Session
What: Current market session by Eastern Time: New York / London / Asia, Pre- windows, Overlap, or Off-hours.
Logic: If ≥2 main sessions are active, shows Overlap (and grays the top title background).
Use: Timing and expectations for liquidity/volatility; also drives session-based confirmation presets if enabled.
VIX
What: Real-time CBOE:VIX on your chosen TF.
Auto-color (if on):
Calm (< Calm) → Green
Watch (< Watch) → Yellow
Elevated (< Elevated) → Orange
Very High (≥ Elevated) → Red
Use: Equity market–wide risk mood; higher = bigger moves, lower = quieter.
VXN
What: CBOE:VXN (Nasdaq volatility index) on your chosen TF.
Auto-color thresholds like VIX.
Use: Tech-heavy risk mood; helpful for growth/QQQ/NDX names.
Footer (params row, bottom-right)
What: Key live settings so you always know the context:
P= Trend Confirmation Bars
O= OBV Confirmation Bars
Strict/Lenient (trend mode)
MACD preset (or “Custom”)
swap if MA lengths were auto-swapped for validity
Regime gate if enabled
Candles for clarity
Use: Quick integrity check when comparing charts/screenshots or changing presets.
Recommended workflow
Start at Flux Score & Summary → snapshot of alignment.
Check Trend (color) and MACD (Bull/Bear).
Look at Signal (Strong vs Weak, and age).
Glance at Regime (and use gate if you’re trend-following).
Use Session + VIX/VXN to adjust expectations (breakout vs mean-revert, risk sizing, patience).
Keep Confirm on Close ON when you want stability; turn it OFF for faster (but noisier) reads.
Notes & limitations
Not advice: This is an informational tool; always combine with your own risk rules.
Repaint vs responsiveness: With “Confirm on Close” OFF you’ll see faster state changes but may get more churn intrabar.
Presets matter: Scalp MACD reacts fastest; Slow reduces whipsaw. Choose for your timeframe.
Session windows depend on the strings you set; adjust if your broker’s feed or DST handling needs tweaks.
BreakOuts & BreakDownsThis Indicators helps to find out Range Breakouts & Range Breakdowns...
Alerts are available which will Notify in App...
This Alerts can be set at the Watchlist level...
Synthetic Point & Figure on RSIHere is a detailed description and user guide for the Synthetic Point & Figure RSI indicator, including how to use it for long and short trade considerations:
*
## Synthetic Point & Figure RSI Indicator – User Guide
### What It Is
This indicator applies classic Point & Figure (P&F) charting logic to the Relative Strength Index (RSI) instead of price. It transforms the RSI into synthetic “P&F candles” that filter out noise and highlight significant momentum moves and reversals based on configurable box size and reversal settings.
### How It Works
- The RSI is calculated normally over the selected length.
- The P&F engine tracks movements in the RSI above or below a defined “box size,” creating columns that switch direction only after a larger reversal.
- The synthetic candles connect these filtered RSI values visually, reducing false noise and emphasizing strong RSI trends.
- Optional EMA and SMA overlays on the synthetic P&F RSI allow smoother trend signals.
- Reference RSI levels at 33, 40, 50, 60, and 66 provide further context for momentum strength.
### How to Use for Trading
#### Long (Buy) Considerations
- The synthetic P&F RSI candle direction flips to *up (green candles)* indicating strength in momentum.
- Look for the RSI P&F value moving above the *40 or 50 level*, suggesting increasing bullish momentum.
- Confirmation is stronger if the synthetic RSI is above the EMA or SMA overlays.
- Ideal entries are after a reversal from a synthetic P&F downtrend (red candles) to an uptrend (green candles) near or above these levels.
#### Short (Sell) Considerations
- The candle direction flips to *down (red candles)*, showing weakening momentum or bearish reversal.
- Monitor if the synthetic RSI falls below the *60 or 50 level*, signaling momentum loss.
- Confirm bearish bias if the price is below the EMA or SMA overlays.
- Exit or short positions are signaled when the synthetic candle reverses from green to red near or below these threshold levels.
### Important RSI Levels to Watch
- *Level 33*: Lower bound indicating deep oversold conditions.
- *Level 40*: Early bullish zone suggesting momentum improvement.
- *Level 50*: Neutral midpoint; crossing above often signals bullish strength, below signals weakness.
- *Level 60*: Advanced bullish momentum; breaking below signals potential reversal.
- *Level 66*: Strong overbought area warning of possible pullback.
### Tips
- Use in conjunction with price action analysis and other volume/trend indicators for higher conviction.
- Adjust box size and reversal settings based on instrument volatility and timeframe for ideal filtering.
- The P&F RSI is best for identifying sustained momentum trends and avoiding false RSI whipsaws.
- Combine this indicator’s signals with stop-loss and risk management strategies.
*
This indicator converts RSI momentum analysis into a simplified, noise-filtered P&F chart format, helping traders better visualize and trade momentum shifts. It is especially useful when RSI signal noise can cause confusion in volatile markets.
Let me know if you want me to generate a shorter summary or code alerts based on these levels!
Sources
Relative Strength Index (RSI) — Indicators and Strategies in.tradingview.com
Indicators and strategies in.tradingview.com
Relative Strength Index (RSI) Indicator: Tutorial www.youtube.com
Stochastic RSI (STOCH RSI) in.tradingview.com
RSI Strategy docs.algotest.in
Stochastic RSI Indicator: Tutorial www.youtube.com
Relative Strength Index (RSI): What It Is, How It Works, and ... www.investopedia.com
rsi — Indicators and Strategies in.tradingview.com
Relative Strength Index (RSI) in.tradingview.com
Relative Strength Index (RSI) — Indicators and Strategies www.tradingview.com
VWAP Bands by PKTELUGUTRADERThe VWAP bands are like moving-average bands, but instead of being based on a simple or exponential moving average, they are calculated around the Volume Weighted Average Price (VWAP).
UPDATED LINE COLORS
SRRM - Simple Risk:Reward Management📊 Simple Risk:Reward Management (SRRM)
🎯 A professional risk management tool with enhanced calculations, multilingual support, and comprehensive trading analysis for educational purposes.
━━━━━━━━━━━━━
📋 OVERVIEW
The Simple Risk:Reward Management indicator provides comprehensive risk analysis and position sizing calculations for educational trading study. This enhanced tool features accurate P&L calculations, intelligent asset detection, and detailed multi-level entry analysis with professional table display and automatic dark mode detection.
Perfect for:
Risk management education and portfolio analysis
Trading plan visualization and backtesting study
Multi-level position sizing calculations and research
Risk-reward ratio analysis and educational purposes
━━━━━━━━━━━━━
🚀 KEY FEATURES & ENHANCEMENTS
🌙 Intelligent Dark Mode Detection
Automatic background color detection and adaptation
Dynamic color scheme adjustment for optimal visibility
Enhanced contrast for both light and dark themes
Professional appearance across all chart backgrounds
📊 Enhanced Asset Detection System
Intelligent auto-detection using syminfo.type for maximum accuracy
Support for Forex, Gold, Oil, Bitcoin, Ethereum, Stocks, and Indices
Specialized calculations for JPY pairs and major currency crosses
CFD and Futures contract recognition with proper multipliers
💰 Real-Time Pip Value Calculation Engine
Forex: 100,000 contract size for major pairs, specialized JPY calculations
Gold: 100 oz contracts with $0.10 pip value
Oil: 1,000 barrel contracts with $0.01 pip value
Bitcoin: 1 BTC contracts with $1.00 pip value
Ethereum: 10 ETH contracts with $1.00 pip value
Stocks: 100 share lots with $0.01 pip value
Indices: Point-based with $10 per point multiplier
🎯 Advanced Triple Entry System
Independent entry, stop loss, and take profit for each of 3 levels
Individual lot size configuration with weighted average calculations
Comprehensive risk and reward analysis per level
Real-time P&L updates based on current market prices
🌍 Bilingual Professional Interface
Complete English and Vietnamese language support
Professional trading terminology in both languages
Cultural formatting appropriate for international markets
Dynamic language switching with full translation
📈 Advanced Visualization Tools
Professional table with 25 rows x 7 columns of detailed information
Adaptive color scheme with automatic dark mode detection
Optional horizontal price lines extending right from current bar
Customizable line displays with independent controls for Entry, SL, TP
━━━━━━━━━━━━━
📊 ENHANCED CALCULATION SYSTEM
Real-Time Exchange Rate Integration:
// Real-time pip value calculation with exchange rates
get_quote_currency_rate(quote_currency) =>
switch quote_currency
"USD" => 1.0
"EUR" => request.security("EURUSD", "1D", close)
"GBP" => request.security("GBPUSD", "1D", close)
// Additional currency pairs...
Smart Asset Recognition:
// Enhanced asset detection logic
detect_asset_type() =>
symbol = syminfo.ticker
asset_type_info = syminfo.type
if str.contains(symbol, "XAU") or str.contains(symbol, "GOLD")
"Gold"
else if asset_type_info == "crypto"
"Crypto"
// Additional detection logic...
Accurate P&L Formulas:
// Pip-based P&L calculation
calculate_pnl_from_pips(entry, exit, lot_size, is_buy) =>
total_pips = calculate_pips(entry, exit)
pip_value = calculate_pip_value(effective_asset_type, lot_size)
is_profit = is_buy ? (exit > entry) : (exit < entry)
total_pips * pip_value * (is_profit ? 1 : -1)
Risk Management Calculations:
Maximum lot size based on account risk percentage and pip value
Weighted average entry price across all levels
Total risk and reward calculations in USD and percentage
Risk-reward ratio with professional formatting
━━━━━━━━━━━━━
🎨 PROFESSIONAL TABLE LAYOUT
Adaptive Design Features:
Automatic dark mode detection and color adaptation
Enhanced contrast ratios for better readability
Professional color scheme with clear section separation
Responsive design for all screen sizes and themes
Comprehensive Information Display:
Date Header: Current day, month, year, and week information
Asset Section: Auto-detected asset type with real-time pip value
Account Summary: Balance, risk percentage, and position sizing
Risk Analysis: Detailed stop loss scenarios for all 3 levels
Reward Analysis: Comprehensive take profit projections
Summary Totals: Combined pips and dollar amounts with ratios
Visual Design Features:
Merged cells for clean header presentation
Smart number formatting based on asset type
Color-coded risk/reward sections
Over-risk warning indicators
━━━━━━━━━━━━━
⚙️ ADVANCED CUSTOMIZATION
Display Options:
9 table positioning options across the entire chart
5 text size levels from Tiny to Huge for optimal visibility
Individual line controls for Entry, Stop Loss, and Take Profit levels
Order type selection: BUY/SELL with LIMIT/STOP/MARKET options
Professional Controls:
Asset type override for manual specification
Account balance and risk percentage configuration
Independent lot size settings for each entry level
Real-time language switching without indicator restart
Smart Features:
Automatic theme detection and adaptation
Real-time pip value calculation with exchange rates
Risk status monitoring with visual warnings
Weighted average calculations across all entry levels
━━━━━━━━━━━━━
⚠️ EDUCATIONAL & ANALYTICAL PURPOSE
This indicator is designed exclusively for educational analysis and risk management study .
📚 Educational Applications:
Understanding professional risk management principles
Studying position sizing methodologies across asset classes
Analyzing risk-reward ratios in different market conditions
Learning multi-level entry strategies and portfolio theory
📊 Analysis Capabilities:
Risk assessment visualization and scenario planning
Profit/loss projection modeling for educational purposes
Position sizing optimization studies
Multi-timeframe risk analysis and backtesting research
🚨 Important Disclaimer: This tool provides educational analysis only and does NOT generate trading signals or investment advice. All calculations are for learning purposes. Users must conduct independent research and consult financial professionals before making any investment decisions.
━━━━━━━━━━━━━
🛠️ SETUP & CONFIGURATION
Quick Start Guide:
Add the indicator to your chart from the indicators library
Select your preferred language (English or Vietnamese)
Configure your account balance and desired risk percentage
Set up your 3 entry levels with corresponding stop losses and take profits
Adjust table position and text size for optimal viewing
Enable price lines if desired for visual reference
Advanced Configuration:
Choose specific asset type or use intelligent auto-detection
Configure order types and trade direction (BUY/SELL)
Fine-tune individual lot sizes for each entry level
Customize line displays and table positioning
Set up language preferences for your market region
Theme Optimization:
Indicator automatically detects your chart theme
Colors adapt for optimal contrast and readability
Manual adjustments not required for theme changes
Professional appearance maintained across all backgrounds
━━━━━━━━━━━━━
🔧 TECHNICAL SPECIFICATIONS
Performance & Reliability:
Pine Script v6 with optimized calculation engine
Real-time updates with minimal CPU and memory usage
No repainting or lookahead bias in calculations
Stable performance across all timeframes and instruments
Universal Compatibility:
Works with all TradingView chart types and instruments
Compatible with mobile and desktop platforms
Supports all timeframes from 1-second to monthly
Cross-platform functionality with consistent behavior
Data Precision:
High-precision floating-point calculations
Asset-specific pip value computations with real-time rates
Multi-currency support with live exchange rate updates
Accurate contract size calculations for all supported assets
Advanced Features:
Automatic chart background detection and color adaptation
Real-time exchange rate integration for accurate pip values
Smart risk management with over-exposure warnings
Professional table layout with merged cells and sections
━━━━━━━━━━━━━
📋 VERSION HISTORY
v4.9 - Enhanced Dark Mode & Real-Time Calculations
Added intelligent dark mode detection system
Implemented real-time exchange rate integration
Enhanced P&L calculation accuracy for all asset types
Improved color contrast and visibility
Optimized performance and removed calculation warnings
Added over-risk visual warning system
Previous Versions:
v4.8 - Enhanced calculation engine and asset detection
v4.4 - Professional table layout and bilingual support
Earlier versions - Core functionality development
━━━━━━━━━━━━━
Author: tohaitrieu
Version: 4.9
Category: Risk Management / Educational Analysis
Language Support: English, Vietnamese
License: Educational Use Only
This indicator is provided exclusively for educational and analytical purposes to help users understand risk management concepts and trading analysis. It features automatic theme adaptation and real-time calculations for the most accurate educational experience. It does not provide trading signals or investment advice. Always conduct thorough research and consider professional guidance before making financial decisions.
Hammer Candle Detector with ATR Wick ConditionThis script detects Hammer candlesticks on any timeframe chart.
Conditions for a valid Hammer:
1. Small body near the top of the candle range (≤30% of total range)
2. Lower shadow at least 2× the body
3. Small or no upper shadow (≤30% of body)
4. Lower wick height must be greater than half of ATR(14)
A triangle marker is plotted below each candle that meets these conditions.
HLineThe HLine indicator is a versatile tool designed to help traders visualize potential take profit and stop loss levels directly on their price charts. This tool automatically draws horizontal lines at user-defined pip distances from the current price, making it easier to plan and execute trading strategies.
Key Features:
- Dual Line Groups : Includes two independent line groups (Main Ruler Line and Secondary Ruler Line) that can be enabled separately with their own settings
- Customizable Line Styles : Choose from solid, dotted, or dashed line styles to suit your charting preferences
- Color Customization : Define unique colors for take profit and stop loss lines for clear visual distinction
- Symbol-Specific Pip Settings : Pre-configured pip values for popular symbols including XAUUSD, GBPUSD, MNQ1!, BTCUSDT.P, ETHUSDT.P, and more
- Heikin-Ashi Compatible : Works correctly with Heikin-Ashi charts by using the actual closing price
- Dynamic Line Positioning : Lines automatically update with price changes to maintain accurate distance measurements
How to Use:
1. 1.
Enable either or both line groups (Main and Secondary Ruler Lines)
2. 2.
Adjust the pip values for take profit and stop loss levels (supports custom pip settings per symbol)
3. 3.
Choose your preferred line style and colors
4. 4.
The indicator will automatically draw horizontal lines at the specified distances from the current price
Ideal For:
- Traders who want to quickly visualize potential entry and exit points
- Risk management planning by clearly defining stop loss levels
- Setting profit targets based on specific pip distances
- Maintaining consistency in trade sizing and risk across different symbols
This indicator is particularly useful for scalpers, day traders, and swing traders who rely on technical analysis and predefined price levels to make trading decisions.