Smart Money Concept [ZigZag++]อินดิเคเตอร์นี้เกิดจากการรวมหลายอินดิเคเตอร์เข้าด้วยกัน เพื่อความสะดวกในการใช้งาน มีรายการอินดิเคเตอร์ดังนี้
1. Smart Money Concept
2. ZigZag++ - ZigZag++
3. RSI Chart Bars
4. 3EMA
5. Volume-based S&R Zones
และได้เพิ่มการแจ้งเตือนต่างๆ ที่จำเป็น
Moyennes mobiles
Golden Cross & Death CrossThe Golden Cross & Death Cross Indicator is a powerful tool for identifying key trend reversals in the market. It detects when a 50-period Simple Moving Average (SMA) crosses a 200-period SMA, signaling potential bullish or bearish momentum shifts. This version is optimized for a clean and professional TradingView experience, ensuring minimal distractions while maintaining high visibility.
Key Features:
✅ Optimized SMA Settings – Uses the widely recognized 50-SMA (short-term) and 200-SMA (long-term) for reliable trend analysis.
✅ Minimalist Design – Displays only the "GC" (Golden Cross) and "DC" (Death Cross) text markers without background boxes, keeping the chart clean.
✅ Color-Coded Signals – Green for Golden Cross (bullish trend) and Red for Death Cross (bearish trend) for easy identification.
✅ Customizable & Lightweight – Designed for efficiency, with adjustable moving average periods to fit different trading strategies.
How It Works:
Golden Cross (Bullish Signal) 🟢: The 50-SMA crosses above the 200-SMA, indicating a potential uptrend.
Death Cross (Bearish Signal) 🔴: The 50-SMA crosses below the 200-SMA, suggesting a possible downtrend.
Signals are placed directly on the chart as small text labels without clutter, enhancing readability.
Best Use Cases:
📈 Swing Trading – Identifies long-term trend shifts for strategic trade entries.
📉 Position Trading – Confirms larger market movements for investors.
⏳ Trend Confirmation – Helps filter out false signals when combined with other indicators like RSI or MACD.
Trend Filter with 3 EMAs [9;21;50]Trend Filter with 3 EMAs
This indicator filters the current Trend by analysing the order of 3 EMAs :
- 9 EMA (fast)
- 21 EMA (moderate)
- 50 EMA (slow)
If the 9 is above the 21 and the 50, and the 21 above the 50, the trend is bullish (green)
If the 9 is below the 21 and the 50, and the 21 below the 50, the trend is bearish (red)
If none of the above conditions are met, the market ist ranging and the moving averages are gray .
All three EMAs can act as dynamic support & resistance.
⚠️ Important info: ⚠️
Do not use the indicator on its own. No indicator is magic. Only use in confluence with other price action methods.
VSA_MACD_FVG StrategyThis version gives you more control over:
All key calculation periods
Visual appearance of FVG rectangles
Colors of buy/sell signals
Transparency of FVG areas
MACD/RSI/EMA D1/H4/H1This script is a custom indicator written in Pine Script, designed for use on TradingView. It combines multiple technical analysis tools to analyze market conditions across three different timeframes: daily (D1), 4-hour (H4), and 1-hour (H1). The indicator focuses on three main technical indicators: MACD, RSI, and EMA.
Key Functions:
1. MACD (Moving Average Convergence Divergence):
• The script calculates the MACD line and its signal line. It detects whether the MACD is moving upwards (bullish) or downwards (bearish) by comparing the current and previous values.
2. RSI (Relative Strength Index):
• RSI is calculated for each timeframe, and it indicates whether the market is overbought (>50, bullish) or oversold (<50, bearish).
3. EMA (Exponential Moving Average):
• The script calculates the 20, 50, and 200-period EMAs. It checks whether the short-term EMA (20) is above the medium (50) and long-term EMA (200), which would signal a bullish market. The opposite would signal a bearish market.
Timeframes:
• The indicator calculates values for D1, H4, and H1 timeframes.
Logic for Strong and Weak Signals:
• Strong Buy: All timeframes (D1, H4, H1) show a bullish trend (MACD > 0, RSI > 50, and bullish EMA conditions).
• Weak Buy: Either D1 or H4 or H1 shows a bullish trend (but not all).
• Strong Sell: All timeframes show a bearish trend.
• Weak Sell: Either D1 or H4 or H1 shows a bearish trend.
• Wait: No clear signal is present.
Table:
The results of the analysis are presented in a table at the bottom right of the TradingView chart, showing:
• MACD direction (with arrows indicating whether the MACD is bullish or bearish).
• RSI values (with arrows showing whether it’s above or below 50).
• EMA state (with arrows showing whether the market is in a bullish, bearish, or neutral state).
• Signal: The overall recommendation (strong/weak buy/sell or wait), along with the corresponding color.
This script helps traders to quickly visualize the trend strength across multiple timeframes and make more informed trading decisions based on a combination of MACD, RSI, and EMA signals.
EMA Cross Alert (5m EMA, 2m Opposite Candle)EMA Cross Alert (5m EMA, 2m Opposite Candle)
Alert for entry based off 2m. Visually seeing the 5m chart
Trend Reversal Alert*When you see a red Close, you can close a Long/Buy position or open a Short position.
*When you see a blue Close, you can open a Long/Buy position or close a Short position.
15 minutes and above makes a clearer, less noisy notification. My recommendation is 30 minutes, everyone can use a time interval suitable for their own strategy. At the same time, 50SMA and 10SMA are there for extra confirmation. 50SMA is purple, for extra confirmation, you can evaluate buying above 50, selling below and selling when 10sma cuts 50sma down, buying when up is certain.
This code in an uptrend; 1) there should be at least 3 green candles at the end (last green candle) after closing, 2) if a red first candle is formed that is larger than 50% of its body length And this red candle (Moving Average 10) is a value below this value, it gives a warning and shows a red "Close" label on the chart. While creating this code, I want you to check and take as a condition that the new first red candle is 50% larger by taking the last 3 green uptrend candles and the last closed green candle as basis and item 1) and item 2) should meet the conditions at the same time, accordingly, red close
In a downtrend within the same code sequence, this code; 3) there should be at least 3 red candles at the end (last red candle) after closing, 4) if a green first candle is formed that is larger than 50% of its body length And this green candle (Moving Average 10) is a value above this value, it gives a warning and shows a blue "Close" label on the chart It shows a label. When creating this code, I want you to check and take as a condition that the first new green candle is 50% larger, based on the last 3 red bearish candles and the last closed red candle, and item 3) and item 4) must meet the conditions at the same time, accordingly, blue clos
Options Scalping IndicatorUsed RSI, Volume Surge Calculation, and EMA to scalp potential Binary Trades.
EMA, Hacim ve Volatilite StratejisiStrateji temel olarak EMA, Hacim ve Volatilite'yi kullanarak al-sat alarmları üretir.
Belirlenen EMA uzunluğunda, son X bar penceresinde, EMA'nın yukarısında kapatılan bar sayısının, aşağıda kapatılan bar sayısından fazla ve son bar kapanışı EMA'nın yukarısındaysa ve bu, hacim ile destekleniyorsa al sinyali üretir. Ayrıca piyasanın volatilitesine (atr ile) bakılarak da ek bir konfirmasyon eklenmiştir.
EMA Trend & Trigger StrategySummary of the EMA Trend & Trigger Strategy (Pine Script)
This Pine Script strategy is designed to trade based on Exponential Moving Averages (EMAs) on two different timeframes:
1D (Daily) → Identifies the overall trend.
1H (Hourly) → Generates trade signals based on shorter-term movements.
How It Works
1. Define EMA Lengths
Daily (1D) EMAs:
Short EMA: 5-period
Long EMA: 30-period
Hourly (1H) EMAs:
Short EMA: 12-period
Long EMA: 26-period
2. Calculate EMA Values
Uses request.security to fetch EMA values from both the daily (1D) and hourly (1H) timeframes.
3. Determine Trend Based on 1D EMAs
Uptrend: Short EMA (5) > Long EMA (30).
Downtrend: Short EMA (5) < Long EMA (30).
4. Generate Trade Signals (1H Crossover)
Buy Signal: Short EMA (12) crosses above Long EMA (26) AND the daily trend is up.
Sell Signal: Short EMA (12) crosses below Long EMA (26) AND the daily trend is down.
5. Volatility-Based Trade Triggers
High Volatility Uptrend: If the price rises by more than 5%, enter a long trade.
High Volatility Downtrend: If the price drops by more than 5%, enter a short trade.
6. Stop Loss Calculation
Long Trades: Stop loss at the lowest price in the last 10 bars.
Short Trades: Stop loss at the highest price in the last 10 bars.
7. Execute Trades
Enter Long: When a buy signal or high volatility uptrend occurs.
Exit Long: When the stop loss (localBottom) is hit.
Enter Short: When a sell signal or high volatility downtrend occurs.
Exit Short: When the stop loss (localPeak) is hit.
8. Plot EMAs on Chart
Blue: 1D Short EMA (5).
Red: 1D Long EMA (30).
Green: 1H Short EMA (12).
Orange: 1H Long EMA (26).
Key Takeaways
Combines trend-following and short-term crossovers for trade signals.
Filters trades based on volatility (5% price moves).
Uses stop-loss levels based on local highs/lows (last 10 bars).
Can trade both long and short positions.
This strategy is useful for momentum traders looking to follow trends while using a lower timeframe for precision entries. 🚀
Supertrend with Percentage HysteresisThis Pine Script indicator is designed to generate buy and sell signals based on the Supertrend indicator, with an added layer of hysteresis to filter out small, insignificant price fluctuations. It provides visual cues through background coloring and buy/sell arrows.
Key Features:
Supertrend Calculation:
The script calculates the Supertrend indicator using the Average True Range (ATR).
Users can customize the ATR period and multiplier through input parameters.
It offers the option to choose between two ATR calculation methods.
Percentage-Based Hysteresis:
To prevent signals from flipping back and forth due to minor price changes, the script incorporates a percentage-based hysteresis.
Users can adjust the hysteresis percentage through the "Hysteresis Percentage" input.
This feature ensures that a signal change only occurs when the price moves beyond a certain percentage threshold, effectively filtering out noise.
Buy and Sell Signal Generation:
Buy signals are generated when the Supertrend indicates an uptrend and the price crosses above a calculated hysteresis level.
Sell signals are generated when the Supertrend indicates a downtrend and the price crosses below a calculated hysteresis level.
The script stores the previous trend, so signals are only generated when the trend changes.
Visual Cues:
Buy/Sell Arrows: Green upward-pointing triangles are plotted below the chart for buy signals, and red downward-pointing triangles are plotted above the chart for sell signals.
Background Coloring: The background below the chart is colored green during buy signals, and the background above the chart is colored red during sell signals.
The Supertrend lines themselves are not plotted, leaving a cleaner chart.
Alerts:
The script includes alert conditions for buy and sell signals, allowing users to receive notifications when signals are generated.
Input Parameters:
ATR Period: The period used to calculate the Average True Range (ATR).
ATR Multiplier: The multiplier applied to the ATR.
Change ATR Calculation Method?: A boolean option to switch between different ATR calculation methods.
Hysteresis Percentage: The percentage threshold that the price must move beyond to trigger a signal change.
How It Works:
Supertrend Calculation: The script first calculates the Supertrend indicator based on the user-defined parameters.
Hysteresis Levels: It then calculates the hysteresis levels based on the Supertrend lines and the hysteresis percentage.
Signal Generation: The script monitors the Supertrend direction and price movements. When the price crosses a hysteresis level in the opposite direction of the current trend, a signal is generated.
Visual and Alert Outputs: The script plots arrows, colors the background, and triggers alerts based on the generated signals.
Use Cases:
This indicator is useful for traders who want to identify potential trend reversals while minimizing the impact of short-term price fluctuations.
It can be used in various markets and timeframes, and the input parameters can be adjusted to suit different trading styles.
Important Notes:
Like any indicator, the Supertrend with Percentage Hysteresis is not foolproof and should be used in conjunction with other forms of technical analysis.
Experiment with the input parameters to find the optimal settings for your trading strategy.
This script does not plot the supertrend lines, only the buy/sell signals, and the background coloring.
RSI CON PUNTOS DE COMPRA/VENTA (MIO)Rsi con puntos de posibles compras/ventas, creado para posibles entradas
KriVikriyaThis Indicator will help Inestor to take a wise decision like where to Buy and what level to exit
EMA 200 Price Deviation AlertsThis script is written in Pine Script v5 and is designed to monitor the difference between the current price and its 200-period Exponential Moving Average (EMA). Here’s a quick summary:
200 EMA Calculation: It calculates the 200-period EMA of the closing prices.
Threshold Input: Users can set a threshold (default is 65) that determines when an alert should be triggered.
Price Difference Calculation: The script computes the absolute difference between the current price and the 200 EMA.
Alert Condition: If the price deviates from the 200 EMA by more than the specified threshold, an alert condition is activated.
Visual Aids: The 200 EMA is plotted on the chart for reference, and directional arrows are drawn:
A sell arrow appears above the bar when the price is above the EMA.
A buy arrow appears below the bar when the price is below the EMA.
This setup helps traders visually and programmatically identify significant price movements relative to a key moving average.
Trend Reversal Alert*When you see a red Close, you can close a Long/Buy position or open a Short position.
*When you see a blue Close, you can open a Long/Buy position or close a Short position.
15 minutes and above makes a clearer, less noisy notification. My recommendation is 30 minutes, everyone can use a time interval suitable for their own strategy. At the same time, 50SMA and 10SMA are there for extra confirmation. 50SMA is purple, for extra confirmation, you can evaluate buying above 50, selling below and selling when 10sma cuts 50sma down, buying when up is certain.
This code in an uptrend; 1) there should be at least 3 green candles at the end (last green candle) after closing, 2) if a red first candle is formed that is larger than 50% of its body length And this red candle (Moving Average 10) is a value below this value, it gives a warning and shows a red "Close" label on the chart. While creating this code, I want you to check and take as a condition that the new first red candle is 50% larger by taking the last 3 green uptrend candles and the last closed green candle as basis and item 1) and item 2) should meet the conditions at the same time, accordingly, red close
In a downtrend within the same code sequence, this code; 3) there should be at least 3 red candles at the end (last red candle) after closing, 4) if a green first candle is formed that is larger than 50% of its body length And this green candle (Moving Average 10) is a value above this value, it gives a warning and shows a blue "Close" label on the chart It shows a label. When creating this code, I want you to check and take as a condition that the first new green candle is 50% larger, based on the last 3 red bearish candles and the last closed red candle, and item 3) and item 4) must meet the conditions at the same time, accordingly, blue close
Fibonacci Retracement with Color Fillการทำงานหลัก:
การคำนวณ Fibonacci Levels 📊:
คำนวณจุดสูงสุด (high_price) และจุดต่ำสุด (low_price) จาก 20 แท่งเทียนล่าสุด 📈.
ใช้ค่าที่ได้ในการคำนวณระดับ Fibonacci 5 ระดับ:
0% (จุดต่ำสุด) 🏁
23.6% 🌱
38.2% 🌊
61.8% 🍊
100% (จุดสูงสุด) 🔝
การเติมสี 🎨:
ใช้การเติมสีระหว่างระดับ Fibonacci แต่ละระดับเพื่อช่วยให้การมองเห็นกราฟชัดเจนขึ้น 🧐. โดยจะมีสีที่แตกต่างกันตามแต่ละช่วง:
0% ถึง 23.6%: สีเขียว 🍃
23.6% ถึง 38.2%: สีน้ำเงิน 🌊
38.2% ถึง 61.8%: สีส้ม 🍊
61.8% ถึง 100%: สีแดง 🔴
การแสดงผล Fibonacci Levels 📏:
แสดงค่าของระดับ Fibonacci แต่ละระดับ (เช่น 0%, 23.6%, 38.2%, 61.8%, 100%) บนกราฟด้วย Labels ที่มีสีแตกต่างกันไปตามระดับ Fibonacci 🔠 เพื่อให้ผู้ใช้สามารถเห็นได้ชัดเจน.
โค้ดส่วนสำคัญ:
คำนวณระดับ Fibonacci โดยการใช้ฟังก์ชัน ta.highest และ ta.lowest เพื่อหาจุดสูงสุดและต่ำสุดของ 20 แท่งเทียนที่ผ่านมา 🔎.
ใช้ plot ในการแสดงระดับ Fibonacci แต่ละระดับ 📊.
ใช้ fill เพื่อเติมสีระหว่างระดับ Fibonacci 🎨.
แสดง Labels เพื่อระบุค่าของแต่ละระดับ Fibonacci 🏷️.
ตัวอย่างการทำงาน:
ถ้าราคาปิดในช่วง 20 แท่งเทียนที่ผ่านมาอยู่ที่จุดสูงสุด 100 และจุดต่ำสุด 50, โปรแกรมจะคำนวณระดับ Fibonacci จากราคานี้และแสดงระดับต่าง ๆ เช่น 23.6%, 38.2%, ฯลฯ พร้อมเติมสีระหว่างระดับเหล่านี้ 🎯.
โค้ดนี้จะช่วยให้การวิเคราะห์กราฟง่ายขึ้น โดยเฉพาะในการหาแนวรับและแนวต้านตาม Fibonacci Levels ที่เป็นที่นิยมในกลยุทธ์การเทรด 🚀.
This indicator works on
#crypto #forex #gold and all assets.