Vol > 1.3 × 50-DMA + Price DirectionThis custom script highlights high-energy sessions where volume is at least 1.3 × the 50-day volume moving average (50-DMA) and instantly tells you whether the market absorbed that participation on strength or weakness:
Green bars — Volume ≥ 1.3 × 50-DMA and Close > Open (bull-confirmed volume spike)
Red bars — Volume ≥ 1.3 × 50-DMA and Close < Open (bear-confirmed volume spike)
Gray bars — Volume below the 1.3-multiplier (normal activity)
An orange line plots the exact 1.3 × 50-DMA threshold so you can visually gauge how far each bar exceeds (or misses) the requirement.
Göstergeler ve stratejiler
IDRISPAULThe script handles support/resistance detection, breakouts, and retest detection based on user-configurable inputs.
Uses pivot points and tracks potential vs confirmed retests.
Includes support for non-repainting logic via selectable options.
PE | EPS | Book | PBV | Earning% | Dividend% | ROE% | DEAll in one PE | EPS | Book | PBV | Earning% | Dividend% | ROE% | DE
all common indicator need for fundamental analysis
TPG Trend + MACDUser Guide for "TPG Trend + MACD"
Author: TrungChuThanh
🔎 Main Functions
The TPG Trend + MACD indicator is a combined tool that integrates:
TPG Trend Histogram (spread between fast and slow EMA)
MACD Line & Signal for confirming trend momentum
Buy/Sell signals displayed directly on the indicator panel
⚙️ Components and Meaning
1️⃣ TPG Trend Histogram
Calculated from the difference between Fast EMA (9) and Slow EMA (26).
Light gray bars = bullish trend (spread > 0)
Dark gray bars = bearish trend (spread < 0)
Signal triggers:
B1 (green label): Crossover above 0 → Buy signal
S1 (red label): Crossunder below 0 → Sell signal
2️⃣ MACD Line & Signal
Consists of:
MACD Line = EMA(12) – EMA(26)
Signal Line = EMA(9) of the MACD Line
Confirmation signals:
B2 (blue triangle): MACD crosses above Signal → Buy confirmation
S2 (orange triangle): MACD crosses below Signal → Sell confirmation
MACD Line: Blue
Signal Line: Orange
📌 How to Use
Determine the main trend using the TPG Histogram
→ When the histogram crosses above zero → Consider Buy
→ When it crosses below zero → Consider Sell
Use MACD to confirm trend direction or optimize entry timing
✅ Prefer signals when both TPG and MACD align (e.g., B1 + B2 or S1 + S2)
⚠️ Avoid using the indicator alone; combine with support/resistance, RSI, volume, or other tools for higher accuracy
🛠️ Adjustable Parameters
Fast/Slow EMA for TPG Trend
Fast/Slow/Signal for MACD
Toggle to show/hide TPG and MACD elements in the panel
⚠️ Notes
This is a technical analysis tool, not investment advice
Always apply risk management, set clear stop-loss, and confirm signals across multiple timeframes
Candle Count RSI📈 Candle Count RSI — A Dual-Perspective Momentum Engine
The Candle Count RSI is a custom-built momentum oscillator that expands on the classic Relative Strength Index (RSI) by introducing a directional-only variant that tracks the frequency of bullish or bearish closes, rather than price magnitude. It gives traders a second lens through which to evaluate momentum, trend conviction, and subtle divergences—often invisible to traditional price-based RSI.
💡 What Makes It Unique?
While the standard RSI is sensitive to the size of price changes, the Candle Count RSI is magnitude-blind. It counts candle closes above/below open over a lookback period, generating a purer signal of directional consistency. To enhance signal fidelity, it includes a streak amplifier, dynamically weighting extended runs of green or red candles to reflect intensity of market bias—without introducing artificial price sensitivity.
This dual-RSI approach allows for:
- Divergence detection between directional bias and price magnitude.
- Smoother trend confirmation in choppy markets.
- Cleaner visual cues using dynamic glow and background logic.
📐 How Standard RSI Actually Works (Not What You Think)
RSI doesn’t just check if price went up or down over a span—it checks each individual candle and tracks whether it closed higher or lower than the one before. Here's how it works under the hood:
1.) For each bar, it calculates the change from the previous close.
2.) It separates those changes into gains (upward moves) and losses (downward moves).
3.) Then it computes a smoothed average of those gains and losses (usually using an RMA).
4.) It calculates the Relative Strength (RS) as:
RS = AvgGain / AvgLoss
5.) Finally, it plugs that into the RSI formula:
RSI = 100 - (100 / (1 + RS))
⚖️ What Does the 50 Line Mean?
- The RSI scale runs from 0 to 100, but 50 is the true neutral zone:
- RSI > 50 means average gains outweigh average losses over the period.
- RSI < 50 means losses dominate.
- RSI ≈ 50? The market is balanced—momentum is indecisive, no clear trend bias.
- This makes 50 a powerful midline for trend filters, directional bias tools, and divergence detection—especially when paired with alternative RSI logic like Candle Count RSI.
🔧 Inputs and Customization
- Everything is fully modular and customizable:
🧠 Core Settings
- RSI Length: Used for both the standard RSI and Candle Count RSI.
📉 Standard RSI
- Classic RSI calculation based on price changes.
- Optional WMA smoothing to reduce noise.
- Glow effect toggle with custom intensity.
🕯 Candle Count RSI
- Computes RSI using only the count of up/down candles.
- Optional smoothing for stability.
- Amplifies streaks (e.g., multiple consecutive bullish candles increase strength).
- Glow effect toggle with adjustable strength.
🎇 Glow Visuals
- Background glow (subpane and/or main chart).
- Fades based on RSI distance from the 50 midpoint.
- Independent color settings for bull and bear bias.
🧬 Divergence Zones
- Detects when Candle RSI and Standard RSI diverge.
- Highlights:
- Bullish Divergence: Candle RSI > 50, Standard RSI < threshold.
- Bearish Divergence: Candle RSI < 50, Standard RSI > threshold.
- Background fill optionally shown in subpane and/or main chart.
📊 Directional Histogram
- MACD-style histogram showing the difference between the two RSI lines.
- Color-coded based on directional agreement:
- Both rising → green.
- Both falling → red.
- Conflict → yellow.
🧠 Under the Hood — How It Works
🔹 Standard RSI
- Classic ta.rsi() applied to close prices, optionally WMA-smoothed.
🔹 Candle Count RSI (CCR)
- Counts how many candles closed up/down over the period.
- Computes a magnitude-free RSI from these counts.
- Applies a streak-based multiplier to exaggerate trend strength during consecutive green/red runs.
- Optionally smoothed with WMA to create a clean signal line.
- This makes CCR ideal for detecting true directional bias without being faked out by volatile price spikes.
🔹 Divergence Logic
- When Candle RSI and Standard RSI disagree strongly across defined thresholds, background fills highlight early signs of momentum decay or hidden accumulation/distribution.
🔹 Glow Logic
- Glow zones are controlled by a master toggle and drawn with dynamic transparency:
- Further from 50 = stronger conviction = darker glow.
- Shows up in subpane and/or main chart depending on user preference.
📷 Suggested Use Case / Visual Setup
- Use in conjunction with your primary price action system.
- Watch for divergences between the Candle Count RSI and Standard RSI for early trend reversals.
- Use glow bias zones on the main chart to get subconscious directional cues during fast scalping.
- Histogram helps you confirm when both RSI variants agree—useful during strong trending conditions.
🛠️ Tip for Traders
- This tool isn’t trying to “predict” price. It’s designed to visualize hidden market psychology—when buyers are showing up with consistent pressure, or when momentum has a disconnect between conviction and magnitude. Use this to filter entries, spot weak rallies, or sense when a trend is about to break down.
⚠️ WARNING
- Not for use with Heikin Ashi, Renko, etc.).
🧠 Summary
Candle Count RSI is not just another mashup—it's a precision-built, dual-perspective oscillator that captures directional conviction using real candle behavior. Whether you're scalping intraday or swing trading momentum, this script helps clarify trend integrity and exposes hidden weaknesses with elegance and clarity.
—
🛠️ Built by: Sherlock_MacGyver
Feel free to share feedback or reach out if you'd like to collaborate on custom features.
3 EMA Trend Strategy (Locks Trailing Stop Tightening)3 EMA Trend Strategy (with Trailing Stop Tightening)
This open-source strategy uses three Exponential Moving Averages (7, 21, 35) to detect bullish alignment and trigger long entries during strong upward trends.
* Entry Logic:
A long trade is triggered when EMA 7 > EMA 21 > EMA 35. This alignment signals a confirmed uptrend.
* Exit Logic:
The strategy uses a trailing stop mechanism.
An initial stop (e.g., 10%) follows the high since entry.
Once profit reaches a customizable threshold (e.g., 20%), the trailing stop tightens (e.g., to 5%) to help lock in gains.
* Backtest Settings (default):
Starting capital: $10,000
Commission: 0.1%
Slippage: 1 tick
Position sizing: 100% of equity per trade (can be reduced to lower risk)
* Customization:
All trailing logic and EMA settings are configurable.
Designed for swing trading and adaptable for multiple timeframes.
⚠️ This is for educational purposes only. Always test on different symbols and timeframes before using in live environments.
Global M2 Money Supply (USD)Global M2 Money Supply from multiple markets, with days-offset option, defaulted to 107-day shift. Credit to miguelfinance and dylanleclair, on which this script is built on
RSI Trend RiderRSI Trend Rider is a long only, momentum-based trend-following strategy designed for rules based trading. It combines a setup of EMAs (20, 50, 200), RSI(4), ADX filtering, and a daily 120 EMA to capture high-probability long trades in trending markets.
Works best on intraday timeframes (2h, 4h)
Key Features:
Multi-timeframe trend confirmation (EMA alignment + daily EMA)
RSI(4) pullback entries in strong trends
ADX filter to avoid low-momentum conditions
Configurable fixed and EMA-based stop loss/target options
Built-in performance dashboard with key metrics like PnL, drawdown, win rate, and buy & hold comparison (can be turned off on mobile or small screens).
Customizable backtest period and risk settings
Ideal for traders looking for a simple, data-driven system that rides trends and compounds small, consistent wins.
Alerts v1This indicator provides a comprehensive approach to analyzing various aspects of the market by synthesizing multiple factors and presenting them in a format that aims to deliver useful insights to the user. Designed to accommodate a broad range of trading strategies and preferences, it dynamically processes inputs and applies a series of calculations whose underlying logic is both robust and adaptable, depending on market conditions. While certain visual cues and signals may be displayed at select intervals, the actual methodology may vary in its implementation across different assets or timeframes, ensuring a flexible application for diverse market environments. The indicator may at times integrate a combination of well-established techniques with proprietary elements to enhance its overall effectiveness, although the precise weighting or significance of each factor may not be readily apparent to the end user. In some cases, the tool might respond to a unique blend of momentum, trend, and volatility measures, producing outputs that could be interpreted in several ways depending on the broader context. Users are encouraged to experiment with its configurable settings, which are designed to adjust in subtle or pronounced ways according to individual preference and evolving market dynamics. Ultimately, the goal of this indicator is to offer a nuanced perspective that balances simplicity with sophistication, providing actionable information while leaving ample room for interpretation and adaptation. As with all analytical tools, results may differ based on how it is employed and what supplementary information is considered alongside its outputs, making it a versatile yet enigmatic component of any technical analysis toolkit.
Auto Fractal [theUltimator5]This indicator is what I call the Auto Fractal. It is a unique algorithm that looks back in time, finds a segment on the chart that closest matches the recent price action, then projects the price forwards. It effectively finds chart patterns and shows you what the price did the last time the same/similar chart pattern was observed.
Creating an algorithm to match abstract curves to other abstract curves and provide a confidence score was the fundamental problem that needed to be solved in order to create this indicator, which curve matches with surprising accuracy.
The most effective method to "curve match" that I found is the Pearson Coefficient, set by a segment length and a lookback period. After the highest coefficient curve is located, the curve then gets scaled and offset to match the current price.
The past segment is drawn over the current price (orange line), giving a visualization of the two curves and how closely they match each other. The indicator then projects the price forwards in time based on the price action of the chart from the historical segment (dashed fuchsia line).
A bounding box also gets drawn around the historical segment to give you a clear visual of where the price is getting pulled from for proper analysis and ease of use.
The Pearson Coefficient % is shown in a table in the top right-hand corner of the chart and can be toggled off if desired. The values range from -100% (perfectly inverse correlation) to +100% (perfectly correlated) with 0 meaning no correlation whatsoever. The closer to +100% the value is, the better the segment match.
As with most/all of my indicators, user interface and simplicity was at the top of my priority list. I designed this to be easily readable and intuitive to both novice and veteran traders, without cluttering the chart.
Note:
This indicator is extremely heavy in terms of memory usage due to nested for loops, and takes several seconds to initially load the chart overlay. If the lookback period is increased too high (>600) then the indicator may time out and fail to load anything. If nothing loads on the chart, try reducing the lookback length and wait up to 10 seconds for lines to appear.
ROE % Quarterly By COLDMONEYReturn on Equity % By ColdMoney
this indicator use for check % Equity of stock
Price Level Linesthis is how we do it with these levels at these 100s. ben frank game is going down in my town and now your town too
System 0530 - Stoch RSI 指标 (带ATR)Indicator Overview: System 0530 - Stoch RSI Signals (ATR Filtered)
This indicator displays potential long and short signals directly on your chart. It combines a dual-timeframe Stochastic RSI analysis (using the current chart timeframe and the 15-minute timeframe) with an ATR (Average True Range) volatility filter.
Signal Logic:
Initial Trigger: Based on Stochastic RSI crossovers and overbought/oversold levels on the current chart timeframe (e.g., 5-minute).
Confirmation: Seeks further confirmation from the 15-minute Stochastic RSI.
ATR Filter: An optional ATR filter helps ensure signals are considered only when market volatility is deemed sufficient.
Signal Cooldown: Prevents too many signals of the same direction in rapid succession.
Display:
Long Signals: Marked with a green upward triangle below the price bar.
Short Signals: Marked with a red downward triangle above the price bar.
Purpose: Designed to assist traders in identifying potential entry points based on Stochastic RSI conditions and market volatility. Users can adjust various parameters to suit different instruments and trading strategies.
System 0530 - Stoch RSI Strategy with ATR filterStrategy Description: System 0530 - Multi-Timeframe Stochastic RSI with ATR Filter
Overview:
This strategy, "System 0530," is designed to identify trading opportunities by leveraging the Stochastic RSI indicator across two different timeframes: a shorter timeframe for initial signal triggers (assumed to be the chart's current timeframe, e.g., 5-minute) and a longer timeframe (15-minute) for signal confirmation. It incorporates an ATR (Average True Range) filter to help ensure trades are taken during periods of adequate market volatility and includes a cooldown mechanism to prevent rapid, successive signals in the same direction. Trade exits are primarily handled by reversing signals.
How It Works:
1. Signal Initiation (e.g., 5-Minute Timeframe):
Long Signal Wait: A potential long entry is considered when the 5-minute Stochastic RSI %K line crosses above its %D line, AND the %K value at the time of the cross is at or below a user-defined oversold level (default: 30).
Short Signal Wait: A potential short entry is considered when the 5-minute Stochastic RSI %K line crosses below its %D line, AND the %K value at the time of the cross is at or above a user-defined overbought level (default: 70). When these conditions are met, the strategy enters a "waiting state" for confirmation from the 15-minute timeframe.
2. Signal Confirmation (15-Minute Timeframe):
Once in a waiting state, the strategy looks for confirmation on the 15-minute Stochastic RSI within a user-defined number of 5-minute bars (wait_window_5min_bars, default: 5 bars).
Long Confirmation:
The 15-minute Stochastic RSI %K must be greater than or equal to its %D line.
The 15-minute Stochastic RSI %K value must be below a user-defined threshold (stoch_15min_long_entry_level, default: 40).
Short Confirmation:
The 15-minute Stochastic RSI %K must be less than or equal to its %D line.
The 15-minute Stochastic RSI %K value must be above a user-defined threshold (stoch_15min_short_entry_level, default: 60).
3. Filters:
ATR Volatility Filter: If enabled, trades are only confirmed if the current ATR value (converted to ticks) is above a user-defined minimum threshold (min_atr_value_ticks). This helps to avoid taking signals during periods of very low market volatility. If the ATR condition is not met, the strategy continues to wait for the condition to be met within the confirmation window, provided other conditions still hold.
Signal Cooldown Filter: If enabled, after a signal is generated, the strategy will wait for a minimum number of bars (min_bars_between_signals) before allowing another signal in the same direction. This aims to reduce overtrading.
4. Entry and Exit Logic:
Entry: A strategy.entry() order is placed when all trigger, confirmation, and filter conditions are met.
Exit: This strategy primarily uses reversing signals for exits. For example, if a long position is open, a confirmed short signal will close the long position and open a new short position. There are no explicit take profit or stop loss orders programmed into this version of the script.
Key User-Adjustable Parameters:
Stochastic RSI Parameters: RSI Length, Stochastic RSI Length, %K Smoothing, %D Smoothing.
Signal Trigger & Confirmation:
5-minute %K trigger levels for long and short.
15-minute %K confirmation thresholds for long and short.
Wait window (in 5-minute bars) for 15-minute confirmation.
Filters:
Enable/disable and configure the Signal Cooldown filter (minimum bars between signals).
Enable/disable and configure the ATR Volatility filter (ATR period, minimum ATR value in ticks).
Strategy Parameters:
Leverage Multiplier (Note: This primarily affects theoretical position sizing for backtesting calculations in TradingView and does not simulate actual leveraged trading risks).
Recommendations for Users:
Thorough Backtesting: Test this strategy extensively on historical data for the instruments and timeframes you intend to trade.
Parameter Optimization: Experiment with different parameter settings to find what works best for your trading style and chosen markets. The default values are starting points and may not be optimal for all conditions.
Understand the Logic: Ensure you understand how each component (Stochastic RSI on different timeframes, ATR filter, cooldown) interacts to generate signals.
Risk Management: Since this version does not include explicit stop-loss orders, ensure you have a clear risk management plan in place if trading this strategy live. You might consider manually adding stop-loss orders through your broker or using TradingView's separate strategy order settings for stop-loss if applicable.
Disclaimer:
This strategy description is for informational purposes only and does not constitute financial advice. Past performance is not indicative of future results. Trading involves significant risk of loss. Always do your own research and understand the risks before trading.
Trend Regime with MA & Volatility✅ Trend signal combining: Price (MA), Momentum (RSI), Volatility (ATR)
✅ Bullish = Green background
✅ Neutral = Yellow background
✅ Bearish = Red background
✅ Fast/Slow MA + ATR plots
✅ Entry signal arrows
Trend Regime BackgroundGreen Background → Strong bullish signal across trend, momentum, and volatility.
Yellow Background → Neutral regime (mixed signals).
Red Background → Bearish trend with weakening momentum and rising risk.
Institutional Intraday Master (No Loops)📊 Institutional Intraday Master Indicator: How-To Guide for New Traders
1. What Does This Indicator Do?
The Institutional Intraday Master is a custom TradingView script that helps you:
• Spot when big institutions (like hedge funds) might be buying or selling.
• Identify important price levels based on recent trading activity.
• Get clear buy (“INST LONG”) and sell (“INST SHORT”) signals.
• Manage risk with automatic stop (invalidation) signals.
2. Key Acronyms & Terms
Acronym Meaning
RSI Relative Strength Index (momentum measure)
POC Point of Control (price with most volume)
VAH Value Area High (top of high-volume zone)
VAL Value Area Low (bottom of high-volume zone)
ATR Average True Range (volatility measure)
MACD Moving Average Convergence Divergence
3. How to Add the Script to TradingView
1. Copy the full Pine Script code (see previous answer).
2. Open TradingView and go to the chart of your chosen stock or ETF (e.g., SPY, AAPL).
3. Click Pine Editor at the bottom of the screen.
4. Paste the code into the editor.
5. Click Add to Chart (or “Save” then “Add to Chart”).
6. The indicator will appear on your chart with colored backgrounds, lines, and buy/sell signals.
4. What Do the Visuals Mean?
• Green Background:
Institutions are likely buying (bullish bias).
• Red Background:
Institutions are likely selling (bearish bias).
• Purple Dots (POC):
The price where the most volume traded in the last 30 bars (often a “magnet” for price).
• Gray Lines (VAH/VAL):
The top and bottom of the high-volume area—think of these as “fair value” boundaries.
• Blue Lines:
Recent breakout levels (upper = bullish breakout, lower = bearish breakout).
• Green “INST LONG” Label:
Suggested buy (long) entry.
• Red “INST SHORT” Label:
Suggested sell (short) entry.
5. How to Use for Day Trading
A. Setup
• Use a 5-minute or 15-minute chart for intraday trading.
• The indicator will automatically update key levels and signals.
B. Entry Signals
• Buy (Long):
• When you see a green “INST LONG” label, and the background is green.
• Example: Price breaks above the blue upper band with strong volume.
• Sell (Short):
• When you see a red “INST SHORT” label, and the background is red.
• Example: Price breaks below the blue lower band with strong volume.
C. Risk Management
• The script uses ATR (Average True Range) to suggest stop-loss distances.
• Stop out (invalidation):
• If you’re long and price closes below the gray VAL line or drops by more than 1 ATR from the last low, consider exiting.
• If you’re short and price closes above the gray VAH line or rises by more than 1 ATR from the last high, consider exiting.
D. Take Profit
• Consider taking profit at the next major volume level (POC, VAH/VAL) or when a reversal signal appears.
6. Example Trade
Let’s say you’re trading SPY on a 5-minute chart:
• The background turns green, and a green “INST LONG” label appears at $590.
• The purple POC dot is at $592, and the gray VAH is at $593.
• Trade Plan:
• Enter long at $590.
• Set a stop-loss at $588 (2 ATR below entry).
• Target $592 (POC) or $593 (VAH) for profit.
If price reaches $592 and starts to stall, you might take profit. If price falls to $588, you exit for a small loss.
7. Keys to Watch for Invalidation
• Invalidation means your trade setup is no longer valid.
• For longs:
• Price closes below VAL or makes a new low by more than 1 ATR.
• For shorts:
• Price closes above VAH or makes a new high by more than 1 ATR.
• Always honor your stop-loss!
8. Tips for Success
• Don’t trade every signal. Wait for confirmation (e.g., strong volume, trend in your favor).
• Practice on a simulator before using real money.
• Adjust settings (like ATR multiplier or volume profile length) to fit your style and the asset’s volatility.
9. Illustration Key
• ! ( i.imgur.com background = institutional buying, purple dot = POC, blue line = breakout, green label = buy signal.*
10. Summary Table
Visual/Signal Meaning What To Do
Green background Institutional buying Favor long trades
Red background Institutional selling Favor short trades
Purple dot (POC) Volume magnet/target Use as profit/entry/exit level
Blue line Breakout level Watch for breakouts
Green label Buy (long) signal Consider entering long
Red label Sell (short) signal Consider entering short
Gray lines (VAH/VAL) Value area boundaries Use for stops and targets
Multi-Timeframe Horizontal LinesMulti-Timeframe Horizontal Lines - User Guide
This indicator draws horizontal support/resistance lines based on opening prices at specific New York times, regardless of your chart's timezone.
How to Use:
Enter up to 4 custom times in NY timezone using HH:MM format (e.g., "09:30", "14:00", "20:00")
Lines automatically capture the opening price when each specified time hits
Toggle the After-Hours Day Open line (6 PM NY start) on/off as needed
Key Features:
Evening Times (16:00-23:59): Lines extend overnight until next day 3:59 PM NY
Morning/Day Times (00:00-15:59): Lines extend until same day 3:59 PM NY
Timezone Independent: Always uses NY time regardless of chart timezone
Clean Visualization: Lines appear with breaks during inactive periods
Perfect For:
Marking key session opens (Asian, London, NY)
Tracking overnight levels and gaps
Setting reference levels that persist across trading sessions
Simply input your desired NY times and let the indicator automatically manage when lines appear and disappear based on market sessions.
abusuhil bullish breakAbusuhil Bullish Break is a price action-based confirmation tool that identifies a bullish reversal pattern consisting of:
Two consecutive bearish candles followed by
A strong bullish candle that closes above the high of both.
The script includes:
Optional dual MACD filter (current timeframe + higher timeframe)
Configurable stop-loss and multiple take-profit levels
Visual lines for targets and stop
Custom styling for all elements
It’s a clean, logic-driven entry confirmation tool for intraday and swing trading.
⚠️ Open-source and fully customizable.
مؤشر Abusuhil Bullish Break هو أداة تأكيد لانعكاسات الاتجاه الصاعد بناءً على حركة السعر (Price Action)، ويكتشف نموذجًا يتكون من:
شمعتين هابطتين متتاليتين
تتبعهما شمعة صاعدة قوية تغلق فوق أعلى الشمعتين السابقتين
يحتوي المؤشر على:
فلتر MACD مزدوج اختياري (للفريم الحالي وفريم أعلى)
إعدادات مخصصة للوقف والأهداف المتعددة
خطوط مرئية احترافية للأهداف والوقف
تحكم كامل في الألوان والنمط والعرض
مناسب للتداول اللحظي والسوينج.
✅ مفتوح المصدر وقابل للتعديل بالكامل.