SMA Crossover with VWAP Filter-Thiru YadavBuy/Sell Signals: Displayed as labels on the chart.
SMAs: Plotted as blue (9 SMA) and orange (21 SMA) lines.
VWAP: Plotted as a purple line.
圖表形態
VWMA with Buy/Sell Signalshe VWMA (Volume Weighted Moving Average) is a technical indicator that averages prices over a specified period while giving more weight to periods with higher trading volumes. This makes the VWMA more sensitive to price movements during high-volume trading compared to a simple moving average (SMA).
Adding Buy/Sell Signals to a VWMA-based script involves identifying trends or crossover points that indicate potential entry (Buy) or exit (Sell) opportunities.
Core Features of the Script:
VWMA Calculation:
Uses the typical price ((High + Low + Close) / 3) or closing price for computation.
Weighting is based on the volume traded in each period.
SMA Crossover with VWAP Filter ~Thiru Yadav, Hyd INAdd this script to your TradingView chart.
Adjust the SMA lengths, VWAP filter, and support/resistance lookback period as needed.
Look for buy and sell signals on the chart.
The support and resistance levels will automatically update based on the specified lookback period.
Buy/Sell Volume OscillatorBuy volume
Sell volume
will assist with market trend, showing the trend strength
FVG Trading BotThe FVG Trading Bot for TradingView is a powerful indicator that automatically detects Fair Value Gaps (FVGs) on the chart, highlighting bullish and bearish zones with customizable colors and parameters. It supports dynamic trading logic, including stop-loss management and daily profit targets. The bot identifies FVGs based on precise conditions and allows users to configure thresholds, extend zones, and enable reversal strategies. Ideal for traders seeking efficient visual insights, this bot enhances decision-making by providing clear entry and exit signals. Designed for simplicity and adaptability, it’s perfect for various trading styles and timeframes. Automate alerts and optimize your strategy effortlessly!
🚀 Traderz h3lp3r - Combined Trend and ReversalThe "Traderz Helper" is a comprehensive trading indicator designed for the ETH/USDC pair, integrating several powerful analytical tools into one seamless overlay. This indicator combines H4 EMA trend analysis, Bollinger Bands for reversal detection, and precise candlestick pattern identification to provide traders with a robust tool for identifying potential market movements.
Features:
H4 EMA Trend Lines:
Displays the H4 EMA (Exponential Moving Average) to identify the overall market trend. It uses a 240-minute timeframe to reflect the H4 period across all charts.
The trend line is conditionally displayed based on the selected timeframe, ensuring relevance and clarity in trend analysis.
Bollinger Bands Reversal Signals:
Utilizes Bollinger Bands to spot potential bullish and bearish reversal points. The indicator highlights when the price wicks beyond the bands but closes within, signaling possible price rejections.
Includes both Bullish and Bearish reversal detections, marked with upward ("▲") and downward ("▼") arrows for quick visual cues.
Candlestick Pattern Detection:
Detects critical candlestick formations that indicate tops and bottoms in the market. This feature spots "Hammer" and "Shooting Star" patterns that can signify turning points.
Displays an orange "T" above bullish candles that form potential tops and a "B" below bearish candles indicating possible bottoms, providing traders with immediate visual insights into candlestick behavior.
Utility:
This indicator is tailored for traders who need a multi-faceted approach to technical analysis. Whether you are looking to confirm trend directions, anticipate market reversals, or identify key candlestick patterns, the "Traderz Helper" provides all necessary tools in a single, user-friendly format. Ideal for both novice and experienced traders, this indicator enhances decision-making by integrating essential trading metrics directly on your chart.
Usage Tips:
Monitor the H4 EMA for broader market trends. Use the trend lines to align your trades with the market direction.
Pay close attention to the reversal signals from Bollinger Bands. These can offer valuable entry and exit points.
Use the candlestick pattern detection to refine your trading strategy during key market movements. Look for "T" and "B" signals as confirmation of potential tops and bottoms.
Yash Zones Pro [Clean]Overview of the Precision Yash Zones Pro Indicator
The Precision Yash Zones Pro indicator is designed to assist traders in identifying key supply and demand zones, which are critical for making informed trading decisions. Here’s how this indicator can help traders improve their trading strategies:
3 buy FractionedDesigned to identify potential buying opportunities with high reliability, particularly on the daily timeframe. It combines multiple technical analysis tools to generate signals with enhanced accuracy and flexibility.
Key Features:
Multi-Condition Analysis:
RSI (<55) and Stochastic Oscillator (<55) to detect oversold conditions.
Bollinger Band proximity for price reversals.
Volume spikes to confirm market interest.
50-day Moving Average to ensure trend alignment.
Early Signal Detection:
Includes a 10-day and 20-day SMA crossover for additional confirmation.
Relaxed thresholds to capture trends earlier.
Customizable Parameters:
The thresholds for RSI, Stochastic, and volume are adjustable for different trading styles.
How to Use:
Use this indicator on daily timeframes for swing trading.
Look for the green 'BUY' label below the candles as the entry signal.
Combine with other tools (e.g., support/resistance levels, candlestick patterns) for additional confirmation.
Wyckoff Price Action Pattern with AlertWyckoff Price Action Pattern with Alert.
It is a spring setup. when spring starts to fail it's mean trend is changed. For more accurate setup you can contact me.
Monthly Start Lines//@version=5
indicator("Monthly Start Lines", overlay=true)
// Detect the first bar of a new month
is_new_month = (month != month )
// Draw vertical lines on the first bar of a new month
if is_new_month
line.new(x1=bar_index, y1=high + 100, x2=bar_index, y2=low - 100, color=color.new(color.white, 80), width=1, extend=extend.none)
Donchian Breakout Indicator apthaTo trade using the Donchian Breakout Indicator, you can follow a trend-following approach, where the goal is to catch strong price movements as they break out of a consolidation range. Here's a step-by-step guide on how you can trade with this indicator:
1. Identifying Breakouts
The Donchian Channels display the highest high and the lowest low over a certain period (20 periods by default). When price breaks above the upper channel, it signals a potential bullish breakout, and when it breaks below the lower channel, it signals a potential bearish breakout.
2. Bullish Breakout (Buying)
Entry Signal: Look for a bullish breakout when the price closes above the upper channel. This indicates that the price is moving higher, breaking out of a recent range.
Confirmation: The middle channel acts as an additional confirmation. If the price is above the middle channel (or multiplied by the confirmation factor), it further strengthens the buy signal.
Exit: You can exit the position either when the price falls back inside the channel or based on other indicators like stop losses, take profits, or another price action signal.
3. Bearish Breakout (Selling/Shorting)
Entry Signal: Look for a bearish breakout when the price closes below the lower channel. This indicates a potential downward move, where the price is breaking below a recent support level.
Confirmation: Similarly, if the price is below the middle channel (or multiplied by the confirmation factor), it provides more confidence in the short position.
Exit: Exit the short position when the price breaks back above the lower channel or based on other indicators/price action.
4. Stop Loss and Take Profit Suggestions
Stop Loss:
For long positions, set the stop loss below the upper channel breakout point, or use a percentage-based stop from your entry price.
For short positions, set the stop loss above the lower channel breakout point.
Take Profit: Consider using a risk-reward ratio (like 2:1 or 3:1). Alternatively, you could exit when price closes back inside the channel or use trailing stops for dynamic exits.
5. Trade Example:
Bullish Example (Long Trade)
Signal: The price closes above the upper Donchian channel, indicating a potential breakout.
Confirmation: The price is above the middle channel (optional for stronger confirmation).
Action: Enter a long position.
Stop Loss: Place a stop loss just below the upper channel or a set percentage under the breakout point.
Take Profit: Set a profit target based on a risk-reward ratio or exit when the price shows signs of reversing.
Bearish Example (Short Trade)
Signal: The price closes below the lower Donchian channel, signaling a potential bearish breakout.
Confirmation: The price is below the middle channel (optional for added confidence).
Action: Enter a short position.
Stop Loss: Place a stop loss just above the lower channel or a set percentage above the breakout point.
Take Profit: Set a profit target based on a risk-reward ratio or exit when the price shows signs of reversing.
Things to Keep in Mind:
False Breakouts: Occasionally, price might break out temporarily and then reverse, which is a false breakout. To minimize this risk, use volume confirmation, momentum indicators (like RSI), or wait for a couple of candlesticks to confirm the breakout before entering.
Market Conditions: This strategy works best in trending markets. In ranging or consolidating markets, breakouts might not always follow through, leading to false signals.
Risk Management: Always apply good risk management techniques, such as defining your position size, setting stop losses, and using a proper risk-reward ratio.
Dragonfly Doji Detector (DDD)The Dragonfly Doji Detector (DDD) is a specialized technical indicator designed to identify the formation of a Dragonfly Doji candlestick pattern in financial markets. This pattern is a key reversal signal in price action analysis, often seen as a potential indicator of market trend changes.
Bullish Candle After 20 SMA Cross Up 200 SMA PGBullish Candle After 20 SMA Cross Up 200 SMA. Indicate whether there is a possibility of a uptrend
Tight Consolidation With Contracting Volume1. Price is above EMA20 by 0-3%
2. EMA20 is above EMA50 by 1%-3%
3. Latest close is positive
4. Latest volume is lower than 20 day average by at least 30%
5. Show signal as an arrow below the candle
9-20 EMA Crossover with TP and SL9-20 EMA Crossover: This script tracks the crossover of the 9-period EMA and the 20-period EMA.
When the 9 EMA crosses above the 20 EMA, a buy signal is triggered.
When the 9 EMA crosses below the 20 EMA, a sell signal is triggered.
Take Profit and Stop Loss Levels:
The take profit for a long position is set at 3% above the entry price (close * 1.03).
The stop loss for a long position is set at 1% below the entry price (close * 0.99).
The take profit for a short position is set at 3% below the entry price (close * 0.97).
The stop loss for a short position is set at 1% above the entry price (close * 1.01).
Leverage: The strategy uses 20x leverage for both long and short positions (leverage=20).
Alerts: Alerts are set up for the buy signal when the 9 EMA crosses above the 20 EMA and the sell signal when the 9 EMA crosses below the 20 EMA. These alerts can be used with a webhook to trigger trades on Binance Futures.
Strategy:
For long trades: The strategy enters a long position and sets a take profit at 3% above the entry price and a stop loss at 1% below the entry price.
For short trades: The strategy enters a short position and sets a take profit at 3% below the entry price and a stop loss at 1% above the entry price.
RSI + MACD Strategy with Alerts//@version=5
indicator("RSI + MACD Strategy with Alerts", overlay=true)
// ตั้งค่า RSI
rsiLength = input.int(14, title="RSI Length")
rsiOverbought = input.int(70, title="RSI Overbought Level")
rsiOversold = input.int(30, title="RSI Oversold Level")
rsiValue = ta.rsi(close, rsiLength)
// ตั้งค่า MACD
fastLength = input.int(12, title="MACD Fast Length")
slowLength = input.int(26, title="MACD Slow Length")
signalLength = input.int(9, title="MACD Signal Length")
= ta.macd(close, fastLength, slowLength, signalLength)
// เงื่อนไขสัญญาณซื้อ (Buy Signal)
buyCondition = ta.crossover(macdLine, signalLine) and rsiValue < rsiOversold
// เงื่อนไขสัญญาณขาย (Sell Signal)
sellCondition = ta.crossunder(macdLine, signalLine) and rsiValue > rsiOverbought
// แสดงสัญญาณบนกราฟ
plotshape(series=buyCondition, title="Buy Signal", location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(series=sellCondition, title="Sell Signal", location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// แจ้งเตือน (Alert)
alertcondition(buyCondition, title="Buy Alert", message="Buy Signal: RSI Oversold และ MACD Bullish Crossover")
alertcondition(sellCondition, title="Sell Alert", message="Sell Signal: RSI Overbought และ MACD Bearish Crossover")
Fair Value Gap (FVG)i have created a indicator to indicate the values of gap
you can modified this indicator as yous own choice
Reversal Signal Combo RSI/OBV/MAI'm trying to combing the above three indicators to test alignment of all three triggers in one.
Donchian Breakout IndicatorTo trade using the Donchian Breakout Indicator, you can follow a trend-following approach, where the goal is to catch strong price movements as they break out of a consolidation range. Here's a step-by-step guide on how you can trade with this indicator:
1. Identifying Breakouts
The Donchian Channels display the highest high and the lowest low over a certain period (20 periods by default). When price breaks above the upper channel, it signals a potential bullish breakout, and when it breaks below the lower channel, it signals a potential bearish breakout.
2. Bullish Breakout (Buying)
Entry Signal: Look for a bullish breakout when the price closes above the upper channel. This indicates that the price is moving higher, breaking out of a recent range.
Confirmation: The middle channel acts as an additional confirmation. If the price is above the middle channel (or multiplied by the confirmation factor), it further strengthens the buy signal.
Exit: You can exit the position either when the price falls back inside the channel or based on other indicators like stop losses, take profits, or another price action signal.
3. Bearish Breakout (Selling/Shorting)
Entry Signal: Look for a bearish breakout when the price closes below the lower channel. This indicates a potential downward move, where the price is breaking below a recent support level.
Confirmation: Similarly, if the price is below the middle channel (or multiplied by the confirmation factor), it provides more confidence in the short position.
Exit: Exit the short position when the price breaks back above the lower channel or based on other indicators/price action.
4. Stop Loss and Take Profit Suggestions
Stop Loss:
For long positions, set the stop loss below the upper channel breakout point, or use a percentage-based stop from your entry price.
For short positions, set the stop loss above the lower channel breakout point.
Take Profit: Consider using a risk-reward ratio (like 2:1 or 3:1). Alternatively, you could exit when price closes back inside the channel or use trailing stops for dynamic exits.
5. Trade Example:
Bullish Example (Long Trade)
Signal: The price closes above the upper Donchian channel, indicating a potential breakout.
Confirmation: The price is above the middle channel (optional for stronger confirmation).
Action: Enter a long position.
Stop Loss: Place a stop loss just below the upper channel or a set percentage under the breakout point.
Take Profit: Set a profit target based on a risk-reward ratio or exit when the price shows signs of reversing.
Bearish Example (Short Trade)
Signal: The price closes below the lower Donchian channel, signaling a potential bearish breakout.
Confirmation: The price is below the middle channel (optional for added confidence).
Action: Enter a short position.
Stop Loss: Place a stop loss just above the lower channel or a set percentage above the breakout point.
Take Profit: Set a profit target based on a risk-reward ratio or exit when the price shows signs of reversing.
Things to Keep in Mind:
False Breakouts: Occasionally, price might break out temporarily and then reverse, which is a false breakout. To minimize this risk, use volume confirmation, momentum indicators (like RSI), or wait for a couple of candlesticks to confirm the breakout before entering.
Market Conditions: This strategy works best in trending markets. In ranging or consolidating markets, breakouts might not always follow through, leading to false signals.
Risk Management: Always apply good risk management techniques, such as defining your position size, setting stop losses, and using a proper risk-reward ratio.
Custom Support LineIt is made with the following conditions in mind.
1. At the center of the candle at the moment,
Out of the last 10 candles, the low price (L) is within 3% of each other, drawing one line at the low prices of the candles.
2. Out of the last 10 candles, the market price (O) is within 3% of each other, drawing one line at the low end of each candle.
3.Out of the last 10 candles, the closing price (C) is within 3% of each other, and one line is drawn at the lower prices of the candles.
4. Draw one line when the three lines match the above three conditions.
We wanted to create a clear support line according to the above conditions.