SMC Trading Checklist with Price Action and Buy/Sell AlertsBUY and SELL Text in Bold:
The plotshape function is used to display the text "BUY" in bold when the conditions for a bullish entry are met, and "SELL" in bold when the conditions for a bearish entry are met.
The textcolor=color.white ensures the text is visible, and size=size.normal adjusts the size for clarity.
Visual Indicators:
The buy and sell signals are visually clear with green for buy and red for sell, along with bold text labels appearing above or below the candles as appropriate.
Alerts with Text:
The alerts now contain messages like "BUY!" or "SELL!" to provide explicit notifications when the signals are triggered.
Outputs:
BUY in bold text will appear when a bullish entry signal occurs.
SELL in bold text will appear when a bearish entry signal occurs.
The background will change to green for bullish and red for bearish entries, adding an extra layer of clarity.
תבניות גרפים
Optimized Scalping Strategy with EMA & Supply/Demand Zonesnew 9 and 15 ema
when 9 ema rise buy and when its 9 falling
LRLR [TakingProphets]LRLR (Low Resistance Liquidity Run) Indicator
This indicator identifies potential liquidity runs in areas of low resistance, based on ICT (Inner Circle Trader) concepts. It specifically looks for a series of unmitigated swing highs in a downtrend that form without any bearish fair value gaps (FVGs) between them.
What is an LRLR?
- A Low Resistance Liquidity Run occurs when price creates a series of lower highs without any bearish fair value gaps in between
- The absence of bearish FVGs indicates there is no significant resistance in the area
- These formations often become targets for smart money to collect liquidity above the swing highs
How to Use the Indicator:
1. The indicator will draw a diagonal line connecting a series of qualifying swing highs
2. A small "LRLR" label appears to mark the pattern
3. These areas often become targets for future price moves, as they represent zones of accumulated liquidity with minimal resistance
Key Points:
- Minimum of 4 consecutive lower swing highs
- No bearish fair value gaps can exist between these swing highs
- The diagonal line helps visualize the liquidity run formation
- Can be used for trade planning and identifying potential reversal zones
Settings:
- Show Labels: Toggle the "LRLR" label visibility
- LRLR Line Color: Customize the appearance of the diagonal line
Best Practices:
1. Use in conjunction with other ICT concepts and market structure analysis
2. Pay attention to how price reacts when returning to these levels
3. Consider these areas as potential targets for smart money liquidity grabs
4. Most effective when used on higher timeframes (4H and above)
Note: This is an educational tool and should be used as part of a complete trading strategy, not in isolation.
CCI Buy and Sell Signals with 20/30 EMACCI Buy and Sell Signals with EMA and ATR Stop Loss/Take Profit
This indicator is designed to identify buy and sell signals based on a combination of the Commodity Channel Index (CCI) and Exponential Moving Averages (EMA). It also includes an optional ATR-based stop loss and take profit system, which is useful for traders who want to manage their trades with dynamic risk levels.
Features:
CCI Buy and Sell Signals:
Buy Signal: A buy signal is triggered when the CCI crosses up through -100 (from an oversold condition), the 20-period EMA is above the 30-period EMA, and the price is above the 200-period EMA. This suggests that the market is entering an upward trend.
Sell Signal: A sell signal is triggered when the CCI crosses down through +100 (from an overbought condition), the 20-period EMA is below the 30-period EMA, and the price is below the 200-period EMA. This suggests that the market is entering a downward trend.
Exponential Moving Averages (EMA):
The script plots three EMAs:
20-period EMA (Green): Used to identify short-term trends.
30-period EMA (Red): Used to capture medium-term trends.
200-period EMA (Orange): A long-term trend filter, with the price above it generally indicating bullish conditions and below it indicating bearish conditions.
ATR-Based Stop Loss and Take Profit:
Optional Feature: The ATR (Average True Range) indicator can be used to set stop loss and take profit levels based on market volatility.
Stop Loss: Set at a multiple of the ATR below the entry price for long positions and above the entry price for short positions.
Take Profit: Set at a multiple of the ATR above the entry price for long positions and below the entry price for short positions.
Customizable: You can adjust the ATR length, Stop Loss Multiplier, and Take Profit Multiplier through the settings.
Dots: The stop loss and take profit levels are plotted as dots on the chart when the ATR feature is enabled.
Alert Conditions:
Buy Signal Alert: Triggered when a buy signal occurs based on CCI crossing up -100 and other conditions being met.
Sell Signal Alert: Triggered when a sell signal occurs based on CCI crossing down +100 and other conditions being met.
Any Signal Alert: This is a combined alert that triggers for either a buy or sell signal. It helps you stay updated on both types of signals simultaneously.
How to Use:
The indicator will plot buy and sell arrows on the chart, giving clear entry points for trades based on CCI and EMA conditions.
The ATR stop loss and take profit dots (when enabled) provide automatic risk management levels, adjusting dynamically with market volatility.
Traders can customize the ATR settings to fine-tune their stop loss and take profit levels, making this strategy adaptable to different trading styles and market conditions.
BUY and SELL 20/200 MA + MACD Strategy + ATRThis indicator is a BUY and SELL strategy based on a combination of Moving Averages (MA), MACD, and Candlestick patterns. The key features include:
Moving Averages: The strategy allows users to choose between Simple Moving Averages (SMA) or Exponential Moving Averages (EMA) with customizable periods (20, 50, 100, and 200). These MAs help identify the overall market trend.
Buy Signal: A buy signal is triggered when:
Two consecutive green candles close above the 200-period MA, and
The 20-period MA is below the 200-period MA, or
The MACD shows a bullish crossover below the zero line.
Sell Signal: A sell signal is triggered when:
Two consecutive red candles close below the 200-period MA, and
The 20-period MA is above the 200-period MA, or
The MACD shows a bearish crossover above the zero line.
Customizable Alerts:
Alerts for Buy and Sell signals.
A general "Any" alert for both Buy or Sell signals.
ATR-based Stop Loss and Take Profit:
The stop loss and take profit levels can be set using the Average True Range (ATR) with adjustable multipliers.
Users can choose to enable or disable this feature.
PSP / PSC NQWPlots Precision Candles / Precision Swing Points on your Chart, you can change color and transparency.
At the Moment it does not support DXY
EMA & Bollinger BandsThis indicator combines three main functionalities into a single script:
1. Exponential Moving Average (EMA):
- Purpose: Calculates and plots the EMA of a chosen price source.
- Inputs:
- EMA Length: The period for the EMA calculation.
- EMA Source: The price series (such as close) used for the EMA.
- EMA Offset: Allows shifting the EMA line left or right on the chart.
- Output: A blue-colored EMA line plotted on the chart.
2. Smoothing MA on EMA:
- Purpose: Applies a secondary moving average (MA) on the previously calculated EMA. There is also an option to overlay Bollinger Bands on this smoothed MA.
- Inputs:
- Smoothing MA Type: Options include "None", "SMA", "SMA + Bollinger Bands", "EMA", "SMMA (RMA)", "WMA", and "VWMA".
- Selecting "None" disables this feature.
- Choosing "SMA + Bollinger Bands" will additionally plot Bollinger Bands around the smoothed MA.
- Smoothing MA Length: The period used to calculate the smoothing MA.
- BB StdDev for Smoothing MA: The standard deviation multiplier for the Bollinger Bands (applies only when "SMA + Bollinger Bands" is selected).
- Calculation Details:
- The chosen MA type is applied to the EMA value.
- If Bollinger Bands are enabled, the script computes the standard deviation of the EMA over the smoothing period, multiplies it by the specified multiplier, and then plots an upper and lower band around the smoothing MA.
- Output:
- A yellow-colored smoothing MA line.
- Optionally, green-colored upper and lower Bollinger Bands with a filled background if the "SMA + Bollinger Bands" option is selected.
3. Bollinger Bands on Price:
- Purpose: Independently calculates and plots traditional Bollinger Bands based on a moving average of a selected price source.
- Inputs:
- BB Length: The period for calculating the moving average that serves as the basis of the Bollinger Bands.
- BB Basis MA Type: The type of moving average to use (options include SMA, EMA, SMMA (RMA), WMA, and VWMA).
- BB Source: The price series (such as close) used for the Bollinger Bands calculation.
- BB StdDev: The multiplier for the standard deviation used to calculate the upper and lower bands.
- BB Offset: Allows shifting the Bollinger Bands left or right on the chart.
- Calculation Details:
- The script computes a basis line using the selected MA type on the chosen price source.
- The standard deviation of the price over the specified period is then multiplied by the provided multiplier to determine the distance for the upper and lower bands.
- Output:
- A basis line (typically drawn in a blue tone), an upper band (red), and a lower band (teal).
- The area between the upper and lower bands is filled with a semi-transparent blue background for easier visualization.
---
How It Works Together
- Integration:
The script is divided into clearly labeled sections for each functionality. All parts are drawn on the same chart (overlay mode enabled), providing a comprehensive view of market trends.
- Customization:
Users can adjust parameters for the EMA, the smoothing MA (and its optional Bollinger Bands), as well as the traditional Bollinger Bands independently. This allows for flexible customization depending on the trader's strategy or visual preference.
- Utility:
Combining these three analyses into one indicator enables traders to view:
- The immediate trend via the EMA.
- A secondary smoothed trend that might help reduce noise.
- A volatility measure through Bollinger Bands on both the price and the smoothed EMA.
---
This combined indicator is useful for technical analysis by providing both trend-following (EMA and smoothing MA) and volatility indicators (Bollinger Bands) in one streamlined tool.
Adaptive Volatility Zones + MACD + RSI Strategy#### Strategy Overview:
This strategy is designed for trading on higher timeframes (from 4 hours and above) and combines several modern approaches to market analysis. It uses adaptive levels based on volatility, MACD and RSI indicators to confirm signals, and a trend filter (EMA 200). The strategy is optimized to work in trending market conditions and minimizes the number of false signals due to multi-layer filtering.
Enhanced Scalping Strategy with Stop Loss📌 Overview
The Enhanced Scalping Strategy with Stop Loss is a trend-following and momentum-based trading system designed for scalpers and short-term traders. It leverages Exponential Moving Averages (EMAs), Relative Strength Index (RSI), and Average True Range (ATR) to identify potential trading opportunities while implementing a stop-loss mechanism to minimize risk.
This script is designed to be used in various timeframes, with optimizations for 1-minute and 5-minute charts. The strategy focuses on momentum breakouts, ensuring that trades are taken in strong trending conditions while filtering out false signals using volatility-based confirmation.
🔍 How It Works
This strategy uses three main indicators to generate trade signals:
1️⃣ Moving Averages (Fast & Slow EMAs)
Fast EMA (default: 9-period)
Slow EMA (default: 21-period)
A bullish crossover (Fast EMA crossing above Slow EMA) signals a potential long trade.
A bearish crossover (Fast EMA crossing below Slow EMA) signals a potential short trade.
2️⃣ Relative Strength Index (RSI)
The RSI is used as an overbought/oversold filter.
Default settings:
Overbought Level: 70 → Avoid long trades when RSI is too high.
Oversold Level: 30 → Avoid short trades when RSI is too low.
3️⃣ Average True Range (ATR) Multiplier
ATR is used to filter out low-volatility conditions.
The script ensures that price exceeds a threshold based on ATR before confirming a trade, reducing false breakouts.
4️⃣ Stop Loss Mechanism
Stop loss is dynamically calculated based on a percentage of the entry price (default: 1%).
Long Trade Stop Loss: Set 1% below entry price.
Short Trade Stop Loss: Set 1% above entry price.
The strategy will automatically exit trades if the stop loss is hit.
🎯 Entry & Exit Conditions
🔵 Long Entry (Buy Signal)
Fast EMA crosses above Slow EMA (Bullish crossover).
RSI is below overbought (70) → Avoid buying into extreme conditions.
Price is above Fast EMA + ATR Multiplier → Ensures a strong trend.
Stops any active short trade before entering long.
🔴 Short Entry (Sell Signal)
Fast EMA crosses below Slow EMA (Bearish crossover).
RSI is above oversold (30) → Avoid shorting into extreme weakness.
Price is below Fast EMA - ATR Multiplier → Ensures a strong trend.
Stops any active long trade before entering short.
🔄 Exit Conditions
Long Trade Exit:
Fast EMA crosses below Slow EMA (Bearish crossover).
OR Stop loss is hit (price drops 1% below entry).
Short Trade Exit:
Fast EMA crosses above Slow EMA (Bullish crossover).
OR Stop loss is hit (price rises 1% above entry).
🛠 How to Use
1️⃣ Adding the Strategy
Open TradingView.
Navigate to the Pine Script Editor.
Copy and paste the script.
Click Add to Chart.
2️⃣ Customizing Settings
Adjust the Moving Average lengths to suit different timeframes.
Modify the RSI overbought/oversold levels for better filtering.
Change the ATR Multiplier to fine-tune the volatility filter.
Customize the Stop Loss Percentage to match your risk tolerance.
3️⃣ Best Timeframes for Scalping
1-Minute (M1): Fast scalping, more signals.
5-Minute (M5): Reduced noise, better trend identification.
15-Minute (M15) and higher: Can be used for intraday trading.
4️⃣ Alerts & Notifications
Set up alerts to receive buy/sell signals.
Alerts include:
Long Entry Alert (Buy Signal)
Short Entry Alert (Sell Signal)
Exit Long Alert (Close Buy Position)
Exit Short Alert (Close Sell Position)
📊 Visuals on the Chart
✅ Buy Signals: Displayed as green upward arrows.
✅ Sell Signals: Displayed as red downward arrows.
✅ EMA Lines:
Fast EMA (blue)
Slow EMA (orange)
✅ RSI Background Coloring:
Red background when RSI is overbought.
Green background when RSI is oversold.
🔎 Pros & Cons
✅ Pros
✔️ Works on multiple timeframes with automatic adjustments.
✔️ Uses ATR to confirm trends, reducing false signals.
✔️ Built-in stop loss for better risk management.
✔️ Alerts & visual signals for easy trade execution.
✔️ Can be customized for different trading styles.
❌ Cons
❌ May perform poorly in ranging markets.
❌ Stop-loss percentage may need optimization for different assets.
❌ Higher timeframes might require different parameters for best performance.
[Pattern] Bull Flag [AR]📈 Bullish Flag Pattern – TradingView Indicator
📌 Overview
The Bullish Flag Pattern indicator helps traders identify bullish flag formations, which typically signal a continuation of an uptrend. The script detects a strong uptrend (flagpole) followed by a sideways consolidation (flag) and alerts you when a breakout occurs.
🔹 Features
✔️ Detects bullish flag patterns automatically.
✔️ Marks possible flags and breakout points on the chart.
✔️ Sends alerts when a confirmed breakout happens.
✔️ Customizable parameters for fine-tuning detection.
🔧 Input Settings
Parameter Description Default Value
Flagpole Length Number of candles used to detect the uptrend. 20
Flag Length Number of candles to identify the consolidation. 10
Breakout Confirmation Candles Number of candles to confirm a breakout. 2
📊 How It Works
Detects a Flagpole:
The script identifies a strong uptrend by checking if the price has moved significantly in the last flagpoleLength candles.
Identifies the Flag:
The consolidation phase is detected when prices remain within a high-low range without breaking out.
Confirms a Breakout:
A breakout is marked when the price crosses above the flag’s high and is confirmed within breakoutConfirmation candles.
Alerts the User:
An alert is triggered when a breakout occurs.
📌 Visual Indicators
🔵 Blue Triangle → Marks a potential flag pattern.
🟢 Green Label → Signals a confirmed breakout.
🔵 Blue Line → Shows the flagpole range.
🟠 Orange Line → Highlights the flag’s consolidation zone.
🚨 Alerts
This script includes built-in alerts for breakout detection.
To enable alerts in TradingView:
Add the script to your chart.
Click on "Alerts" (top panel in TradingView).
Set condition to "Bullish Flag Breakout".
Choose notification method (popup, email, webhook, SMS).
Click Create Alert. 🎯
Now, you'll get notified whenever a breakout happens! 🚀
🛠 Customization
You can tweak the Flagpole Length, Flag Length, and Breakout Confirmation Candles to fit different markets and timeframes. Adjusting these settings helps to fine-tune pattern detection.
📚 Example Usage
Day Traders can use it on 5m-1H charts for short-term breakouts.
Swing Traders can apply it on 4H-Daily charts for larger trend confirmations.
Works well with volume indicators to validate breakout strength.
🔥 Pro Tips
Combine with RSI & MACD for extra confirmation.
Look for high volume on the breakout candle.
The best entries happen when price retests the flag breakout level.
💬 Support & Feedback
If you have suggestions or need modifications, feel free to reach out! 🚀📊
Happy Trading! 🎯📈
Optimized Long-Only Strategy (Spot Market) - Candle Signals OnlyThis strategy is designed for long-only trading on the spot market and makes use of a combination of technical indicators to time entries and manage risk
HiLo Multi-TF Highs & Volumes (Optimized)RVol + High of the 1st candle of 1m,3m,5m,15m in Daily timeframe
1m : Blue if 3% of Avg Daily Vol
Green if 5% of Avg Daily Vol
3m : Blue if 5% of Avg Daily Vol
Green if 10% of Avg Daily Vol
5m : Blue if 10% of Avg Daily Vol
Green if 15% of Avg Daily Vol
15m : Blue if 20% of Avg Daily Vol
Green if 25% of Avg Daily Vol
Rocket// Conditions
condition1 = last_close > last_open * 1.02 // Open is at least 3% lower than close
condition2 = last_close > last_low * 1.06 // Close is at least 5% higher than low
condition3 = last_open > last_low * 1.04 // Low is at least 5% lower than open
Crystal Cloud EMA - by Crystal Forex📢 Introducing the Crystal Cloud EMA Indicator! 🚀
This custom-built Ichimoku Cloud + EMA (50 & 200) hybrid indicator helps traders identify trends, support/resistance zones, and potential trade opportunities with high accuracy.
🔹 Key Features:
✅ Ichimoku Cloud: Dynamic support/resistance with Senkou Span A & B
✅ EMA 50 & EMA 200: Strong trend confirmation & cross signals
✅ Bullish/Bearish Cloud Zones: Visual color-coded trend direction
✅ Ideal for Forex, Crypto, and Stocks Trading
📌 How to Use?
🔹 Buy Signal: When price is above the cloud & EMA 50 crosses EMA 200 upward 📈
🔹 Sell Signal: When price is below the cloud & EMA 50 crosses EMA 200 downward 📉
🔹 Cloud Breakout: Strong momentum shift when price breaks through the cloud
📽 Watch the Full Video Tutorial on My YouTube Channel! 🎥 CrystalForex22
youtu.be
🔔 Don’t forget to like, comment, and follow for more powerful indicators! 💡
#TradingView #Forex #Crypto #Ichimoku #EMA #CrystalForex
EMA Trend Dashboard//@version=6
indicator("Line Extension Example", overlay=true)
// Kullanıcı girişi
extendLeftInput = input.bool(false, title="Extend Left", group="Line Settings")
extendRightInput = input.bool(true, title="Extend Right", group="Line Settings")
// extendStyle için durum belirleyicisi
extendStyle = switch
extendLeftInput and extendRightInput => extend.both
extendLeftInput => extend.left
extendRightInput => extend.right
=> extend.none
// Slope hesaplaması ve çizgiyi oluşturma
startPrice = 1000
endPrice = 1050
lengthInput = 20
baseLine := line.new(bar_index - lengthInput + 1, startPrice, bar_index, endPrice, width=1, extend=extendStyle, color=color.new(color.blue, 0))
Supertrend by siosi This script enhances the Supertrend indicator by integrating trend detection, price rejection signals, and market session highlights.
🔹 Objective: Identify potential trend reversals, price rejections, and key trading sessions to provide better market insights.
🔹 Features:
Supertrend Indicator – Uses ATR-based calculation to determine market trends.
Rejection Signals – Highlights when price touches and rejects key Supertrend levels.
Market Session Highlighting – Colors the background for New York, London, and Asian trading sessions.
Customizable Inputs – Allows users to adjust trend parameters, session times, and signal visibility.
Alerts – Notifies users of trend changes and price rejections.
Trendlines with Breaks and EMAs [LuxAlgo]This indicator, Trendlines with Breaks and EMAs , is a comprehensive tool designed for trend analysis in financial markets. Below is a detailed explanation of its features:
Key Features:
EMAs (Exponential Moving Averages):
9-Period EMA (blue line): Tracks short-term price trends.
21-Period EMA (red line): Represents medium-term price trends.
99-Period EMA (green line): Used for identifying the overall long-term trend.
Purpose:
When the shorter EMAs (9 or 21) are above the longer 99 EMA, it typically indicates an uptrend.
When they are below the 99 EMA, it often signals a downtrend.
Trendlines with Breaks:
The indicator automatically identifies swing highs and swing lows to create dynamic trendlines.
These lines are extended for further price action analysis, helping traders spot potential support and resistance levels.
Slope Calculation Methods:
AKR - BajajFinServ Buy/Sell Alerts on Previous High/LowThis indicator will work on BajajFinserv script. It will give buy or sell signal based on prev day high and low.
Bullish Candlestick Patterns for NQ 1minIdentifies and plots specific bullish candlestick patterns on a 1-minute chart of the NQ (Nasdaq 100 futures) market. Here's a breakdown of what the script does:
What This Script Does
This script scans the 1-minute NQ chart for specific bullish candlestick patterns and visually highlights them on the chart. Traders can use this indicator to quickly identify potential bullish reversal signals and make trading decisions accordingly.
How to Use
Add this script to a 1-minute NQ chart on TradingView.
Customize the input parameters (e.g., hammerWickRatio, engulfingBodyRatio) if needed.
Look for the labeled patterns on the chart to identify potential bullish opportunities.