Bilateral Filter For Loop [BackQuant]Bilateral Filter For Loop
The Bilateral Filter For Loop is an advanced technical indicator designed to filter out market noise and smooth out price data, thus improving the identification of underlying market trends. It employs a bilateral filter, which is a sophisticated non-linear filter commonly used in image processing and price time series analysis. By considering both spatial and range differences between price points, this filter is highly effective at preserving significant trends while reducing random fluctuations, ultimately making it suitable for dynamic trend-following strategies.
Please take the time to read the following:
Key Features
1. Bilateral Filter Calculation:
The bilateral filter is the core of this indicator and works by applying a weight to each data point based on two factors: spatial distance and price range difference. This dual weighting process allows the filter to preserve important price movements while reducing the impact of less relevant fluctuations. The filter uses two primary parameters:
Spatial Sigma (σ_d): This parameter adjusts the weight applied based on the distance of each price point from the current price. A larger spatial sigma means more smoothing, as further away values will contribute more heavily to the result.
Range Sigma (σ_r): This parameter controls how much weight is applied based on the difference in price values. Larger price differences result in smaller weights, while similar price values result in larger weights, thereby preserving the trend while filtering out noise.
The output of this filter is a smoothed version of the original price series, which eliminates short-term fluctuations, helping traders focus on longer-term trends. The bilateral filter is applied over a rolling window, adjusting the level of smoothing dynamically based on both the distance between values and their relative price movements.
2. For Loop Calculation for Trend Scoring:
A for-loop is used to calculate the trend score based on the filtered price data. The loop compares the current value to previous values within the specified window, scoring the trend as follows:
+1 for upward movement (when the filtered value is greater than the previous value).
-1 for downward movement (when the filtered value is less than the previous value).
The cumulative result of this loop gives a continuous trend score, which serves as a directional indicator for the market's momentum. By summing the scores over the window period, the loop provides an aggregate value that reflects the overall trend strength. This score helps determine whether the market is experiencing a strong uptrend, downtrend, or sideways movement.
3. Long and Short Conditions:
Once the trend score has been calculated, it is compared against predefined threshold levels:
A long signal is generated when the trend score exceeds the upper threshold, indicating that the market is in a strong uptrend.
A short signal is generated when the trend score crosses below the lower threshold, signaling a potential downtrend or trend reversal.
These conditions provide clear signals for potential entry points, and the color-coding helps traders quickly identify market direction:
Long signals are displayed in green.
Short signals are displayed in red.
These signals are designed to provide high-confidence entries for trend-following strategies, helping traders capture profitable movements in the market.
4. Trend Background and Bar Coloring:
The script offers customizable visual settings to enhance the clarity of the trend signals. Traders can choose to:
Color the bars based on the trend direction: Bars are colored green for long signals and red for short signals.
Change the background color to provide additional context: The background will be shaded green for a bullish trend and red for a bearish trend. This visual feedback helps traders to stay aligned with the prevailing market sentiment.
These features offer a quick visual reference for understanding the market's direction, making it easier for traders to identify when to enter or exit positions.
5. Threshold Lines for Visual Feedback:
Threshold lines are plotted on the chart to represent the predefined long and short levels. These lines act as clear markers for when the market reaches a critical threshold, triggering a potential buy (long) or sell (short) signal. By showing these threshold lines on the chart, traders can quickly gauge the strength of the market and assess whether the trend is strong enough to warrant action.
These thresholds can be adjusted based on the trader's preferences, allowing them to fine-tune the indicator for different market conditions or asset behaviors.
6. Customizable Parameters for Flexibility:
The indicator offers several parameters that can be adjusted to suit individual trading preferences:
Window Period (Bilateral Filter): The window size determines how many past price values are used to calculate the bilateral filter. A larger window increases smoothing, while a smaller window results in more responsive, but noisier, data.
Spatial Sigma (σ_d) and Range Sigma (σ_r): These values control how sensitive the filter is to price changes and the distance between data points. Fine-tuning these parameters allows traders to adjust the degree of noise reduction applied to the price series.
Threshold Levels: The upper and lower thresholds determine when the trend score crosses into long or short territory. These levels can be customized to better match the trader's risk tolerance or asset characteristics.
Visual Settings: Traders can customize the appearance of the chart, including the line width of trend signals, bar colors, and background shading, to make the indicator more readable and aligned with their charting style.
7. Alerts for Trend Reversals:
The indicator includes alert conditions for real-time notifications when the market crosses the defined thresholds. Traders can set alerts to be notified when:
The trend score crosses the long threshold, signaling an uptrend.
The trend score crosses the short threshold, signaling a downtrend.
These alerts provide timely information, allowing traders to take immediate action when the market shows a significant change in direction.
Final Thoughts
The Bilateral Filter For Loop indicator is a robust tool for trend-following traders who wish to reduce market noise and focus on the underlying trend. By applying the bilateral filter and calculating trend scores, this indicator helps traders identify strong uptrends and downtrends, providing reliable entry signals with minimal market noise. The customizable parameters, visual feedback, and alerting system make it a versatile tool for traders seeking to improve their timing and capture profitable market movements.
Thus following all of the key points here are some sample backtests on the 1D Chart
Disclaimer: Backtests are based off past results, and are not indicative of the future.
INDEX:BTCUSD
INDEX:ETHUSD
CRYPTO:SOLUSD
M-oscillator
Market Zone Analyzer[BullByte]Understanding the Market Zone Analyzer
---
1. Purpose of the Indicator
The Market Zone Analyzer is a Pine Script™ (version 6) indicator designed to streamline market analysis on TradingView. Rather than scanning multiple separate tools, it unifies four core dimensions—trend strength, momentum, price action, and market activity—into a single, consolidated view. By doing so, it helps traders:
• Save time by avoiding manual cross-referencing of disparate signals.
• Reduce decision-making errors that can arise from juggling multiple indicators.
• Gain a clear, reliable read on whether the market is in a bullish, bearish, or sideways phase, so they can more confidently decide to enter, exit, or hold a position.
---
2. Why a Trader Should Use It
• Unified View: Combines all essential market dimensions into one easy-to-read score and dashboard, eliminating the need to piece together signals manually.
• Adaptability: Automatically adjusts its internal weighting for trend, momentum, and price action based on current volatility. Whether markets are choppy or calm, the indicator remains relevant.
• Ease of Interpretation: Outputs a simple “BULLISH,” “BEARISH,” or “SIDEWAYS” label, supplemented by an intuitive on-chart dashboard and an oscillator plot that visually highlights market direction.
• Reliability Features: Built-in smoothing of the net score and hysteresis logic (requiring consecutive confirmations before flips) minimize false signals during noisy or range-bound phases.
---
3. Why These Specific Indicators?
This script relies on a curated set of well-established technical tools, each chosen for its particular strength in measuring one of the four core dimensions:
1. Trend Strength:
• ADX/DMI (Average Directional Index / Directional Movement Index): Measures how strong a trend is, and whether the +DI line is above the –DI line (bullish) or vice versa (bearish).
• Moving Average Slope (Fast MA vs. Slow MA): Compares a shorter-period SMA to a longer-period SMA; if the fast MA sits above the slow MA, it confirms an uptrend, and vice versa for a downtrend.
• Ichimoku Cloud Differential (Senkou A vs. Senkou B): Provides a forward-looking view of trend direction; Senkou A above Senkou B signals bullishness, and the opposite signals bearishness.
2. Momentum:
• Relative Strength Index (RSI): Identifies overbought (above its dynamically calculated upper bound) or oversold (below its lower bound) conditions; changes in RSI often precede price reversals.
• Stochastic %K: Highlights shifts in short-term momentum by comparing closing price to the recent high/low range; values above its upper band signal bullish momentum, below its lower band signal bearish momentum.
• MACD Histogram: Measures the difference between the MACD line and its signal line; a positive histogram indicates upward momentum, a negative histogram indicates downward momentum.
3. Price Action:
• Highest High / Lowest Low (HH/LL) Range: Over a defined lookback period, this captures breakout or breakdown levels. A closing price near the recent highs (with a positive MA slope) yields a bullish score, and near the lows (with a negative MA slope) yields a bearish score.
• Heikin-Ashi Doji Detection: Uses Heikin-Ashi candles to identify indecision or continuation patterns. A small Heikin-Ashi body (doji) relative to recent volatility is scored as neutral; a larger body in the direction of the MA slope is scored bullish or bearish.
• Candle Range Measurement: Compares each candle’s high-low range against its own dynamic band (average range ± standard deviation). Large candles aligning with the prevailing trend score bullish or bearish accordingly; unusually small candles can indicate exhaustion or consolidation.
4. Market Activity:
• Bollinger Bands Width (BBW): Measures the distance between BB upper and lower bands; wide bands indicate high volatility, narrow bands indicate low volatility.
• Average True Range (ATR): Quantifies average price movement (volatility). A sudden spike in ATR suggests a volatile environment, while a contraction suggests calm.
• Keltner Channels Width (KCW): Similar to BBW but uses ATR around an EMA. Provides a second layer of volatility context, confirming or contrasting BBW readings.
• Volume (with Moving Average): Compares current volume to its moving average ± standard deviation. High volume validates strong moves; low volume signals potential lack of conviction.
By combining these tools, the indicator captures trend direction, momentum strength, price-action nuances, and overall market energy, yielding a more balanced and comprehensive assessment than any single tool alone.
---
4. What Makes This Indicator Stand Out
• Multi-Dimensional Analysis: Rather than relying on a lone oscillator or moving average crossover, it simultaneously evaluates trend, momentum, price action, and activity.
• Dynamic Weighting: The relative importance of trend, momentum, and price action adjusts automatically based on real-time volatility (Market Activity State). For example, in highly volatile conditions, trend and momentum signals carry more weight; in calm markets, price action signals are prioritized.
• Stability Mechanisms:
• Smoothing: The net score is passed through a short moving average, filtering out noise, especially on lower timeframes.
• Hysteresis: Both Market Activity State and the final bullish/bearish/sideways zone require two consecutive confirmations before flipping, reducing whipsaw.
• Visual Interpretation: A fully customizable on-chart dashboard displays each sub-indicator’s value, regime, score, and comment, all color-coded. The oscillator plot changes color to reflect the current market zone (green for bullish, red for bearish, gray for sideways) and shows horizontal threshold lines at +2, 0, and –2.
---
5. Recommended Timeframes
• Short-Term (5 min, 15 min): Day traders and scalpers can benefit from rapid signals, but should enable smoothing (and possibly disable hysteresis) to reduce false whipsaws.
• Medium-Term (1 h, 4 h): Swing traders find a balance between responsiveness and reliability. Less smoothing is required here, and the default parameters (e.g., ADX length = 14, RSI length = 14) perform well.
• Long-Term (Daily, Weekly): Position traders tracking major trends can disable smoothing for immediate raw readings, since higher-timeframe noise is minimal. Adjust lookback lengths (e.g., increase adxLength, rsiLength) if desired for slower signals.
Tip: If you keep smoothing off, stick to timeframes of 1 h or higher to avoid excessive signal “chatter.”
---
6. How Scoring Works
A. Individual Indicator Scores
Each sub-indicator is assigned one of three discrete scores:
• +1 if it indicates a bullish condition (e.g., RSI above its dynamically calculated upper bound).
• 0 if it is neutral (e.g., RSI between upper and lower bounds).
• –1 if it indicates a bearish condition (e.g., RSI below its dynamically calculated lower bound).
Examples of individual score assignments:
• ADX/DMI:
• +1 if ADX ≥ adxThreshold and +DI > –DI (strong bullish trend)
• –1 if ADX ≥ adxThreshold and –DI > +DI (strong bearish trend)
• 0 if ADX < adxThreshold (trend strength below threshold)
• RSI:
• +1 if RSI > RSI_upperBound
• –1 if RSI < RSI_lowerBound
• 0 otherwise
• ATR (as part of Market Activity):
• +1 if ATR > (ATR_MA + stdev(ATR))
• –1 if ATR < (ATR_MA – stdev(ATR))
• 0 otherwise
Each of the four main categories shares this same +1/0/–1 logic across their sub-components.
B. Category Scores
Once each sub-indicator reports +1, 0, or –1, these are summed within their categories as follows:
• Trend Score = (ADX score) + (MA slope score) + (Ichimoku differential score)
• Momentum Score = (RSI score) + (Stochastic %K score) + (MACD histogram score)
• Price Action Score = (Highest-High/Lowest-Low score) + (Heikin-Ashi doji score) + (Candle range score)
• Market Activity Raw Score = (BBW score) + (ATR score) + (KC width score) + (Volume score)
Each category’s summed value can range between –3 and +3 (for Trend, Momentum, and Price Action), and between –4 and +4 for Market Activity raw.
C. Market Activity State and Dynamic Weight Adjustments
Rather than contributing directly to the netScore like the other three categories, Market Activity determines how much weight to assign to Trend, Momentum, and Price Action:
1. Compute Market Activity Raw Score by summing BBW, ATR, KCW, and Volume individual scores (each +1/0/–1).
2. Bucket into High, Medium, or Low Activity:
• High if raw Score ≥ 2 (volatile market).
• Low if raw Score ≤ –2 (calm market).
• Medium otherwise.
3. Apply Hysteresis (if enabled): The state only flips after two consecutive bars register the same high/low/medium label.
4. Set Category Weights:
• High Activity: Trend = 50 %, Momentum = 35 %, Price Action = 15 %.
• Low Activity: Trend = 25 %, Momentum = 20 %, Price Action = 55 %.
• Medium Activity: Use the trader’s base weight inputs (e.g., Trend = 40 %, Momentum = 30 %, Price Action = 30 % by default).
D. Calculating the Net Score
5. Normalize Base Weights (so that the sum of Trend + Momentum + Price Action always equals 100 %).
6. Determine Current Weights based on the Market Activity State (High/Medium/Low).
7. Compute Each Category’s Contribution: Multiply (categoryScore) × (currentWeight).
8. Sum Contributions to get the raw netScore (a floating-point value that can exceed ±3 when scores are strong).
9. Smooth the netScore over two bars (if smoothing is enabled) to reduce noise.
10. Apply Hysteresis to the Final Zone:
• If the smoothed netScore ≥ +2, the bar is classified as “Bullish.”
• If the smoothed netScore ≤ –2, the bar is classified as “Bearish.”
• Otherwise, it is “Sideways.”
• To prevent rapid flips, the script requires two consecutive bars in the new zone before officially changing the displayed zone (if hysteresis is on).
E. Thresholds for Zone Classification
• BULLISH: netScore ≥ +2
• BEARISH: netScore ≤ –2
• SIDEWAYS: –2 < netScore < +2
---
7. Role of Volatility (Market Activity State) in Scoring
Volatility acts as a dynamic switch that shifts which category carries the most influence:
1. High Activity (Volatile):
• Detected when at least two sub-scores out of BBW, ATR, KCW, and Volume equal +1.
• The script sets Trend weight = 50 % and Momentum weight = 35 %. Price Action weight is minimized at 15 %.
• Rationale: In volatile markets, strong trending moves and momentum surges dominate, so those signals are more reliable than nuanced candle patterns.
2. Low Activity (Calm):
• Detected when at least two sub-scores out of BBW, ATR, KCW, and Volume equal –1.
• The script sets Price Action weight = 55 %, Trend = 25 %, and Momentum = 20 %.
• Rationale: In quiet, sideways markets, subtle price-action signals (breakouts, doji patterns, small-range candles) are often the best early indicators of a new move.
3. Medium Activity (Balanced):
• Raw Score between –1 and +1 from the four volatility metrics.
• Uses whatever base weights the trader has specified (e.g., Trend = 40 %, Momentum = 30 %, Price Action = 30 %).
Because volatility can fluctuate rapidly, the script employs hysteresis on Market Activity State: a new High or Low state must occur on two consecutive bars before weights actually shift. This avoids constant back-and-forth weight changes and provides more stability.
---
8. Scoring Example (Hypothetical Scenario)
• Symbol: Bitcoin on a 1-hour chart.
• Market Activity: Raw volatility sub-scores show BBW (+1), ATR (+1), KCW (0), Volume (+1) → Total raw Score = +3 → High Activity.
• Weights Selected: Trend = 50 %, Momentum = 35 %, Price Action = 15 %.
• Trend Signals:
• ADX strong and +DI > –DI → +1
• Fast MA above Slow MA → +1
• Ichimoku Senkou A > Senkou B → +1
→ Trend Score = +3
• Momentum Signals:
• RSI above upper bound → +1
• MACD histogram positive → +1
• Stochastic %K within neutral zone → 0
→ Momentum Score = +2
• Price Action Signals:
• Highest High/Lowest Low check yields 0 (close not near extremes)
• Heikin-Ashi doji reading is neutral → 0
• Candle range slightly above upper bound but trend is strong, so → +1
→ Price Action Score = +1
• Compute Net Score (before smoothing):
• Trend contribution = 3 × 0.50 = 1.50
• Momentum contribution = 2 × 0.35 = 0.70
• Price Action contribution = 1 × 0.15 = 0.15
• Raw netScore = 1.50 + 0.70 + 0.15 = 2.35
• Since 2.35 ≥ +2 and hysteresis is met, the final zone is “Bullish.”
Although the netScore lands at 2.35 (Bullish), smoothing might bring it slightly below 2.00 on the first bar (e.g., 1.90), in which case the script would wait for a second consecutive reading above +2 before officially classifying the zone as Bullish (if hysteresis is enabled).
---
9. Correlation Between Categories
The four categories—Trend Strength, Momentum, Price Action, and Market Activity—often reinforce or offset one another. The script takes advantage of these natural correlations:
• Bullish Alignment: If ADX is strong and pointed upward, fast MA is above slow MA, and Ichimoku is positive, that usually coincides with RSI climbing above its upper bound and the MACD histogram turning positive. In such cases, both Trend and Momentum categories generate +1 or +2. Because the Market Activity State is likely High (given the accompanying volatility), Trend and Momentum weights are at their peak, so the netScore quickly crosses into Bullish territory.
• Sideways/Consolidation: During a low-volatility, sideways phase, ADX may fall below its threshold, MAs may flatten, and RSI might hover in the neutral band. However, subtle price-action signals (like a small breakout candle or a Heikin-Ashi candle with a slight bias) can still produce a +1 in the Price Action category. If Market Activity is Low, Price Action’s weight (55 %) can carry enough influence—even if Trend and Momentum are neutral—to push the netScore out of “Sideways” into a mild bullish or bearish bias.
• Opposing Signals: When Trend is bullish but Momentum turns negative (for example, price continues up but RSI rolls over), the two scores can partially cancel. Market Activity may remain Medium, in which case the netScore lingers near zero (Sideways). The trader can then wait for either a clearer momentum shift or a fresh price-action breakout before committing.
By dynamically recognizing these correlations and adjusting weights, the indicator ensures that:
• When Trend and Momentum align (and volatility supports it), the netScore leaps strongly into Bullish or Bearish.
• When Trend is neutral but Price Action shows an early move in a low-volatility environment, Price Action’s extra weight in the Low Activity State can still produce actionable signals.
---
10. Market Activity State & Its Role (Detailed)
The Market Activity State is not a direct category score—it is an overarching context setter for how heavily to trust Trend, Momentum, or Price Action. Here’s how it is derived and applied:
1. Calculate Four Volatility Sub-Scores:
• BBW: Compare the current band width to its own moving average ± standard deviation. If BBW > (BBW_MA + stdev), assign +1 (high volatility); if BBW < (BBW_MA × 0.5), assign –1 (low volatility); else 0.
• ATR: Compare ATR to its moving average ± standard deviation. A spike above the upper threshold is +1; a contraction below the lower threshold is –1; otherwise 0.
• KCW: Same logic as ATR but around the KCW mean.
• Volume: Compare current volume to its volume MA ± standard deviation. Above the upper threshold is +1; below the lower threshold is –1; else 0.
2. Sum Sub-Scores → Raw Market Activity Score: Range between –4 and +4.
3. Assign Market Activity State:
• High Activity: Raw Score ≥ +2 (at least two volatility metrics are strongly spiking).
• Low Activity: Raw Score ≤ –2 (at least two metrics signal unusually low volatility or thin volume).
• Medium Activity: Raw Score is between –1 and +1 inclusive.
4. Hysteresis for Stability:
• If hysteresis is enabled, a new state only takes hold after two consecutive bars confirm the same High, Medium, or Low label.
• This prevents the Market Activity State from bouncing around when volatility is on the fence.
5. Set Category Weights Based on Activity State:
• High Activity: Trend = 50 %, Momentum = 35 %, Price Action = 15 %.
• Low Activity: Trend = 25 %, Momentum = 20 %, Price Action = 55 %.
• Medium Activity: Use trader’s base weights (e.g., Trend = 40 %, Momentum = 30 %, Price Action = 30 %).
6. Impact on netScore: Because category scores (–3 to +3) multiply by these weights, High Activity amplifies the effect of strong Trend and Momentum scores; Low Activity amplifies the effect of Price Action.
7. Market Context Tooltip: The dashboard includes a tooltip summarizing the current state—e.g., “High activity, trend and momentum prioritized,” “Low activity, price action prioritized,” or “Balanced market, all categories considered.”
---
11. Category Weights: Base vs. Dynamic
Traders begin by specifying base weights for Trend Strength, Momentum, and Price Action that sum to 100 %. These apply only when volatility is in the Medium band. Once volatility shifts:
• High Volatility Overrides:
• Trend jumps from its base (e.g., 40 %) to 50 %.
• Momentum jumps from its base (e.g., 30 %) to 35 %.
• Price Action is reduced to 15 %.
Example: If base weights were Trend = 40 %, Momentum = 30 %, Price Action = 30 %, then in High Activity they become 50/35/15. A Trend score of +3 now contributes 3 × 0.50 = +1.50 to netScore; a Momentum +2 contributes 2 × 0.35 = +0.70. In total, Trend + Momentum can easily push netScore above the +2 threshold on its own.
• Low Volatility Overrides:
• Price Action leaps from its base (30 %) to 55 %.
• Trend falls to 25 %, Momentum falls to 20 %.
Why? When markets are quiet, subtle candle breakouts, doji patterns, and small-range expansions tend to foreshadow the next swing more effectively than raw trend readings. A Price Action score of +3 in this state contributes 3 × 0.55 = +1.65, which can carry the netScore toward +2—even if Trend and Momentum are neutral or only mildly positive.
Because these weight shifts happen only after two consecutive bars confirm a High or Low state (if hysteresis is on), the indicator avoids constantly flipping its emphasis during borderline volatility phases.
---
12. Dominant Category Explained
Within the dashboard, a label such as “Trend Dominant,” “Momentum Dominant,” or “Price Action Dominant” appears when one category’s absolute weighted contribution to netScore is the largest. Concretely:
• Compute each category’s weighted contribution = (raw category score) × (current weight).
• Compare the absolute values of those three contributions.
• The category with the highest absolute value is flagged as Dominant for that bar.
Why It Matters:
• Momentum Dominant: Indicates that the combined force of RSI, Stochastic, and MACD (after weighting) is pushing netScore farther than either Trend or Price Action. In practice, it means that short-term sentiment and speed of change are the primary drivers right now, so traders should watch for continued momentum signals before committing to a trade.
• Trend Dominant: Means ADX, MA slope, and Ichimoku (once weighted) outweigh the other categories. This suggests a strong directional move is in place; trend-following entries or confirming pullbacks are likely to succeed.
• Price Action Dominant: Occurs when breakout/breakdown patterns, Heikin-Ashi candle readings, and range expansions (after weighting) are the most influential. This often happens in calmer markets, where subtle shifts in candle structure can foreshadow bigger moves.
By explicitly calling out which category is carrying the most weight at any moment, the dashboard gives traders immediate insight into why the netScore is tilting toward bullish, bearish, or sideways.
---
13. Oscillator Plot: How to Read It
The “Net Score” oscillator sits below the dashboard and visually displays the smoothed netScore as a line graph. Key features:
1. Value Range: In normal conditions it oscillates roughly between –3 and +3, but extreme confluences can push it outside that range.
2. Horizontal Threshold Lines:
• +2 Line (Bullish threshold)
• 0 Line (Neutral midline)
• –2 Line (Bearish threshold)
3. Zone Coloring:
• Green Background (Bullish Zone): When netScore ≥ +2.
• Red Background (Bearish Zone): When netScore ≤ –2.
• Gray Background (Sideways Zone): When –2 < netScore < +2.
4. Dynamic Line Color:
• The plotted netScore line itself is colored green in a Bullish Zone, red in a Bearish Zone, or gray in a Sideways Zone, creating an immediate visual cue.
Interpretation Tips:
• Crossing Above +2: Signals a strong enough combined trend/momentum/price-action reading to classify as Bullish. Many traders wait for a clear crossing plus a confirmation candle before entering a long position.
• Crossing Below –2: Indicates a strong Bearish signal. Traders may consider short or exit strategies.
• Rising Slope, Even Below +2: If netScore climbs steadily from neutral toward +2, it demonstrates building bullish momentum.
• Divergence: If price makes a higher high but the oscillator fails to reach a new high, it can warn of weakening momentum and a potential reversal.
---
14. Comments and Their Necessity
Every sub-indicator (ADX, MA slope, Ichimoku, RSI, Stochastic, MACD, HH/LL, Heikin-Ashi, Candle Range, BBW, ATR, KCW, Volume) generates a short comment that appears in the detailed dashboard. Examples:
• “Strong bullish trend” or “Strong bearish trend” for ADX/DMI
• “Fast MA above slow MA” or “Fast MA below slow MA” for MA slope
• “RSI above dynamic threshold” or “RSI below dynamic threshold” for RSI
• “MACD histogram positive” or “MACD histogram negative” for MACD Hist
• “Price near highs” or “Price near lows” for HH/LL checks
• “Bullish Heikin Ashi” or “Bearish Heikin Ashi” for HA Doji scoring
• “Large range, trend confirmed” or “Small range, trend contradicted” for Candle Range
Additionally, the top-row comment for each category is:
• Trend: “Highly Bullish,” “Highly Bearish,” or “Neutral Trend.”
• Momentum: “Strong Momentum,” “Weak Momentum,” or “Neutral Momentum.”
• Price Action: “Bullish Action,” “Bearish Action,” or “Neutral Action.”
• Market Activity: “Volatile Market,” “Calm Market,” or “Stable Market.”
Reasons for These Comments:
• Transparency: Shows exactly how each sub-indicator contributed to its category score.
• Education: Helps traders learn why a category is labeled bullish, bearish, or neutral, building intuition over time.
• Customization: If, for example, the RSI comment says “RSI neutral” despite an impending trend shift, a trader might choose to adjust RSI length or thresholds.
In the detailed dashboard, hovering over each comment cell also reveals a tooltip with additional context (e.g., “Fast MA above slow MA” or “Senkou A above Senkou B”), helping traders understand the precise rule behind that +1, 0, or –1 assignment.
---
15. Real-Life Example (Consolidated)
• Instrument & Timeframe: Bitcoin (BTCUSD), 1-hour chart.
• Current Market Activity: BBW and ATR both spike (+1 each), KCW is moderately high (+1), but volume is only neutral (0) → Raw Market Activity Score = +2 → State = High Activity (after two bars, if hysteresis is on).
• Category Weights Applied: Trend = 50 %, Momentum = 35 %, Price Action = 15 %.
• Trend Sub-Scores:
1. ADX = 25 (above threshold 20) with +DI > –DI → +1.
2. Fast MA (20-period) sits above Slow MA (50-period) → +1.
3. Ichimoku: Senkou A > Senkou B → +1.
→ Trend Score = +3.
• Momentum Sub-Scores:
4. RSI = 75 (above its moving average +1 stdev) → +1.
5. MACD histogram = +0.15 → +1.
6. Stochastic %K = 50 (mid-range) → 0.
→ Momentum Score = +2.
• Price Action Sub-Scores:
7. Price is not within 1 % of the 20-period high/low and slope = positive → 0.
8. Heikin-Ashi body is slightly larger than stdev over last 5 bars with haClose > haOpen → +1.
9. Candle range is just above its dynamic upper bound but trend is already captured, so → +1.
→ Price Action Score = +2.
• Calculate netScore (before smoothing):
• Trend contribution = 3 × 0.50 = 1.50
• Momentum contribution = 2 × 0.35 = 0.70
• Price Action contribution = 2 × 0.15 = 0.30
• Raw netScore = 1.50 + 0.70 + 0.30 = 2.50 → Immediately classified as Bullish.
• Oscillator & Dashboard Output:
• The oscillator line crosses above +2 and turns green.
• Dashboard displays:
• Trend Regime “BULLISH,” Trend Score = 3, Comment = “Highly Bullish.”
• Momentum Regime “BULLISH,” Momentum Score = 2, Comment = “Strong Momentum.”
• Price Action Regime “BULLISH,” Price Action Score = 2, Comment = “Bullish Action.”
• Market Activity State “High,” Comment = “Volatile Market.”
• Weights: Trend 50 %, Momentum 35 %, Price Action 15 %.
• Dominant Category: Trend (because 1.50 > 0.70 > 0.30).
• Overall Score: 2.50, posCount = (three +1s in Trend) + (two +1s in Momentum) + (two +1s in Price Action) = 7 bullish signals, negCount = 0.
• Final Zone = “BULLISH.”
• The trader sees that both Trend and Momentum are reinforcing each other under high volatility. They might wait one more candle for confirmation but already have strong evidence to consider a long.
---
• .
---
Disclaimer
This indicator is strictly a technical analysis tool and does not constitute financial advice. All trading involves risk, including potential loss of capital. Past performance is not indicative of future results. Traders should:
• Always backtest the “Market Zone Analyzer ” on their chosen symbols and timeframes before committing real capital.
• Combine this tool with sound risk management, position sizing, and, if possible, fundamental analysis.
• Understand that no indicator is foolproof; always be prepared for unexpected market moves.
Goodluck
-BullByte!
---
Trending Indicator: Price % of Pivots# Price % of Pivots Indicator
## Overview
A trend-following indicator that measures current price position relative to recent pivot highs and lows as percentages, providing normalized trend analysis across all timeframes and instruments.
## Key Features
- **Real-time trend table** with live signal updates (Strong Bullish/Bearish, Leaning Bullish/Bearish, Neutral)
- **Dual percentage tracking**: Price % of high pivot and low pivot % of current price
- **Universal compatibility** - works on any timeframe and asset class
- **Faster than some other trend indicators** - catches trend changes earlier with less lag
## Trading Signals
- **Bullish bias**: When price % of high pivot > low pivot % of price
- **Bearish bias**: When low pivot % of price > price % of high pivot
- **Customizable thresholds** (default 99%) with alert system
- **Color-coded backgrounds** for immediate visual confirmation
## Configuration
- Adjustable pivot lookback period (5-100 bars)
- Customizable left/right bars for pivot confirmation
- Threshold settings from 50-110% with 0.5% increments
- Full color customization for all elements
## Advantages
- **Speed**: More responsive than traditional ATR-based indicators
- **Clarity**: Clean percentage-based display with professional info table
- **Alerts**: Multiple conditions for automated and manual trading
- **Versatility**: Effective for day trading, swing trading, and multi-timeframe analysis
Perfect for traders seeking a fast, reliable trend indicator that works consistently across all markets and timeframes.
Relative Imbalance Flow Tracker🚀 RIFT: Relative Imbalance Flow Tracker
A totally unique RSI envelope system that uses dual moving averages and color-coded dominance to show potential reversal zones before they happen. No standard Bollinger Bands. No gray confusion. Just clean, smart, visual logic.
🧠 How It Works
RSI is calculated and optionally smoothed (RMA/EMA/SMA/WMA).
Two RSI-based MAs are plotted:
- Fast MA (e.g. 16) = reactive
- Slow MA (e.g. 32) = steady
Each MA gets its own envelope based on a % distance.
If fast envelope dominates (outside the slow one), it lights up. Otherwise, they fade and cancel each other visually.
🎨 Color Logic
🔴 Upper Band (Red) = Overbought danger zone
When fast upper > slow upper, it's a warning flare.
🟢 Lower Band (Green) = Oversold bounce zone
When fast lower < slow lower, bulls may step in.
🟠 RSI Line Orange = Mixed signals
RSI is between the two MAs—no one's in control.
🟢 - RSI Line Green = RSI > both MAs = strong momentum
🔴 - RSI Line Red = RSI < both MAs = bearish pressure
🔍 How to Read It
- Red Band + Green RSI = uptrend stalling
- Green Band + Red RSI = selloff slowing
- No Fill = Envelopes overlapping, no edge
- RSI flips from green/red to orange = tug-of-war
⚙️ Why It’s Useful
- Gives early reversal clues before RSI tags extreme levels.
- Filters out fakeouts by showing when RSI can’t reach the “target zone.”
- Dynamic: adapts with trend strength and volatility via envelope width.
- Fully customizable: lengths, smoothing, envelope %, colors, fills.
💡 Quick Visual Tips
🔴 - Red Band visible but RSI stalls? = Likely reversal.
🟢 - Green Band shows up and RSI flips green? = Go time.
🟠 - RSI turns orange + no fills? = Sit out or scalp light.
Triad RotationHey guys, this is the first indicator I've created. I have done some selective testing to validate the calculations against the FullStochastic indicators using the same settings.
From my review it looks to match correctly, but please do your own due diligence to verify this indicator matches your needs and strategy.
This indicator was designed closely with the Quad rotation strategy, where you use multiple stochastic indicators to identify overbought and oversold conditions.
Once all the stochastics are determined to be over/under the overbought/oversold threshold, the section will be highlighted red or green based on which condition is met. Green indicates a potential period to buy, and red indicates a potential period to sell.
P.S. I pair this with the MACD indicator to determine momentum of to aid in determining entry and exits, along with support and resistance levels. Thus far, I am an unprofitable trader, so this strategy may change. Again do your own due diligence to design a strategy that works for you.
Quad Rotation - StochasticThis Indicator is a step up from the Triad Rotation Indicator previously made, as it has 4 Stochastic signals rather then 3.
It can be used mainly to identify potential reversal periods. If the Instrument becomes overbought, or oversold with all 4 stochastics a horizontal highlight will appear, either green or red. Green indicates the instrument is oversold, and may reverse soon, meaning you should take a buying positions, and red indicates an overbought position, where you may want to sell due to a reversal downward.
Additionally, you can set an alarm if all 4 stochastic indicators signal overbought or oversold. This will help reduce your need to watch each instrument, and reduce the likelihood of overtrading.
If you have comments regarding this indicator, if you found it helpful, or would like other improvements feel free to email me. If you are looking for other custom indicators, also feel free to email me. Email: thejak77@aol.com. This is an email rarely monitored, so please be patient, thank you!
All the best, and stay profitable!
FX 2025 - Triple EMA Entrada y Cierre ÚnicaCruce de emas 9/21/50, se recomienda combinar con los indicadores de volumen y macd
EMA 9: Represents very short-term price movement.
EMA 21: Smoother and shows short-term trend.
EMA 50: Reflects the medium-term trend.
Common signals:
Bullish crossover: When the EMA 9 crosses above the EMA 21 (and preferably also the EMA 50), it’s seen as a buy signal.
Bearish crossover: When the EMA 9 crosses below the EMA 21 or 50, it may signal a sell or correction.
Adaptive MACD Deluxe [AlgoAlpha]OVERVIEW
This script is an advanced rework of the classic MACD indicator, designed to be more adaptive, visually informative, and customizable. It enhances the original MACD formula using a dynamic feedback loop and a correlation-based weighting system that adjusts in real-time based on how deterministic recent price action is. The signal line is flexible, offering several smoothing types including Heiken Ashi, while the histogram is color-coded with gradients to help users visually identify momentum shifts. It also includes optional normalization by volatility, allowing MACD values to be interpreted as relative percentage moves, making the indicator more consistent across different assets and timeframes.
CONCEPTS
This version of MACD introduces a deterministic weight based on R-squared correlation with time, which modulates how fast or slow the MACD adapts to price changes. Higher correlation means smoother, slower MACD responses, and low correlation leads to quicker reaction. The momentum calculation blends traditional EMA math with feedback and damping components to create a smoother, less noisy series. Heiken Ashi is optionally used for signal smoothing to better visualize short-term trend bias. When normalization is enabled, the MACD is scaled by an EMA of the high-low range, converting it into a bounded, volatility-relative indicator. This makes extreme readings more meaningful across markets.
FEATURES
The script offers six distinct options for signal line smoothing: EMA, SMA, SMMA (RMA), WMA, VWMA, and a custom Heiken Ashi mode based on the MACD series. Each option provides a different response speed and smoothing behavior, allowing traders to match the indicator’s behavior to their strategy—whether it's faster reaction or reduced noise.
Normalization is another key feature. When enabled, MACD values are scaled by a volatility proxy, converting the indicator into a relative percentage. This helps standardize the MACD across different assets and timeframes, making overbought and oversold readings more consistent and easier to interpret.
Threshold zones can be customized using upper and lower boundaries, with inner zones for early warnings. These zones are highlighted on the chart with subtle background fills and directional arrows when MACD enters or exits key levels. This makes it easier to spot strong or weak reversals at a glance.
Lastly, the script includes multiple built-in alerts. Users can set alerts for MACD crossovers, histogram flips above or below zero, and MACD entries into strong or weak reversal zones. This allows for hands-free monitoring and quick decision-making without staring at the chart.
USAGE
To use this script, choose your preferred signal smoothing type, enable normalization if you want MACD values relative to volatility, and adjust the threshold zones to fit your asset or timeframe. Use the colored histogram to detect changes in momentum strength—brighter colors indicate rising strength, while faded colors imply weakening. Heiken Ashi mode smooths out noise and provides clearer signals, especially useful in choppy conditions. Use alert conditions for crossover and reversal detection, or monitor the arrow markers for entries into potential exhaustion zones. This setup works well for trend following, momentum trading, and reversal spotting across all market types.
Six-Vein Sword Energy (Concept)Used Ai to give an Eli5 for the indicator if needed.
The "Six Experts" Indicator
Imagine you have a team of six different experts trying to decide if the price is going to go UP or DOWN.
One expert is good at spotting speed (Momentum).
Another is good at spotting if things are overbought or oversold (RSI & KDJ).
Another is good at seeing if we're in a clear trend (MACD & BBI).
This indicator is just a simple scoreboard for your team of six experts.
How to Read the Scoreboard
1. The Six Rows of Arrows
Think of each row as one expert's vote.
A Red Up Arrow (↑) means that expert gives a "Thumbs Up" 👍. They think the price looks strong and might go up.
A Green Down Arrow (↓) means that expert gives a "Thumbs Down" 👎. They think the price looks weak and might go down.
Sometimes, you'll see a column with both red and green arrows. That's because your experts don't always agree! Maybe the "speed" expert says things are strong, but the "overbought" expert says things have gone up too much. This is totally normal.
2. The Jagged White Line
This white line is the final score. It simply counts how many "Thumbs Ups" (red arrows) there are.
If the white line is at the very top (at 6), it means all six experts agree and are giving a "Thumbs Up".
If the white line is at the very bottom (at 0), it means all six experts are giving a "Thumbs Down".
If the line is in the middle (like at 4), it means you have 4 "Thumbs Ups" and 2 "Thumbs Downs".
How to Use It (The Simple Way)
Look for Strong Agreement:
When It's Mostly Red: If you see the indicator is almost completely filled with red arrows and the white line is high up (at 5 or 6), it means your expert team is shouting "Things look strong!". This is a good confirmation for looking to buy.
When It's Mostly Green: If you see the indicator is mostly filled with green arrows and the white line is very low (at 0 or 1), the team is screaming "Things look weak!". This is a good confirmation for looking to sell.
Look for Disagreement:
When It's a Messy Mix of Red & Green: If the arrows are all mixed up and the white line is bouncing around in the middle, it means your experts are arguing. The market is choppy and undecided. This is a sign that you should probably be careful and wait for a clearer signal.
The Golden Rule: This indicator is a helper. Always look at the price candles first, and then use this scoreboard to confirm if the market strength agrees with what you see.
MACD 直方图背离 + 连续N柱动能 + 量能/RSI 过滤(含固定 TP/SL + 追踪止盈)Sure, here’s the text without any headings, bullet points, or extra spacing, compressed into a continuous form:
This strategy combines MACD histogram divergence with multi-bar momentum confirmation supported by volume and RSI filters. It detects early reversals using MACD divergence, confirms trends with consecutive momentum bars to reduce false signals, and ensures market support with volume and RSI before entry. Risk is managed by fixed take profit and stop loss levels plus a dynamic trailing stop that locks in profits automatically when the price moves favorably. Backtests on BTC/ETH show a profit factor around 1.3, a win rate near 30%, max drawdown about 24%, and over 1,000 trades. Results may vary by market and timeframe. It suits swing or trend traders seeking reversal detection combined with confirmation, those preferring rule-based low-maintenance strategies, and anyone aiming for consistent profits with controlled risk. Search “MACD Divergence Pro” on TradingView or contact us for early access. Automate your edge, trade with discipline, and let the strategy handle the work.
Syndicate📘 Syndicate Indicator – Description
The Syndicate Indicator is a dynamic, precision-based visual tool for identifying trend direction, major reversals, and institutional golden pocket zones. Designed for clarity, minimalism, and sniper-level entries, it helps traders navigate market structure with confidence.
🔹 Trend Emoji Guide (Top-Right Corner Table):
• 📈✅ – Strong Uptrend Detected (Potential Long Bias)
• 📉✅ – Strong Downtrend Detected (Potential Short Bias)
• 🌀 – Market in Limbo (Neutral/No Trade Zone)
These trend cues are calculated using multi-layer confluence of EMAs, WaveTrend oscillator, and volume trend.
⸻
🟨 Golden Pocket Lines
The script automatically plots high-confluence golden pocket zones from:
• Previous Day (Orange Dotted Lines)
• Previous Week (Fuchsia Dotted Lines)
• Previous Month (Teal Dotted Lines)
Golden pockets only appear when price is nearby (within a % range you can configure) to reduce chart clutter and highlight relevance.
⸻
🔴 Reversal Signal Dots
Small dots (minimal size) show only the strongest reversal confluence:
• White dot = Bullish reversal opportunity
• Purple dot = Bearish reversal opportunity
These appear sparingly, using WaveTrend extremes + volume confirmation for high conviction signals.
⸻
📜 Trading Rules (Beginner-Friendly)
✅ When to Consider a Long (NFA):
• Top-right emoji shows 📈✅
• Price is above both EMAs (50 & 200)
• WaveTrend confirms strong upward pressure
• Volume is above average
• Bonus: White dot or price bouncing from a golden pocket
✅ When to Consider a Short (NFA):
• Top-right emoji shows 📉✅
• Price is below both EMAs
• WaveTrend is trending down with pressure
• Volume is above average (bearish)
• Bonus: Purple dot or price rejecting a golden pocket
⚠️ When to Wait / Avoid Trading:
• Emoji shows 🌀 (limbo)
• Price is between the EMAs
• Low volume or choppy price action
• No dot signal or golden pocket interaction
⸻
📌 Best Practices:
• Use on timeframes 5m–4H for best balance of precision and context
• Combine with Spiderline zones, SFPs, and divergence for stacked confluence
• Use alerts to stay notified when strong trend shifts occur
• Remember: No financial advice — always practice risk management and confirm entries manually
Super Signal OscillatorThis is a overhauled version of the RunRox Turbo Oscillator which utilizes Stoch RSI Divergences and the Money Flow Index to give you confluence on trend sentiment.
The Super Signal Oscillator utilizes these components and takes it a few steps further by adding in things like HTF confluence, traditional RSI, Moving averages to give you a deeper dive into the overall market trend to help confirm bias.
The signals at the top and bottom show you when price is overbought and oversold indicating high probability reversal points for entries.
The upper and lower confluence bars show how heavy buying and selling pressure is switching from dark to bright.
The Momentum Band utilizes smoothed Stoch RSI to show you when price is trending by changing from bullish and bearish colors.
Divergences are plotted on the upper and lower parts of the band by by comparing price high and lows to Stochastic RSI indicating bullish and bearish divergence.
Upper divergence lines are bearish indications and Lower divergences are bullish indications.
Combine divergences with signals and a flip of Liquid Momentum and you will be one step ahead in the market.
Liquid Momentum is based on RSI showing you when momentum is increasing or decreasing and when bias is changing based on RSI flips from bullish to bearish in a column form.
Order Flow is based on the Money Flow index giving you concise confluence for the overall trend of the market.
The Confluence Timeframe allows you to show HTF Liquid Momentum and Order Flow allowing you to trade on lower timeframes while using HTF confluence.
The mode drop down allows you to use pre-defined settings for the Confluence Bars to give you different confluence for entering and holding trades longer.
Hyper Trend uses Moving averages to determine the overall trend sentiment giving you sentiment for every trading style.
React + = Scalp
React ± = Intraday
React - = Swing
Oceanic Momentum Flow Tidal Shift Indicator [ALLDYN]The Elevator Pitch: What Is It?
This isn't just another moving average indicator; it's a comprehensive momentum dashboard. Its primary purpose is to translate complex momentum data into a simple, at-a-glance visual "weather report" for the market. Instead of analyzing multiple lines and numbers, a trader can instantly feel the direction and, more importantly, the strength of market momentum through its unified color system.
Why Would a Trader Use This? (The Problem It Solves)
Traders would use this indicator to solve several common problems :
To Reduce Information Overload: A standard chart might have multiple moving averages, oscillators, and lines. It’s cluttered and takes time to analyze. This indicator consolidates all that information into a single, intuitive color scheme. Is the screen predominantly bright aqua? Momentum is bullish. Is it deep navy? Momentum is bearish.
To Overcome Analysis Paralysis: When signals are weak or conflicting, traders hesitate. This tool provides a clear "confluence" of signals. When the candles, the gradient fill, the background, and the meter are all aligned, it provides a very strong, unambiguous confirmation of momentum, making it easier to act decisively.
To Gauge Momentum Strength , Not Just Direction: A simple crossover is a binary "on/off" signal. This indicator is far more nuanced. The width of the gradient river, the brightness of the background, and the fill of the meter all show how strong the momentum is. This helps a trader distinguish between a weak, choppy move and a strong, high-conviction trend.
To Identify Market Conditions: The indicator is excellent at showing not just trending moves but also a lack of trend. When the colors are rapidly flip-flopping, the gradient river is thin and messy, and the meter is hovering around 50, it's a clear visual sign that the market is in a choppy, sideways, or uncertain state—a condition many traders should avoid.
What Will It Tell Them? (How to Read the Signals)
Each visual element tells a part of the story , from most immediate to the overall context:
The Candlestick Colors (The "Now"): This is the most immediate signal.
Aqua Candle: Bullish momentum is in control on this bar.
Blue Candle: Bearish momentum is in control on this bar.
The Gradient Fill (The "Short-Term Flow"): This is the river of momentum.
A wide, smooth aqua river: Strong, sustained bullish momentum.
A wide, smooth navy river: Strong, sustained bearish momentum.
A thin, choppy, or frequently changing river: Indecision and a lack of clear direction.
The Background Gradient (The "Atmosphere"): This shows the broader momentum environment and its intensity.
A bright, glowing background: Momentum is at its peak strength for the recent period.
A faint or invisible background: Momentum is weak or non-existent (the market is quiet).
The fading-in/fading-out effect: This acts as an early warning that momentum is either building or starting to exhaust.
The Momentum Meter (The "Dashboard Gauge"): This provides an objective, quantified summary of it all.
Reading > 50 and filling to the right: Bullish momentum is in control. A reading of 85+ indicates very strong bullish conviction.
Reading < 50 and filling to the left: Bearish momentum is in control. A reading of 15 or less indicates very strong bearish conviction.
Reading near 50: The market is at a neutral point; there is no clear momentum leader.
How It Can Be Used in a Trading Strategy
This indicator is best used as a confirmation and condition-filtering tool , not as a standalone signal generator.
For a Trend Trader: They would wait for all components to align in one direction. For a long trade, they might require the Kumo cloud to be bullish, the background to be aqua, the gradient river to be wide and aqua, and the meter to be above 60-70. This confirms they are entering on strong, multi-faceted momentum.
For a Swing Trader: They could use the fading of the background color or the meter turning back towards 50 as a signal to take profits, as it suggests the current move is losing steam.
For a Range Trader: The visual chaos of the indicator during a sideways market is a signal in itself to look for range-bound strategies or to simply stay out and wait for a clear trend to emerge.
⚠️ Disclaimer
This indicator is a tool for market analysis and should not be considered financial advice. All trading involves substantial risk, and past performance is not indicative of future results. All trade decisions are your own. Please use risk management and trade responsibly.
abusuhil zonewatch
**Detailed Description of the “abusuhil zonewatch” Indicator and How to Use It**
---
## 1. General Overview
The **“abusuhil zonewatch”** indicator on TradingView is a comprehensive tool that combines four main features:
1. **User-Defined Horizontal Price Lines (Price Lines)** – allows you to draw up to seven custom support/resistance levels and receive alerts when price breaks them.
2. **ZoneWatch Multi-Timeframe Table** – displays the status of several technical indicators across seven timeframes (from 1 minute to 1 day) for the current instrument, marking each as “✓” (positive) or “✗” (negative), plus a summary percentage of positive signals per timeframe.
3. **Dominance Watch Table** – applies the same set of indicators to a chosen “dominance symbol” (e.g., BTC.D, ETH.D, or ETH/BTC) across the same seven timeframes, again showing “✓/✗” and a summary percentage.
4. **Smart Alerts** – two types of alerts:
* **ZoneWatch Smart Technical Alert**: triggers when a predefined percentage of indicators are positive simultaneously in selected timeframes.
* **Any Line Break Alert**: triggers the moment price closes above any active horizontal price line.
Together, these features give you both a quick visual of where price is relative to your manually drawn levels and a multi-timeframe technical read on both the instrument itself and its market dominance, with built-in alert logic.
---
## 2. Horizontal Price Lines (Price Lines)
### 2.1. Available Settings
* **Seven Price Lines** (Line 1 through Line 7), each with:
1. **Enable/Disable Checkbox** “Enable Line X”
2. **Price Input** “Line X Price” (user enters the exact price level)
3. **Color Picker** “Line X Color”
### 2.2. How It Works
* When you enable a line and specify a price and color, the script draws a horizontal line on the chart that extends 500 bars to the left and 500 bars to the right.
* If the price closes above that line (a bullish crossover), a small triangle shape (▲) in the same color appears directly beneath the candle that closed above it.
### 2.3. Practical Benefit
* You can mark key support or resistance levels without manually drawing them each time.
* The triangle alert clearly shows the exact candle that broke your level, letting you enter a trade or adjust your stop-loss precisely when it happens.
---
## 3. ZoneWatch Multi-Timeframe Table
### 3.1. Table Settings
* **Table Position**: Default is Top Right (“top\_right”), but you can choose Top Left, Bottom Left, or Bottom Right.
* **Font Size**: Adjustable from 6 to 24 points for readability.
* **ADX Threshold**: Default is 25 (range 10–50). This threshold is used when evaluating the ADX indicator for strength of trend.
### 3.2. Indicators Included (User Can Show/Hide Each)
1. **RSI (Relative Strength Index)**: RSI(14) > 50
2. **MACD (Moving Average Convergence Divergence)**: MACD Line > Signal Line (from MACD(12,26,9))
3. **Volume**: Current Volume > SMA(Volume, 20)
4. **SMA50**: Close Price > SMA(Close, 50)
5. **SMA200**: Close Price > SMA(Close, 200)
6. **Stochastic RSI**: %K > %D (from stoch(close, high, low, 14) and its 3-period SMA)
7. **VWAP (Volume-Weighted Average Price)**: Close Price > VWAP
8. **ADX (Average Directional Index)**: ADX(14) > ADX Threshold
You can enable or disable any of these eight via checkboxes in the inputs.
### 3.3. Timeframes Covered
The table applies all chosen indicators to seven different timeframes, each via `request.security` calls:
* **1m** (1 minute)
* **5m** (5 minutes)
* **15m** (15 minutes)
* **30m** (30 minutes)
* **1h** (1 hour)
* **4h** (4 hours)
* **1D** (1 day)
### 3.4. Table Layout and Logic
* **Top Row (Column Headers)**: Lists the seven timeframes (1m, 5m, 15m, 30m, 1h, 4h, 1D).
* **Next Rows (Indicator Rows)**: Each row corresponds to one of the enabled indicators (e.g., RSI, MACD, Volume, etc.). For each timeframe column, it shows:
* “✓” if the indicator condition is positive (e.g., RSI > 50 in that timeframe).
* “✗” if the condition is negative.
* Background coloring:
* Green (semi-transparent) if “✓”
* Red (semi-transparent) if “✗”
* **Bottom Row (Summary)**: Calculates how many of the enabled indicators are positive (“✓”) in each column (timeframe), then converts to a percentage:
* Percentage = (Number of “✓” symbols ÷ Total Number of Enabled Indicators) × 100
* If the percentage ≥ 75%, the cell background is light green.
* If 50% ≤ percentage < 75%, the cell background is light orange.
* If percentage < 50%, the cell background is light red.
### 3.5. Practical Benefit of the ZoneWatch Table
1. **Instant Multi-Timeframe Snapshot**
* You don’t need to switch between seven separate charts to see whether RSI, MACD, Volume, etc., are positive or negative in each timeframe.
* The table consolidates everything into one compact view, saving time.
2. **Identify the Strongest Timeframe Quickly**
* If you see, for example, that the 1h column has 6 out of 8 indicators positive (75%), you know the 1h is currently showing strong bullish momentum.
* You can use that as your primary trading timeframe or to confirm a trade you plan to enter in a shorter timeframe.
3. **Quantified Trend Strength**
* The Summary percentage row gives you an at-a-glance score of how “in agreement” the indicators are.
* If Summary ≥ 75% on a timeframe, you might treat that timeframe as particularly strongly trending, and plan trades accordingly.
4. **Customize to Your Strategy**
* Disable indicators you don’t use (e.g., if you never trade based on VWAP, simply uncheck it).
* Adjust the ADX threshold based on how strong you want that filter to be.
---
## 4. ZoneWatch Alerts
### 4.1. Smart Technical Alert
* **Purpose**: To notify you the moment a specified percentage of indicators are positive simultaneously in chosen timeframes.
* **Configuration**:
* **Enable Alerts** checkbox toggles the feature on/off.
* For each monitored timeframe (15m, 1h, 4h), you specify a “Required %” (e.g., 80% for 15m, 70% for 1h, 60% for 4h).
* When the Summary percentage for **all** selected timeframes is at or above the designated “Required %,” the indicator triggers the “ZoneWatch Smart Technical Alert.”
* **Benefit**:
* Ensures you only get a pop-up/email/push notification when multiple indicators align across multiple timeframes, reducing “noise” from single-timeframe signals.
* Helpful for traders who want to be alerted the moment a multi-timeframe consensus forms, rather than checking each timeframe manually.
### 4.2. Any Line Break Alert
* **Purpose**: To notify you immediately when price closes above any active horizontal Price Line.
* **How It Works**:
* For each enabled line (Line 1–Line 7), the script checks `ta.crossover(close, priceX)` (meaning price closing above priceX).
* If a crossover occurs on a given bar, the “Any Line Break Alert” triggers.
* **Benefit**:
* You don’t have to watch the chart constantly. As soon as price closes above your chosen level, you get an alert and can act (enter a long, adjust a stop, etc.).
---
## 5. Dominance Watch Table
### 5.1. What Is “Dominance”?
* **Dominance (e.g., BTC.D, ETH.D)** measures the proportion of total cryptocurrency market capitalization represented by Bitcoin or Ethereum.
* If **BTC.D** (Bitcoin Dominance) rises, more capital is flowing into Bitcoin relative to Altcoins.
* If **BTC.D** falls, more capital is moving into Altcoins.
* **ETHBTC** is simply the ETH/BTC trading pair—when ETHBTC is strong, Ethereum is outperforming Bitcoin.
### 5.2. Table Settings for Dominance
* **Dominance Symbol**: You choose from a dropdown:
* `CRYPTOCAP:BTC.D` (Bitcoin Dominance)
* `CRYPTOCAP:ETH.D` (Ethereum Dominance)
* `ethbtc` (ETH vs. BTC)
* `CRYPTOCAP:TOTAL` (Total Crypto Market Dominance)
* `CRYPTOCAP:TOTAL2` (Dominance of certain Altcoin categories)
* **Font Size**: Adjustable 8–24.
* **Table Position**: Default Bottom Right, but you can move it to any corner.
* **ADX Threshold**: Set between 10 and 50 to define “strong trend” for dominance.
### 5.3. Indicators Applied to Dominance
Exactly the same eight indicators used in ZoneWatch are now applied to whichever dominance symbol you select, over the same seven timeframes:
1. **RSI(14) > 50** for dominance price.
2. **MACD(12,26,9): MACD Line > Signal Line**.
3. **Volume > SMA(Volume, 20)**.
4. **Close Price > SMA(Close, 50)**.
5. **Close Price > SMA(Close, 200)**.
6. **Stochastic RSI: %K > %D** (from `stoch` plus its 3-period SMA).
7. **Close Price > VWAP**.
8. **ADX(14) > Dominance ADX Threshold**.
Each is evaluated via `request.security(symbolDominance, timeframe, …)`.
### 5.4. Table Layout and Logic
* **Top-Left Cell**: Displays the chosen dominance symbol (e.g., `CRYPTOCAP:BTC.D`), so you immediately know which dominance metric the table refers to.
* **Top Row (Headers)**: The seven timeframes (1m, 5m, 15m, 30m, 1h, 4h, 1D).
* **Indicator Rows**: One row per indicator (RSI, MACD, Volume, SMA50, …, ADX).
* Each cell shows “✓” if that indicator is positive in that timeframe for the chosen dominance symbol, or “✗” if negative.
* Background: Light green if “✓,” light red if “✗.”
* **Bottom Row (“Result %”)**:
* Counts how many of the eight indicators show “✓” in that timeframe, then calculates a percentage out of eight:
* Result % = (Number of “✓” symbols ÷ 8) × 100
* If Result % ≥ 50%, the cell background is light green. Otherwise, it is light red.
### 5.5. Practical Benefit of the Dominance Watch Table
1. **Gauge Where Money Is Flowing**
* A high bullish Result % in BTC.D suggests capital is rotating into Bitcoin.
* A low BTC.D Result % suggests capital is moving into Altcoins.
* A high Result % in ETHBTC indicates Ethereum is outperforming Bitcoin at the moment.
2. **Confirm or Reject Trades**
* If you plan to buy an Altcoin, you might wait until BTC.D Result % is below 50%—meaning money is leaving Bitcoin for other cryptocurrencies.
* If you plan to buy Bitcoin, you’d like to see BTC.D Result % above 50% (signals aligning toward more Bitcoin dominance).
* To switch between BTC and ETH, use ETHBTC: if its Result % is above 50%, Ethereum strength is stronger than Bitcoin strength right now.
3. **Synergy with ZoneWatch**
* If ZoneWatch says BTC/USD is very bullish on 1h (for example, 70% of indicators positive), and BTC.D is also bullish (80% positive), that confirms broader Bitcoin strength—offering extra confidence in a Bitcoin trade.
* If ZoneWatch is bullish on an Altcoin pair but BTC.D is also strong, that may signal caution—money might flow back into Bitcoin before pumping Alts.
---
## 6. How to Use the Indicator in Practice
### 6.1. Choose Your Timeframes and Indicators
* Decide which timeframes are most relevant to your style (scalping—1m to 15m; swing—1h to 4h; position—1D).
* In **ZoneWatch settings**, enable only the indicators you actually use. For example, if you don’t trade based on VWAP, simply uncheck “Show VWAP.”
* Adjust the **ADX Threshold** to your preference: a higher threshold (e.g., 30) means you only count ADX as positive when trend strength is very strong; a lower threshold (e.g., 20) is more sensitive.
### 6.2. Draw and Monitor Price Lines
* Under “Price Lines,” enable the lines (1–7) that correspond to support/resistance levels you’ve identified on the chart. Enter their exact prices and pick distinct colors.
* When the price closes above a line (a bullish break), you’ll see a small ▲ marker beneath the candle. That is your cue to check the ZoneWatch and Dominance tables for confirmation before entering a trade.
### 6.3. Read the ZoneWatch Table for Multi-Timeframe Confirmation
* Look at the **Summary %** row to see which timeframes have the highest percentage of positive indicators.
* For instance:
* If **1h** is 75% (6 out of 8 indicators positive), that indicates a fairly strong bullish bias on the 1-hour chart.
* If **4h** is only 40%, that suggests the 4-hour timeframe isn’t confirming bullish momentum—proceed with caution on longer trades.
* Use this to choose the “main” timeframe for your trade or to confirm a pattern you see on the price chart.
### 6.4. Check the Dominance Watch Table for Liquidity Flow
* Select the dominance symbol you need: e.g., `CRYPTOCAP:BTC.D` if you’re deciding whether to trade Bitcoin or Altcoins.
* If **BTC.D Result % ≥ 60%** on the 4h or 1D timeframe, that signals that Bitcoin is currently commanding more market share, which is bullish for Bitcoin and potentially bearish for Altcoins.
* If **BTC.D Result % < 50%** while your ZoneWatch is bullish on an Altcoin pair, that means money is indeed flowing into Alts—reinforcing an Altcoin trade.
* For ETH vs. BTC decisions, use **ETHBTC**: if ETHBTC Result % ≥ 50%, Ethereum is stronger than Bitcoin right now.
### 6.5. Set Up Smart Alerts
1. **ZoneWatch Smart Technical Alert**:
* Enable it, then choose which timeframes you want to monitor (e.g., 15m and 1h).
* Set “Required % 15m = 80%,” “Required % 1h = 70%.”
* Once both 15m and 1h summary percentages meet or exceed those thresholds, you receive an on-screen alert or e-mail/push (depending on your TradingView alert settings).
2. **Any Line Break Alert**:
* As soon as price closes above any enabled line, you get a separate alert. No need to watch the chart continuously; you’ll be notified the instant a level breaks.
### 6.6. Entry, Stop-Loss, and Take-Profit Strategy
* **Entry**:
1. Price breaks your chosen horizontal line (look for ▲ marker).
2. ZoneWatch summary % for your target timeframe is above your desired threshold (e.g., ≥ 70%).
3. Dominance Watch is aligned (e.g., BTC.D ≥ 60% if buying Bitcoin, or BTC.D < 50% if buying Altcoins).
4. Then place your buy/sell order.
* **Stop-Loss**:
* Place just below (for longs) or above (for shorts) the last broken Price Line or a relevant moving average (e.g., SMA50) that is negative in ZoneWatch.
* **Take-Profit**:
* Monitor ZoneWatch: if summary % drops below a certain level (e.g., from 70% to 50%), that may signal waning momentum—consider taking profits.
* Also watch Dominance: if BTC.D surges while you hold an Altcoin, it may be time to exit or rotate to Bitcoin.
---
## 7. Key Takeaways and Benefits
1. **Integrated Price + Dominance Analysis**
* By combining user‐drawn support/resistance (Price Lines) with a multi-timeframe technical read and a dominance/market-share read, you get a full picture of both price action and where market liquidity is flowing—essential for high-probability trade setups.
2. **Quantified, Objective Signals**
* Instead of interpreting charts subjectively, ZoneWatch turns each indicator into a “✓/✗” binary, and the Summary % gives you a clear numerical score of how bullish or bearish each timeframe is.
* Dominance Watch does the same for market-share indicators—no guessing, just numbers.
3. **Time Savings & Simplicity**
* Rather than opening seven chart tabs and reviewing eight indicators on each, you get everything in two compact tables.
* You can immediately see whether, for example, the 1h is bullish or bearish across multiple metrics, plus whether Bitcoin or Ethereum dominance is going in your favor.
4. **Highly Customizable**
* Enable or disable any of the eight indicators.
* Adjust the ADX thresholds for either the instrument or the dominance symbol.
* Move and resize tables to fit your chart layout.
* Choose exactly which timeframes and percentage thresholds to use for smart alerts.
5. **Actionable Alerts**
* **Smart Technical Alerts** let you know the moment multiple indicators align across multiple timeframes.
* **Line Break Alerts** notify you instantly when price breaks your important levels.
6. **Multi-Strategy Compatibility**
* Scalpers can focus on 1m–15m signals.
* Swing traders can rely on 1h–4h signals.
* Position traders and investors can watch the daily (1D) summary.
* All with the same single Pine v6 script.
---
### In Summary
The **“abusuhil zonewatch”** indicator is a one-stop solution for:
* **Drawing and monitoring key price levels** with instant alerts on breaks.
* **Gauging technical momentum** across seven timeframes for any TradingView symbol.
* **Tracking market dominance metrics** (BTC.D, ETH.D, ETH/BTC, etc.) in parallel, using the same technical indicators.
* **Receiving intelligent, multi-timeframe alerts** when your predefined criteria are met.
By consolidating all of these functions into one Pine v6 script, you save hours of manual charting and multi-tab analysis—delivering a clear, actionable read on both price action and market liquidity flows. Whether you are a day trader, swing trader, or long-term investor, this tool empowers you with objective, quantified signals on both the instrument and its broader market context.
---------------------------------------------------------------------------------------------------------------------
**وصف دقيق وتفصيلي لمؤشر “abusuhil zonewatch” وخدماته وكيفية الاستفادة منه**
---
## ١. لمحة عامة عن المؤشر
“abusuhil zonewatch” هو أداة تقنية متكاملة مخصّصة لمنصّة TradingView، تجمع بين:
1. **رسم خطوط سعرية أفقية يحدّدها المستخدم** (Price Lines).
2. **جدول متعدّد الأُطُر الزمنية (ZoneWatch Table)** لعرض حالة مجموعة من المؤشرات الفنية عبر سبعة أُطر زمنية (من الدقيقة إلى اليومي).
3. **جدول دوميننس موازٍ (Dominance Watch Table)** لتحليل هيمنة البيتكوين/الإيثيريوم (أو “ethbtc”) باستخدام نفس المؤشرات الفنية على نفس الأُطر الزمنية.
4. **تنبيهات ذكية** تُنبّه عند تحقق شروط فنية محدّدة:
* توافق الأغلب من المؤشرات (ZoneWatch Smart Technical Alert).
* كسر السعر لأيٍّ من الخطوط الأفقية (Any Line Break Alert).
بهذه الوظائف، يمكّن المؤشر المتداول أو الباحث من تتبُّع مستويات سعرية أساسية يختارها بنفسه، وفحص حالة الزخم والاتجاه الفني لأصل معين (سعره) مع ربط ذلك بتحليل هيمنة السوق (Dominance) في آنٍ واحد.
---
## ٢. رسم الخطوط الأفقية (Price Lines)
* **الإعدادات المتوفرة**
* سبع مستويات سعرية (Line 1 إلى Line 7).
* لكل مستوى:
1. تفعيل/تعطيل (Enable Line X).
2. رقم السعر المطلوب (Line X Price).
3. لون الخط (Line X Color).
* **آلية العمل**
* إذا فعَّل المستخدم مستوى سعر وخطّ لونَّه، يُرسم هذا الخط أفقيًا على الشارت ممتدًّا 500 شمعة إلى اليسار و500 شمعة إلى اليمين.
* في لحظة اختراق السعر (إغلاق شمعة صاعدًا) للخارج أعلى الخط، تظهر علامة (مثلث صغير) أسفل الشمعة بلون الخط نفسه، دلالة على كسر المقاومة (أو إذا كان المستوى أردناً، دلالة على اختراقه صعودًا).
* **الفائدة العملية**
* رسم مستويين أو ثلاثة أو أكثر لتمثيل مناطق دعم/مقاومة يهمّك مراقبتها دون الحاجة للرسم يدويًا كلّ مرة.
* الإشارة المرئية (مثلث) تسهل عليك تحديد اللحظة الدقيقة لكسر السعر للمستوى، مما يتيح سرعة في فتح صفقة أو تعديل أوامر وقف الخسارة.
---
## ٣. جدول ZoneWatch الفني (ZoneWatch Table)
### ٣.١. مكونات الجدول
* **الموقع الافتراضي:** في الزاوية اليمنى العليا (Top Right) من الشارت (قابل للتعديل بين أعلى يسار، أعلى يمين، أسفل يسار، أسفل يمين).
* **حجم الخط:** قابل للتعديل بين 6 و24 نقطة حسب تفضيل المستخدم.
* **عتبة ADX (ADX Threshold):** قيمة يمكن ضبطها (افتراضيًا 25) لاستخدامها في اختبار قوة الاتجاه.
### ٣.٢. المؤشرات الفنية المدرجة
يمكن للمستخدم إظهار أو إخفاء كلٍ مما يلي بحسب رغبته، عبر مربعات اختيار (Checkboxes):
1. **RSI (Relative Strength Index):** يُختبر إذا كان RSI (14) > 50.
2. **MACD (Moving Average Convergence Divergence):** يُختبر إذا كان خط MACD > خط الإشارة.
3. **حجم التداول (Volume):** يُختبر إذا كان الحجم الحالي > متوسط SMA20 للحجم.
4. **SMA50:** يُختبر إذا كان سعر الإغلاق > متوسط SMA50.
5. **SMA200:** يُختبر إذا كان سعر الإغلاق > متوسط SMA200.
6. **Stochastic RSI:** يُختبر إذا كان خط %K > خط %D (من حساب Stoch RSI (14)).
7. **VWAP:** يُختبر إذا كان سعر الإغلاق > قيمة VWAP.
8. **ADX (Average Directional Index):** يُختبر إذا كانت قراءة ADX (من DMI (14,14)) > العتبة المحدّدة.
### ٣.٣. الأُطُر الزمنية المشمولة
يتم تطبيق كل مؤشر على سبعة أُطر زمنية منفصلة باستخدام دالة `request.security`، وهي:
* 1m (دقيقة واحدة)
* 5m (خمس دقائق)
* 15m (خمسة عشر دقيقة)
* 30m (ثلاثون دقيقة)
* 1h (ساعة واحدة)
* 4h (أربع ساعات)
* 1D (يومي)
### ٣.٤. طريقة العرض في الجدول
* **الصف الأول**: يحتوي على عناوين الأعمدة، وهي الأُطُر الزمنية (1m، 5m، …، 1D).
* **الصفوف التالية**: كل صف يخص مؤشرًا واحدًا (على سبيل المثال: صف RSI، صف MACD، صف Volume، …).
* تظهر في كل خلية علامة “✓” إذا كانت نتيجة المؤشر إيجابية في هذا الإطار، أو “✗” إذا كانت سلبية.
* لون خلفية الخلية يكون أخضر شفّاف عند الإشارة الإيجابية، أو أحمر شفّاف عند الإشارة السلبية.
* **الصف الأخير (Summary)**:
* يجمع عدد المؤشرات المفعّلة التي أظهرت علامة “✓” في كل عمود (أي في كل إطار).
* يحسب النسبة المئوية:
$$
\text{نسبة} = \bigl(\frac{\text{عدد العلامات الإيجابية (✓)}}{\text{إجمالي المؤشرات المفعّلة}}\bigr) \times 100
$$
* يُلوّن خلفية الخلية:
* أخضر شفاف إذا كانت النسبة ≥ 75%.
* برتقالي شفاف إذا كانت النسبة بين 50% و75%.
* أحمر شفاف إذا كانت النسبة < 50%.
### ٣.٥. الفائدة العملية من جدول ZoneWatch
1. **رؤية فورية لحالة الزخم والاتجاه متعدد الأُطُر الزمنية**:
* بدلاً من فتح سبع نوافذ مختلفة لكل إطار زمني، تحصل على ملخص مركّز باتجاه كل إطار ومؤشرات الزخم.
2. **تمييز الإطارات التي تشهد توافقًا فنيًا قويًا**:
* إذا رأيت عمود 1h يحتوي على ثلاث مؤشرات صاعدة من أصل أربعة أو خمسة مفعّلة، فهذا يعكس زخمًا إيجابيًا متوسّط الأجل.
3. **التخطيط واتخاذ القرار السريع**:
* يمكنك ـ على سبيل المثال ـ تأجيل فتح صفقة جديدة حتى يتحقق ملخص ≥ 70% على إطار 4h، ما يمنحك دلالة قوية على صعود/هبوط مستمر.
4. **تقليل “ضجيج” البيانات**:
* بدلاً من متابعة أرقام مؤشرات منفصلة في كل إطار، تكتفي بقراءة الرموز “✓/✗” والنسب المئوية، ما يسرّع عملية التحليل.
---
## ٤. تنبيهات ZoneWatch (Alerts)
### ٤.١. ZoneWatch ‒ Smart Technical Alert
* **الهدف:** إرسال إشعار عندما تكون نسبة الملخص (Summary) في إطار زمني معيّن أو أكثر أكبر من عتبة تحدّدها.
* **ضبط الإعدادات**:
* يمكن اختيار مراقبة ثلاثة أُطر زمنية بشكلٍ منفرد (15m، 1h، 4h).
* لكل إطار، تحدّد “Required %” (على سبيل المثال: 80% في 15m، 70% في 1h، 60% في 4h).
* إذا بلغت النسبة المئوية الملخّصة في كل إطار نشط القيمة المطلوبة أو أكثر، يُرسل التنبيه.
* **كيفية الاستفادة**:
* يسمح لك برفع الحدّ الأدنى المطلوب من اتفاق المؤشرات لكي تتلقى إشعارًا.
* يقلّص تنبيهات “الضجيج” ويُركّز على اللحظات التي يتحقق فيها توافق فني كبير عبر أكثر من إطار.
* بمجرد وصول النسب إلى العتبات المحددة، يمكنك فتح صفقة أو تعديل مراكزك مع العلم بأن الزخم موجود ومتوافق على أكثر من إطار.
### ٤.٢. ZoneWatch ‒ Any Line Break Alert
* **الهدف:** إرسال إشعار فوري عندما يخترق السعر أيًّا من الخطوط الأفقية المفعّلة إلى الأعلى.
* **آلية العمل**:
* لكل خط مفعّل، يُربط اختراق السعر (Crossover) بإشارة تنبيه.
* عند إغلاق شمعة يصعود فيها السعر فوق مستوى الخط، يُرسل التنبيه.
* **كيفية الاستفادة**:
* يتيح لك مراقبة مستويات دعم/مقاومة مهمة دون النظر المستمر إلى الشارت.
* بمجرد كسر السعر للمستوى، تحصل على تنبيه فوري بوقوع كسر مقاومة أو اختراق دعم، فتكون مستعدًا لدخول الصفقة أو تعديل وقف الخسارة.
---
## ٥. جدول Dominance Watch (Dominance Watch Table)
### ٥.١. مقدّمة حول “الدوميننس”
* **الدوميننس (Dominance)**: هو مصطلح يشير إلى نسبة سيولة سوقٍ محدّد (مثل سيولة البيتكوين) ضمن السوق الكلي للعملات الرقمية.
* إذا ارتفع “BTC.D” (هيمنة البيتكوين)، فهذا يعني أنّ سيولة أكبر تتدفق إلى البيتكوين مقارنةً بالعملات الأخرى.
* إذا انخفض “BTC.D”، فهذا يعكس أن السيولة تتحرك أكثر إلى العملات البديلة (Altcoins).
* **“ethbtc”**: هو ثنائي يعبّر عن سعر الإيثيريوم مقابل البيتكوين؛ ازدياده يعني أن الإيثيريوم يكسب زخمًا نسبيًّا مقابل البيتكوين.
### ٥.٢. إعدادات جدول Dominance Watch
* **رمز الدوميننس (Dominance Symbol)**:
* قائمة منسدلة تضمّ:
* `CRYPTOCAP:BTC.D` (هيمنة البيتكوين)،
* `CRYPTOCAP:ETH.D` (هيمنة الإيثيريوم)،
* `ethbtc` (سعر ETH مقابل BTC)،
* `CRYPTOCAP:TOTAL` (هيمنة سوق العملات الرقمية الكليَّة)،
* `CRYPTOCAP:TOTAL2` (هيمنة سوق العملات الخاصة/محدّدة).
* **حجم الخط (Font Size)**: قابل للتعديل بين 8 و24 نقطة.
* **موقع الجدول (Table Position)**: مثلاً “bottom\_right” أو أي زاوية أخرى يختارها المستخدم.
* **عتبة ADX (Dominance ADX Threshold)**: بين 10 و50 لتحديد قوة اتجاه الهيمنة.
### ٥.٣. المؤشرات الفنية المُطبَّقة على الدوميننس
يُطبَّق نفس ثمانية المؤشرات المُستعملة في ZoneWatch، ولكن على “قيمة الدوميننس/سعر ethbtc” عبر سبعة أُطر زمنية:
1. **RSI (14) > 50**.
2. **MACD (12,26,9): خط MACD > خط الإشارة**.
3. **حجم التداول > SMA20 للحجم** (للسعر/الدوميننس نفسه).
4. **سعر الإغلاق > SMA50**.
5. **سعر الإغلاق > SMA200**.
6. **Stochastic RSI: %K > %D**.
7. **سعر الإغلاق > VWAP**.
8. **ADX (DMI (14,14)) > العتبة المحددة**.
### ٥.٤. طريقة العرض في جدول Dominance Watch
* **الصف الأول**: يظهر في الخلية اليسرى العليا اسم رمز الدوميننس المختار (مثلاً `CRYPTOCAP:BTC.D`).
* **عناوين الأعمدة**: تبيّن الإطارات الزمنية (1m، 5m، 15m، 30m، 1h، 4h، 1D).
* **الصفوف التالية**: كل صف عبارة عن مؤشِّر (“RSI”، “MACD”، “Volume”، …).
* في كل خلية، تظهر “✓” إذا كانت نتيجة المؤشر إيجابية في ذلك الإطار (مثلاً: RSI > 50)، أو “✗” إذا كانت سلبية.
* لون خلفية الخلية: أخضر شفّاف للإيجابية، أحمر شفّاف للسلبية.
* **الصف الأخير (Result %)**:
* يجمع عدد “✓” من إجمالي 8 مؤشرات مُفعّلة، ثم يحسب النسبة المئوية.
$$
\text{نسبة DOM} = \bigl(\frac{\text{عدد العلامات الإيجابية}}{8}\bigr) \times 100
$$
* إذا كانت النسبة ≥ 50%، تُلوّن الخلفية أخضر شفاف؛ إذا أقلّ من 50%، تُلوَّن بالأحمر الشفاف.
### ٥.٥. الفائدة العملية من جدول Dominance Watch
1. **فهم اتجاه السيولة العام**:
* إذا كانت لوحة “BTC.D” اليومي فيها 6 أو 7 مؤشرات صاعدة (أي علامة “✓”)، فهذا دليل على زخم هيمنة البيتكوين وميول السوق للانتقال من العملات البديلة → البيتكوين.
* إذا كانت “ethbtc” 70% إيجابية على الإطار 1h، فهذا يعني أن قيمة الإيثيريوم تكسب زخمًا نسبيًّا أمام البيتكوين.
2. **دعم القرار**:
* عند شراء عملة بديلة (Altcoin)، يكون بعيدًا عن البيتكوين عمومًا؛ لذلك إذا انخفضت هيمنة البيتكوين (DOM أقلّ من 50–60%) وزادت إشارات “ethbtc”، قد تكون فرصة أفضل لدخول Altcoins.
* عند التفكير في شراء بيتكوين، فمن المفيد التأكد أن “BTC.D” إيجابي بمعظم مؤشرات RSI/ADX/… إلخ، للدلالة على مزيد من سيولة تدخل البيتكوين.
3. **التوقيت المشترك** مع ZoneWatch:
* استخدم “ملخص النسبة” في Dominance Watch لدعم أو رفض إشارة ZoneWatch.
* مثال عملي:
* إذا حضرنا إشارة ZoneWatch إيجابية 75% في إطار 1h للـ BTC/USD، ولكن Dominance Watch (BTC.D) سلبي بنسبة أقلّ من 40%، فقد يعكس هذا أن السيولة تتجه للـ Altcoins وليس للبيتكوين، وقد ننتظر تعديلًا أو نتوخّى الحذر.
---
## ٦. كيفية الاستفادة المتكاملة
1. **اختيار الإطار الزمني الرئيسي**
* قرّر ما إذا كنت متداولًا سريعًا (scalper) يركز على الإطارات 1m–15m، أو سوينغ تريدر يفضل 1h–4h، أو مستثمر يتابع الخلية اليومية (1D).
* فعّل أو أوقف مؤشرات ZoneWatch التي لا تتناسب مع استراتيجيتك (مثلاً، إذا كنت تعتمد فقط RSI و MACD و ADX في التداول اليومي، فأوقف “Volume” و“SMA200” إن لم تعدّها ضرورية).
2. **مراقبة Price Lines**
* حدد مستويات دعم/مقاومة حرجة تراها من تحليلك السابق على الشارت (مثل قمة تاريخية سابقة أو مستوى فيبوناتشي مهم).
* عندما يكسر السعر مستوى مفعّل صعودًا، سترى مثلثًا أخضر صغير أسفل الشمعة. هذا توقيت جيد لمراجعة قيمة المؤشرات في ZoneWatch وDominance Watch.
3. **قراءة ملخص ZoneWatch**
* اطلع على الصف الأخير (Summary) وقارن نسب “✓” بين الأعمدة.
* إذا كان عمود 4h عنده 70% من المؤشرات صاعدة (أي 5 من 7 أو 6 من 8)، فهذا يعني أن الإطار المتوسط الأمد يميل بقوة للاتجاه الصاعد، ويُعطيك ثقة أعلى في احتمال استمرار الصعود.
* بالمقابل، إذا كان ملخص 1h سلبيًا (أقل من 50% مؤشرات صاعدة)، قد يعني ذلك حدوث تصحيح جزئي قبل مواصلة الصعود.
4. **التأكد من Dominance Watch**
* إذا كنت تريد شراء بيتكوين، فتأكد من أن “BTC.D” يعرض نسبة ≥ 50–60% مشجّعًا على زيادة هيمنة البيتكوين.
* إذا كنت تفكر في Altcoins، افحص “BTC.D”: إذا ظهرت نسبة أقل من 50%، فهذا دليل على توزيع السيولة باتجاه Altcoins.
* إذا أردت التبديل من بيتكوين إلى إيثيريوم، يمكنك متابعة “ethbtc”: عندما يكون ملخص “ethbtc” على 4h ≥ 70%، يصبح انتقال السيولة إلى ETH محتملًا.
5. **ضبط التنبيهات الذكية**
* للاستخدام الأمثل لخاصية “Smart Technical Alert” في ZoneWatch، حدّد العتبات بناءً على مخاطرتك المقبولة.
* مثلاً:
* “Required %15m” = 75%،
* “Required %1h” = 65%،
* “Required %4h” = 60%.
* عندما تتحقق هذه النسب في الوقت نفسه، ستحصل على تنبيه، فتقوم بتفحُّص Dominance Watch بسرعة؛ إن كان الـ“BTC.D” أو “ethbtc” يدعم قرارك، تدخل الصفقة بثقة أعلى.
6. **قرارات الدخول والخروج**
* **دخول الصفقة (Long/Short):**
1. تأكّد من أن ملخص ZoneWatch في الإطار الذي تستهدفه أعلى من العتبة (على الأقل 60–70%).
2. تأكّد من أن Dominance Watch (التابع للرمز المناسب: BTC.D أو ethbtc) يظهر دعمًا سليماً (≥ 50–60% من المؤشرات إيجابية).
3. إذا كان السعر قد كسر مستوى مقاومة في Price Lines، فهذا يمثل تأكيدًا إضافيًا لفتح صفقة شراء.
* **وقف الخسارة (Stop Loss):**
* يُمكنك وضعه أسفل أحدث دعم في Price Lines، أو أسفل متوسط SMA50 أو SMA200 الذي يظهر سلبيًا في ZoneWatch.
* **جني الأرباح (Take Profit):**
* راقب لحظة انعكاس المؤشرات: إذا قلّت نسبة ملخص ZoneWatch (مثلاً من 80% إلى أقلّ من 50%)، فهذا مؤشر على انخفاض الزخم، يمكنك حينها جني الأرباح.
* إذا ارتفع DOM (مثل BTC.D) بشكل كبير، فقد يشير إلى عودة سيولة قوية للبيتكوين وضربة على عملات بديلة، لذا يمكنك الاستعداد لجني الأرباح أو الانتقال إلى BTC.
---
## ٧. نقاط مهمّة وملخّص الفوائد
* **تكامل بين السعر ودوميننس السوق**: يجمع المؤشر بين تحليل الشارت التقليدي (Price Lines وZoneWatch) وبين فهم توزيع السيولة عبر Dominance Watch، مما يوفّر رؤية شاملة ومتكاملة لاتجاهات السوق.
* **إشارات كمية موضوعية**: الاعتماد على “✓/✗” ونسب الـSummary يقلّل من الانحياز العاطفي، ويلزم المتداول باتّباع قواعد واضحة قبل الإقدام على الشراء أو البيع.
* **توفير الوقت وتبسيط التحليل**: بدلاً من فتح سبع نوافذ لكل إطار وإجراء اختبارات يدوية على ثمانية مؤشرات، تجد كل ذلك في جدول واحد، ويمكن للجدولين (ZoneWatch وDominance Watch) العمل المتوازي لتقديم نظرة شاملة في آن واحد.
* **مرونة عالية في الإعداد**:
* تستطيع تخصيص المؤشرات التي تهمّك فقط (مثلاً، إذا كنت لا تهتمّ بـSMA200 أو VWAP، كلّف بتعطيلها من الإعدادات).
* تستطيع تعديل حجم الخط وموقع الجدول ليتناسب مع دقة شاشتك ورغبتك.
* تضبط عتبات الـADX وعتبات النسبة في التنبيهات لمواءمة استراتيجياتك الشخصية.
* **إشعارات فورية لتسريع رد الفعل**:
* إشعار “Smart Technical” عندما تتوافق معظم المؤشرات عبر الأُطر الزمنية الحرجة.
* إشعار “Any Line Break” يساعدك على عدم فقدان لحظة اختراق مستويات الدعم/المقاومة الحرجة التي حددتها بيدك.
---
### في الختام
**مؤشر “abusuhil zonewatch”** هو أداة متعددة الجوانب تجمع بين رسم مستويات سعرية يدوية وجداول فنية متعدّدة الأُطُر الزمنية لمعرفة اتجاه الزخم، بالإضافة إلى جداول “دوميننس” لمتابعة حركة سيولة السوق. يساعد هذا الدمج المتزامن متخذي القرارات على تقييم فرص الشراء أو البيع بدقة أعلى، وتقليل الأخطاء المترتبة على التحليل الانعكاسي الجزئي.
باستخدامه، يستطيع المتداول:
* تحديد مناطق السعر الحرجة ومراقبتها تلقائيًا.
* قياس حالة أو قوة المؤشرات الفنية عبر أكثر من إطار زمني بجلسة واحدة.
* ربط تحركات السعر بحالة سيولة السوق (الهيمنة) لاتخاذ قرارات أكثر وعيًا.
* تلقّي تنبيهات ذكية تلائم استراتيجيته الخاصة لفتح الصفقات أو تعديلها بسرعة.
**كل ما يحتاجه المتداول هو ضبط الإعدادات (Price Lines، قائمة المؤشرات المفضّلة، عتبات ADX/النسب، رمز الدوميننس) لمتابعة السوق بشكلٍ متكامل دون عناء فتح نوافذ متعدّدة أو إجراء الاختبارات يدويًا.**
TOLOMEO_EAthe strategy is based on intercepting a trend reversal first on RSI, then on EMA and then opening the position
BskLAB® - Money Flow 🌀 BskLAB® - Money Flow
This indicator is designed to identify short- to medium-term reversal points with precision. It's especially useful for spotting price pullbacks and potential turning points during trend corrections.
For best results, pair it with the BSKLAB Signal system to enhance signal confirmation and improve entry timing. 📈
✅ Ideal for short- to mid-term traders
✅ Helps detect pullbacks and reversals
✅ Works perfectly with automated signal systems
hulk2Updated version of The Hulk, trend spotting indicator. All I've done so far is upgrade to Pine script v6, though I plan to add alerts soon as well as tune it up to be a tiny bit more accurate , it had been a few years. Though I still feel like this indicator justifies being amongst the 1000's of other indicators, most of which don't really help traders in my honest opinion, though with just one indicator here any beginner or pro can use it instantly, it's designed to be user-friendly.
I'll be uploading other scripts once I finish upgrading their codes hopefully they don't get hidden, I can answer any questions anyone has, just comment below or DM me, also I think I explained plenty about this indicator imo enough so anyone could use it and also understand how it works. That should be enough considering how accurate the indicator is I can't go into more specifics or else I would just be handing out the code basically.
Creators make original indicators from scratch, I've let lots of my friends use The hulk2 and they all love it, so I'm not really sure what the problem is?
This indicator uses a mixture of oscillators and indicators in order to determine whether the trend is bullish or bearish.
If the trend turns bullish, the moving average-looking line will turn blue after the candle closes. This would be your signal for entry if going long, after the candle closes and the change in signal is confirmed.
If the trend turns bearish, it's the same thing except replace blue with red color etc.
I've seen indicator similar to this one sell for nearly $1,000 however that indicator only worked on tesla, yeah that's right it literally only worked on one stock, or one pair lol.
This indicator will work on any trading pair that exists on tradingview, meaning ten's of thousands of pairs...
Anyways if you want to test the hulk2 indicator out, please DM me and ask for a 7 day trial, and I will give you permission to try it out since I'm keeping it closed source/invite only.
Please DM me instead of commenting below something like "give me access" rudely...
I want to see what others think about the indicator, it is customizable under settings however please do DM me to let me know if you find faults or there's anything you enjoyed about this indicator.
Most of the time it's one of my go-to indicator's I use while trading to help confirm what the trend is, the higher the time frame the better the confirmation etc.
Triple RSI + MA這是一款強化型 RSI 技術指標,結合三組自定義 RSI 與其移動平均線(MA),提供多周期動能趨勢的視覺化參考,適合用於辨識轉折、背離、動能強弱切換等交易場景。
📈 功能亮點:
🔁 三組 RSI 自由調整:可針對短期、中期、長期分別設定不同 RSI 長度與資料來源
🔧 內建四種 MA 類型:支援 SMA、EMA、WMA、RMA,靈活調整每組 RSI 的平滑方式
🎯 多重動能對比:可觀察各週期 RSI 的同步與背離,輕鬆捕捉趨勢轉折
📊 視覺清晰:每組 RSI 與其 MA 使用不同顏色繪圖,輔以70/30超買超賣水平線,易於解讀
✅ 適用於多種市場:無論是股票、外匯、加密貨幣皆可適用
🧠 使用建議:
RSI 交叉其 MA 可作為轉勢訊號輔助
不同週期 RSI 出現背離時,代表可能的趨勢弱化或反轉
RSI 穿越 50 水平線可用作強弱分界
📌 Indicator Name (Suggested):
Triple RSI + MA – Multi-Timeframe Momentum Analyzer
📄 Description:
Triple RSI + MA is a powerful momentum analysis tool that combines three individually configurable RSI indicators with their corresponding moving averages. This multi-timeframe setup helps traders gain deeper insight into potential trend reversals, divergences, and momentum shifts.
🚀 Key Features:
🔁 Three Independent RSI Inputs: Customize the source and length for short-, medium-, and long-term RSI signals
🔧 Built-In MA Smoothing Options: Choose from SMA, EMA, WMA, or RMA to smooth each RSI line individually
🔍 Multi-Timeframe Momentum View: Compare RSI behavior across different timeframes to identify trend alignment or divergence
🎨 Clear Visual Representation: Each RSI and MA is color-coded, with overbought (70), oversold (30), and neutral (50) levels clearly marked
🧩 Versatile Across Markets: Suitable for use in forex, stocks, crypto, and other trading instruments
📘 How to Use:
RSI crossing above or below its MA can signal short-term momentum shifts
Divergences between different RSI levels may suggest a weakening or reversal of the current trend
The 50 level acts as a neutral zone – crossing above may indicate bullish momentum, and below suggests bearish pressure
Nadaraya Offset Fixed v2此指标利用高斯核生成平滑价格包络线,帮助交易者识别趋势和反转点。支持重绘(动态重新计算)和非重绘(固定终点)模式。当价格穿越下带(买入)或上带(卖出)时生成买卖信号(▲/▼),并使用基于 ATR 的偏移优化箭头显示。右上角仪表板显示模式和警报状态(警报仅在非重绘模式下生效)。可自定义带宽、倍数、ATR 周期和颜色,适合多种交易策略。
许可证:CC BY-NC-SA 4.0
标签:包络线、趋势、反转、LuxAlgo、非重绘、ATR、信号
输入参数:
带宽:控制平滑度(默认:8)
倍数:调整包络线宽度(默认:3)
价格源:价格输入(默认:收盘价)
重绘平滑:启用/禁用重绘模式
ATR 周期:信号偏移计算(默认:14)
信号偏移倍数:箭头与K线距离(默认:0.5)
颜色:上带(青色)、下带(红色)
注意:警报需启用非重绘模式。请通过仪表板确认模式状态。
This indicator employs a Gaussian kernel to generate a smoothed price envelope, aiding traders in identifying trends and potential reversals. It offers repainting (dynamic recalculation) and non-repainting (fixed endpoint) modes. Buy (▲) and sell (▼) signals are triggered when the price crosses the lower or upper bands, with ATR-based offsets for enhanced signal visibility. A dashboard in the top-right corner displays the current mode and alert status (alerts are only active in non-repainting mode). Customizable settings include bandwidth, multiplier, ATR length, and band colors, making it adaptable to various trading strategies.
License: CC BY-NC-SA 4.0
Tags: envelope, trend, reversal, LuxAlgo, non-repainting, ATR, signals
Inputs:
Bandwidth: Controls smoothness (default: 8)
Multiplier: Adjusts band width (default: 3)
Source: Price input (default: close)
Repainting Smoothing: Enable/disable repainting
ATR Length: For signal offset calculation (default: 14)
Signal Offset Multiplier: Adjusts arrow distance from bars (default: 0.5)
Colors: Upper band (teal), Lower band (red)
Note: Enable non-repainting mode for alerts. Check the dashboard to confirm the active mode.
MACD 直方图背离 + 连续N柱动能确认 + 量能/RSI 方向过滤(含止盈止损)This strategy combines MACD histogram divergence detection with short-term momentum confirmation to identify potential trend reversal zones.
It optionally includes volume surge and RSI direction filters to further refine signals, aiming to filter out weak setups.TotalNetProfit+2,894,973.64USDT(+289.50%)
MaxDrawdown536,362.52USDT(34.76%)
TotalTrades321
WinningRate30.84%
ProfitFactor1.72
Trades are protected by configurable take profit and stop loss levels.
Ideal for traders who prefer visual divergence-based setups with flexible confirmation logic.
⚙️ All key elements are adjustable: divergence sensitivity, histogram momentum length, volume filter, RSI behavior, and risk management.
📌 Try it on crypto, indices, or forex charts — especially effective on 2H or 4H timeframes.
👉 If you find it helpful, leave a like or follow for more advanced divergence-based strategies.
Momentum Candle SEKOLAH TRADINGMomentum Candle - Sekolah Trading
This indicator is intended for scalpers because it has a high probability of winning on the 15-minute and 5-minute timeframes.
How to Use:
1. When a large candle with a short wick appears, a signal arrow will be displayed.
2. If the arrow remains visible until the candle closes, you may enter a trade on the next candle.
3. If the signal appears below a bullish candle, you can enter a buy trade following the momentum. If the signal appears above a bearish candle, you can enter a sell trade accordingly.
This indicator was developed by the Research and Development team at Sekolah Trading.
Triad RotationThis Indicator shows 3 different Stochastic oscillating indicators.
When all three are considered Overbought, or Oversold a notification can be triggered.
When these conditions are met, a vertical indicator populates, green indicates it's oversold and that you should buy, and red indicates overbought and that you should sell.
Multi time frame combination signal1. Concept and originality
This indicator was developed with the aim of displaying signals of multiple time frames and moving averages of the fixed time frame different from the current chart. When buying and selling, if you use basic signals such as MACD, RSI, TSI, etc. on a certain time frame, you may miss shorter or longer-term trends. In addition, if a long-term upswing sign occurs and you want to search for a short-term pullback, you may want to use multiple signals of different time frames in combination. Therefore, I aimed to display signals of shorter and longer time frames simultaneously on one chart in addition to the current time frame. Furthermore, I considered a comosite signal that combines each basic signal and moving average line, and combines arbitrary signals of multiple arbitrary time frames in a single indicator.
2. Function
This indicator provides a composite signal that combines multiple basic indicators (MACD, RSI, TSI) and moving average lines on three arbitrary time frames. Other auxiliary functions include Bollinger bands, Ichimoku cloud, Fair Value Gap (FVG), and Order Block (OB). The three time frames can be set independently for each signal.
2.1 Combination signal
When you check "Show combination signal", the signals that combine each checked basic indicator with "and" will be displayed. If you want to combine each basic indicator with "or", uncheck "Combination signal" and check all the indicators you want to use. Each indicator can also be combined with a moving average. The indicators that can be combined with "Combination signal" are MACD, RSI, TSI and moving average. Bollinger bands, Ichimoku Kinko Hyo, Fair Value Gap (FVG) and Order Block (OB) are displayed alone and cannot be incorporated into "Combination signal".
When you check "Show short/middle/long term signal", the checked signals will be displayed on the chart with ▲ or ▼. ▲ indicates crossover and ▼ indicates crossunder. Short is displayed small and long is displayed large. The short/middle/long time frames can be set separately. It is not necessary that the short is shorter than the middle or long.
2.2 MACD signal
Check "Show MACD signal" to display the MACD (Moving Average Convergence Divergence) signal. Check "Show short/middle/long term signal" to display the signal of the checked time frame with ▲ or ▼ on the chart. Short is displayed small, and long is displayed large. The short/middle/long time frames can be set separately. Short does not necessarily have to be shorter than middle or long. EMA is usually used for the moving average of MACD, but this indicator allows you to select the type of moving average from SMA, EMA, SMMA (RMA), WMA, and VWMA. You can enter the base period for Long, Short, and Signal. This period is the period for the selected time frame. Check "Use impulse MACD" to suppress signals in range markets. In this case, "Long length", "Short length", and "Signal length" are ignored and the value of "Impulse MACD length" is applied. Please note that some functions do not work properly on charts that do not provide volume.
2.3 RSI signal
Check "Show RSI signal" to display the RSI (Relative Strength Index) signal. Check "Show short/middle/long term signal" to display the signal of the checked time frame on the chart with ▲ or ▼. Short is displayed small, and long is displayed large. Short/middle/long time frames can be set separately. Short does not necessarily have to be shorter than middle and long. You can enter the overbought and oversold thresholds in the range of 0 to 100. You can enter the base period of the signal. Check "Use VRSI" to add volume to the RSI. Check "Use Stochastic RSI" to display the Stochastic RSI signal. In this case, the base period of the RSI signal is ignored. For Stochastic RSI, you can enter the type of moving average, the period for smoothing, and the base period. These values are ignored by the normal RSI and VRSI. Please note that some functions do not work properly on charts for which volume is not provided.
2.4 TSI signal
Checking "Show TSI signal" displays the TSI (True Strength Index) signal. Checking "Show short/middle/long term signal" displays the signals of the checked time frame as ▲ or ▼ on the chart. Short is displayed small, and long is displayed large. The short/middle/long time frames can be set separately. Short does not necessarily have to be shorter than the middle and long. You can enter the overbought and oversold thresholds in the range of -100 to 100. You can enter the base period for Long, Short, and Signal. You can select the type of moving average from SMA, EMA, SMMA (RMA), WMA, and VWMA. Please note that some functions do not work properly on charts for which volume is not provided.
2.5 Moving average
Check "Show moving average" to display the moving average for the specified time frame. The time frame can be set to match the chart time frame or fixed. The type of moving average can be selected from SMA, EMA, SMMA (RMA), WMA, and VWMA. Check each "Show MA" to display the moving average on the chart. Up to five moving averages can be displayed. Check each "Above MA" or "Below MA" to add the "and" condition in "Combination signal" whether the price is above or below the moving average.
2.6 Bollinger band
Check "Show bollinger band" to display the Bollinger band. You can enter the time frame, type of moving average, base period, and standard deviation. The type of moving average can be selected from SMA, EMA, SMMA (RMA), WMA, and VWMA. This auxiliary function is independent and is not taken into account in "Combination signal".
2.7 Ichimoku cloud
Check "Show Ichimoku cloud" to display the Ichimoku cloud. You can enter the time frame, base period, leading line and lagging line periods. This auxiliary function is independent and is not taken into account in "Combination signal".
2.8 Fair Value Gap
Check "Show fair value gap" to display the Fair Value Gap. Check "Show short/middle/long term signal" to display the Fair Value Gap zone of the checked time frame as a gray square on the chart. You can set the threshold value to suppress the display and whether or not to display the label. This auxiliary function is independent and is not taken into account in "Combination signal".
2.9 Order Block
Check "Show order block" to display the Order Block. Check "Show short/middle/long term signal" to display the Order Block zone of the checked time frame as a green or red square on the chart. You can set the threshold value to suppress the display and whether or not to display the label. This auxiliary function is independent and does not contribute to the "Combination signal".