M A COverview
Indicator Declaration: The script starts by defining an indicator named “M A C” that overlays on the main price chart.
Plotting Close Price: It plots the closing prices of the asset using the plot(close) function.
Inputs
Moving Average Length: Users can set the length of the moving average with a default value of 21.
Exponential vs. Simple MA: A toggle option allows the user to choose between an Exponential Moving Average (EMA) and a Simple Moving Average (SMA).
Bollinger Bands: Users can choose to display Bollinger Bands by toggling the relevant input.
Corridor Visualization: There is an option to visualize a corridor defined by two moving averages of the high and low prices.
Fill Color: Users can choose to fill the corridor with the color of the moving average.
Calculations
Moving Averages: The script calculates the selected moving average (either EMA or SMA) for closing prices, high prices, and low prices.
Bollinger Bands: If enabled, it calculates the upper and lower bands based on the moving average and the standard deviation, adjusting the bands according to a user-defined multiplier.
Plotting
MA Color Logic: The color of the moving average line changes based on the price’s relationship to the moving averages of the high and low prices—green when the close is above the high MA, red when below the low MA, and blue otherwise.
Bollinger Bands Visualization: If enabled, the upper and lower Bollinger Bands are plotted, and a shaded area between them is filled with a light blue color.
Corridor Plotting: If the corridor option is chosen, the script plots the moving averages of the high and low prices and can fill the space between them with the selected MA color.
Summary
This script is a versatile tool for traders, allowing them to visualize the price action alongside dynamic moving averages and Bollinger Bands. The customizable features provide flexibility for different trading strategies, helping traders identify potential buy and sell based on the behavior of the price relative to the moving averages and bands.
مؤشرات اتساع النطاق
bojunGGAE Ribbonssma 20 smma7
sma99 smma50
리본끼리 데크나거나 골크나거나
지지받으면 개상승
뚫리면 개떡락
아주명확함
그냥 sma ema보다 훨신나음 보기에
sma 20 smma7
sma99 smma50
Ribbons are decked or tall
If you get support, you will be rehabilitated.
If it is pierced, it will be a slap in the face
Very clear
It's much better than just SMA EMA to look at
Cumulative Delta Volume DivergenceCDV Divergence Indicator. Trading is about probabilities and no one indicator is going to give you a definite Buy/Sell signal. There are false positives. It can't tell you how high or low the price will go before it turns around. This is not financial advice. This is just a helpful addition to your toolbox :)
MOEX Sectors: % Above MA 50/100/200 (EMA/SMA)📊 Indicator Name:
MOEX Sector Breadth: % Above MA 50/100/200 (EMA/SMA)
📝 Description:
This indicator tracks market breadth across sector indices of the Moscow Exchange (MOEX). It calculates the percentage of sectors trading above selected moving averages (SMA or EMA) with user-defined periods (50, 100, or 200).
It provides a high-level view of market participation and internal strength, helping to identify broad trends, divergences, and potential reversals.
📦 Tracked MOEX Sector Indices:
mathematica
Copy
Edit
MOEXOG — Oil & Gas
MOEXCH — Chemicals
MOEXMM — Metals & Mining
MOEXTN — Transport
MOEXCN — Consumer
MOEXFN — Financials
MOEXTL — Telecom
MOEXEU — Utilities
MOEXIT — Information Technology
MOEXRE — Real Estate
📈 How to Use:
>50% above MA 200 → Bullish market regime
<50% above MA 200 → Weak breadth, caution advised
>90% above MA 50 → Market may be overbought
<10% above MA 200 → Market oversold, possible bottom
Combine with the IMOEX index to assess participation behind major moves
Use as a trend filter or divergence detector
FT-RSISummary of the Custom RSI Indicator Script (For Futu Niuniu Platform):
This Pine Script code implements a triple-period RSI indicator with horizontal reference lines (70, 50, 30) for technical analysis on the Futu Niuniu trading platform.
Key Features:
Multi-period RSI Calculation:
Computes three RSI values using 9, 14, and 22-period lengths to capture short-term, standard, and smoothed momentum signals.
Utilizes the Relative Moving Average (RMA) method for RSI calculation (ta.rma function).
Horizontal Reference Bands:
Upper Band (70): Red dotted line (semi-transparent) to identify overbought conditions.
Middle Band (50): Green dotted line as the neutral equilibrium level.
Lower Band (30): Blue dotted line (semi-transparent) to highlight oversold zones.
Visual Customization:
Distinct colors for each RSI line:
RSI (9): Orange (#F79A00)
RSI (14): Green (#49B50D)
RSI (22): Blue (#5188FF)
All lines have a thickness of 2 pixels for clear visibility.
Platform Compatibility:
This script is designed for Futu Niuniu’s charting system, leveraging Pine Script syntax adaptations supported by the platform. The horizontal bands and multi-period RSI logic help traders analyze trend strength and potential reversal points efficiently.
Note: Ensure Futu Niuniu’s scripting environment supports ta.rma and hline functions for proper execution.
Hull MA with Support/Resistance📊 Combined Hull MA & Support/Resistance Indicator
🌟 Core Features Overview
This indicator integrates two powerful tools:
Hull Moving Average (Hull MA) - An optimized MA variant that reduces lag and closely follows price action.
Dynamic Support/Resistance System - Automatically identifies key price levels based on market structure.
Dual Advantage: Simultaneously identifies trends with Hull MA while pinpointing critical price zones for optimal entries.
⚙️ How It Works
Component Functionality Key Attributes Hull MA
- Trend identification
- Reversal signals via color changes - Low latency
- Color-coded (green/red) momentum
Support/Resistance - Key level detection
- Noise filtering via pivot points - Auto-adjusting
- Extended line visualization
📈 Practical Applications Trend Trading:
Buy when Hull MA turns green + price breaks Resistance
Sell when Hull MA turns red + price breaks Support
Breakout/Pullback Strategies:
Combine S/R breakouts with Hull MA slope for signal confirmation
Risk Management:
Place stop-loss orders beyond nearest S/R levels
⚡ Performance Optimization
Default Settings:
Hull MA: 16 periods (ideal for H1/D1 timeframes)
S/R: 1-bar pivot (short-term swing points)
Advanced Customization:
Increase Hull MA sensitivity by reducing periods
Widen S/R zones with Left/Right Bars >1
📌 Critical Notes
• Most effective in trending markets
• Recommended to combine with volume or RSI for confirmation
• Always backtest across multiple timeframes before live trading
💡 Pro Tip: Use Hull MA as primary trend filter - only trade when price retests S/R levels aligned with the MA's color.
BTC/XAUT Rotational Strategy ✅Relative inverse proportionality for Gold Vs. BTC I used tokenized gold XAUT paired with gold price. The goal of this indicator is assuming that the leader of the crypto world is BTC and dumps or bumps affects severely the alt coins in a direct proportionality basis.
To prevent losses rotating to safer assets as gold in its blockchain form, in a specific moment, could be one of the best options. There is a relative inverse proportionality between Gold and BTC, that occurs in some ratios in particular. The goal of this tool is to detect them and advise us to rotate from one kind of assets to the other. The moist accurate time frame is weekly or monthly. Enjoy the ride
IRUS: % stocks above SMA 50 / 100 / 200
📊 IRUS Breadth Indicators (MOEX Market Breadth)
This script shows market breadth conditions based on the percentage of stocks or sectors trading above selected moving averages (SMA or EMA) with customizable periods (50 / 100 / 200).
There are two modes available:
IRUS Ticker-Based Breadth
Calculates the % of liquid Russian stocks (IRUS group) trading above a selected MA.
Great for detailed breadth analysis based on individual stock participation.
Sector-Based Breadth
Calculates the % of major MOEX sector indices above their MAs.
A clean, high-level view of market strength across sectors.
Use these indicators to assess market health, detect divergences, and filter
MOEX Sectors: % Above MA 50/100/200 (EMA/SMA)📊 Indicator Name:
MOEX Sector Breadth: % Above MA 50/100/200 (EMA/SMA)
📝 Description:
This indicator tracks market breadth across sector indices of the Moscow Exchange (MOEX). It calculates the percentage of sectors trading above selected moving averages (SMA or EMA) with user-defined periods (50, 100, or 200).
It provides a high-level view of market participation and internal strength, helping to identify broad trends, divergences, and potential reversals.
📦 Tracked MOEX Sector Indices:
mathematica
Copy
Edit
MOEXOG — Oil & Gas
MOEXCH — Chemicals
MOEXMM — Metals & Mining
MOEXTN — Transport
MOEXCN — Consumer
MOEXFN — Financials
MOEXTL — Telecom
MOEXEU — Utilities
MOEXIT — Information Technology
MOEXRE — Real Estate
📈 How to Use:
>50% above MA 200 → Bullish market regime
<50% above MA 200 → Weak breadth, caution advised
>90% above MA 50 → Market may be overbought
<10% above MA 200 → Market oversold, possible bottom
Combine with the IMOEX index to assess participation behind major moves
Use as a trend filter or divergence detector
BTC 고승률 전략: 2번째 눌림 진입 신호 (롱/숏)//@version=5
indicator("BTC 고승률 전략: 2번째 눌림 진입 신호 (롱/숏)", overlay=true)
// 고점 및 저점 돌파 감지
high_20 = ta.highest(high, 20)
low_20 = ta.lowest(low, 20)
// 이동평균선 (SMA 20, 50)
sma20 = ta.sma(close, 20)
sma50 = ta.sma(close, 50)
plot(sma20, title="SMA 20", color=color.aqua)
plot(sma50, title="SMA 50", color=color.orange)
// 스토캐스틱
k = ta.stoch(close, high, low, 14)
d = ta.sma(k, 3)
stoch_golden = ta.crossover(k, d) and k < 30
stoch_dead = ta.crossunder(k, d) and k > 70
// 볼륨 반등 감지
vol_avg = ta.sma(volume, 10)
vol_surge = volume > vol_avg * 1.3
// 롱: 돌파 후 두 번째 눌림
var float last_high_break = na
var int long_pullback_count = 0
if (close > high_20 and close < high_20)
last_high_break := high_20
long_pullback_count := 1
else if (long_pullback_count == 1 and close < high_20)
long_pullback_count := 2
second_pullback_long = (long_pullback_count == 2) and close > sma20 and close > sma50
long_entry = second_pullback_long and stoch_golden and vol_surge
// 숏: 저점 돌파 후 두 번째 반등
var float last_low_break = na
var int short_pullback_count = 0
if (close < low_20 and close > low_20)
last_low_break := low_20
short_pullback_count := 1
else if (short_pullback_count == 1 and close > low_20)
short_pullback_count := 2
second_pullback_short = (short_pullback_count == 2) and close < sma20 and close < sma50
short_entry = second_pullback_short and stoch_dead and vol_surge
// 시각화
plotshape(long_entry, title="롱 진입", location=location.belowbar, style=shape.labelup, color=color.green, text="LONG")
plotshape(short_entry, title="숏 진입", location=location.abovebar, style=shape.labeldown, color=color.red, text="SHORT")
// 알림
alertcondition(long_entry, title="롱 진입 알림", message=" 2차 눌림 롱 진입 시그널 발생")
alertcondition(short_entry, title="숏 진입 알림", message=" 2차 반등 숏 진입 시그널 발생")
EMA 9|48|180Triple EMA 9|48|180
Here's a brief overview of how these EMAs can work together:
EMA 9 : This is a shorter-term moving average that reacts quickly to price changes. It can be used to identify short-term trends and potential entry points.
EMA 48 : This intermediate-term moving average can help smooth out the price action and provide insight into medium-term trends.
EMA 180 : This longer-term moving average provides a view of the overall trend. It reacts slowly to price changes and can help to identify the broad direction of the market.
How to Use Them Together:
Crossover Strategy: Traders often look for crossovers between these EMAs to signal potential buy or sell opportunities. For example, a bullish signal occurs when the EMA 9 crosses above the EMA 48, and a bearish signal occurs when it crosses below.
Trend Confirmation: You can use the EMA 180 as a trend filter. For instance, you might only take long trades when the price is above the EMA 180 and only take short trades when it's below.
Advantages:
Trend Following: This strategy can help traders follow established trends and capitalize on them.
Flexibility: The EMAs can be adapted for different time frames and assets.
Disadvantages:
Lagging Indicator: EMAs are lagging indicators, meaning they respond to price changes rather than predict them, which can sometimes result in delayed signals.
Whipsaws: In a ranging or choppy market, EMAs can generate false signals, leading to potential losses.
Conclusion:
Whether or not EMA 9, 48, and 180 form a "good" strategy largely depends on your trading style (day trading, swing trading, etc.), risk tolerance, and how well you're able to manage trades. Backtesting the strategy against historical data, along with a solid risk management plan, is crucial in determining its effectiveness for your specific trading goals. Additionally, combining EMA signals with other indicators or analysis techniques (like support and resistance, volume analysis, or candlestick patterns) can improve the robustness of your strategy.
Dskyz (DAFE) Aurora Divergence - Dskyz (DAFE) Aurora Divergence Indicator
Advanced Divergence Detection for Traders. Unleash the power of divergence trading with this cutting-edge indicator that combines price and volume analysis to spot high-probability reversal signals.
🧠 What Is It?
The Dskyz (DAFE) Aurora Divergence Indicator is designed to identify bullish and bearish divergences between the price trend and the On Balance Volume (OBV) trend. Divergence occurs when the price of an asset and a technical indicator (in this case, OBV) move in opposite directions, signaling a potential reversal. This indicator uses linear regression slopes to calculate the trends of both price and OBV over a specified lookback period, detecting when these two metrics are diverging. When a divergence is detected, it highlights potential reversal points with visually striking aurora bands, orbs, and labels, making it easy for traders to spot key signals.
⚙️ Inputs & How to Use Them
The indicator is highly customizable, with inputs grouped under "⚡ DAFE Aurora Settings" for clarity. Here’s how each input works:
Lookback Period: Determines how many bars are used to calculate the price and OBV slopes. Higher values detect longer-term trends (e.g., 20 for 1H charts), while lower values are more responsive to short-term movements.
Price Slope Threshold: Sets the minimum slope value for the price to be considered in an uptrend or downtrend. A value of 0 allows all slopes to be considered, while higher values filter for stronger trends.
OBV Slope Threshold: Similar to the price slope threshold but for OBV. Helps filter out weak volume trends.
Aurora Band Width: Adjusts the width of the visual bands that highlight divergence areas. Wider bands make the indicator more visible but may clutter the chart.
Divergence Sensitivity: Scales the strength of the divergence signals. Higher values make the indicator more sensitive to smaller divergences.
Minimum Strength: Filters out weak signals by only showing divergences above this strength level. A default of 0.3 is recommended for beginners.
Signal Cooldown (Bars): Prevents multiple signals from appearing too close together. Default is 5 bars, reducing chart clutter and helping traders focus on significant signals.
These inputs allow traders to fine-tune the indicator to match their trading style and timeframe.
🚀 What Makes It Unique?
This indicator stands out with its innovative features:
Price-Volume Divergence: Combines price trend (slope) and OBV trend for more reliable signals than price-only divergences.
Aurora Bands: Dynamic visual bands that highlight divergence zones, making it easier to spot potential reversals at a glance.
Interactive Dashboard: Displays real-time information on trend direction, volume flow, signal type, strength, and recommended actions (e.g., "Consider Buying" or "Consider Selling").
Signal Cooldown: Ensures only the most significant divergences are shown, reducing noise and improving usability.
Alerts: Built-in alerts for both bullish and bearish divergences, allowing traders to stay informed even when not actively monitoring the chart.
Beginner Guide: Explains the indicator’s visuals (e.g., aqua orbs for bullish signals, fuchsia orbs for bearish signals), making it accessible for new users.
🎯 Why It Works
The indicator’s effectiveness lies in its use of price-volume divergence, a well-established concept in technical analysis. When the price trend and OBV trend diverge, it often signals a potential reversal because the underlying volume support (or lack thereof) is not aligning with the price action. For example:
Bullish Divergence: Occurs when the price is making lower lows, but the OBV is making higher lows, indicating weakening selling pressure and potential upward reversal.
Bearish Divergence: Occurs when the price is making higher highs, but the OBV is making lower highs, suggesting weakening buying pressure and potential downward reversal.
The use of linear regression ensures smooth and accurate trend calculations over the specified lookback period. The divergence strength is then normalized and filtered based on user-defined thresholds, ensuring only high-quality signals are displayed. Additionally, the cooldown period prevents signal overload, allowing traders to focus on the most significant opportunities.
🧬 Indicator Recommendation
Best For: Traders looking to identify potential trend reversals in any market, especially those where volume data is reliable (e.g., stocks, futures, forex).
Timeframes: Suitable for all timeframes. Adjust the lookback period accordingly—smaller values for shorter timeframes (e.g., 1H), larger for longer ones (e.g., 4H or daily).
Pair With: Support and resistance levels, trend lines, other oscillators (e.g., RSI, MACD) for confirmation, and volume profile tools for deeper analysis.
Tips:
Look for divergences at key support/resistance levels for higher-probability setups.
Pay attention to signal strength; higher strength divergences are often more reliable.
Use the dashboard to quickly assess market conditions before entering a trade.
Set up alerts to catch divergences even when not actively watching the chart.
🧾 Credit & Acknowledgement
This indicator builds upon the classic concept of price-volume divergence, enhancing it with modern visualization techniques, advanced filtering, and user-friendly features. It is designed to provide traders with a powerful yet intuitive tool for spotting reversals.
📌 Final Thoughts
The Dskyz (DAFE) Aurora Divergence Indicator is more than just a divergence tool; it’s a comprehensive trading assistant that combines advanced calculations, intuitive visualizations, and actionable insights. Whether you’re a seasoned trader or just starting out, this indicator can help you spot high-probability reversal points with confidence.
Use it with discipline. Use it with clarity. Trade smarter.
**I will continue to release incredible strategies and indicators until I turn this into a brand or until someone offers me a contract.
-Dskyz
Moving average with different timeThis script allowing you to plot up to 6 different types of moving averages (MAs) on the chart, each with customizable parameters such as type, length, source, color, and timeframe. It also allows you to set different timeframes for each moving average.
Key Features:
Multiple Moving Averages: You can add up to 6 different moving averages to your chart.
Each MA can be one of the following types: SMA, EMA, SMMA (RMA), WMA, or VWMA.
Custom Timeframes: Each moving average can be applied to a specific timeframe, giving you flexibility to compare different periods (e.g., a 50-period moving average on the 1-hour chart and a 200-period moving average on the 4-hour chart).
Customizable Inputs:
Type: Choose between SMA, EMA, SMMA, WMA, or VWMA for each MA.
Source: You can select the price data source (e.g., close, open, high, low).
Length: Set the number of periods (length) for each moving average.
Color: Each moving average can be assigned a specific color.
Timeframe: Customize the timeframe for each moving average individually (e.g., MA1 on 15-minute, MA2 on 1-hour).
User Interface:
The script includes a data window display for each moving average, allowing you to control whether to show each MA and configure its settings directly from the settings menu.
Flexible Use:
Toggle individual moving averages on and off with the show checkbox for each MA.
Customize each MA's parameters without affecting others.
Parameters:
MA Type: You can choose between different moving averages (SMA, EMA, etc.).
Source: Price data used for calculating the moving average (e.g., close, open, etc.).
Length: Defines the period (number of bars) for each moving average.
Color: Change the line color for each moving average for better visualization.
Timeframe: Set a different timeframe for each moving average (e.g., 1-day MA vs. 1-week MA).
Example Use Case:
You might use this indicator to track short-term, medium-term, and long-term trends by adding multiple MAs with different lengths and timeframes. For example:
MA1 (20-period) might be an SMA on a 1-hour chart.
MA2 (50-period) might be an EMA on a 4-hour chart.
MA3 (100-period) might be a WMA on a daily chart.
This setup allows you to visually track the market's behavior across different timeframes and better identify trends, crossovers, and other patterns.
How to Customize:
Show/Hide MAs: Enable or disable each moving average from the input menu.
Modify Parameters: Change the MA type, source, length, and color for each individual moving average.
Timeframes: Set different timeframes for each moving average for more detailed analysis.
With this Moving Average Ribbon, you get a versatile and visually rich tool to aid in technical analysis.
SIMON VWAP + EMA 200📈 SIMON VWAP + EMA 200
Take control of the trend with this powerful dual-confluence indicator.
🔹 Dynamic VWAP and smart EMA 200 automatically change color based on price action:
✅ Green/Purple when the market is bullish
🔴 Red/Orange when the market is bearish
Perfect for spotting trend shifts, confirming entries, and staying away from counter-trend traps.
🎯 Built for traders who demand visual clarity and precision.
Crafted by Simón Groove.
🚀 Works on all timeframes.
💡 Ready to trade with an edge?
AST + SMA (Alvin Strategy)New indicator combine with Adaptive Super Trend and SMA20.
This indicator suitable for scalper that focusing on trend trading. It give confirmation for a scalp trader and suggest a close entry.
Change % - NQ / ES / YM Funded Futures Risk Manager – NQ / ES / YM
🎯 Purpose
This tool is designed for funded futures traders who need to comply with daily risk rules from Topstep, Apex, and similar programs. It tracks the real-time daily % price change in major U.S. equity index futures: Nasdaq (NQ), S&P 500 (ES), and Dow Jones (YM).
⚠️ Why It Matters
Most funded trading programs prohibit trading when the market is within 2% of CME’s daily price limits. This script provides a clear, real-time visual warning to help avoid account violations or disqualification.
🧠 What It Does
Detects the instrument (NQ1!, ES1!, YM1!, and front-month contracts like NQM2025)
Calculates % change from the daily open
Simulates CME’s ±7% daily limit bands
Displays a floating panel with current change in %
Shows a warning if price is within the restricted last 2%
Optionally triggers a visual or sound alert
🔍 Why It’s Different
This is not a predictive or technical analysis tool.
It’s a real-time compliance assistant designed to protect your funded account during volatile sessions.
No complex logic, just clear visual safety for serious traders.
🧭 How To Use It
Add the script to your chart
Use it on NQ1!, ES1!, or YM1! (or M2025 contracts)
The panel shows live price change % from today’s open
When price enters the last 2% of CME’s limit, a warning appears
Avoid entering trades during these times to stay compliant
🖼️ Recommended Chart Setup
✔️ Only this script applied
✔️ Show ticker, timeframe, and the floating panel
✔️ Clean background (no extra drawings or indicators)
✔️ Use on a volatile day for better demonstration (e.g. -2% day)
✅ Fully compliant with TradingView’s script publishing rules.
✅ Focused on risk awareness and rule enforcement.
✅ Supports real-world funded traders.
[blackcat] L2 Ehlers Autocorrelation Indicator V2OVERVIEW
The Ehlers Autocorrelation Indicator is a technical analysis tool developed by John F. Ehlers that measures the correlation between price data and its lagged versions to identify potential market cycles and reversals.
BACKGROUND
Originally introduced in Ehlers' "Cycle Analytics for Traders" (2013), this indicator leverages autocorrelation principles to detect patterns in market data that deviate from random noise or perfect sine waves.
FEATURES
• Calculates Pearson correlation coefficients for lags from 0 to 60 bars
• Visualizes correlations using colored bars ranging from red (negative correlation) to yellow (positive correlation)
• Provides minimum averaging option through AvgLength input parameter
• Displays sharp reversal signals at price turning points
• Shows variations in bar thickness and count over time
HOW TO USE
Add the indicator to your chart
Adjust the AvgLength input as needed:
• Set to 0 for no averaging
• Increase value for smoother results
Interpret the colored bars:
• Red: Negative correlation
• Yellow: Positive correlation
• Sharp transitions indicate potential reversal points
LIMITATIONS
• Requires sufficient historical data for accurate calculations
• Performance may vary across different market conditions
• Results depend on proper parameter settings
NOTES
• The indicator uses highpass filtering and super smoother filtering techniques
• Color intensity varies based on correlation strength
• Multiple lag periods are displayed simultaneously for comprehensive analysis
THANKS
This implementation is based on Ehlers' original work and has been adapted for TradingView's Pine Script platform.
SKYFOR Chandelier Strategy with Auto TrendlinesHello friends)) Now I creat new indicator))) hope you will like it
Smart Money Visual Suite [ALFANAR_Q8]📈 Smart Money Visual Suite
🔒 Read-only visual indicator – no entry/exit signals, purely for Smart Money concept analysis.
Features:
🔄 CHoCH and BOS for market structure shifts
🎯 Inducement and Sweeps to highlight liquidity targets
🔁 Zigzag to clarify price action waves
💡 RSI Divergence to detect potential reversals
🟩 Demand Zones (green) & 🟥 Supply Zones (red), designed for dark theme charts
🧠 Built on Smart Money principles – perfect for traders seeking clean visual structure and liquidity analysis.
🚫 No buy/sell signals – this tool is for visual market structure interpretation only.
Moving Averages & RSIThis TradingView Pine Script plots multiple moving averages (EMAs, SMAs) and multi-timeframe RSI values for trend analysis.
It includes a regime filter based on sector and index trends (e.g., SPX, XLF, XLK) to highlight market conditions.
Bullish and bearish RSI divergences are detected and visually flagged on the chart.
Several UI tables display RSI values, sector info, market trend status, and share float, with optional watermark labeling.
Super Arma Institucional PRO v6.3v6.3
Based on EMA 20 and 200 and SMA 50.
RSI, MACD and ADX built-in with supports and resistances.
Built-in volume, AI reviews the opening and closing of the previous candle and as the price moves it draws the supports and resistances that accompany the price on the chart in real time.
It works perfectly on all time frames, it was designed primarily for trading cryptocurrencies.
SKYFOR Chandelier StrategyHello everyone)) Its me SKYFOR)) Trading on VOOI))) If you like my indicator I will be happy if you can follow me on twitter too
Average Body RangeThe Average Body Range (ABR) indicator calculates the average size of a candle's real body over a specified period. Unlike the traditional Average Daily Range (ADR), which measures the full range from high to low, the ABR focuses solely on the absolute difference between the open and close of each bar. This provides insight into market momentum and trading activity by reflecting how much price is actually moving from open to close , not just in total.
This indicator is especially useful for identifying:
Periods of strong directional movement (larger body sizes)
Low-volatility or indecisive markets (smaller body sizes)
Changes in trend conviction or momentum
Customization:
Length: Number of bars used to compute the average (default: 14)
Use ABR to enhance your understanding of price behavior and better time entries or exits based on market strength.