Average Candle RangeThis indicator calculates and displays the average trading range of candles over a specified period, helping traders identify volatility patterns and potential trading opportunities.
Features:
- Customizable lookback period (1-500 bars)
- Clean visual display in a top-right table overlay
- High-precision calculation showing 10 decimal places
- Real-time updates with each new bar
How it Works:
The indicator calculates the range of each candle (High - Low) and then computes the Simple Moving Average (SMA) of these ranges over your specified lookback period. The result is displayed in an easy-to-read table overlay.
Use Cases:
- Volatility Analysis: Monitor market volatility trends
- Position Sizing: Help determine position sizes based on average price movements
- Trading Strategy Development: Use as a reference for setting stop losses and take profits
- Market Phase Identification: Help identify high vs low volatility market phases
Settings:
- Lookback Period: Default is 140 bars, adjustable from 1 to 500
Note:
The indicator displays values with 10 decimal places for high-precision analysis, particularly useful in markets with small price movements.
Candlestick analysis
Candle Ratio Alert**Candle Ratio Alert System for Multi-Pair, 5-Minute Charts**
This Pine Script indicator is designed for traders who want to monitor specific candle patterns across multiple assets on a 5-minute timeframe. The tool calculates the ratio of the candle's body size to its total wick size, allowing you to identify significant candles based on their structure. It is ideal for strategies that rely on candlestick analysis, such as breakout or reversal trading.
### Key Features:
1. **Customizable Threshold**: Set the body-to-wick ratio using an input slider, ensuring flexibility to match your strategy.
2. **Visual Alerts**: The script plots a purple marker above candles that meet the specified criteria, making it easy to spot qualifying patterns at a glance.
3. **Dynamic Alerts**: Integrated alert functionality notifies you via email or app when a candle satisfies the ratio condition. Alerts include the asset's ticker and timeframe for quick action.
4. **Multi-Pair Capability**: Compatible with assets like XAUUSD, BTCUSD, EURUSD, and GBPUSD, making it versatile for Forex and cryptocurrency trading.
### How It Works:
The script calculates the body size and total wick size of each candle. If the ratio exceeds the user-defined threshold, the script triggers a visual marker and sends an alert. The 5-minute timeframe ensures rapid identification of trading opportunities in volatile markets.
With its intuitive interface and powerful alert system, this tool streamlines your trading workflow, helping you stay focused on key market movements. Perfect for both beginners and experienced traders seeking precision and efficiency in their analysis.
EMA Crossover Strategy with Take Profit and Candle HighlightingStrategy Overview:
This strategy is based on the Exponential Moving Averages (EMA), specifically the EMA 20 and EMA 50. It takes advantage of EMA crossovers to identify potential trend reversals and uses multiple take-profit levels and a stop-loss for risk management.
Key Components:
EMA Crossover Signals:
Buy Signal (Uptrend): A buy signal is generated when the EMA 20 crosses above the EMA 50, signaling the start of a potential uptrend.
Sell Signal (Downtrend): A sell signal is generated when the EMA 20 crosses below the EMA 50, signaling the start of a potential downtrend.
Take Profit Levels:
Once a buy or sell signal is triggered, the strategy calculates multiple take-profit levels based on the range of the previous candle. The user can define multipliers for each take-profit level.
Take Profit 1 (TP1): 50% of the previous candle's range above or below the entry price.
Take Profit 2 (TP2): 100% of the previous candle's range above or below the entry price.
Take Profit 3 (TP3): 150% of the previous candle's range above or below the entry price.
Take Profit 4 (TP4): 200% of the previous candle's range above or below the entry price.
These levels are adjusted dynamically based on the previous candle's high and low, so they adapt to changing market conditions.
Stop Loss:
A stop-loss is set to manage risk. The default stop-loss is 3% from the entry price, but this can be adjusted in the settings. The stop-loss is triggered if the price moves against the position by this amount.
Trend Direction Highlighting:
The strategy highlights the bars (candles) with colors:
Green bars indicate an uptrend (when EMA 20 crosses above EMA 50).
Red bars indicate a downtrend (when EMA 20 crosses below EMA 50).
These visual cues help users easily identify the market direction.
Strategy Entries and Exits:
Entries: The strategy enters a long (buy) position when the EMA 20 crosses above the EMA 50 and a short (sell) position when the EMA 20 crosses below the EMA 50.
Exits: The strategy exits the positions at any of the defined take-profit levels or the stop-loss. Multiple exit levels provide opportunities to take profit progressively as the price moves in the favorable direction.
Entry and Exit Conditions in Detail:
Buy Entry Condition (Uptrend):
A buy position is opened when EMA 20 crosses above EMA 50, signaling the start of an uptrend.
The strategy calculates take-profit levels above the entry price based on the previous bar's range (high-low) and the multipliers for TP1, TP2, TP3, and TP4.
Sell Entry Condition (Downtrend):
A sell position is opened when EMA 20 crosses below EMA 50, signaling the start of a downtrend.
The strategy calculates take-profit levels below the entry price, similarly based on the previous bar's range.
Exit Conditions:
Take Profit: The strategy attempts to exit the position at one of the take-profit levels (TP1, TP2, TP3, or TP4). If the price reaches any of these levels, the position is closed.
Stop Loss: The strategy also has a stop-loss set at a default value (3% below the entry for long trades, and 3% above for short trades). The stop-loss helps to protect the position from significant losses.
Backtesting and Performance Metrics:
The strategy can be backtested using TradingView's Strategy Tester. The results will show how the strategy would have performed historically, including key metrics like:
Net Profit
Max Drawdown
Win Rate
Profit Factor
Average Trade Duration
These performance metrics can help users assess the strategy's effectiveness over historical periods and optimize the input parameters (e.g., multipliers, stop-loss level).
Customization:
The strategy allows for the adjustment of several key input values via the settings panel:
Take Profit Multipliers: Users can customize the multipliers for each take-profit level (TP1, TP2, TP3, TP4).
Stop Loss Percentage: The user can also adjust the stop-loss percentage to a custom value.
EMA Periods: The default periods for the EMA 50 and EMA 20 are fixed, but they can be adjusted for different market conditions.
Pros of the Strategy:
EMA Crossover Strategy: A classic and well-known strategy used by traders to identify the start of new trends.
Multiple Take Profit Levels: By taking profits progressively at different levels, the strategy locks in gains as the price moves in favor of the position.
Clear Trend Identification: The use of green and red bars makes it visually easier to follow the market's direction.
Risk Management: The stop-loss and take-profit features help to manage risk and optimize profit-taking.
Cons of the Strategy:
Lagging Indicators: The strategy relies on EMAs, which are lagging indicators. This means that the strategy might enter trades after the trend has already started, leading to missed opportunities or less-than-ideal entry prices.
No Confirmation Indicators: The strategy purely depends on the crossover of two EMAs and does not use other confirming indicators (e.g., RSI, MACD), which might lead to false signals in volatile markets.
How to Use in Real-Time Trading:
Use for Backtesting: Initially, use this strategy in backtest mode to understand how it would have performed historically with your preferred settings.
Paper Trading: Once comfortable, you can use paper trading to test the strategy in real-time market conditions without risking real money.
Live Trading: After testing and optimizing the strategy, you can consider using it for live trading with proper risk management in place (e.g., starting with a small position size and adjusting parameters as needed).
Summary:
This strategy is designed to identify trend reversals using EMA crossovers, with customizable take-profit levels and a stop-loss to manage risk. It's well-suited for traders looking for a systematic way to enter and exit trades based on clear market signals, while also providing flexibility to adjust for different risk profiles and trading styles.
SufinBDThis TradingView script combines RSI, Stochastic RSI, MACD, and Bollinger Bands to generate Buy and Sell signals on two different timeframes: 4-hour (4H) and Daily (1D). The strategy aims to provide entry and exit points based on a multi-indicator confirmation approach, helping traders make more informed decisions.
Features:
RSI (Relative Strength Index):
Measures the speed and change of price movements.
The script looks for oversold conditions (RSI below 30) for buy signals and overbought conditions (RSI above 70) for sell signals.
Stochastic RSI:
Measures the level of RSI relative to its high-low range over a given period.
A Stochastic RSI below 0.2 indicates oversold conditions, and a value above 0.8 indicates overbought conditions.
It helps identify overbought and oversold conditions in a more precise manner than regular RSI.
MACD (Moving Average Convergence Divergence):
A trend-following momentum indicator that shows the relationship between two moving averages of a security's price.
The MACD line crossing above the Signal line generates bullish signals, and vice versa for bearish signals.
Bollinger Bands:
A volatility indicator that consists of a middle band (SMA of price), an upper band, and a lower band.
When the price is below the lower band, it signals potential buy opportunities, while prices above the upper band signal potential sell opportunities.
Timeframe Usage:
The script calculates indicators for both the 4-hour (4H) and Daily (1D) timeframes.
The combined signals from these two timeframes are used to generate Buy and Sell alerts.
Buy Signal:
A Buy signal is generated when all of the following conditions are met:
RSI on both 4H and 1D is below 30 (oversold conditions).
Stochastic RSI on both timeframes is below 0.2.
The MACD line is above the Signal line on both timeframes.
The price is below the lower Bollinger Band on both the 4H and 1D charts.
Sell Signal:
A Sell signal is generated when all of the following conditions are met:
RSI on both 4H and 1D is above 70 (overbought conditions).
Stochastic RSI on both timeframes is above 0.8.
The MACD line is below the Signal line on both timeframes.
The price is above the upper Bollinger Band on both the 4H and 1D charts.
Visuals:
Buy signals are marked with green labels below the bars.
Sell signals are marked with red labels above the bars.
Bollinger Bands are displayed on the chart with the upper and lower bands marked in blue (for 4H) and orange (for 1D).
Purpose:
This script aims to provide more reliable buy/sell signals by combining indicators across multiple timeframes. It is ideal for traders who want to use multiple confirmation points before entering or exiting a trade.
How to Use:
Apply the script to any chart on TradingView.
Look for Buy and Sell signals that meet the conditions above.
You can adjust the timeframe (e.g., 4H or 1D) based on your trading strategy.
This script can be used for intraday trading, swing trading, or position trading depending on your preferred timeframes.
Example of Signal Interpretation:
Buy Signal:
If all conditions are met (e.g., RSI is under 30, Stochastic RSI is under 0.2, MACD is bullish, and price is below the lower Bollinger Band on both the 4-hour and daily charts), the script will show a green "BUY" label below the price bar.
Sell Signal:
If all conditions are met (e.g., RSI is over 70, Stochastic RSI is over 0.8, MACD is bearish, and price is above the upper Bollinger Band on both timeframes), the script will show a red "SELL" label above the price bar.
This combination of indicators offers a multi-layered confirmation approach, which aims to reduce the risk of false signals and increase the reliability of your trading decisions.
ZelosKapital Weekly/Monthly HLThe ZelosKapital Weekly/Monthly high low indicator is designed to display the weekly and monthly high and low levels directly on the price chart. It helps traders easily identify key support and resistance zones by marking the highest and lowest points of the current week and month. The indicator automatically updates these levels as the price moves, providing a clear visual reference for intraday trading strategies.
Ideal for both Day Trading and Swing Trading, this tool offers valuable insights into potential reversal points, breakout areas, and zones of consolidation. By monitoring these significant price levels, traders can make more informed decisions, timing their entries and exits with greater precision. Whether you're looking for short-term price action or longer-term trends, the weekly and monthly highs and lows serve as critical levels to guide your trades.
Candle Body Size Of Total SizeThis script calculates the candle body size as a percentage of the total candle size (range from high to low) and plots it as a histogram. It also includes a reference line at 70% to identify candles where the body is significant relative to the total range.
ORB opening range breakoutThis indicator plots the opening range high and low for a selected period of time in minutes after the market opens on an intraday chart to allow the user to visualize the high and low of the opening range for use in the Opening Range Breakout (ORB) strategy.
The Opening Range Breakout (ORB) strategy is a trading approach that involves identifying the price range within the first few minutes of a market session and then waiting for the price to break out of that range. This indicator facilitates this strategy through the use of shaded regions and/or price levels.
Features
Able to plot the high and low for any opening range above 1 min on any intraday timeframe
Fully customizable ORB region, price level, price axis, label
The inclusion of the Bollinger band along with it's Moving Average serves multiple purposes to assist the user in the opening range breakout strategy
Highlights to the user the deviation from the Moving Average due to an opening range breakout so that the user is better informed on whether to avoid entering a position, exit a position, or monitor the situation more closely
Highlights area of support or resistance formed by the Moving Average of Bollinger Band
Inform the user of the current trend direction to serve as confluence during an opening range breakout
What sets this indicator apart from others
In other ORB indicators, the opening range must be a multiple of the current chart's timeframe, restricting users on the intraday timeframes that can be used. E.g. if the user is using the 15 minutes opening range, they are restricted to use the 1, 3, 5, 15 minute(s) chart.
This indicator gives the user the flexibility to set any opening range above 1 min on any intraday timeframe. E.g. if the user is using the 15 minutes opening range, they are free to use any intraday timeframe on their chart, such as 1 hour or 2 hours chart.
How to use
Input the opening time range of interest in minutes
Check the "ORB region" checkbox to shade the ORB region
Check the "PRICE LEVEL" checkbox to draw a horizontal line of the high and low
Check the "PRICE AXIS" checkbox to plot the values on the price axis
Check the "LABEL" checkbox to draw a label of the high and low
PreannFXExplanation of the PreannFX indicator:
Candle Body Size:
The body of the current candle is larger than the previous candle.
Bullish Engulfing:
The current candle closes higher than the previous candle's high.
The body size is larger than the previous candle.
Bearish Engulfing:
The current candle closes lower than the previous candle's low.
The body size is larger than the previous candle.
Entry and Exit:
Bullish: Enter at the previous candle's open or high, stop loss at the previous low, and take profit is 1:1 with the stop loss.
Bearish: Enter at the previous candle's open or low, stop loss at the previous high, and take profit is 1:1 with the stop loss.
Visualization:
Green upward arrows for bullish engulfing patterns.
Red downward arrows for bearish engulfing patterns.
Multi-Indicator: RSI & Moving AveragesMulti-Indicator: RSI & Moving Averages
Multi-Indicator: RSI & Moving Averages
Multi-Indicator: RSI & Moving Averages
BOS with Order Flow, EMA Trend Filter, and High Win Ratecreated hans hoolash to improve on HTF used chat gpt
Triple Confluence Strategy-nishant200 EMA: A yellow line showing the 200-period Exponential Moving Average.
VWAP: A blue line showing the Volume Weighted Average Price.
Pivot Points: A purple line for the pivot point, red lines for support levels, and green lines for resistance levels.
Buy/Sell Markers: Green labels below the bars for Buy signals and Red labels above the bars for Sell signals.
Confluence Zone Highlights: Background color changes to green for Buy and red for Sell signals.
Single Candle Entry with Multi-Timeframe [Wang Indicators]
Single candle entry
Overview : The "Single Candle Entry Model" indicator is designed to help traders through a simple yet effective trading strategy. This indicator automatically detects candles that encompass both the high and low of the previous candle, creating key price zones for potential market entries.
- This indicator was developed with the help of @DaveTeaches -
How does it works ?
Detects when a candle trade above the high and below the low of the previous candle
When it occur, the indicator write "SCE" on the candle
The text will be in different color if its bearish or bullish (customizable by user)
Higher Timeframes
Users can enable up to 3 HTF SCE detection to enhance multi timeframe analysis.
Users can select which timeframe he want to use
Boxes will be displayed around High time frame SCE to highlight the HTF candle.
As regular SCE, the indicator will write "SCE" above or under the box
How does it helps users ?
Once the SCE is created, it can be used as a zone.
Levels (30, 50 and 70%) are displayed
Users can customize their apparence as they see fit
The 30 - 50 - 70 levels are support/resistance that the price tend to bounce of off
You might find some success looking for an entry inside the zone at a level if price gives further confirmations such as a lower time frame flip or using other indicators
Alert can be setup on any timeframe
Easy buy and sell signalThis script identifies trading opportunities by combining:
EMA Crossovers: Detects when the short-term trend (5 EMA) crosses the longer-term trend (20 EMA).
MACD Crossovers: Confirms momentum shifts when the MACD line crosses its signal line.
The script ensures that a signal is only generated when both conditions align, reducing false signals.
ZelosKapital Market BehaviourThe ZelosKapital Market Behaviour Indicator is a powerful tool designed to visually highlight market structure periods directly on your trading chart. This indicator identifies and labels the four key price action phases: Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), and Lower Lows (LL). Understanding these phases is critical for traders aiming to follow the trend or anticipate potential reversals.
Wick sizeShow the average wick size of the last 10 bar for analysis purposes.
Makes it easier to recognise possible turning points.
Volume Weighted Average Price with 4 EMAsThe Volume Weighted Average Price (VWAP) with EMAs indicator combines the VWAP, which provides the average price of a security weighted by volume, with four Exponential Moving Averages (EMAs) of customizable lengths (default: 9, 20, 50, 200). This indicator helps traders identify trends, potential support and resistance levels, and make informed trading decisions based on price action relative to volume and moving averages.
Monthly EMA 5 Buy Signal Swing Medium Term Investment StrategyTrading Strategy Description
This strategy is designed to generate buy signals based on the behavior of monthly candles in relation to the 5-period Exponential Moving Average (EMA). The conditions for generating a buy signal are as follows:
Monthly Candle Below 5 EMA: The previous monthly candle must not touch the 5 EMA and must be entirely below it. This means the highest point of the candle (the high) is below the 5 EMA.
Next Monthly Candle Closes Above Previous Candle’s High: The current monthly candle must close above the high of the previous monthly candle.
How to Use the Strategy
Add the Script to TradingView: Copy the provided Pine Script code and add it to a new indicator in TradingView.
Understand the Plot:
The 5 EMA is plotted on the chart in blue.
Buy signals are indicated by green labels below the bars with the text “BUY”.
Identify Buy Signals:
Look for green “BUY” labels on the chart. These labels indicate that the conditions for a buy signal have been met.
When you see a “BUY” label, it means the previous monthly candle was below the 5 EMA and the current monthly candle has closed above the previous candle’s high.
Example Scenario
Month 1: The monthly candle does not touch the 5 EMA and is entirely below it.
Month 2: The monthly candle closes above the high of Month 1’s candle.
Buy Signal: A green “BUY” label will appear below the Month 2 candle, indicating a buy signal.
Taking the Trade
When a buy signal is generated:
Enter the Trade: Consider entering a long position at the close of the monthly candle that generated the buy signal.
Risk Management: Set your stop-loss and take-profit levels according to your risk management strategy. You might place a stop-loss below the low of the signal candle or use other technical analysis tools to determine your exit points.
This strategy helps you identify potential bullish reversals or continuation patterns based on the relationship between the monthly candles and the 5 EMA. Always backtest and paper trade any strategy before using it with real money to ensure it fits your trading style and risk tolerance.
MW:TA Days of the WeekENG: Vertical separators to easily detect days of the week and see which past liquidity was taken down. Screenshot example contains days of the week indicator and manually drawn lines of grabbed liquidity. Useful for trades based on liquidity grab and reaction.
Tested on Forex, Crypto, Indexes, Stocks, Commodities markets.
-
РУС: Вертикальные разделители для визуального определения дней недели и просмотра снятой ликвидности на графике. На скриншоте отмечен индикатор разделительных периодов (дней) и вручную нарисованные линии, которые отмечают снятую ликвидность и реакцию цены на снятие. Полезно для тех трейдеров, которые торгуют по реакции на снятую ликвидность.
Протестировано на рынках Форекс, Крипто, ИНдексов, Акций и Сырья.
Gold Analysis and Scalping TradesIn this section, we opened three trades by analyzing waves and structures on the chart.
Gold could repeat this type of movement tomorrow as well, so be prepared.
Close Within Top or Bottom 10%For all the boys that like to see 10% candles and require them for more in depth backtesting purposes
Heikin Ashi EMA StrategyTrend Identification:
Heikin Ashi candles smooth out price data, making it easier to identify trends and reversals. This helps traders make more informed decisions.
Reduced Noise:
By using Heikin Ashi candles, the strategy reduces market noise and false signals, providing a clearer picture of the market direction.
EMA Confirmation:
The use of Exponential Moving Averages (EMAs) adds an extra layer of confirmation to the signals. EMAs help identify the overall trend and filter out trades that go against the trend.
Clear Entry and Exit Signals:
The strategy provides clear buy and sell signals based on specific conditions, making it easier for traders to execute trades without ambiguity.
Avoids Consecutive Signals:
The strategy tracks the last signal to avoid consecutive buy or sell signals without an opposite signal in between. This helps in reducing whipsaw trades and improves overall performance.
Visual Representation:
The strategy plots buy and sell labels on the chart, providing a visual representation of the signals. This makes it easier for traders to see where the signals occurred and analyze their effectiveness.
Adaptability:
The parameters (such as the periods for EMAs) can be adjusted to suit different trading styles and timeframes, making the strategy adaptable to various market conditions.
Overall, this strategy aims to provide a balanced approach to trading by combining the benefits of Heikin Ashi candles and EMAs, helping traders make more informed and confident trading decisions.
Daily CPR & 3MA CrossoverDaily CPR & 3MA Crossover this indicator make profitable trader
This script calculates the Daily CPR and plots the three lines (Top Central, Pivot, and Bottom Central) on the chart. It also calculates three moving averages, identifies crossovers for buy/sell signals, and provides visual markers and alerts for those signals. You can customize the moving average lengths in the settings. Let me know if you need adjustments or additional features!