Market Regime Candle DominanceDescription: This script, "Market Regime Candle Dominance," overlays a TradingView chart to visually identify market regimes—bullish trends, bearish trends, or ranging markets—using adaptive calculations and volatility detection. It dynamically colors candles and highlights the background to indicate current market conditions.
How It Works:
Inputs:
Users define colors for bullish, bearish, and ranging trends, adjust sensitivity thresholds for volatility and trends, and set an adaptive calculation length.
Adaptive Calculation:
A period adjustment factor (calcPeriod) dynamically alters based on the chart's timeframe, ensuring meaningful calculations across different timeframes.
Volatility and Trend Detection:
Using the True Range (ta.tr) and price change (close - close ), the script calculates volatility and trend strength to determine market conditions.
Trend sensitivity is adjustable through thresholds (trendThreshold), enabling finer or broader regime detection.
Market Regime Identification:
Bullish Trend: Detected when trendStrength > trendThreshold.
Bearish Trend: Triggered when trendStrength < -trendThreshold.
Ranging Market: Identified when neither bullish nor bearish trends are present.
Candle Coloring:
Candles are colored according to the market regime:
Green for bullish trends.
Red for bearish trends.
Blue (semi-transparent) for ranging markets.
Background Highlights:
An optional feature (highlightRegime) adds semi-transparent background colors corresponding to the detected regime, enhancing visual clarity of the chart.
Features:
Adaptive Sensitivity: Adjusts the calculation length and thresholds for precision across different chart timeframes.
Customizable Display: Allows users to personalize colors and enable/disable background highlights.
Visual Clarity: Simplifies the identification of market regimes, providing clear direction at a glance.
Trendanalyse
Indicateur Swing GMMA Pro v8.0.2 (Rentabilité+)GMMA Pro v8.0.2 Indicator Description
This TradingView Pine Script indicator, titled "Indicateur Swing GMMA Pro v8.0.2 (Rentabilité+)", is a comprehensive tool designed for swing trading based on the Guppy Multiple Moving Averages (GMMA) concept, enhanced with numerous filters and risk management features.
Core Strategy:
GMMA Trend: The primary signals are derived from the relationship between a group of short-term (fast) Exponential Moving Averages (EMAs) and a group of long-term (slow) EMAs.
A potential long signal occurs when the average of the fast EMAs crosses above the average of the slow EMAs, or when a bullish trend (fast > slow, slow EMAs aligned upwards) is already established.
A potential short signal occurs when the average of the fast EMAs crosses below the average of the slow EMAs, or when a bearish trend (fast < slow, slow EMAs aligned downwards) is already established.
Entry Trigger Refinement: An entry is further confirmed only if the closing price is decisively beyond the average of the fast EMAs (above for longs, below for shorts).
Configurable Filters:
The indicator includes a wide array of optional filters to refine entry signals:
Long EMA Filter (Current Timeframe): Requires the price to be above a long-period EMA (e.g., 200 EMA) for longs, and below for shorts.
MTF Filter: Confirms the trend by checking the price position relative to a long EMA on a selected Higher Timeframe (HTF).
ADX Filter: Validates trend strength using the Average Directional Index (ADX) and checks if the Directional Movement Index (DMI) aligns with the trade direction (+DI > -DI for longs, -DI > +DI for shorts).
Strict GMMA Filter: Enforces a stricter condition where slow EMAs must be fully aligned (all rising for longs, all falling for shorts).
S/R Proximity Filter: Prevents entries if the price is too close to a recently formed pivot-based Support (for shorts) or Resistance (for longs) zone. Zone height can be ATR-based or tick-based.
Risk/Reward Filter: Only allows trades where the potential reward (based on the calculated Take Profit) versus the potential risk (based on the initial Stop Loss) meets a minimum required ratio.
Volatility Filter (ATR %): Filters out trades during periods of low volatility by requiring the ATR to be above a minimum percentage of the current price.
Momentum Filter (RSI): Uses the Relative Strength Index (RSI) to confirm momentum, requiring RSI to be above a certain level for longs and below for shorts.
Risk Management & Exits:
Initial Stop Loss (SL): Can be calculated using a multiple of the Average True Range (ATR) or a fixed percentage from the entry price.
Take Profit (TP): Can be set using an ATR multiple, a fixed percentage, or by targeting the nearest valid pivot S/R level.
Trailing Stop Loss (TSL): Optional ATR-based trailing stop that follows the price once a trade is active (unless Break-Even is activated).
Break-Even (BE) Stop: Optional feature to move the Stop Loss to the entry price after the trade has moved a specified ATR multiple in profit, protecting the position from turning into a loss.
Exit Conditions: A trade can be closed by:
Hitting the Take Profit level.
Hitting the current Stop Loss (which could be the initial SL, TSL, or BE SL).
A reversal signal (fast GMMA average crossing back over the slow GMMA average).
Visual Elements:
Plots the fast and slow GMMA groups (configurable as lines or filled bands).
Plots the long EMA filter line.
Draws S/R zones based on detected pivot highs and lows.
Displays Entry Price, Take Profit, and Current Stop Loss lines on the chart when a trade is active.
Includes an optional Dashboard summarizing the status of all filters, potential signals, current position details (including BE status), potential R/R, and TP/SL levels.
Alerts:
Configurable alerts are available for:
Buy and Sell Short entry signals.
Take Profit hits (long/short).
Stop Loss hits (distinguishing between initial/trailing SL and BE SL).
Trend-based exits.
Break-Even Stop activation.
Purpose:
This indicator aims to provide a flexible and robust framework for GMMA-based swing trading, allowing users to layer multiple confirmation filters and utilize various risk management techniques to suit their strategy and market conditions. Thorough backtesting and parameter optimization are recommended before live trading.
Momentum Indicators Bias/*
Description:
This script, "Advanced Momentum Indicators Bias," displays a table summarizing the directional bias of various technical indicators on a TradingView chart. It allows users to toggle between simple "Up/Down" directions and advanced "Strong Up/Weak Up/Strong Down/Weak Down" classifications using the `use_advanced_counts` input.
How It Works:
1. **Inputs**: Users can enable/disable 25 indicators and customize table appearance (position, colors, visibility).
2. **Direction Calculation**: Each indicator has a `get_*_dir()` function that determines its direction:
- When `use_advanced_counts` is false, it returns "up" or "down" based on basic conditions (e.g., RSI > 50 = "up").
- When `use_advanced_counts` is true, it returns "strong_up," "weak_up," "strong_down," or "weak_down" by assessing trend strength.
3. **Strength Determination**:
- Advanced indicators (e.g., RSI, MACD) use momentum (e.g., value increasing vs. previous) to differentiate "strong" (rising) from "weak" (flat/declining).
- Simple indicators (e.g., ADX, Ichimoku) add a strength heuristic (e.g., price or indicator value change) when `use_advanced_counts` is true.
4. **Table Display**: The `get_display_text` function maps directions to text:
- Toggle off: "Up" or "Down."
- Toggle on: "Strong Up," "Weak Up," "Strong Down," or "Weak Down" only.
- Background colors reflect strength (solid for strong, faded for weak).
5. **Total Count**: Optionally shows a summary of up/down counts, with detailed strong/weak counts when advanced mode is enabled.
Indicators Used:
- Oscillators: RSI, MACD, Stochastic, MFI, Williams %R, CCI, ROC, Momentum, Trix, Schaff Trend Cycle, Chaikin Oscillator, Ultimate Oscillator.
- Trend/Other: ADX, Ichimoku, Parabolic SAR, Aroon, OBV, Bull Bear Power, Elder Ray, Gator Oscillator, Keltner Channels, Zig Zag, Donchian Channels, Envelopes, Fractals.
The script overlays the chart and updates on the last bar, providing a quick visual bias assessment across multiple indicators.
*/
[Forexroboot super scalper v1]this indicator trade on crypto and forex
trade on any time frame
enjoyed
inst: Forexroboot
ما
forexroboot
DM Support / Resistance (USA Session)This indicator is specifically designed for use on the 4-hour time frame and helps traders identify key support and resistance levels during the USA trading session (9:30 AM to 4:00 PM Eastern Time). The indicator calculates important price levels to assist in making well-informed entry and exit decisions, particularly for those focusing on swing trades or longer-term intraday strategies. It also includes a feature to skip setups when relevant fundamental news is scheduled, ensuring you avoid trading during periods of high volatility.
Key Features:
Support and Resistance Levels (S1 & R1):
The indicator calculates and displays Support 1 (S1) and Resistance 1 (R1) levels, which act as key barriers for price action and help traders spot potential reversal or breakout zones on the chart.
Pivot Point (PP):
The Pivot Point (PP) is calculated as the average of the previous period's high, low, and close. It serves as a central reference point for market direction, allowing traders to evaluate whether the market is in a bullish or bearish trend.
Market Bias:
The Bias is shown as a histogram that helps traders assess the strength of the market trend. A positive bias suggests bullish sentiment, while a negative bias signals bearish conditions. This can be used to confirm the overall trend direction.
4-Hour Time Frame:
The indicator is optimized for the 4-hour time frame, making it suitable for traders looking for swing trades or those who wish to capture longer-term trends within the USA session. The key support, resistance, and pivot levels are recalculated dynamically to reflect price action over 4-hour periods.
Dynamic Plotting and Alerts:
Support and resistance levels are drawn as dashed horizontal lines, updating in real-time to reflect the most current market data during the USA session. Alerts can be set for significant price movements crossing these levels.
Stop-Loss Strategy Based on 15-Minute Time Frame:
A unique feature of this indicator is its stop-loss strategy, which uses 15-minute time frame support and resistance levels. When a long or short entry is triggered on the 4-hour chart, traders should place their stop-loss according to the relevant 15-minute support or resistance level.
If the price closes above the 15-minute support for a long entry, or closes below the 15-minute resistance for a short entry, it signals the need to exit or adjust your position based on these levels.
Fundamental News Filter:
To avoid unnecessary risk, the indicator incorporates a fundamental news filter. If there is relevant news scheduled during the USA session, such as high-impact economic data or central bank announcements, the indicator will skip the setup for that period. This prevents traders from entering positions during times of elevated volatility caused by news events, which could result in unpredictable price movements.
How to Use:
Long Entry: When the Bias is positive and the price breaks above Support 1 (S1), this signals a potential bullish move. Consider entering a long position at this point.
Stop-Loss Strategy: Set your stop-loss at the respective 15-minute support level. If the price closes below this level, it could signal a reversal, prompting you to exit the trade.
Short Entry: When the Bias is negative and the price breaks below Resistance 1 (R1), this signals a potential bearish move. Enter a short position at this point.
Stop-Loss Strategy: Set your stop-loss at the respective 15-minute resistance level. If the price closes above this level, exit the short trade as it could indicate a bullish reversal.
Pivot Point (PP): The Pivot Point serves as a reference level to gauge potential price reversals. A move above the PP suggests a bullish bias, while trading below the PP suggests a bearish outlook.
Bias Histogram: The Bias Histogram helps confirm trend direction. A positive bias confirms long positions, while a negative bias reinforces short trades.
Avoid Trading During High-Impact News: If there is significant economic news or fundamental events scheduled during the USA session, the indicator will automatically skip any potential setup. This feature ensures you avoid entering trades that might be affected by unexpected news-driven volatility, keeping your trading strategy safer and more reliable.
Why Use This Indicator:
The 4-hour time frame is ideal for traders who prefer swing trading or those looking to capture longer-term trends in a structured manner. This indicator provides crucial insights into market direction, support/resistance levels, and potential entry/exit points.
The stop-loss management based on the 15-minute support and resistance levels helps traders protect their positions from sudden price reversals, ensuring more precise risk management.
The fundamental news filter is particularly useful for avoidance of high-risk periods. By skipping setups during high-impact news events, traders can avoid entering trades when price volatility could be unpredictable.
Overall, this indicator is a powerful tool for traders who want to make data-driven decisions based on technical analysis while ensuring that their positions are managed responsibly and avoiding news-driven risk.
Supply & Demand with Candle SignalsUnlock the power of Supply & Demand Zones combined with high-probability Bullish/Bearish Engulfing patterns to spot strong market reversals and trends. This strategy helps identify key price levels where major market moves are likely to occur. By using Engulfing candlesticks within these zones, you can make more informed and accurate trading decisions, enhancing your chances of success. Ideal for traders looking for a robust technical approach to maximize market opportunities.
Buy/Sell EMA Trend Filter v6Buy/Sell EMA Trend Filter v6
This indicator provides a comprehensive trading system based on EMA crossovers with trend filtering for TradingView. It's designed to identify high-probability buy and sell signals by combining short-term crossovers with longer-term trend direction confirmation.
Key Features:
EMA Crossover System: Uses fast and slow EMAs (9 and 21 by default) to generate initial signals
Trend Filtering: Confirms signals with longer-term trend direction (50 and 200 EMAs)
Automatic TP/SL Calculation: Displays clear take profit and stop loss levels based on fixed risk points
Visual Alerts: Clear buy/sell markers at the point of signal with detailed labels
Risk Management: Pre-calculated risk-to-reward setup (default 1:2 ratio)
How It Works:
Buy Signal: When the fast EMA crosses above the slow EMA while the 50 EMA is above the 200 EMA (bullish trend)
Sell Signal: When the fast EMA crosses below the slow EMA while the 50 EMA is below the 200 EMA (bearish trend)
Customizable Parameters:
Fast EMA period (default: 9)
Slow EMA period (default: 21)
Trend EMA periods (default: 50 and 200)
Fixed risk in points (default: 20)
Reward ratio (default: 2.0)
The indicator displays clear entry points with predefined stop loss and take profit levels, making it ideal for traders looking for a systematic approach to the markets. Perfect for both day trading and swing trading timeframes.
This tool combines both trend following and momentum principles to filter out low-probability trades and focus on high-quality setups where the trend and momentum align.
Trendline Breakouts With Targets [ Chartprime ]ITS COPIED FROM TBT WITH TARGETS
What's added: STOP LOSS IS VISIBLE. CAN ADD ALERTS FOR BUY AND SELL SIGNALS.
The Trendline Breakouts With Targets and visible stoploss indicator is meticulously crafted to improve trading decision-making by pinpointing trendline breakouts and breakdowns through pivot point analysis.
Here's a comprehensive look at its primary functionalities:
Upon the occurrence of a breakout or breakdown, a signal is meticulously assessed against a false signal condition/filter, after which the indicator promptly generates a trading signal. Additionally, it conducts precise calculations to determine potential target levels and then exhibits them graphically on the price chart.
🔷Key Features:
🔸Trendline Drawing: The indicator automatically plots trendlines based on significant pivot points and wick data, visually representing the prevailing trend.
RT-RSI 2.0 + Signal📈 RT-RSI 2.0 + Signal – Enhanced RSI Divergence Detection
RT-RSI 2.0 + Signal is a powerful and flexible RSI-based divergence indicator designed for traders who want smarter market entries using real-time confirmations.
This script identifies bullish and bearish RSI divergences, visualizes them directly on the RSI pane, and provides clear output signals (numeric: 1.0 for bullish, 2.0 for bearish) for use in external strategy scripts like RT-Signal 2.0.1.
🔍 Core Features:
✔️ Detects classic RSI divergences (bullish & bearish)
✔️ Includes automatic pivot detection and flexible lookback settings
✔️ External signal output for use in multi-pattern or strategy systems
✔️ Optimized RSI calculation per market type (BTC, DAX, Gold, Forex, etc.)
✔️ Customizable moving average & Bollinger Band smoothing
✔️ Signal is output via plot() (non-displayed) for remote use
Global M2 Money Supply // Days Offset =M2 Money Supply - 180 day offset to follow the M2 money supply as it relates to the current bitcoin price and what is possibly expected.
MACD Crossover + AlertMACD Proximity & Crossover Alert Script
This script is designed to help traders stay ahead of MACD crossovers by providing:
Early alerts when the MACD and Signal lines are getting close (within a customizable threshold)
Instant alerts when a bullish or bearish crossover occurs
Whether you're swing trading or scalping, this tool gives you advanced notice to prepare — and a confirmation signal to act on. It works on any timeframe and helps avoid late entries by alerting you when momentum is shifting.
Features:
Customizable MACD settings (fast, slow, signal length)
Adjustable "proximity" threshold
Visual background highlight when lines are close
Built-in alert conditions for:
MACD crossing above Signal (bullish)
MACD crossing below Signal (bearish)
MACD and Signal getting close (early warning)
Perfect for traders who want a heads-up before momentum shifts — not just a reaction afterward.
Buy/Sell Volume ComparisonKey improvements:
Direct volume comparison: Now shows the current day's volume and previous day's volume side by side
Percentage change display: Clear percentage change with up/down arrows
Table position customization: Added a dropdown menu to select where you want the table to appear
To adjust the table position:
Click on the settings (gear icon) for the indicator after adding it to your chart
You'll see a dropdown menu labeled "Table Position"
Select from options like "Top Right", "Bottom Left", etc.
Click "OK" to apply your changes
This version also handles the case where there's no previous volume data (first bar of the chart) by checking for NA values.
Let me know if this meets your requirements, or if you'd like any other adjustments!RetryClaude does not have the ability to run the code it generates yet.Claude can make mistakes. Please double-check responses.Tip: Long chats cause you to reach your usage limits faster.
Accumulation & Buy Zones [SmartFusion Spot]SmartFusion AI is an advanced version of an indicator for the TradingView platform, utilizing artificial intelligence methods to analyze and predict market movements. This indicator is perfect for traders who want to combine powerful multi-timeframe analysis with intelligent algorithms for decision-making.
Features:
Multi-Timeframe Analysis — The indicator considers data from multiple time intervals (from 15 minutes to 1 week), allowing you to see both short-term and long-term trends.
Profit/Loss Levels — Automatically calculates and displays take profit and stop loss levels based on current market conditions, minimizing risk.
Buy/Sell Signals — Generates precise entry and exit signals, confirmed by volume indicators and RSI.
Automatic Support and Resistance Levels — The indicator automatically identifies key levels where reversals or breakouts are likely to occur.
Scalper Mode — For those trading on smaller timeframes, the indicator offers a specialized scalping mode to capture quick market movements with minimal risk.
Benefits:
Increased trading accuracy with integrated AI algorithms.
User-friendly interface with detailed signals.
Easy to set up and customizable for different trading styles.
Reduced stress in decision-making thanks to automatic calculations and recommendations.
Candle Range WarningThis indicator is just for a visual representation when candles on your timeframe have a high/low range exceeding a defined number. Set maximum range and number of candles needed under that range in order to reset.
Dynamic Volume Profile PoC SwiftedgeOverview
The Dynamic Volume Profile PoC is a powerful and visually intuitive indicator designed to help traders identify key support and resistance levels using a unique combination of pivot points, volume analysis, and dynamic Point of Control (PoC) levels. This script overlays directly on your chart, providing clear visual cues for potential breakout and rejection zones, making it easier to spot high-probability trading opportunities.
What It Does
This indicator combines three core components to deliver actionable insights:
Pivot Points: Identifies significant swing highs and lows to establish potential support and resistance levels.
Volume Oscillator: Measures volume momentum to confirm the strength of price movements, ensuring that breakouts or rejections are backed by significant volume.
Dynamic Point of Control (PoC): Calculates the midpoint between consecutive pivot points to create dynamic PoC levels, which act as key areas where price is likely to either break through (breakout) or reverse (rejection).
These components work together to highlight critical price levels where the market is likely to react, giving traders a clear framework for decision-making.
How It Works
Pivot Detection: The script uses pivot highs and lows (based on user-defined Left Bars and Right Bars) to identify significant price levels. These pivots form the foundation for calculating PoC levels.
PoC Calculation: Each time a new pivot is detected, the script calculates the midpoint between the current pivot and the previous pivot, creating a dynamic PoC level. These levels are plotted as horizontal lines on the chart, with a maximum of Max PoC Lines to Show (default: 2) visible at any time.
Volume Confirmation: A volume oscillator (short EMA of volume minus long EMA of volume) is used to filter breakouts and rejections. Breakouts or rejections are only signaled if the volume oscillator exceeds the Volume Threshold (default: 20), ensuring that price movements are supported by strong volume.
Visual Cues:
PoC levels are drawn as cyan lines with optional semi-transparent zones (controlled by Show PoC Zones). These zones are colored green for potential breakouts (price above PoC) and red for potential rejections (price below PoC).
Labels above and below each PoC level indicate trading opportunities: "Long if breakout"/"Long if rejected" (green) and "Short if breakout"/"Short if rejected" (red), depending on the price's direction relative to the PoC.
Break signals ("B") are plotted above or below bars when price crosses a pivot level with sufficient volume, colored red for downward breaks and green for upward breaks.
How to Use
Add the Indicator: Add the "Dynamic Volume Profile PoC " to your chart in TradingView.
Adjust Settings:
Left Bars and Right Bars (default: 15): Control the sensitivity of pivot detection. Lower values make the script more sensitive to smaller price swings.
Volume Threshold (default: 20): Set the minimum volume oscillator value required to confirm breakouts or rejections. Increase this for stricter confirmation.
Max PoC Lines to Show (default: 2): Define how many PoC levels are displayed at once.
Show PoC Zones (default: true): Toggle semi-transparent zones around PoC levels for better visualization.
Label Spacing Factor (default: 0.5): Adjust the vertical spacing between labels and the PoC box. Increase this value (e.g., to 1.0 or 2.0) for more spacing, or decrease it (e.g., to 0.3) for less.
Interpret the Signals:
Look for PoC levels (cyan lines) as key areas of interest.
Use the labels to identify potential trades: "Long if breakout" indicates a buy opportunity if price breaks above the PoC, while "Short if rejected" suggests a sell if price fails to break through.
Watch for "B" signals to confirm breakouts or rejections with volume support.
Combine with Your Strategy: Use the PoC levels and break signals as part of your broader trading strategy, such as trend-following or mean-reversion setups.
Why This Script is Unique
The Dynamic Volume Profile PoC stands out by combining pivot points, volume analysis, and dynamic PoC levels into a single, cohesive tool. Unlike traditional volume profile indicators that require a fixed range, this script dynamically updates PoC levels based on recent price action, making it more responsive to current market conditions. The addition of volume confirmation ensures that signals are backed by market participation, reducing false breakouts. The visually appealing design, with customizable spacing and semi-transparent zones, makes it easy to interpret key levels at a glance, even for traders unfamiliar with Pine Script.
Notes
This script works best on timeframes where pivot points are meaningful (e.g., 1H, 4H, or daily charts).
Adjust the Label Spacing Factor to ensure labels are well-spaced for your chart's zoom level and instrument.
For instruments with high volatility, you may need to increase the Volume Threshold to filter out noise.
AOSM - Standard Pivot PointsThis is Standard Pivot Point ( Levels for intraday , swing and positional Trading ) copy from ''Pivot Point Standard'' from @TradingView Pine Script Code ( OPEN PUBLISH )
Here's the updated Pine Script code with individual color settings for each pivot level, maintaining the existing color input structure but allowing unique colors per level instead of using a single default color
Remove extra setting and do very simple for Beginners
Remove History PIVOT for Clean Chart and dafault 1 for new level for everyday and keep option for history pivot for backtesting...
I've modified the color inputs to assign unique default colors to each level
and trade level like :
P: Pivot main (Blue)
S1: Basic Support (Green Light)
R1: Basic Resistance (Red Light )
S2: Important Support (Green Light)
R2: Important Resistance (Red Light)
S3: Major Support (Green Light)
R3: Major Resistance (Green Light)
S4: Extra Support (Green)
R4: Extra Resistance (Red)
S5: Extra Support (Green)
R5: Extra Resistance (Red)
keep 2 support and 2 Resistance extra for better accuracy and given option for it toggle....
200均线ema200均线指标
自动绘制30分钟、1小时、4小时、1天的均线,并在右下角显示目前均线价格。
EMA200 Moving Average Indicator
Automatically plot the moving averages for 30 - minute, 1 - hour, 4 - hour, and 1 - day timeframes, and display the current moving average prices in the bottom - right corner.
RSI Pro ICT Engine v6.1RSI Pro ICT Engine v6.1
A refined RSI indicator designed for ICT-based traders.
✨ Features:
Clean RSI + WMA(45) + EMA(9)
Auto price levels at RSI 61.8 / 50.0 / 38.2
Entry zone highlight (RSI 40–60)
✅ New: RSI Divergence Detection (with toggle)
Optimized for clarity and institutional trading logic
Built for precision. Made for execution.
TeeLek KAMAKaufman's Adaptive Moving Average (KAMA)
Kufman is a relatively fast line. When we use it to create an indicator that helps indicate an uptrend or downtrend, it will tell the trend quickly. But the disadvantage is that there will be a lot of false signals.
KAMA Line Multi Timeframe
It is a script that has been further developed to allow us to display KAMA Line in multiple timeframes at the same time.
----------------------------------------------------
คัฟแมน เป็นเส้นที่ค่อนข้างเร็ว เมื่อเราเอามาสร้างเป็น Indicator ที่ช่วยบอก เทรนด์ขึ้นหรือลง จะทำให้มีการบอกเทรนด์ที่เร็ว แตมีข้อด้อยคือ จะมีสัญญาณ false signal เยอะเหมือนกัน
KAMA Line Multi Timeframe
เป็นสคริปที่พัฒนาเพิ่มเติม เพื่อให้เราสามารถแสดง KAMA Line หลายๆ Timeframe พร้อมกันได้
Pullback SARPullback SAR - Parabolic SAR with Pullback Detection
Description: The "Pullback SAR" is an advanced indicator built on the classic Parabolic SAR but with additional functionality for detecting pullbacks. It helps identify moments when the price pulls back from the main trend, offering potential entry signals. Perfect for traders looking to enter the market after a correction.
Key Features:
SAR (Parabolic SAR): The Parabolic SAR indicator is used to determine potential trend reversal points. It marks levels where the price could reverse its direction.
Pullback Detection: The indicator catches periods when the price moves away from the main trend and then returns, which may suggest a re-entry opportunity.
Long and Short Signals: Once a pullback in the direction of the main trend is identified, the indicator generates signals that could be used to open positions.
Simple and Clear Construction: The indicator is based on the classic SAR, with added pullback detection logic to enhance the accuracy of the signals.
Parameters:
Start (SAR Step): Determines the initial step for the SAR calculation, which controls the rate of change in the indicator at the beginning.
Increment (SAR Increment): Defines the maximum step size for SAR, allowing traders to adjust the indicator’s sensitivity to market volatility.
Max Value (SAR Max): Sets the upper limit for the SAR value, controlling its volatility.
Usage:
Swing Trading: Ideal for swing strategies, aiming to capture larger price moves while maintaining a safe margin.
Scalping: Due to its precise pullback detection, it can also be used in scalping, especially when the price quickly returns to the main trend.
Risk Management: The combination of SAR and pullback detection allows traders to adjust their positions according to changing market conditions.
Special Notes:
Adjusting Parameters: Depending on the market and trading style, users can adjust the SAR parameters (Start, Increment, Max Value) to fit their needs.
Combination with Other Indicators: It's recommended to use the indicator alongside other technical analysis tools (e.g., EMA, RSI) to enhance the accuracy of the signals.
Link to the script: This open-source version of the indicator is available on TradingView, enabling full customization and adjustments to meet your personal trading strategy. Share your experiences and suggestions!
EMA and VWAP by Phil VoEMA and VWAP by Phil Vo
Description
This indicator combines two powerful technical analysis tools: Exponential Moving Averages (EMAs) and Volume Weighted Average Price (VWAP). Designed to assist traders in identifying trends and key price levels, this script overlays two customizable EMAs and a daily VWAP on your chart.
* EMA 1 (Blue): A fast-moving EMA with a default period of 9, ideal for short-term trend analysis.
* EMA 2 (Red): A slower EMA with a default period of 21, useful for confirming longer-term trends.
* VWAP (Yellow): The Volume Weighted Average Price, calculated using the typical price (HLC3) and volume, resetting daily. It serves as a dynamic support/resistance level and reflects the average price weighted by volume.
Features
* Customizable EMAs: Adjust the periods of both EMAs via the settings (minimum period: 1).
* Visual Clarity: Each line is plotted in a distinct color (Blue for EMA 1, Red for EMA 2, Yellow for VWAP) with a linewidth of 2 for easy identification.
* Daily VWAP: The VWAP resets at the start of each trading day, providing a reliable intraday reference point.
* Tooltips: Hover over the input settings to see descriptions of each EMA period.
How to Use
1. Add the indicator to your chart.
2. Customize the EMA periods in the settings if desired (defaults are 9 and 21).
3. Use the EMAs to spot trends:
* When EMA 1 crosses above EMA 2, it may signal a bullish trend.
* When EMA 1 crosses below EMA 2, it may indicate a bearish trend.
4. Use the VWAP as a dynamic support/resistance level:
* Prices above VWAP might suggest bullish momentum.
* Prices below VWAP might indicate bearish pressure.
Settings
* EMA 1 Length: Set the period for the fast EMA (default: 9).
* EMA 2 Length: Set the period for the slow EMA (default: 21).
Notes
* The VWAP resets daily by default, making it most suitable for intraday trading.
* This script is open-source under the Mozilla Public License 2.0, so feel free to study or modify it!
Author
Created by Phil Vo. Happy trading!
How to Add This to TradingView
When you publish the script:
1. Paste the description above into the "Description" field in the "Publish Script" dialog.
2. Set the title as "EMA and VWAP by Phil Vo".
3. Choose "Public" visibility and "Open" access to share it with the community.
4. Add tags like "EMA", "VWAP", "Moving Average", "Trend", and "Volume" to help users find it.
This description provides a clear explanation of the indicator’s purpose, usage instructions, and customization options, making it accessible and helpful for TradingView users. Let me know if you’d like to adjust anything!