Moving Average Shift [ChartPrime]Moving Average Shift indicator combines multiple moving average (MA) types with a unique MA Shift Oscillator to help traders visualize trend direction, price deviations, and mean reversion states.
⯁ KEY FEATURES
Customizable Moving Averages: Choose from SMA, EMA, SMMA (RMA), WMA, or VWMA.
Trend-Based Coloring: Candles are dynamically colored based on price position relative to the MA.
MA Shift Oscillator: Identifies price deviations and potential mean reversion zones.
Threshold Filtering: Helps filter mean reversion signals using a user-defined threshold.
Diamond Signals for Mean Reversion: Plots diamonds on the chart when the oscillator crosses back above or below the threshold level.
Oscillator Color Coding: The oscillator has four color states:
Color 1: Above 0 and increasing.
Color 2: Above 0 and decreasing.
Color 3: Below 0 and increasing.
Color 4: Below 0 and decreasing.
⯁ HOW TO USE
Use the indicator to follow the trend based on MA direction and price relation to it.
The MA Shift Oscillator helps identify potential mean reversion points where price may revert toward the MA.
The threshold setting allows traders to filter out weak mean reversion signals and focus on significant shifts.
The four-color oscillator visually indicates trend momentum and potential trend shifts.
⯁ CONCLUSION
The Moving Average Shift indicator is a powerful tool that merges trend-following and mean reversion strategies into one comprehensive system. By allowing traders to select different types of moving averages, it provides flexibility in trend analysis while visually enhancing price action with dynamic candle coloring. The MA Shift Oscillator further strengthens decision-making by detecting deviations and highlighting potential mean reversion points.
Medie mobili
Air Gap MTFThis scripts automatically locate the EMA values on 30min/1hr/4hr for user specified EMA values.
On chart it will draw a line for each of the EMA, also labelling which MTF and timeframe, along with the current price.
The lines and price tag will update automatically in real-time so you don't have to keep adjusting the line!
BBVOL SwiftEdgeBBVOL SwiftEdge – Precision Scalping with Volume and Trend Filtering
Optimized for scalping and short-term trading on fast-moving markets (e.g., 1-minute charts), BBVOL SwiftEdge combines Bollinger Bands, Heikin Ashi smoothing, volume momentum, and EMA trend alignment to deliver actionable buy/sell signals with visual trend cues. Ideal for forex, crypto, and stocks.
What Makes BBVOL SwiftEdge Unique?
Unlike traditional Bollinger Bands scripts that focus solely on price volatility, BBVOL SwiftEdge enhances signal precision by:
Using Heikin Ashi to filter out noise and confirm trend direction, reducing false signals in choppy markets.
Incorporating volume analysis to ensure signals align with significant buying or selling pressure (customizable thresholds).
Adding an EMA overlay to keep trades in sync with the short-term trend.
Coloring candlesticks (green for bullish, red for bearish, purple for consolidation) to visually highlight market conditions at a glance.
How Does It Work?
Buy Signal: Triggers when price crosses above the lower Bollinger Band, Heikin Ashi shows bullish momentum (close > open), buy volume exceeds your set threshold (default 30%), and price is above the EMA. A green triangle appears below the candle.
Sell Signal: Triggers when price crosses below the upper Bollinger Band, Heikin Ashi turns bearish (close < open), sell volume exceeds the threshold (default 30%), and price is below the EMA. A red triangle appears above the candle.
Trend Visualization: Candles turn green when price is significantly above the Bollinger Bands’ basis (indicating a bullish trend), red when below (bearish trend), or purple when near the basis (consolidation), based on a customizable threshold (default 10% of BB width).
Risk Management: Each signal calculates a stop-loss (10% beyond the opposite band) and take-profit (opposite band), plotted for reference.
How to Use It
Timeframe: Best on 1-minute to 5-minute charts for scalping; test higher timeframes for swing trading.
Markets: Works well in volatile markets like forex pairs (e.g., EUR/USD), crypto (e.g., BTC/USD), or liquid stocks.
Customization: Adjust Bollinger Bands length (default 10), multiplier (default 1.2), volume thresholds (default 30%), EMA length (default 3), and consolidation threshold (default 0.1%) to match your strategy.
Interpretation: Look for green/red triangles as entry signals, confirmed by candle colors. Purple candles suggest caution—wait for a breakout. Use stop-loss/take-profit levels for trade management.
Underlying Concepts
Bollinger Bands: Measures volatility and identifies overbought/oversold zones.
Heikin Ashi: Smooths price action to emphasize trend direction.
Volume Momentum: Calculates cumulative buy/sell volume percentages to confirm market strength (e.g., buyVolPercent = buyVolume / totalVolume * 100).
EMA: A fast-moving average (default length 3) ensures signals align with the immediate trend.
Chart Setup
The chart displays Bollinger Bands (orange), Heikin Ashi close (green circles), EMA (purple), and volume-scaled lines (lime/red). Signals are marked with triangles, and candle colors reflect trend state. Keep the chart clean by focusing on these outputs for clarity.
2-Minute Trend and Power Scanner# 2-Minute Trend and Power Scanner: Functionality and Entry Signals
i.postimg.cc
The TradingView script "2-Minute Trend and Power Scanner" is based on the concept of PowerBar signals on 2-minute charts with 20 and 200 period SMAs, as explained in the video on Youtube ("How To Master the 2-min Chart" from
Oliver Velez Trading).
Here is a detailed description of how it works:
## Basics of the Script
The script uses two essential moving averages:
- 20-period simple moving average (SMA)
- 200-period simple moving average (SMA)
These two SMAs form the basis for trend identification, exactly as described in the video. The 20 SMA is considered the "child," while the 200 SMA functions as the "parent."
## Market Phase Detection
The script identifies three essential market phases:
- **Narrow**: When the distance between the 20 and 200 SMA is small
- **Trending**: When the 20 SMA separates from the 200 SMA and forms a trend
- **Wide**: When the distance between the two SMAs is particularly large
This phase detection corresponds exactly to the concept of three states (flat/narrow, trending, and wide) described in the video.
## PowerBar Definition
A key element for signals are "PowerBars":
- **Bullish PowerBar**: A green candle bar with above-average size (factor definable via powerFactor) that forms near the 20 SMA
- **Bearish PowerBar**: A red candle bar with above-average size that forms near the 20 SMA
The proximity to the 20 SMA is defined by the parameter "nearPerc," which sets the maximum percentage distance.
## Trend Determination
The trend is defined as follows:
- **Bull Trend**: When price > SMA20 > SMA200, and both SMAs have the correct angle which you can set in the input field
- **Bear Trend**: When price SMA20 > SMA200)
- The 20 SMA has the right angle (default: 45-90 degrees)
- The 200 SMA has the right angle (default: 2-90 degrees)
- A bullish PowerBar occurs near the 20 SMA
**Short Signal (Sell signal)**:
- A bear trend exists (price < SMA20 < SMA200), and both SMAs have the correct angle which you can set in the input field
- The 20 SMA has the right angle (default: -90 to -45 degrees)
- The 200 SMA has the right angle (default: -90 to -2 degrees)
- A bearish PowerBar occurs near the 20 SMA
## Trade Management
After a signal:
- Stop-Loss is automatically set based on a percentage
- Take-Profit is also set as a percentage
- Trades are automatically closed before US market close (15:55-16:00 ET)
## Visual Representation
The script offers extensive visual elements:
- Arrow symbols for long and short signals
- Color-coded marking of market phases in the background
- Display of stop-loss and take-profit levels
- Statistics tables for trading results
- Overview of the last 10 trades
## Conceptual Alignment with the Video
The implementation in the script exactly matches the concept presented in the video:
- Using the 2-minute chart as the ideal timeframe for trading experience
- Focus on the "Pictures of Power" when the 20 SMA begins to separate from the 200 SMA
- Buying strength bars (PowerBars) near the 20 SMA
- Trading in alignment with institutional money flow
The script automates the manual process described in the video through precise parameters and mathematical calculations for angles, proximity to SMA, and candle body size.
Rsi & Ema Optimization Buy-Sell Signal Cuneyt UgurIntroduction to the Trading Signal Rules
This script defines a set of custom trading rules designed to analyze price movements, moving averages, and RSI behavior in relation to optimized support and resistance levels. Each rule is structured to generate bullish, bearish, or neutral signals, helping to identify potential market trends and reversals.
The key components of these rules include:
Exponential Moving Averages (EMA): Used to track price trends and momentum.
Relative Strength Index (RSI): Helps identify overbought and oversold conditions.
Custom Support/Resistance Channels: Dynamically calculated upper and lower bands that guide decision-making.
Momentum & Trend Analysis: Ensuring signals align with strong trends rather than short-term fluctuations.
MACD Sniper [trade_lexx]📈 MACD Sniper — Improve your trading strategy with accurate signals!
Introducing the MACD Sniper , an advanced trading indicator designed for a comprehensive analysis of market conditions. This indicator combines MACD (Moving Average Convergence Divergence) with various types of moving averages (SMA, EMA, WMA, VWMA, KAMA, HMA, ZLEMA, TEMA, ALMA, DEMA), providing traders with a powerful tool for generating buy and sell signals. It is ideal for traders who need an advantage in detecting changes in trends and market conditions.
🔍 How the signals work
1. Histogram signals:
— A buy signal is generated when the MACD histogram is below zero and begins to grow after the minimum number of falling histogram columns, which are indicated in the indicator menu. This indicates that selling pressure has decreased, the market is oversold and ready for a rebound. The signals are displayed as green triangles labeled "H" under the histogram graph. On the main chart, buy signals are displayed as green triangles labeled "Buy" under candlesticks.
— A sell signal is generated when the MACD histogram is above zero and begins to fall after the minimum number of growing histogram columns, which are indicated in the indicator menu. This indicates that the buying pressure has decreased, the market is overbought and ready for correction. The signals are displayed as red triangles labeled "H" above the histogram graph. On the main chart, the sell signals are displayed as red triangles with the word "Sell" above the candlesticks.
2. Moving Average Crossing Signals (MA):
— A buy signal is generated when the Fast Moving Average (MACD) crosses the Slow Moving Average (Signal Line) from bottom to top. This indicates a possible upward reversal of the market. The signals are displayed as green triangles labeled "MA" under the MACD chart. On the main chart, buy signals are displayed as green triangles labeled "Buy" under candlesticks.
— A sell signal is generated when the Fast Moving Average (MACD) crosses the slow Moving Average (Signal Line) from top to bottom. This indicates a possible downward reversal of the market. The signals are displayed as red triangles labeled "MA" above the MACD chart. On the main chart, the sell signals are displayed as red triangles with the word "Sell" above the candlesticks.
🔧 Signal filtering
— Minimum number of bars between signals
This filter allows the user to set the minimum number of bars that must pass between the generation of two consecutive signals. This helps to avoid frequent false alarms and improves the quality of the generated signals. Setting this parameter allows you to filter out the noise in the market and make the signals more reliable. For example, if the value is set to 5, then a new signal will be generated only after 5 bars have passed since the previous signal.
— "Wait for the opposite signal" mode
In this mode, Buy and Sell signals are generated only after receiving the opposite signal. This means that a buy signal will be generated only after the previous sell signal, and vice versa. This approach adds an additional level of filtering and helps to avoid false positives. This is especially useful in conditions of high market volatility, when false signals often occur.
— RSI filter
The Relative Strength Index (RSI) is used for additional filtering of buy and sell signals. The RSI helps determine whether a market is overbought or oversold. The user can set overbought and oversold levels, and signals will be generated only when the RSI is in the specified ranges. For example, a buy signal will be generated only if the RSI is in the range between 10 and 30 (oversold), and a sell signal if the RSI is in the range between 70 and 90 (overbought). This helps to avoid false signals in extreme market conditions.
🔌 Connector Histogram, MA, Combined 🔌
These parameters allow you to connect the indicator to trading strategies and test the signals throughout the trading history. This makes the indicator an even more powerful tool for traders who want to test the effectiveness of their strategies on historical data.
Connector Histogram provides the ability to connect signals based on the MACD histogram to trading strategies.
Connector MA allows you to connect signals based on the intersection of moving averages (MA) of the MACD, which can also be used for automatic trading or strategy testing.
The combined connector combines signals based on both a histogram and the intersection of moving averages, making the analysis more comprehensive and reliable, which is especially useful for traders seeking to improve the quality of their trading decisions.
🔔 Alerts
The indicator provides the ability to set up notifications for buy and sell signals, which allows traders to keep abreast of important market events without having to constantly monitor the chart. Users can set up notifications that will alert them when buy or sell signals appear, helping them respond to market changes in a timely manner and make informed decisions. These notifications can be configured for various types of signals, such as signals based on the MACD histogram, moving average crossings, or all at once, which makes the indicator a more convenient and functional tool for active traders.
🎨 Customizable Appearance
Customize the appearance of the MACD Sniper according to your preferences to make the analysis more convenient and visually pleasing. In the indicator settings section, you can change the colors of the buy and sell signals so that they stand out on the chart and are easily visible. For example, buy signals can be green, and sell signals can be red. These settings allow traders to adapt the indicator to their individual needs, making it more flexible and user-friendly.
🔧 How it works
The MACD Sniper indicator starts by calculating the MACD values and moving averages for a specific period in order to assess market conditions. For this, fast and slow moving averages are used, as well as a signal line, which are calculated based on the set parameters. The indicator then analyzes the MACD histogram to determine whether the difference between the fast and slow moving averages is rising or falling. Based on this analysis, buy and sell signals are generated. Additionally, the indicator uses the RSI filter to filter out false signals in overbought or oversold market conditions. The user can set the minimum number of bars between the signals and the "Wait for the opposite signal" mode for additional filtering. The indicator dynamically adjusts to changes in the market, providing relevant signals in real time.
📚 Quick guide to using the MACD Sniper
— Add the indicator to your favorites by clicking on the rocket icon. Adjust the parameters such as the length of periods for fast and slow moving averages, the type of moving average (SMA, EMA, WMA, VWMA, KAMA, HMA, ZLEMA, TEMA, ALMA, DEMA) and the length of the signal line, according to your trading style, or leave all settings as default.
— Adjust the signal filters to improve their quality and avoid false alarms
— Turn on notifications so that you don't miss important trading opportunities and don't constantly sit at the chart. This will allow you to keep abreast of all key market events and respond to them in a timely manner, without being distracted from other business.
— Use signals, they will help you determine the optimal entry and exit points of positions.
— Use the Connector for deeper analysis and verification of the effectiveness of signals, connect them to your trading strategies. This will allow you to test signals throughout your trading history and evaluate their accuracy based on historical data.
— Include the indicator in your trading strategy and run testing to see how buy and sell signals have worked in the past.
— Analyze the test results to determine how reliable the signals are and how they can improve your trading strategy. This will help you make more informed decisions and increase your trading efficiency.
Taka Swing Super Moving AveragesEste es un indicador de super trend que se utiliza para hacer entradas según la tendencia del mercado. Y cuando de la señal de ventas y compras usamos un stop loss según el indicador nos recomiende.
Pivot Points [FSL]Pivot Points Indicator Description
This indicator provides a comprehensive suite of pivot point calculations and moving average overlays, designed to assist traders in identifying potential support and resistance levels.
Key Features:
Pivot Point Calculations:
Offers six pivot point calculation methods: Traditional, Fibonacci, Woodie, Classic, DM, and Camarilla.
Allows flexible pivot timeframe selection, including Auto (adapts to chart timeframe), Daily, Weekly, Monthly, Quarterly, Yearly, Biyearly, Triyearly, Quinquennially, and Decennially.
Provides the option to use daily-based values for pivot calculations, even on intraday charts.
Displays a user-defined number of historical pivot point levels.
Allows customization of the colors and display of each pivot level (P, S1-S5, R1-R5).
Allows to show labels and prices of each pivot level, and to change the labels position (Left or Right).
Allow
s to change the line width of the pivot levels.
Moving Average Overlays:
In
cludes Exponential Moving Averages (EMA) for 25, 50, and 100 periods.
Displays Volume Weighted Average Price (VWAP).
Allows individual toggling of each EMA and VWAP display.
Allows to ch
ange the line width of the moving averages.
Customization:
Extensi
ve input options for tailoring the indicator to individual trading preferences.
Clear and organized settings groups for easy adjustment.
Error management, that shows clear messages when there is not enough data to calculate the pivot poin
ts.
How to Use:
Select Pivot Type: Choose the desired pivot point calculation method.
Set P
ivot Timeframe: Select the timeframe for pivot calculations. Auto mode dynamically adjusts to the chart.
Adjust Historical Pivots: Specify the number of historical pivot levels to display.
Configure Moving Averages: Toggle and customize the EMA and VWAP overlays.
Customize Pivot Levels: Adjust colors, visibility, and labels for each pivot level.
Analyze and Trade: Use the displayed pivot levels and moving averages to identify potential support, re
sistance, and trend direction.
Benefits:
Provides a versatile tool for identifying potential trading opportunities.
Offers a wide range of customization options to suit various trading styles.
Combines pivot points and moving averages for enhanced analysis.
Helps traders to have a clear view of the support and resistance levels, and the trend direction.
Helps to avoid errors by showing clear messages.
Sumit Darvas - EMA and Volume!! IDEAS ARE BUILT ON IDEAS !!
Credit for this script goes to knowledge shared by Sumit Gupta ji @darvasboxtrader
How to Use the "Sumit Darvas - EMA and Volume" Indicator on TradingView:
This indicator is designed to help traders make informed decisions by using a combination of moving averages (EMA, SMA), Relative Strength Index (RSI), price movement percentages, and volume conditions. Here's how you can use it:
1. Exponential Moving Averages (EMA)
EMA 10, 20, 50, 100, and 200: These EMAs represent different time periods, each giving you a sense of short-term and long-term trends.
Short-term trends: The EMA 10 and EMA 20 react faster to price changes, so they’re useful for identifying short-term price action.
Long-term trends: The EMA 50, 100, and 200 are slower and help you assess the broader market trend.
How to use:
Look for price crossovers above or below these EMAs for trend reversals or confirmations.
When the price crosses above a significant EMA (like the 50, 100, or 200), it may indicate a bullish signal.
When the price crosses below a significant EMA, it might suggest a bearish signal.
2. 52-Week High and Low
This feature shows you the highest and lowest price points for the stock over the last 52 weeks. It also displays the percentage difference from the current price to these levels.
How to use:
If the price is close to a 52-week high, this could indicate the stock is in a strong uptrend.
Conversely, if it’s close to a 52-week low, it might signal that the stock is in a downtrend or undervalued.
3. RSI and RSI Moving Average
The RSI (Relative Strength Index) measures the strength of a stock’s recent price performance, helping to identify overbought or oversold conditions.
When RSI > 50, it suggests a bullish market sentiment.
When RSI < 50, it indicates bearish sentiment.
The RSI Moving Average (SMA) helps smooth out the RSI readings to show trends more clearly.
How to use:
RSI above the RSI MA: This indicates strength in the market and could be a buy signal.
RSI below the RSI MA: This indicates weakness in the market and could be a sell signal.
4. Price Movement Percentage
The indicator plots shapes (circles) when the price moves by specific percentages (5%-10%, 10%-15%, and more than 15%).
5%-10% move: When the price moves within this range, a purple circle is plotted below the bar.
10%-15% move: When the price moves in this range, an orange circle is plotted below the bar.
>15% move: If the price moves more than 15%, a green circle is plotted above the bar.
How to use:
These plotted shapes indicate significant price movements and can act as alerts for possible trading opportunities or volatility spikes.
5. Volume Condition
The indicator also checks if the current volume exceeds a predefined threshold that you set.
How to use:
If the volume exceeds the set volume threshold, a purple flag will be plotted above the bar.
High volume often indicates strong market participation and can confirm price movements.
6. SMA (Simple Moving Averages)
The SMA 50, 150, and 200 are used to assess long-term trends.
If the price is above both SMA 150 and SMA 200, it may indicate a strong uptrend.
If SMA 150 is above SMA 200, it suggests bullish sentiment.
If the SMA 50 is above both SMA 150 and SMA 200, it may signal a more reliable trend.
How to use the Combined Strategy:
Look for price crossovers with EMA and SMA for trend reversals or confirmation of existing trends.
Combine RSI and its moving average to assess momentum.
Use the 52-week high/low to gauge whether the stock is in a strong trend.
Use volume analysis to confirm whether a price movement is supported by high market participation.
Conclusion:
This indicator is a comprehensive tool designed to analyze multiple aspects of market data (price action, trends, momentum, volume). It gives you visual cues on the chart:
Shape markers for significant price moves and volume spikes.
EMA and SMA lines for trend analysis.
RSI and its moving average for momentum confirmation.
52-week high/low levels for identifying extremes in price.
By combining these indicators, you can better identify potential buying or selling opportunities and gauge the strength of a trend, making it a powerful tool for both short-term and long-term trading strategies.
Crypto Fear/Greed IndexBINANCE:BTCUSDT BITSTAMP:BTCUSD # Crypto Fear/Greed Index
## English Description
This indicator measures market sentiment in the cryptocurrency market, specifically designed to gauge whether the market is in a state of fear or greed. By analyzing multiple factors across Bitcoin and the broader crypto ecosystem, it provides traders with a comprehensive view of market psychology.
### Key Features:
- Analyzes Bitcoin's relationship with key moving averages (200, 100, 50, and 20-day)
- Incorporates Bitcoin and Ethereum RSI values across different timeframes
- Considers Bitcoin market dominance to evaluate altcoin cycles
- Monitors stablecoin market cap changes as a risk indicator
- Tracks overall crypto market health through total market capitalization
- Factors in Bitcoin volatility and perpetual futures funding rates
- Provides clear visual buy (🔵) and sell (🔴) signals at extreme readings
- Includes customizable lookback period and smoothing parameters
### How to Use:
- Values range from 0 (Extreme Fear) to 100 (Extreme Greed)
- Buy signals (🔵) appear when the index crosses below 20, indicating potential oversold conditions
- Sell signals (🔴) appear when the index crosses above 80, indicating potential overbought conditions
- Utilize the indicator as part of a comprehensive trading strategy, not as a standalone tool
This indicator helps traders identify potential market turning points by measuring when the market sentiment reaches extremes. Remember Warren Buffett's advice: "Be fearful when others are greedy, and greedy when others are fearful."
## 日本語の説明
このインジケーターは、暗号通貨市場の感情を測定し、市場が恐怖状態にあるか強欲状態にあるかを判断するために特別に設計されています。ビットコインと広範な暗号通貨エコシステムにわたる複数の要因を分析することで、トレーダーに市場心理の包括的な見方を提供します。
### 主な特徴:
- ビットコインと主要な移動平均線(200日、100日、50日、20日)の関係を分析
- 異なる時間枠でビットコインとイーサリアムのRSI値を組み込み
- アルトコインのサイクルを評価するためにビットコインの市場支配率を考慮
- リスク指標としてステーブルコインの時価総額の変化を監視
- 総時価総額を通じて暗号通貨市場全体の健全性を追跡
- ビットコインのボラティリティと無期限先物の資金調達率を考慮
- 極端な値における明確な買い(🔵)と売り(🔴)のシグナルを提供
- カスタマイズ可能な振り返り期間と平滑化パラメータを含む
### 使用方法:
- 値は0(極度の恐怖)から100(極度の強欲)の範囲
- インデックスが20を下回ると買いシグナル(🔵)が表示され、潜在的な売られ過ぎの状態を示します
- インデックスが80を上回ると売りシグナル(🔴)が表示され、潜在的な買われ過ぎの状態を示します
- 単独のツールとしてではなく、包括的な取引戦略の一部としてこのインジケーターを活用してください
このインジケーターは、市場感情が極端に達したときに潜在的な市場の転換点を識別するのに役立ちます。ウォーレン・バフェットの助言を覚えておいてください
「他人が強欲なときに恐れ、他人が恐れているときに強欲になれ」
PVSRA Candles Auto Override with 5 EMAs - Semper v1PVSRA Candles, 5 EMAs(10, 20, 50, 200, 800), LOD. HOD< LOW, HOW and Asia 50%
Ton1REMA-ATR-Spread Indicator: Multi-Factor Price Analysis Tool
Originated by : Ton Liberator
This indicator calculates values using the formula:
EMA - (ATR × ATRMultiplier) - (Spread × SpreadMultiplier)
A versatile tool that combines Exponential Moving Average (EMA), Average True Range (ATR) volatility, and stock price spreads based on price ranges.
All components are fully customizable:
Adjust the EMA by selecting length and timeframe
Customize ATR with selectable length, timeframe, smoothing method (RMA, SMA, EMA, WMA), and multiplier
Spread is automatically calculated according to Thai stock market rules based on current price
Spread multiplier can be adjusted to fine-tune sensitivity
-------------------------
EMA-ATR-Spread Indicator: เครื่องมือวิเคราะห์ราคาแบบหลายปัจจัย
โดย : Ton Liberator
Indicator นี้คำนวณค่าโดยใช้สูตร:
EMA - (ATR × ATRMultiplier) - (Spread × SpreadMultiplier)
เป็นเครื่องมือที่ผสมผสานระหว่างค่าเฉลี่ยเคลื่อนที่แบบถ่วงน้ำหนัก (EMA) ค่าความผันผวนของราคา (ATR) และค่าสเปรดของหุ้นตามช่วงราคา
โดยทั้งหมดนี้สามารถปรับแต่งได้ตามต้องการ:
ปรับค่า EMA โดยเลือกความยาวและ timeframe ได้ตามต้องการ
ปรับค่า ATR โดยเลือกความยาว, timeframe, วิธีการ smoothing (RMA, SMA, EMA, WMA) และค่าตัวคูณ
ค่าสเปรดคำนวณอัตโนมัติตามหลักการของตลาดหลักทรัพย์ไทย โดยขึ้นอยู่กับราคาปัจจุบันของหุ้น
สามารถปรับค่าตัวคูณของสเปรดได้ตามต้องการ
Micho 150 SMA indicatorThis is the 150 day SMA indicator by Yaron SB modified to display date in the mm/dd/yyyy format in the box.
CLS Patterns + Price Action Levels📌 Key Features:
✅ CLS Candle Patterns Detection:
CLS Type 1 (Sweeps & Closes Opposite) – Confirms liquidity sweeps with opposite direction close.
CLS Type 2 (Sweeps but No Opposite Close) – Identifies liquidity traps without full reversal.
CLS Type 3 (Engulfing Candles) – Strong momentum shifts with engulfing price action.
CLS Type 4 (Order Block Reversals) – Institutional order flow recognition.
✅ Institutional & Price Action Levels:
250 Pip Institutional Levels – Major S&R zones for Forex & Indices.
Minor Quarter Points (25 Pips) – Intraday precision for refined entries.
✅ Liquidity Imbalance & Order Flow Gaps:
Detects early impulse moves & liquidity voids
Highlights areas of market inefficiency & potential reversals
✅ Higher Timeframe EMA for Trend Confirmation:
Customizable Weekly 3 EMA Overlay
Dynamic color change based on price action
✅ Built-in Alerts for CLS Patterns:
Real-time alerts for CLS buy/sell signals
Configurable notifications for trade execution
🎯 How to Use:
1️⃣ Enable CLS Pattern Signals to spot liquidity sweep candles with directional confirmation.
2️⃣ Use Institutional & QP Levels to identify key areas where price is likely to react.
3️⃣ Monitor Liquidity Imbalances to detect inefficient price moves that may fill.
4️⃣ Confirm Trend with HTF EMA to trade with momentum.
5️⃣ Set Alerts for CLS patterns and key price levels to stay ahead of the market.
This indicator is ideal for Forex, Indices, and Crypto traders looking to refine their entries with precise price action confirmations.
Multi EMA IndicatorMulti EMA 6-9-21 by WK
Here is a complete Trading Wave indicator for you that will display the EMA, SMA, and MA of 6, 9, 21, 33, and 100 with different colors. It also includes user settings so you can easily change the periods and colors.
Distance % from MAs + plotsPlots the distance, expressed as percentage, from MAs in a pane, as well as the MAs themselves in the price chart pane.
Buy/Sell Signals based on EMA CrossI, Kimaya Bavakay have done some backtesting for you, Please use this on DAILY TF ONLY and It shall only be used for EQUITY STOCKS!!!
HUNTEREsse indicador utiliza as emas 9, 21 e 50 para mostrar a tendência dominante do ativo. Funciona bem nos tempos gráficos maiores (4h, 1D, 1S, 1M)
10 Moving Averages10 Moving Averages Indicator Enhance Your Trend Analysis and Crossover Strategies
This free TradingView indicator overlays 10 fully customizable moving averages on your chart, empowering you to analyze trends and crossovers with clarity. Designed with versatility in mind, it allows you to choose from multiple types of moving averages—Simple (SMA), Exponential (EMA), Running (RMA), Weighted (WMA), or Volume-Weighted (VWMA)—for each line.
Key Features:
10 Moving Averages in One: Monitor up to 10 different moving averages simultaneously, perfect for comparing trends across multiple timeframes or methods.
Customizable Settings:
Type Selection: Easily switch between SMA, EMA, RMA, WMA, and VWMA.
Adjustable Lengths: Configure the period for each moving average to fit your trading strategy.
Color Options: Intuitively set distinct colors for each MA for quick visual identification.
Show/Hide Individual MAs: Activate or deactivate any moving average without cluttering your chart.
Organized & User-Friendly: The input parameters are neatly grouped, making configuration straightforward even for beginners.
Whether you’re a day trader looking to spot quick crossovers or a long-term investor gauging overall market trends, this indicator offers the flexibility and precision you need. Enjoy a more comprehensive view of price action and make more informed trading decisions.
Happy charting and best of luck in your trading journey!
Bull Market Support BandBull Market support band with adjustable time frames.
Default values reflect the accurate Bull Market support band
Bux Butler IndykejtorThe indicator highlights moments when two SMMA averages intersect. A red sphere usually signals a shift in market sentiment, sometimes leading to a cyclical bear market, while in other cases indicating sideways movement and periods of low volatility. Conversely, a buy signal frequently anticipates a resurgence of optimism in the crypto market. The indicator can be utilized for building long-term BTC trading strategies based on sentiment.