Fibonacci Retracement & EMA Alert (Higher Highs & Lower Lows)So this indicator is based on the following.
it is made to be used on the 4h time frame. There will be 3 lines on your chart a red one, green one and blue one
Red Line : that is exactly where the 61.8% retracement would be from high to low or low to high.
Green Line : Same as the red line but it is the 38.2% retracement
Blue line : that is your 50 ema.
So how I use this indicator is when my red and blue line align this indicator will send you an alert, I look for possible Buy or Sell entries around that point. Combining it with market structure and support and resistance.
ค่าเฉลี่ยเคลื่อนที่แบบเอกซ์โพเนนเชียล (EMA)
RSI & EMA Crossover Strategy with Daily & Weekly RSI Filter### Algorithm Description: RSI & EMA-Based Trading Strategy with Daily & Weekly RSI Filter
#### **Overview:**
This algorithm is designed to generate trading signals using a combination of **Relative Strength Index (RSI) and Exponential Moving Averages (EMA)**, with a multi-timeframe filter that ensures alignment between the daily and weekly RSI. The strategy aims to capture momentum-based trades while filtering out weak signals using higher timeframe confirmations.
#### **Key Components:**
1. **Primary Indicators:**
- **Relative Strength Index (RSI)**: Used to identify overbought and oversold conditions and confirm momentum direction.
- **Exponential Moving Averages (EMA)**: Used to determine trend direction and dynamic support/resistance levels.
2. **Multi-Timeframe RSI Filter:**
- **Daily RSI (Lower Timeframe)**: Used to identify potential entry points.
- **Weekly RSI (Higher Timeframe)**: Acts as a trend filter to ensure trades align with broader market direction.
#### **Trading Conditions:**
##### **Buy (Long) Entry Conditions:**
1. **Weekly RSI > 50** (indicating bullish momentum on the higher timeframe).
2. **Daily RSI crosses above 50** from below.
3. **Price is above both the 8-EMA and 21-EMA** on the daily timeframe.
4. **Confirmation:** Bullish price action near the EMAs.
##### **Sell (Short) Entry Conditions:**
1. **Weekly RSI < 50** (indicating bearish momentum on the higher timeframe).
2. **Daily RSI crosses below 50** from above.
3. **Price is below both the 8-EMA and 21-EMA** on the daily timeframe.
4. **Confirmation:** Bearish price action near the EMAs.
#### **Exit Strategy:**
- **Profit Target:** Can be set at a fixed percentage (e.g., 2-5%) or based on key resistance/support levels.
- **Stop Loss:** Placed below/above the 21-EMA or at a recent swing low/high.
- **Trailing Stop:** Can be applied based on ATR or moving averages.
#### **Advantages of This Strategy:**
✅ **Multi-Timeframe Confirmation:** Avoids false signals by ensuring alignment between daily and weekly trends.
✅ **Momentum-Based Approach:** Uses RSI for entry confirmation, reducing the risk of trading against the trend.
✅ **Trend Filtering:** EMAs ensure that trades are taken in the direction of the primary trend.
Would you like this converted into Pine Script for automation? 🚀
EMA Sniper – Precision Trading with EMA 21/50Title: EMA Sniper – Precision Trading with EMA 21/50
Description:
🚀 EMA Sniper is a powerful trading tool designed to identify trend shifts with precision using the EMA 21/50 crossover, while also displaying Stop Loss (SL) and Take Profit (TP) levels directly on the chart.
🔹 Features:
✅ EMA 21/50 Crossover Signals – Buy signals appear when EMA 21 crosses above EMA 50, and sell signals appear when EMA 21 crosses below EMA 50.
✅ Smart Stop Loss & Take Profit – SL is dynamically placed below/above EMA 50 for optimized risk management, while TP follows a 2:1 risk/reward ratio.
✅ Clear Visual Alerts – The indicator plots SL and TP levels as lines on the chart, along with buy and sell markers for quick decision-making.
✅ Multi-Market & Multi-Timeframe – Works across forex, crypto, stocks, and indices on any timeframe.
🚀 Perfect for traders looking for a structured approach to trend-based trading!
Let me know if you’d like any modifications! 🔥
1H EMA 200 + 15M Supertrend Strategy This strategy is a **multi-timeframe trend-following strategy** that uses the **200 EMA on the 1-hour chart** for trend confirmation and the **Supertrend indicator on the 15-minute chart** for entry signals. Here’s a brief description of how it works:
---
### **Key Components**
1. **Trend Confirmation (1-Hour Chart)**:
- The **200 EMA** is used to determine the overall trend.
- **Buy Signal**: Price is above the 200 EMA (uptrend).
- **Sell Signal**: Price is below the 200 EMA (downtrend).
2. **Entry Signal (15-Minute Chart)**:
- The **Supertrend indicator** is used to generate entry signals.
- **Buy Signal**: Supertrend is in an uptrend (green).
- **Sell Signal**: Supertrend is in a downtrend (red).
3. **Stop-Loss and Take-Profit**:
- **Stop-Loss**: Fixed at the Supertrend value at the time of entry.
- **Take-Profit**: 1.5x the distance between the entry price and the stop-loss.
4. **Trade Management**:
- The strategy **closes the previous trade** whenever a new signal is generated, ensuring only one trade is active at a time.
---
### **How It Works**
1. **Buy Setup**:
- Price is above the 200 EMA (1-hour chart).
- Supertrend is green (15-minute chart).
- A buy trade is opened with:
- **Stop-Loss**: Supertrend value at entry.
- **Take-Profit**: 1.5x the distance between the entry price and the stop-loss.
2. **Sell Setup**:
- Price is below the 200 EMA (1-hour chart).
- Supertrend is red (15-minute chart).
- A sell trade is opened with:
- **Stop-Loss**: Supertrend value at entry.
- **Take-Profit**: 1.5x the distance between the stop-loss and the entry price.
3. **Trade Exit**:
- The trade is closed when either the **stop-loss** or **take-profit** is hit.
- If a new signal is generated, the previous trade is closed, and a new trade is opened.
---
### **Example**
- **Buy Trade**:
- Entry Price: $100
- Supertrend (Stop-Loss): $98
- Take-Profit: $100 + 1.5 * ($100 - $98) = $103
- **Sell Trade**:
- Entry Price: $100
- Supertrend (Stop-Loss): $102
- Take-Profit: $100 - 1.5 * ($102 - $100) = $97
---
### **Advantages**
- **Trend-Following**: Trades in the direction of the higher timeframe trend.
- **Clear Entry Signals**: Uses Supertrend for precise entries.
- **Risk Management**: Fixed stop-loss and take-profit levels based on Supertrend.
---
### **Customization**
- Adjust the **ATR length** and **factor** in the Supertrend settings.
- Modify the **take-profit multiplier** (e.g., 2x SL) if needed.
---
This strategy is designed to capture trends while managing risk effectively. Let me know if you need further adjustments! 🚀
Vegas Channel EMAs
EMA计算:使用Pine Script内置的ta.ema()函数计算5条不同周期的EMA
线条绘制:
EMA 25用蓝色实线显示
EMA 144/169用绿色实线显示
EMA 576/676用红色实线显示
通道填充:
144/169EMA之间用半透明绿色填充(透明度85%)
576/676EMA之间用半透明红色填充(透明度85%)
display=display.none参数确保用于填充的EMA线不会重复显示
特点:
通道填充使用半透明颜色,既清晰可见又不遮挡价格走势
所有EMA线保留原始颜色显示
参数可直接在指标设置中调整(周期/颜色/透明度等)
效果:图表上会显示5条EMA线,并在144/169、576/676EMA之间形成两个颜色通道,适合用于识别不同级别的支撑阻力区域。
Forex finsetupThis script includes forex sessions, EMAs and RSI. It help us to trade during any session. EMAs are for identifying trend. RSI for finding the strength.
Moving Average DistanceLook at the chart bars as they relate to distance from a specified moving average.
You can pick from SMA/EMA/etc.
I am publishing this due to a request from a user to make code modifications.
I tried to just open source the original closed-source version, but it doesn't let me do that. So I am publishing it again as a new release with the source code available.
Enjoy!
9 EMA, 20 EMA & Engulfing Signals Rajdeep main 4This indicator is a combination of 3 major technical aspects.
1. 9 EMA
2. 20 EMA
3. Engulfing candles
This indicator gives you signals about a strong pullback for taking trade. This strategy works well in all timeframes.
How to take trade?
1. Wait for the signal to happen.
2. Observe the candle showing signal & take trade as soon as next candle crosses High of signal candle, vice versa.
3. SL will be signal candle's low, vice versa.
4. TGT will be 1:1 considering the SL.
5. Can trail SL.
Thank You.
30ULAS EMAThis indicator displays 20 popular Exponential Moving Averages (EMAs), ranging from EMA 5 to EMA 250. It helps traders visualize different trend perspectives and identify potential support/resistance levels. The tool is designed for educational and development purposes only. Users are responsible for their own trading decisions.
Panic Drop Bitcoin 5 EMA Buy & Sell SignalPanic Drop BTC 5 EMA
What It Does:
This indicator tracks Bitcoin’s price against a 5-period Exponential Moving Average (EMA) to deliver simple buy and sell signals. A green arrow below the candle signals a buy when Bitcoin closes above the 5-EMA, while a red arrow above signals a sell when it closes below. Perfect for spotting Bitcoin’s momentum shifts—whether you’re a newbie, crypto trader, or short on time.
Key Features:
Plots a customizable 5-EMA (default: blue line).
Buy () and Sell () signals on crossovers/crossunders.
Optional background highlight: green (above EMA), red (below).
Alerts for buy/sell triggers.
Fully adjustable: timeframe, colors, signal toggles.
How to Use It:
Add to your BTC/USD chart (works on any timeframe—daily default recommended).
Watch for green arrows (buy) below candles and red arrows (sell) above.
Customize via settings:
Adjust EMA period (default: 5).
Set timeframe (e.g., "D" for daily, "1H" for hourly).
Change colors or toggle signals/background off.
Set alerts: Right-click a signal > "Add Alert" > Select "Buy Signal" or "Sell Signal."
Trade smart: Use signals to catch Bitcoin dips (e.g., buy below $100K) or exits.
Why It’s Great:
Beginners: Clear arrows simplify decisions.
Crypto Traders: 5-EMA catches Bitcoin’s fast moves.
Busy Investors: Signals save time—no deep analysis needed.
Created by Timothy Assi (Panic Drop), eToro’s elite investor. Test it, tweak it, and trade with confidence!
GRIM309 CallPut StrategyThis draws the 5, 10, 20, 50 and 200 EMA lines.
It creates suggestions of when to open and close call positions (GREEN) as well as open and close put positions (RED) it has a early warning system, and in case there is a spike between the last 5 positions it will signal close the position, this is optional (isWarning)
There is also a cooldown period, when set at 2 it means wait a position before initiating another, I did not like the position closing and then opening directly afterwards, you could cooldown for 3 and skip 2 candles or more etc. Set to 1 then it will open/close without cooling down.
Additionally the very bottom shows wether it is in an uptrend or downtrend currently (Yellow triangle)
4 EMA & RSI with DivergenceThis script is a powerful tool for traders who want to use a combination of EMA and RSI for technical analysis. With the ability to detect divergences, traders can identify better trading opportunities. This indicator provides flexibility in settings and appearance, allowing users to customize according to their trading strategy.
For Ko and P'Sintorn -- (Use for Restart Future)For Ko and P'Sintorn -- (Use for Restart Future)
SMA25 and EMA200 with Color Change for Tread Monitoring
Distance % from MAs + plotsPlots the distance, expressed as percentage, from MAs in a pane, as well as the MAs themselves in the price chart pane.
Air Gap MTFThis scripts automatically locate the EMA values on 30min/1hr/4hr for user specified EMA values.
On chart it will draw a line for each of the EMA, also labelling which MTF and timeframe, along with the current price.
The lines and price tag will update automatically in real-time so you don't have to keep adjusting the line!
Multi EMA IndicatorMulti EMA 6-9-21 by WK
Here is a complete Trading Wave indicator for you that will display the EMA, SMA, and MA of 6, 9, 21, 33, and 100 with different colors. It also includes user settings so you can easily change the periods and colors.
Moving Average Shift [ChartPrime]Moving Average Shift indicator combines multiple moving average (MA) types with a unique MA Shift Oscillator to help traders visualize trend direction, price deviations, and mean reversion states.
⯁ KEY FEATURES
Customizable Moving Averages: Choose from SMA, EMA, SMMA (RMA), WMA, or VWMA.
Trend-Based Coloring: Candles are dynamically colored based on price position relative to the MA.
MA Shift Oscillator: Identifies price deviations and potential mean reversion zones.
Threshold Filtering: Helps filter mean reversion signals using a user-defined threshold.
Diamond Signals for Mean Reversion: Plots diamonds on the chart when the oscillator crosses back above or below the threshold level.
Oscillator Color Coding: The oscillator has four color states:
Color 1: Above 0 and increasing.
Color 2: Above 0 and decreasing.
Color 3: Below 0 and increasing.
Color 4: Below 0 and decreasing.
⯁ HOW TO USE
Use the indicator to follow the trend based on MA direction and price relation to it.
The MA Shift Oscillator helps identify potential mean reversion points where price may revert toward the MA.
The threshold setting allows traders to filter out weak mean reversion signals and focus on significant shifts.
The four-color oscillator visually indicates trend momentum and potential trend shifts.
⯁ CONCLUSION
The Moving Average Shift indicator is a powerful tool that merges trend-following and mean reversion strategies into one comprehensive system. By allowing traders to select different types of moving averages, it provides flexibility in trend analysis while visually enhancing price action with dynamic candle coloring. The MA Shift Oscillator further strengthens decision-making by detecting deviations and highlighting potential mean reversion points.
Sumit Darvas - EMA and Volume!! IDEAS ARE BUILT ON IDEAS !!
Credit for this script goes to knowledge shared by Sumit Gupta ji @darvasboxtrader
How to Use the "Sumit Darvas - EMA and Volume" Indicator on TradingView:
This indicator is designed to help traders make informed decisions by using a combination of moving averages (EMA, SMA), Relative Strength Index (RSI), price movement percentages, and volume conditions. Here's how you can use it:
1. Exponential Moving Averages (EMA)
EMA 10, 20, 50, 100, and 200: These EMAs represent different time periods, each giving you a sense of short-term and long-term trends.
Short-term trends: The EMA 10 and EMA 20 react faster to price changes, so they’re useful for identifying short-term price action.
Long-term trends: The EMA 50, 100, and 200 are slower and help you assess the broader market trend.
How to use:
Look for price crossovers above or below these EMAs for trend reversals or confirmations.
When the price crosses above a significant EMA (like the 50, 100, or 200), it may indicate a bullish signal.
When the price crosses below a significant EMA, it might suggest a bearish signal.
2. 52-Week High and Low
This feature shows you the highest and lowest price points for the stock over the last 52 weeks. It also displays the percentage difference from the current price to these levels.
How to use:
If the price is close to a 52-week high, this could indicate the stock is in a strong uptrend.
Conversely, if it’s close to a 52-week low, it might signal that the stock is in a downtrend or undervalued.
3. RSI and RSI Moving Average
The RSI (Relative Strength Index) measures the strength of a stock’s recent price performance, helping to identify overbought or oversold conditions.
When RSI > 50, it suggests a bullish market sentiment.
When RSI < 50, it indicates bearish sentiment.
The RSI Moving Average (SMA) helps smooth out the RSI readings to show trends more clearly.
How to use:
RSI above the RSI MA: This indicates strength in the market and could be a buy signal.
RSI below the RSI MA: This indicates weakness in the market and could be a sell signal.
4. Price Movement Percentage
The indicator plots shapes (circles) when the price moves by specific percentages (5%-10%, 10%-15%, and more than 15%).
5%-10% move: When the price moves within this range, a purple circle is plotted below the bar.
10%-15% move: When the price moves in this range, an orange circle is plotted below the bar.
>15% move: If the price moves more than 15%, a green circle is plotted above the bar.
How to use:
These plotted shapes indicate significant price movements and can act as alerts for possible trading opportunities or volatility spikes.
5. Volume Condition
The indicator also checks if the current volume exceeds a predefined threshold that you set.
How to use:
If the volume exceeds the set volume threshold, a purple flag will be plotted above the bar.
High volume often indicates strong market participation and can confirm price movements.
6. SMA (Simple Moving Averages)
The SMA 50, 150, and 200 are used to assess long-term trends.
If the price is above both SMA 150 and SMA 200, it may indicate a strong uptrend.
If SMA 150 is above SMA 200, it suggests bullish sentiment.
If the SMA 50 is above both SMA 150 and SMA 200, it may signal a more reliable trend.
How to use the Combined Strategy:
Look for price crossovers with EMA and SMA for trend reversals or confirmation of existing trends.
Combine RSI and its moving average to assess momentum.
Use the 52-week high/low to gauge whether the stock is in a strong trend.
Use volume analysis to confirm whether a price movement is supported by high market participation.
Conclusion:
This indicator is a comprehensive tool designed to analyze multiple aspects of market data (price action, trends, momentum, volume). It gives you visual cues on the chart:
Shape markers for significant price moves and volume spikes.
EMA and SMA lines for trend analysis.
RSI and its moving average for momentum confirmation.
52-week high/low levels for identifying extremes in price.
By combining these indicators, you can better identify potential buying or selling opportunities and gauge the strength of a trend, making it a powerful tool for both short-term and long-term trading strategies.
BBVOL SwiftEdgeBBVOL SwiftEdge – Precision Scalping with Volume and Trend Filtering
Optimized for scalping and short-term trading on fast-moving markets (e.g., 1-minute charts), BBVOL SwiftEdge combines Bollinger Bands, Heikin Ashi smoothing, volume momentum, and EMA trend alignment to deliver actionable buy/sell signals with visual trend cues. Ideal for forex, crypto, and stocks.
What Makes BBVOL SwiftEdge Unique?
Unlike traditional Bollinger Bands scripts that focus solely on price volatility, BBVOL SwiftEdge enhances signal precision by:
Using Heikin Ashi to filter out noise and confirm trend direction, reducing false signals in choppy markets.
Incorporating volume analysis to ensure signals align with significant buying or selling pressure (customizable thresholds).
Adding an EMA overlay to keep trades in sync with the short-term trend.
Coloring candlesticks (green for bullish, red for bearish, purple for consolidation) to visually highlight market conditions at a glance.
How Does It Work?
Buy Signal: Triggers when price crosses above the lower Bollinger Band, Heikin Ashi shows bullish momentum (close > open), buy volume exceeds your set threshold (default 30%), and price is above the EMA. A green triangle appears below the candle.
Sell Signal: Triggers when price crosses below the upper Bollinger Band, Heikin Ashi turns bearish (close < open), sell volume exceeds the threshold (default 30%), and price is below the EMA. A red triangle appears above the candle.
Trend Visualization: Candles turn green when price is significantly above the Bollinger Bands’ basis (indicating a bullish trend), red when below (bearish trend), or purple when near the basis (consolidation), based on a customizable threshold (default 10% of BB width).
Risk Management: Each signal calculates a stop-loss (10% beyond the opposite band) and take-profit (opposite band), plotted for reference.
How to Use It
Timeframe: Best on 1-minute to 5-minute charts for scalping; test higher timeframes for swing trading.
Markets: Works well in volatile markets like forex pairs (e.g., EUR/USD), crypto (e.g., BTC/USD), or liquid stocks.
Customization: Adjust Bollinger Bands length (default 10), multiplier (default 1.2), volume thresholds (default 30%), EMA length (default 3), and consolidation threshold (default 0.1%) to match your strategy.
Interpretation: Look for green/red triangles as entry signals, confirmed by candle colors. Purple candles suggest caution—wait for a breakout. Use stop-loss/take-profit levels for trade management.
Underlying Concepts
Bollinger Bands: Measures volatility and identifies overbought/oversold zones.
Heikin Ashi: Smooths price action to emphasize trend direction.
Volume Momentum: Calculates cumulative buy/sell volume percentages to confirm market strength (e.g., buyVolPercent = buyVolume / totalVolume * 100).
EMA: A fast-moving average (default length 3) ensures signals align with the immediate trend.
Chart Setup
The chart displays Bollinger Bands (orange), Heikin Ashi close (green circles), EMA (purple), and volume-scaled lines (lime/red). Signals are marked with triangles, and candle colors reflect trend state. Keep the chart clean by focusing on these outputs for clarity.
Rsi & Ema Optimization Buy-Sell Signal Cuneyt UgurIntroduction to the Trading Signal Rules
This script defines a set of custom trading rules designed to analyze price movements, moving averages, and RSI behavior in relation to optimized support and resistance levels. Each rule is structured to generate bullish, bearish, or neutral signals, helping to identify potential market trends and reversals.
The key components of these rules include:
Exponential Moving Averages (EMA): Used to track price trends and momentum.
Relative Strength Index (RSI): Helps identify overbought and oversold conditions.
Custom Support/Resistance Channels: Dynamically calculated upper and lower bands that guide decision-making.
Momentum & Trend Analysis: Ensuring signals align with strong trends rather than short-term fluctuations.
EMA CrossoverEMA Crossover Indicator - A Simple Yet Powerful Trend Following Tool
This custom EMA Crossover indicator is designed to help traders spot potential buy and sell signals based on the interaction between two Exponential Moving Averages (EMAs). With an easy-to-read, color-coded interface, this indicator is perfect for traders who rely on moving averages to follow trends and identify key market entries.
Key Features:
Dual EMA Setup: The indicator uses two Exponential Moving Averages (EMAs), one short (default 5-period) and one long (default 13-period). The shorter EMA reacts faster to price movements, while the longer EMA helps to filter out market noise, providing more reliable signals.
Customizable Parameters: Both the lengths and the line widths of the EMAs can be easily adjusted to suit your trading strategy. Modify the Short EMA Length and Long EMA Length to fit your preferred timeframes and trading style.
Real-time Buy and Sell Signals: The indicator plots visual buy (green triangle) and sell (red triangle) signals directly on the chart. These signals appear when the shorter EMA crosses above (bullish signal) or below (bearish signal) the longer EMA, helping you identify potential trade opportunities.
Overlay on Price Chart: Both EMAs are plotted directly on the price chart, allowing you to track the current trend and crossover points without any clutter or distraction.
Trend Following with Precision: This tool helps you capture short-term price movements within the context of the broader trend. A crossover above the long EMA suggests potential long opportunities, while a crossover below indicates a possible short entry.
How to Use the EMA Crossover Indicator:
Bullish Signal: When the Short EMA crosses above the Long EMA, it indicates potential upward momentum, signaling a possible buy opportunity.
Bearish Signal: When the Short EMA crosses below the Long EMA, it suggests a potential reversal or downward momentum, signaling a sell opportunity.
Customizable Inputs:
Short EMA Length: Adjust the period of the shorter EMA to increase or decrease its sensitivity to price changes.
Long EMA Length: Adjust the period of the longer EMA to filter out noise and focus on more significant price movements.
EMA Line Widths: Fine-tune the visual appearance of the EMAs for better chart readability.
Why Use the EMA Crossover Indicator?
The EMA Crossover strategy is a well-known and widely used technique in technical analysis. By combining two EMAs, traders can gain insights into the prevailing trend and identify potential entry points with greater accuracy. This indicator helps simplify the decision-making process by automatically generating clear visual signals that indicate when to enter or exit the market based on the interaction between the short and long EMAs.
Whether you're a beginner or an experienced trader, this EMA Crossover tool can be an invaluable addition to your trading toolbox. With its easy-to-use interface, clear signals, and customizable settings, you can quickly adapt it to various markets and timeframes, enhancing your trading strategy.