R3v GoldKey Uses of Moving Averages:
Trend Identification: Moving averages help determine the overall market direction. If the price is above the moving average, it suggests an uptrend, while if it’s below, it suggests a downtrend.
Support and Resistance Levels: Prices often respect the moving average as dynamic support or resistance levels. For example, during an uptrend, the price may frequently bounce off the moving average.
Crossovers: A common trading strategy involves two moving averages with different periods, such as a fast EMA (like the 9-period) crossing above a slow SMA (like the 50-period). This crossover can signal a potential buy (bullish crossover) or sell (bearish crossover).
Candlestick analysis
PullBack_Level_HunterThis script creates an "Auto Fibonacci" indicator that automatically plots selected Fibonacci retracement levels on a chart, based on a defined lookback period. Users can choose from various Fibonacci levels (0.236, 0.382, 0.5, 0.618, or 0.786) via a dropdown input, allowing for quick adjustments to analysis.
**Key Features:**
1. **Fibonacci Level Selection:** Users can select from multiple Fibonacci levels (0.236, 0.382, 0.5, 0.618, and 0.786) for analysis.
2. **Lookback Period:** The script allows users to define a lookback period to determine the highest high and the lowest low for plotting Fibonacci levels.
3. **Fibonacci Level Calculation:** The Fibonacci levels are calculated using two functions:
- `fib_level`: Calculates the Fibonacci level based on the highest high and lowest low of the lookback period.
- `fib_level_from_current`: Calculates the Fibonacci level from the current candle’s high.
4. **Plotting:** The script plots the selected Fibonacci level on the chart, using a red line for the general Fibonacci level and a blue line for the level calculated from the current high.
5. **Dynamic Visualization:** The Fibonacci levels are drawn as step lines to clearly visualize price levels based on historical data and current price action.
This tool is ideal for traders who wish to quickly assess key Fibonacci levels for potential support or resistance within a customizable lookback period.
Pivot Points MejoradoHola este indicador les servirá para visualizar los puntos mínimos y máximos despues de 5 velas.
XAUUSD 5m超短线无延迟策略指标策略思路说明:
趋势与无延迟指标(Hull MA):
采用 Hull 均线(HMA)判断价格短期趋势。当收盘价向上穿越 HMA 时,预示短线多头起势;向下穿越则为空头信号。
动量过滤(MACD 与 RSI):
MACD 使用快、慢EMA之差,并观察直方图在零轴上方或下方判断动能。
RSI 判断市场是否处于强势(RSI>50)或弱势(RSI<50)状态。
成交量突增判断:
为捕捉市场大资金介入的信号,设定当前成交量需大于一定周期内成交量均值的倍数(默认1.5倍),当价格波动同时伴随明显放量,则信号更为可靠。
信号条件:
Buy 信号: 当收盘价上穿 HMA,MACD直方图>0、RSI>50,并且当前成交量大于过去20根K线均值×1.5时,认为多头信号成立。
Sell 信号: 当收盘价下穿 HMA,MACD直方图<0、RSI<50,并且成交量满足放量条件时,认为空头信号成立。
注: 因盈利目标仅1~3个点,要求信号必须准确,因此多重条件同时满足后才发出提示。
Virat Bharat Auto Trade📢 Virat Bharat Auto Trade Indicator is a powerful automated trading tool designed to provide Buy & Sell signals with Stop Loss & Target levels. It helps traders make informed decisions based on technical analysis.
⚠️ Disclaimer:
🛑 For Educational Purposes Only! This indicator is NOT financial advice.
📊 No Guarantee of Profits! Trading involves risk, and past performance does not guarantee future results.
💰 Trade at Your Own Risk! Always do your own research before making any trading decisions.
📜 Not a SEBI Registered Advisor! This tool is only for analysis and learning purposes.
📌 Features of Virat Bharat Auto Trade Indicator:
📢 How to Get This Indicator?
1️⃣ Subscribe to the YouTube channel Virat Bharat Live Trading 📺
2️⃣ Comment "I WANT" under the latest video ✍️
3️⃣ Follow the Instructions in the video description 🔗
🚀 Take your trading to the next level with Virat Bharat Auto Trade! 🚀
⚠️ Important Note:
This indicator is not a financial advisory tool and should not be used for direct trading without analysis.
Market conditions vary, and no tool can predict 100% accuracy.
Always use risk management while trading.
📌 For more trading strategies & indicators, subscribe to Virat Bharat Live Trading!
www.youtube.com
8/34 EMA with Bullish Engulfing Strategy - Linked Trades8/34 EMA with Bullish Engulfing Strategy - Linked Trade Visualization
📈 Description
This script implements an 8 EMA / 34 EMA crossover strategy with Bullish and Bearish Engulfing Candlestick patterns to confirm trade entries. It enhances trade visualization by tracking entry and exit points and drawing connecting lines between them. Each trade is uniquely labeled with an entry ID and exit ID, making it easy to see which exit corresponds to which entry.
📌 Key Features:
✅ Uses 8 EMA and 34 EMA for trend direction
✅ Identifies Bullish Engulfing patterns for long entries
✅ Identifies Bearish Engulfing patterns for short entries
✅ Tracks trade entries and exits with matching labels
✅ Draws a line between each entry and exit for better trade tracking
✅ Works on all timeframes and assets
🛠️ How to Use
Apply to Any Chart
Use this script on any asset (stocks, crypto, forex, etc.).
Works best on timeframes 15m and above for clearer signals.
Entry Signals (Trade Start)
🟢 Long Entry: When the 8 EMA crosses above the 34 EMA and a bullish engulfing pattern appears.
🔴 Short Entry: When the 8 EMA crosses below the 34 EMA and a bearish engulfing pattern appears.
Each trade entry is labeled with "Long Entry #X" or "Short Entry #X" (where X is the trade number).
Exit Signals (Trade Close)
🔴 Long Exit: When the 8 EMA crosses below the 34 EMA and price closes below it.
🟢 Short Exit: When the 8 EMA crosses above the 34 EMA and price closes above it.
Exit points are labeled as "Long Exit #X" or "Short Exit #X" with a matching trade ID.
A line is drawn between the entry and exit to show trade duration.
Legend & Labels
Legend & Labels
🟢 Long Entry → "Long Entry #X" (Green, Large Label)
🔴 Short Entry → "Short Entry #X" (Red, Large Label)
🔴 Long Exit → "Long Exit #X" (Red, Small Label)
🟢 Short Exit → "Short Exit #X" (Green, Small Label)
📏 Trade Line → Yellow for Long Trades, Orange for Short Trades
Customizations
Modify EMA lengths to suit different assets.
Change label colors or sizes in the code.
Adjust trade confirmation conditions if needed.
💡 Notes
This is a visual indicator, not an automated strategy. It does not place live trades.
Some signals may repaint on lower timeframes due to EMA recalculations.
Always backtest before using in live trading.
📊 Enjoy the script! If you find it useful, leave a comment or share improvements. 🚀
Advanced 1-Minute Open Range Breakout IndicatorThis indicator is designed for the market on a 1-minute chart. It calculates the open range based on the first 5 minutes after the market open (09:30 – 09:35) and plots the high and low of this period as the daily resistance and support levels respectively. Additionally, the indicator displays the previous day’s high and low as blue horizontal lines, providing extra reference levels.
Trade signals are generated only during the active trading session (09:35 – 16:00). The advanced trade logic works as follows:
• For long entries:
- When the price first breaks above the open range high, the indicator enters a “breakout” state.
- If the price then retraces to (or below) the open range high, it moves to a “retest” state.
- Finally, if the price breaks above the open range high again, a long signal is issued.
• For short entries:
- When the price first breaks below the open range low, the indicator enters a “breakdown” state.
- If the price then retraces to (or above) the open range low, it moves to a “retest” state.
- Finally, if the price breaks below the open range low again, a short signal is issued.
All signals and the open range lines are only displayed during the trading session (09:35 to 16:00).
Use this indicator to help identify high-probability breakout setups in the early part of the trading day.
Parabolic Move ScannerParabolic Move Scanner:
The Parabolic Move Scanner is a technical indicator that scans for stocks showing strong price momentum, which are likely to experience significant upward movement. This is based on four key criteria:
Relative Volume: The indicator checks if the stock's current trading volume is significantly higher than its average volume over a set period. This indicates heightened interest and increased market activity.
Bullish Candlestick: The stock's current price must be higher than its opening price, indicating a bullish candle. This suggests positive market sentiment and upward price movement.
RSI Change: The Relative Strength Index (RSI) is calculated to track price momentum. The indicator looks for a significant increase in RSI from the previous bar, which indicates strong buying pressure and a surge in momentum.
Price Breakout: The stock's price must be breaking above the highest high over the past set number of bars, signaling a breakout and a potential continuation of the uptrend.
The Parabolic Move Scanner combines these four factors to detect stocks that exhibit parabolic-like behavior, showing signs of a strong move ahead.
Features:
Volume: Ensures the stock is trading with higher-than-average volume, signaling increased interest.
Candlestick: Only bullish candlesticks are considered, confirming positive sentiment.
RSI: Identifies sharp increases in the RSI, indicating a surge in buying pressure.
Breakout: Tracks price breakouts, confirming that the stock is pushing to new highs.
Visuals:
The background color is highlighted in green when all conditions are met, indicating a parabolic move is likely.
A horizontal line is drawn at the breakout level when the conditions are triggered, extending for a specified number of bars to highlight the breakout level
Simple Forex Trading Strategysimple Forex trading strategy using a moving average crossover with stop-loss and take-profit levels
Average Balance Oscillator StrategyThis strategy is built on a model of the average balance of Bitcoin addresses, it provides a dynamic approach to market conditions. It effectively adapts to different phases of the cycle:
✅ Bull Markets (Green Background): Long positions are taken when the model confirms an uptrend.
🔴 Bear Markets (Red Background): Short positions are entered as the market trends downward.
⚪ Range Markets: A half-position can be taken to capitalize on consolidation phases.
Features:
Risk Management: Integrated stop-loss and position sizing controls to optimize capital preservation.
Robustness Testing: Options to evaluate the strategy’s performance under different conditions.
Template Flexibility: Can be customized for different timeframes and asset classes.
Cycle Top & Bottom Detection: The indicator also identifies potential market tops and bottoms based on on-chain data, helping assess Bitcoin's long-term cycle.
Alerts System: Built-in alerts notify you of changing market conditions and when a potential bottom or top is reached.
Versatility: Can be applied to other models based on different metrics or the same metric for different assets.
This strategy has demonstrated strong performance, adapting to Bitcoin's market structure while managing risk efficiently.
And it's part of my on-chain indicators to assess the Bitcoin cycle. Check my other Macro and TA indicators for Bitcoin
Supertrend with Buy/Sell Signals//@version=5
indicator("Supertrend with Buy/Sell Signals", overlay=true)
// Input parameters
atrPeriod = input(10, title="ATR Period")
factor = input.float(3.0, title="Factor")
// Calculate ATR
atr = ta.atr(atrPeriod)
// Calculate Supertrend
upperBand = hl2 + (factor * atr)
lowerBand = hl2 - (factor * atr)
var float supertrend = na
var int direction = na
if (na(supertrend))
supertrend := close
direction := 1
else
if (close > supertrend)
supertrend := lowerBand < supertrend or direction == -1 ? lowerBand : supertrend
else
supertrend := upperBand > supertrend or direction == 1 ? upperBand : supertrend
direction := close > supertrend ? 1 : -1
// Plot Supertrend
plot(supertrend, color=direction == 1 ? color.green : color.red, linewidth=2, title="Supertrend")
// Generate Buy/Sell signals
buySignal = ta.crossover(close, supertrend)
sellSignal = ta.crossunder(close, supertrend)
plotshape(series=buySignal, location=location.belowbar, color=color.green, style=shape.labelup, text="BUY", title="Buy Signal")
plotshape(series=sellSignal, location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL", title="Sell Signal")
EMA 20-50-200 & Hammer Pattern Detector/*
**English**
### Indicator Description
**Indicator Name:**
EMA 20, 50, 200 & Hammer Pattern with Signal Detection
## Features:
// 1. EMA Trend Phase Analysis
// - The indicator uses EMAs (20, 50, and 200) to determine market trends.
// - Green: "3Phases" (Bullish trend), Red: "6Phases" (Bearish trend), Gray: "Neutral".
// - EMAs are displayed in Blue (20), Orange (50), and Red (200).
// - Labels above the last candle show the respective EMA values.
// 2. Hammer Candlestick Pattern Detection
// - Identifies Hammer candlestick patterns as potential reversal signals.
// - Criteria: Upper shadow not larger than the body, lower shadow at least twice the body size.
// - Marked with a green triangle below the candle.
// 3. Signal for Three Candles Below a Local High
// - Detects when three consecutive candles close below a previous high.
// - Marked with a red diamond above the third confirming candle.
// 4. Visual Indicators (Boxes in the Top Right)
// - Displays two information boxes:
// - First Box: Trend phases (Green: "3Phases", Red: "6Phases", Gray: "Neutral").
// - Second Box (Blue): Appears when the weakness signal is active ("Signal Active").
// - Text color is always white for better readability.
## Usage:
// - Easily identify market trends using EMAs.
// - Detect potential reversal points through Hammer candlesticks.
// - Analyze weakness signals after a market high.
// - Clear visualization for quick decision-making.
**German**
### Beschreibung des Indikators
**Indikatorname:**
EMA 20, 50, 200 & Hammer Pattern mit Signal-Erkennung
## Funktionen:
// 1. EMA-Trendphasenanalyse
// - Der Indikator nutzt die EMAs (20, 50 und 200), um Markttrends zu erkennen.
// - Grün: "3Phasen" (Bullischer Trend), Rot: "6Phasen" (Bärischer Trend), Grau: "Neutral".
// - EMAs werden in Blau (20), Orange (50) und Rot (200) dargestellt.
// - Labels über der letzten Kerze zeigen die EMA-Werte an.
// 2. Hammer-Kerzenmuster-Erkennung
// - Identifiziert Hammer-Kerzenmuster als potenzielle Umkehrsignale.
// - Kriterien: Oberer Schatten nicht größer als der Körper, unterer Schatten mindestens doppelt so groß wie der Körper.
// - Markierung mit grünem Dreieck unter der Kerze.
// 3. Signal für drei Kerzen unter einem lokalen Hoch
// - Erkennt, wenn nach einem Hoch drei aufeinanderfolgende Kerzen unterhalb dieses Hochs schließen.
// - Markierung mit einem roten Diamanten über der dritten Kerze.
// 4. Visuelle Anzeigen (Kästen oben rechts)
// - Zeigt zwei Informationskästen an:
// - Erster Kasten: Trendphasen (Grün: "3Phasen", Rot: "6Phasen", Grau: "Neutral").
// - Zweiter Kasten (Blau): Erscheint, wenn das Schwäche-Signal aktiv ist ("Signal Active").
// - Schriftfarbe immer weiß für bessere Sichtbarkeit.
## Anwendungsmöglichkeiten:
// - Markttrends einfach identifizieren durch EMAs.
// - Potenzielle Umkehrpunkte erkennen durch Hammer-Kerzen.
// - Schwäche-Signale nach einem Hoch analysieren.
// - Klare Visualisierung für schnelles Trading.
*/
Estrategia Integración Multidimensional Mejorada con NadarayaAplicación 1h, entrega señales de compra y venta, antes de un movimiento rápido. TP 2% recomendado.
[GrandAlgo] MTF Historical Highs and LowsMany traders rely on weekly highs and lows to identify key market levels, but what if you could see how price reacted to these levels in past weeks, months, or even years? With MTF Historical Highs and Lows, you can visualize all past highs, lows, and midpoints from any timeframe, allowing you to refine your strategy and make more informed trading decisions.
This indicator retrieves and plots historical highs, lows, and midpoints based on a user-selected timeframe (default: Weekly). It dynamically updates, ensuring that all significant price levels remain visible on your chart. Additionally, smart filtering helps you focus only on relevant levels, and alerts notify you when price interacts with key zones.
Key Features:
✅ Automatically Fetches & Plots Historical Highs, Lows, and Midpoints
✅ Customizable Timeframes (default: Weekly, but adjustable)
✅ Visibility Filtering – Hides lines that are too far from the current price
✅ Alerts for Key Levels – Get notified when price touches an important historical level
✅ Customizable Colors & Display Preferences for clarity
How It Works:
1️⃣ Select a Date Range – Focus on historical levels that are most relevant to the current market conditions
2️⃣ Choose a Timeframe – Use Weekly, Monthly, or any timeframe that suits your strategy.
3️⃣ Enable Highs, Lows, and Midpoints – Customize what you want to see.
4️⃣ Adjust Filtering – Hide lines that are too far from the current price to reduce clutter.
5️⃣ Get Alerts – Be notified when price reaches a historical level for potential trade setups.
Ideal for Traders Who:
Trade Support & Resistance Levels – Understand how price reacts at historical highs and lows.
Analyze Market Structure – Identify key areas where price may reverse or break out.
Want Smart Alerts – Stay informed without staring at charts all day.
EMA & Volume Profile with POCEMAs:
Blue line for the 9-day EMA.
Red line for the 15-day EMA.
Volume Profile:
Calculates the volume profile for the last 50 candles.
Adjusts automatically based on the selected length.
POC (Point of Control):
The most traded price level is highlighted as a yellow dotted line.
Notes:
The volume profile is simplified into 20 bins for efficiency and better visualization.
You can adjust the vpLength input to calculate the volume profile over a different number of candles.
Candle Close TableChecks the previous closes of Daily H4 and H1 candles to give you an idea where the momentum should take us.
Inside BarThis code defines an inside bar as a bar where the low is higher than the low of the previous bar, and the high is lower than the high of the previous bar. The plotshape function is then used to plot a label below the bar when the inside bar condition is met.
Fibonacci & 24H Volume StrategyThis script is a trading strategy that combines Fibonacci retracement levels with 24-hour volume analysis to identify potential trading opportunities. It is designed to work on intraday charts and helps traders make informed decisions based on historical price action and market activity.
MA Crossover StrategyMA Crossover Strategy
This script implements a Simple Moving Average (SMA) crossover strategy, a widely used technique in trend-following trading systems. It helps traders identify potential buy and sell opportunities based on the relationship between two moving averages:
A fast-moving average (default: 9-period SMA)
A slow-moving average (default: 21-period SMA)
How It Works
Buy Signal (Long Entry): A long position is opened when the fast-moving average crosses above the slow-moving average. This suggests an uptrend is forming.
Exit Signal: The position is closed when the fast-moving average crosses below the slow-moving average, indicating a possible trend reversal.
Why This Script is Useful
Simple Yet Effective: Moving average crossovers are a core concept in technical analysis, providing a structured approach to identifying trends.
Customizable: Traders can modify the fast and slow MA lengths to suit different market conditions.
Visualization: The script plots the fast MA in blue and the slow MA in red, making crossovers easy to spot.
Automated Execution: It can be used as a strategy to backtest performance or automate trades in TradingView.
This script is ideal for traders looking for a straightforward trend-following strategy, whether they trade stocks, forex, or crypto.