ICT Concepts Overlay with AlertsThis setup looks for FVG and Order Block conditions, places trades, and tracks performance over time.
Полосы и каналы
RSI Buy/Sell Signal TableRSI Buy and Sell Table that shows the value of RSI with signal showing Buy, Sell or Hold
CAO BA NHAN//@version=5
indicator("Potential Buy/Sell Limit Zones", overlay=true)
// Tham số đầu vào
volume_threshold = input.float(1.5, title="Volume Spike Threshold", step=0.1)
support_resistance_length = input.int(20, title="Support/Resistance Lookback Length")
// Tính toán SMA của volume và kiểm tra volume spike
volume_sma = ta.sma(volume, support_resistance_length)
volume_spike = volume > volume_sma * volume_threshold
// Xác định hỗ trợ và kháng cự
support = ta.lowest(close, support_resistance_length)
resistance = ta.highest(close, support_resistance_length)
// Hiển thị các vùng giới hạn có khả năng
plot(volume_spike ? support : na, title="Potential Buy Limit Zone", color=color.green, linewidth=2, style=plot.style_stepline)
plot(volume_spike ? resistance : na, title="Potential Sell Limit Zone", color=color.red, linewidth=2, style=plot.style_stepline)
// Đánh dấu trên biểu đồ khi có volume spike tại các vùng hỗ trợ/kháng cự
bgcolor(volume_spike and close == support ? color.new(color.green, 80) : na, title="Buy Zone")
bgcolor(volume_spike and close == resistance ? color.new(color.red, 80) : na, title="Sell Zone")
CCI 25 TF 1m TP 1000 SL 500jadi ini tuh CCI 25 untuk TF1M. Ini untuk GOLD 2 digit di belakang koma (XAU/USD) degan TP 1000 points dan SL 500 points
RIPS Hourly High Low PlotterThis indicator plots the running high and low candle on the 1 hour time frame. Its use is for scalping price action to give the user a bracketed range for analyzing momentum volume.
A Step-line indicator showing the candles highest and lowest value in a hourly timeframe. Based off RIPS custom indicator. Can be adjusted to any time frame.
Alert: Price within 10% of 52-Week High/LowSending an alert when security price is within 10% of 52-week high or low price
Multi-Indicator Market Analyzer: SMA, Bollinger Bands, MACD & RSMarket Condition Evaluator
This indicator combines several popular technical analysis tools to evaluate market conditions and provide clear signals based on multiple factors. Designed for traders seeking insights into market momentum, it leverages Moving Averages, Bollinger Bands, MACD, and RSI to gauge potential trends, identify overbought or oversold levels, and assess general market sentiment.
Features:
Moving Averages: Tracks 50, 100, and 200-period Simple Moving Averages (SMA) to highlight bullish and bearish trends.
Strong bullish signal if price is above all three SMAs.
Moderate bullish signal if price is above one or two SMAs.
Bearish signal if price is below all SMAs.
Bollinger Bands: Monitors price relative to upper and lower bands to indicate potential overbought or oversold conditions.
Signal adjustments for market neutrality, overbought caution, or oversold opportunities.
MACD: Assesses bullish or bearish momentum based on MACD and Signal line crossings.
RSI: Evaluates overbought or oversold conditions on a 14-period RSI to highlight potential buy or caution levels.
Combined Signal: Aggregates signals from all indicators into a "Market Condition" evaluation color-coded for easy visualization:
Green for strong bullish signals,
Blue for moderate signals,
Orange for caution, and
Red for extreme caution.
This indicator is a versatile tool that provides an easy-to-understand overview of market conditions by blending multiple technical indicators into a single view. It’s ideal for traders who prefer a multi-factor approach to confirm trends and signal potential entry and exit points.
Boetradelogic MA Cross Meter with MFT DirectionThis indicator is ideal for traders who want to:
Monitor EMA crossovers for trend direction.
Identify breakout and pullback phases for better entry/exit points.
Quickly assess trend direction on multiple timeframes and ensure alignment with the higher H1 trend.
With these insights, the indicator helps traders make more informed, well-rounded trading decisions by offering a comprehensive view of trend, phase, and momentum across key timeframes.
i didnt tell you about how to avoid repaint and how to entry and reentry yet. Come do follow me and my youtube to get more info
www.youtube.com
Price Channel with Supertrend and Engulfing Candle SignalsThis script includes the following features:
Price Channel with configurable length.
Supertrend indicator with ATR stop.
Engulfing candle patterns for buy and sell signals.
Optional bar coloring based on Supertrend direction.
ATR SystemThis is an adaptation of the ATR stop loss finder by veryfid. This indicator displays a visual representation of the ATR above and below the price directly on your chart. I've added the option to display up to three pairs of lines using different multiples of the ATR. This allows the user to quickly gauge levels such as stop loss and take profit. I've also included the option to select the source point for each line.
@nil Kill Zones, SAR, FVGs & CEs + AlertsKey Points:
Combining the Session Kill Zones and FVGs:
The session and Kill Zone logic from the first script is retained.
The FVG and CE logic from the second script is integrated below the session Kill Zone logic.
Alert System:
Alerts for both the Kill Zones and FVGs/CEs are preserved.
Alert conditions for both scripts are merged into one.
SAR Calculation and Plotting:
The Parabolic SAR is plotted in the first part of the script, and it's left intact.
This merged script should now provide both Kill Zone visualization with alerts and the FVG/CE display with alerts, all in one indicator. Let me know if you'd like any adjustments or further customization!
RSI ibrahimThisbisbmy custume indicatorbvasedbon rsiband moving avarages this is sjow voverbought and oversold area
Simple SPY Trading StrategySince Pine Script doesn’t allow dynamic position sizing based on account balance, you’d need to manage trade size manually.
To achieve the target, this strategy requires consistent profits and a high win rate; results may vary based on market conditions and volatility.
Test this strategy in a TradingView backtest environment to evaluate its effectiveness and make adjustments as needed for your trading style and risk tolerance.
Bollinger Bands + RSI StrategyThe Bollinger Bands + RSI strategy combines volatility and momentum indicators to spot trading opportunities in intraday settings. Here’s a concise summary:
Components:
Bollinger Bands: Measures market volatility. The lower band signals potential buying opportunities when the price is considered oversold.
Relative Strength Index (RSI): Evaluates momentum to identify overbought or oversold conditions. An RSI below 30 indicates oversold, suggesting a buy, and above 70 indicates overbought, suggesting a sell.
Strategy Execution:
Buy Signal : Triggered when the price falls below the lower Bollinger Band while the RSI is also below 30.
Sell Signal : Activated when the price exceeds the upper Bollinger Band with an RSI above 70.
Exit Strategy : Exiting a buy position is considered when the RSI crosses back above 50, capturing potential rebounds.
Advantages:
Combines price levels with momentum for more reliable signals.
Clearly defined entry and exit points help minimize emotional trading.
Considerations:
Can produce false signals in very volatile or strongly trending markets.
Best used in markets without a strong prevailing trend.
This strategy aids traders in making decisions based on technical indicators, enhancing their ability to profit from short-term price movements.
Saqib Bars Counter(New)It is designed to provide the basic information required to understand the com
Saqib Bars CounterOffset for Spacing: Added a variable offset = 10 which controls the vertical spacing for the arrows. You can adjust this value to increase or decrease the distance between the arrow and the candle.
4 Moving Averages (EMA)This script displays four customizable Exponential Moving Averages (EMAs) to assist in trend analysis across various markets. The indicator allows you to easily adjust the periods for each EMA and visualize them directly on the chart.
Features:
- 4 customizable EMAs with default periods set to 9, 20, 50, and 200.
- Each EMA is color-coded for easy identification:
EMA 9 (gray)
EMA 20 (fuchsia)
EMA 50 (red)
EMA 200 (aqua)
- Ideal for identifying short, medium, and long-term trends.
- Applicable to any market: Forex, stocks, cryptocurrencies, commodities, etc.
How to Use:
- Add this indicator to your chart to visualize the EMAs.
- Adjust the periods to fit your trading strategy.
- Use the EMAs to identify trends, crossovers, and potential entry/exit points.
This script is perfect for traders looking for a quick analysis of market trends using multiple EMAs.
all SMA in 1It is a useful indicator that points out for building swing trading strategies that is based on Simple moving averages.
BB + 3 EMA + Parabolic SARThis custom TradingView indicator combines three popular technical analysis tools: Bollinger Bands, Exponential Moving Averages (EMA), and the Parabolic SAR, providing a comprehensive view of price trends, volatility, and potential reversals in one indicator.
Indicator Components:
1. Bollinger Bands:
- Bollinger Bands gauge market volatility and potential trend reversals.
- A 20-period Simple Moving Average (SMA) is used as the basis line, while upper and lower bands are set two standard deviations away from the SMA. These bands expand and contract with volatility, highlighting overbought and oversold conditions.
2. Three EMAs:
- Three EMAs (Exponential Moving Averages) represent short-, medium-, and long-term trends, with periods set at 9, 21, and 50 by default.
- EMA lines are color-coded for easy identification, helping identify crossover points and trend strength.
3. Parabolic SAR:
- The Parabolic SAR, shown as dots, signals potential trend reversals by switching positions relative to price action. When the dots appear below the price, it indicates an uptrend; when above, a downtrend.
- The PSAR includes customizable settings for the Start, Increment, and Maximum values, allowing fine-tuning for different assets or trading styles.
How to Use:
- Trend Identification: Use the EMAs and Bollinger Bands to identify the overall trend direction and strength.
- Volatility and Range: Bollinger Bands help visualize periods of high and low volatility, signaling possible breakouts when the bands widen.
- Reversal Signals: The Parabolic SAR provides potential entry and exit points by signaling trend reversals when the SAR position flips relative to price.
This indicator is designed for traders seeking to combine volatility measures, trend direction, and reversal signals in one view. It’s versatile across different markets, from stocks to cryptocurrencies, and its customizable parameters offer flexibility to adapt to various trading strategies.