Alden Trading SystemĐây là một chỉ báo kết hợp RSI,để xác định tín hiệu giao dịch chính xác hơn nobitadinhquoctuan
Średnie kroczące
Alden Trading SystemĐây là một chỉ báo kết hợp RSI, EMA, WMA, SMC, FVG và CVD để xác định tín hiệu giao dịch chính xác hơn - nobitadinhquoctuan
EMA Crossover with VWAP and SMA//@version=5
// Indicator: EMA Crossover with VWAP and SMA 200
indicator("EMA Crossover with VWAP and SMA", overlay=true)
// Definir las EMAs
ema21 = ta.ema(close, 21)
ema50 = ta.ema(close, 50)
// Definir VWAP y SMA 200
vwap_line = ta.vwap(hlc3)
sma200 = ta.sma(close, 200)
// Detectar cruces
crossOver = ta.crossover(ema21, ema50)
crossUnder = ta.crossunder(ema21, ema50)
// Plotear las líneas
plot(ema21, color=color.blue, title="EMA 21", linewidth=2)
plot(ema50, color=color.red, title="EMA 50", linewidth=2)
plot(vwap_line, color=color.purple, title="VWAP", linewidth=1)
plot(sma200, color=color.orange, title="SMA 200", linewidth=2)
// Señales de compra y venta
plotshape(crossOver, title="Compra", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small)
plotshape(crossUnder, title="Venta", location=location.abovebar, color=color.red, style=shape.triangledown, size=size.small)
// Alertas
alertcondition(crossOver, title="Señal de Compra", message="EMA 21 cruza por encima de EMA 50 - Posible Compra")
alertcondition(crossUnder, title="Señal de Venta", message="EMA 21 cruza por debajo de EMA 50 - Posible Venta")
HMA 56 Price Below Scanner with HMA 200 Bar HMA GraphHMA 56 period showing in blue shading where price is below the HMA for an good entry. A further confirmation for entry and exit of HMA 200 period red/green bars. You could also combine this with Bollinger Bands on the main chart to identify a swing low for buy trades.
3 EMAs, 5 SMA, FiboISRS📈 Enhanced Indicator with 3 EMAs, 5 SMAs, and Dynamic Fibonacci Levels 🔥
Description:
This advanced indicator combines Exponential Moving Averages (EMAs), Simple Moving Averages (SMAs), and Dynamic Fibonacci Levels to provide a clear view of trends and potential price reaction zones.
🔹 What is it for?
✅ Trend Identification:
EMAs react faster to price changes, helping to spot trend shifts.
SMAs offer a more stable view of the overall market trend.
Dynamic Fibonacci Levels act as dynamic support and resistance based on moving averages.
✅ Key Trading Zones:
EMA & SMA Crossovers: Potential entry or exit points.
Dynamic Fibonacci Levels: Help identify areas where price may bounce or consolidate.
🔹 How to Use It?
🔹 Moving Averages (SMAs & EMAs):
EMA 4, 9, and 18: Useful for detecting short-term trends and scalping.
SMA 8, 20, 50, 200, and 800: Key references for medium- and long-term trends.
🔹 Dynamic Fibonacci:
Based on the selected moving average, adjusting support/resistance levels dynamically.
Helps detect high-probability reversal or continuation zones.
🔹 Customization:
✅ Adjust the length of SMAs and EMAs according to your strategy.
✅ Change the moving average type for Fibonacci levels (SMA, EMA, or WMA).
✅ Enable or disable lines as needed.
📊 Currently, we are analyzing BTCUSDT on the 1-hour timeframe.
🚀 Add it to your chart and try it out now!
If you like this indicator, give it a 👍 and share it with the community. Happy trading! 💰🔥
Combined IndicatorThis script merges the features of the RSI Volatility Suppression Zones , Twin Range Filter, and Zero-Lag MA Trend Levels into a single indicator while maintaining their core functionalities.
It includes:
RSI-based volatility detection
Twin Range Filter for buy/sell signals
Zero-Lag MA Trend Levels for trend identification
Unified signal plotting for easier visualization
RSI + EMA + WMA + SMC + FVG + CVDĐây là một chỉ báo kết hợp RSI, EMA, WMA, SMC, FVG và CVD để xác định tín hiệu giao dịch chính xác hơn. nbt
RSI + EMA + WMA + SMC + FVG + CVDĐây là một chỉ báo kết hợp RSI, EMA, WMA, SMC, FVG và CVD để xác định tín hiệu giao dịch chính xác hơn
RSI + EMA + WMA + SMC + FVG + CVDĐây là một chỉ báo kết hợp RSI, EMA, WMA, SMC, FVG và CVD để xác định tín hiệu giao dịch chính xác hơn
RSI + EMA + WMA + SMC + FVG + CVDdinhquoctuannobita Đây là một chỉ báo kết hợp RSI, EMA, WMA, SMC, FVG và CVD để xác định tín hiệu giao dịch chính xác hơn
RSI + EMA + WMA + SMC + FVG + CVD(dinhquoctuan)Đây là một chỉ báo kết hợp RSI, EMA, WMA, SMC, FVG và CVD để xác định tín hiệu giao dịch chính xác hơn
SMA Strategy Builder 2TP [alpolcaymis]📄 Indicator Description for Publishing:
SMA Strategy Builder 2TP
📊 Build, Test, and Optimize Your SMA-Based Trading Strategy with Dual Take-Profit Levels
🚀 Description:
SMA Strategy Builder 2TP is a powerful and flexible trading indicator designed to help you build and test SMA-based long/short trading strategies with two-step take-profit (TP) levels for enhanced profitability and risk management.
This tool provides a dynamic approach to trading by allowing you to:
⚡ Execute Long/Short trades based on SMA crossovers.
🎯 Set two take-profit levels:
TP1: Closes 50% of the position.
TP2: Closes the remaining 50% of the position.
💵 Adjust initial capital for backtesting.
💸 Apply customizable commission rates (or turn it off) to simulate real trading conditions.
📈 Track capital growth with an optional capital curve.
🔢 Monitor each trade with clear labels showing:
Updated capital
Percentage profit/loss
Trade count
🌟 Key Features:
2-Step Take-Profit Strategy: Optimize profits by splitting your position into two exit levels.
Customizable SMA Period: Adjust the SMA period to suit your trading style.
Flexible Commission Settings: Simulate real trading scenarios with adjustable commission rates.
Capital Tracking: Visualize your portfolio growth over time.
Clear Trade Visualization: Profit/loss percentages and trade counts displayed directly on the chart.
Dynamic SMA Coloring: SMA line changes color based on trade position (green for long, red for short).
Instant Alerts: Get notified when long/short signals or TP targets are reached.
⚡ Why Use This Indicator?
This strategy builder is perfect for traders who want to:
💡 Validate SMA strategies before going live.
📊 Optimize take-profit levels for better risk/reward ratios.
🏹 Understand performance impact when partial profits are taken at different stages.
🔄 Refine trading strategies by experimenting with commission rates and SMA settings.
💬 How to Use:
1️⃣ Adjust the SMA period based on your strategy.
2️⃣ Set TP1 and TP2 levels (%).
3️⃣ Choose your initial capital and commission rate.
4️⃣ Enable capital curve tracking if you want to visualize performance.
5️⃣ Use TradingView alerts to monitor key events in real-time.
🔔 Alerts Provided:
Long Signal: When price crosses above SMA.
Short Signal: When price crosses below SMA.
TP1 Reached: 50% position closure.
TP2 Reached: Final 50% position closure.
🎯 Final Notes:
Designed for educational and backtesting purposes.
Ensure you adapt parameters according to your preferred trading style and risk tolerance.
Compatible with TradingView’s real-time alerts for better trade management.
✨ Happy trading! Optimize, test, and grow with SMA Strategy Builder 2TP . 🚀📈
Filha Malcriada - Stormer - EMAs 4, 17, 34 e 80EMAs criadas com base na indicação do Prof. Stormer
EMAs 4, 17, 34 e 80 períodos.
O Professor Stormer utiliza uma metáfora familiar para explicar o uso das médias móveis exponenciais na identificação de tendências. Nessa comparação, cada média representa um membro da família:
EMA de 4 (a "filha malcriada"): É a mais rápida e volátil, podendo inicialmente dar sinais contrários.
EMA de 17 (o "irmão mais velho"), EMA de 34 (a "mãe") e EMA de 80 (o "pai"): São mais lentas e estáveis, fornecendo a “orientação” principal.
A ideia central é que a estratégia só se torna confiável quando toda essa "família" está alinhada, isto é, quando todas as médias apontam na mesma direção (por exemplo, todas para cima, indicando uma tendência de alta). Se a EMA de 4 divergir das demais, isso sinaliza um mercado sem direção definida – um cenário de confusão que não favorece a entrada em operações.
Portanto, a técnica consiste em aguardar a convergência desses indicadores, utilizando o alinhamento da "família" como confirmação para operar, seja para comprar ou vender, garantindo sinais mais precisos e reduzindo riscos em momentos de incerteza.
QB Trend v3I added new ema values and an extra ALMA moving average to the "Optimized Ema Bands" developed by Onur Ağdacı.
If the 20 ema value is above the optimized band, we look for Long Bias, and if it is below the optimized band, we look for Short Bias.
As an entry point, the 5 ema crossing the 10 ema gives us a signal.
Red and green ema bands indicate that we are in the overbought and oversold zone.
Apart from all these, the trend can also be followed by using only the "ALMA moving average" of 25 and the heikin ashi candle.
MA-RSI-Volume Forex Strategy with 1% RiskPersonal indicator I'm messing about with, please don't use me!
Oil Ardan 30/60Berikut adalah deskripsi skrip strategi trading oil untuk timeframe **30 menit (M30)** menggunakan **EMA, Stochastic RSI, MACD, ATR, dan Support & Resistance**:
### **1. Nama Skrip**
**Oil Trading Strategy M30**
### **2. Fungsi Utama**
- Mengidentifikasi tren utama dengan **EMA 200**
- Menentukan momentum entry menggunakan **Stochastic RSI & MACD**
- Mengatur **Stop Loss (SL) & Take Profit (TP)** berbasis **ATR**
- Menampilkan level **Support & Resistance** otomatis
- Menggunakan **Trailing Stop** untuk memaksimalkan profit
- Memberikan **notifikasi & alert** saat ada sinyal entry
### **3. Aturan Trading**
#### **BUY Entry**
✅ Harga di atas **EMA 200** (tren bullish)
✅ **Stochastic RSI** berada di area **oversold (<20)** dan mulai naik
✅ **MACD** histogram mulai meningkat (momentum bullish)
✅ Harga berada dekat **Support** yang kuat
✅ Konfirmasi tren pada **H1 atau H4** juga bullish
#### **SELL Entry**
✅ Harga di bawah **EMA 200** (tren bearish)
✅ **Stochastic RSI** berada di area **overbought (>80)** dan mulai turun
✅ **MACD** histogram mulai menurun (momentum bearish)
✅ Harga berada dekat **Resistance** yang kuat
✅ Konfirmasi tren pada **H1 atau H4** juga bearish
### **4. Stop Loss & Take Profit**
- **Stop Loss (SL)**: **1.5x ATR** dari harga entry
- **Take Profit (TP)**: **Minimal 1:2 risk/reward** atau di level **Support & Resistance**
- **Trailing Stop** aktif setelah profit +50 pips
### **5. Notifikasi & Alerts**
🔔 Notifikasi muncul saat **sinyal buy/sell** terjadi
🔔 Alert saat harga mendekati **SL atau TP**
🔔 Peringatan jika ada perubahan **tren utama**
### **6. Visualisasi Chart**
📌 **Panah Buy/Sell** saat ada sinyal entry
📌 **Label SL & TP** di setiap posisi
📌 **Garis Support & Resistance** otomatis
📌 Warna **background** berubah sesuai tren
SALAM PROFIT SERUYAN TRADING
Gold Ardan 10/56Strategi trading Gold bisa disusun berdasarkan berbagai pendekatan, seperti analisis teknikal, fundamental, atau kombinasi keduanya. Berikut adalah rincian strategi berdasarkan analisis teknikal dengan indikator utama:
### **1. Indikator yang Digunakan**
✅ **Exponential Moving Average (EMA 50 & 200)** → Menentukan trend utama
✅ **Stochastic RSI** → Menentukan momentum overbought & oversold
✅ **MACD** → Konfirmasi sinyal entry
✅ **Average True Range (ATR)** → Menentukan volatilitas & stop loss
✅ **Support & Resistance (S&R)** → Menentukan level penting harga
✅ **Volume Analysis** → Mengonfirmasi kekuatan pergerakan harga
### **2. Aturan Entry & Exit**
🔹 **Buy Entry:**
- Harga di atas EMA 200 (trend bullish)
- Stochastic RSI di area oversold (< 20) dan mulai berbelok ke atas
- MACD histogram mulai meningkat (konfirmasi momentum bullish)
- Harga mendekati level support kuat
🔹 **Sell Entry:**
- Harga di bawah EMA 200 (trend bearish)
- Stochastic RSI di area overbought (> 80) dan mulai berbelok ke bawah
- MACD histogram mulai menurun (konfirmasi momentum bearish)
- Harga mendekati level resistance kuat
🔹 **Stop Loss & Take Profit**
- SL: 1.5x ATR dari harga entry
- TP: Rasio risk/reward minimal 1:2 (bisa disesuaikan dengan level S&R)
- Trailing Stop bisa digunakan untuk mengunci profit saat harga bergerak sesuai tren
### **3. Konfirmasi Multi-Timeframe**
- Timeframe utama: **M30 / H1**
- Konfirmasi tambahan: **H4 & D1**
- Hanya entry jika tren di kedua timeframe sejalan
### **4. Notifikasi & Alerts**
- Alert saat sinyal entry muncul
- Notifikasi jika harga mendekati SL/TP
- Peringatan jika tren mulai berubah
### **5. Visualisasi Chart**
✅ Tanda panah Buy/Sell pada chart
✅ Label TP & SL di setiap posisi
✅ Warna latar belakang berubah sesuai tren utama
SALAM PROFIT SERUYAN TRADING
MACD com Sinais📌 Descrição:
Este indicador aprimora o clássico MACD (Moving Average Convergence Divergence) ao identificar automaticamente oportunidades de compra e venda com base nos cruzamentos das linhas do MACD e da linha de sinal em relação à linha zero. Ele fornece sinais claros no gráfico para ajudar os traders a tomarem decisões com mais confiança.
✅ Regras do Indicador:
Sinal de Compra (BUY): Ocorre quando a linha do MACD cruza acima da linha de sinal abaixo da linha zero. Isso indica um possível início de uma tendência de alta.
Sinal de Venda (SELL): Ocorre quando a linha do MACD cruza abaixo da linha de sinal acima da linha zero. Isso sugere uma possível reversão para baixa.
🔍 Diferenciais:
✔️ Baseado no clássico MACD com médias de 12 e 26 períodos.
✔️ Exibe setas e etiquetas diretamente no gráfico para facilitar a visualização.
✔️ Ideal para traders que operam reativamente ao mercado.
✔️ Funciona em qualquer timeframe e ativo.
📈 Como usar?
1️⃣ Adicione este indicador ao seu gráfico.
2️⃣ Aguarde os sinais "BUY" e "SELL" aparecerem.
3️⃣ Utilize em conjunto com outras confirmações (exemplo: suporte/resistência, volume, price action).
⚠️ Aviso: Nenhum indicador garante 100% de acerto. Use-o como parte de uma estratégia bem estruturada!
💡 Dica: Combine este indicador com análise técnica para maximizar sua assertividade.
Trendicator EMA17This indicator is to follow the trend in the short term when the price goes below the EMA17 it shows that the short term is not favour for longs and vice versa.
EMA, SMA & VWAP IndicatorThis custom Indicator is designed to provide dynamic moving average system that adapts to different timeframes and reduces clutter on the chart. The indicator selectively displays Exponential Moving Averages (EMAs), Simple Moving Averages (SMAs) Volume Weighted Average Price (VWAP) based on the timeframe, helping traders focus on the most relevant data.
Features & Functionality:
*Exponential Moving Averages (EMAs) for Lower Timeframes:
8, 20, 50, 167 and 200 EMAs are visible only on intraday timeframes (e.g., 1-minute, 5-minute, 15-minute, 1-hour, 4-hour).
EMAs are hidden on Daily (D), Weekly (W), and Monthly (M) charts to reduce redundancy.
50 EMA is hidden on the 3-minute chart.
The 167 EMA is exclusively visible on the 3-minute chart. This represents the 50 EMA on the 10-minute chart.
*Simple Moving Averages (SMAs) for Higher Timeframes:
8, 20, 50, and 200 SMAs are only visible on Daily, Weekly, and Monthly charts to provide long-term trend analysis.
*Volume Weighted Average Price (VWAP)
VWAP is calculated using:
o Source = hlc3
o offset = 0
o Anchor Period = Session
Can be toggled ON/OFF using a user input setting.
Hidden on D/W/M timeframes to prevent unnecessary indicators on higher timeframes.
Preferred Stock Yield AverageYour Preferred Stock Yield Average Indicator helps you identify buy and sell opportunities based on how the current yield compares to its historical average.
SMA Strategy Builder: Create & Prove Profitability📄 Pine Script Strategy Description (For Publishing on TradingView)
🎯 Strategy Title:
SMA Strategy Builder: Create & Prove Profitability
✨ Description:
This tool is designed for traders who want to build, customize, and prove their own SMA-based trading strategies. The strategy tracks capital growth in real-time, providing clear evidence of profitability after each trade. Users can adjust key parameters such as SMA period, take profit levels, and initial capital, making it a flexible solution for backtesting and strategy validation.
🔍 Key Features:
✅ SMA-Based Logic:
Core trading logic revolves around the Simple Moving Average (SMA).
SMA period is fully adjustable to suit various trading styles.
🎯 Customizable Take Profit (TP):
User-defined TP percentages per position.
TP line displayed as a Step Line with Breaks for clear segmentation.
Visual 🎯TP label for quick identification of profit targets.
💵 Capital Tracking (Proof of Profitability):
Initial capital is user-defined.
Capital balance updates after each closed trade.
Shows both absolute profit/loss and percentage changes for every position.
Darker green profit labels for better readability and dark red for losses.
📈 Capital Curve (Performance Visualization):
Capital growth curve available (hidden by default, can be enabled via settings).
📏 Dynamic Label Positioning:
Label positions adjust dynamically based on the price range.
Ensures consistent visibility across low and high-priced assets.
⚡ How It Works:
Long Entry:
Triggered when the price crosses above the SMA.
TP level is calculated as a user-defined percentage above the entry price.
Short Entry:
Triggered when the price crosses below the SMA.
TP level is calculated as a user-defined percentage below the entry price.
TP Execution:
Positions close immediately once the TP level is reached (no candle close confirmation needed).
🔔 Alerts:
🟩 Long Signal Alert: When the price crosses above the SMA.
🟥 Short Signal Alert: When the price crosses below the SMA.
🎯 TP Alert: When the TP target is reached.
⚙️ Customization Options:
📅 SMA Period: Choose the moving average period that best fits your strategy.
🎯 Take Profit (%): Adjust TP percentages for flexible risk management.
💵 Initial Capital: Set the starting capital for realistic backtesting.
📈 Capital Curve Toggle: Enable or disable the capital curve to track overall performance.
🌟 Why Use This Tool?
🔧 Flexible Strategy Creation: Adjust core parameters and create tailored SMA-based strategies.
📈 Performance Proof: Capital tracking acts as real proof of profitability after each trade.
🎯 Immediate TP Execution: No waiting for candle closures; profits lock in as soon as targets are hit.
💹 Comprehensive Performance Insights: Percentage-based and absolute capital tracking with dynamic visualization.
🏦 Clean Visual Indicators: Strategy insights made clear with dynamic labeling and adjustable visuals.
⚠️ Disclaimer:
This script is provided for educational and informational purposes only. Trading financial instruments carries risk, and past performance does not guarantee future results. Always perform your own due diligence before making any trading decisions.
12, 27, 50, EMA Trend Indicator with MACD This indicator combines 3 Exponential Moving Averages (EMAs) and the MACD. This indicator is designed to help confirm entry/exit points using multi-timeframe EMA relationships and MACD signals. I will work on incorporating RSI into this soon.
Background Color Indicators:
Green Background:
12 EMA > 27 EMA > 50 EMA (bullish alignment).
MACD Line above Signal Line → Indicates bullish market conditions.
Red Background:
12 EMA < 27 EMA < 50 EMA (bearish alignment).
MACD Line below Signal Line → Indicates bearish market conditions.
Signal Generation:
Buy Signal:
Occurs when the 12 EMA crosses above the 27 EMA, indicating short-term bullish momentum.
Confirmation requires 27 EMA > 50 EMA and MACD Line > Signal Line.
Result: Strong potential for price continuation upward.
Sell Signal:
Occurs when the 12 EMA crosses below the 27 EMA, signaling potential bearish momentum.
Confirmation requires 27 EMA < 50 EMA and MACD Line < Signal Line.
Result: Indicates potential for downward price continuation.
Exponential Moving Averages (EMAs):
12 EMA (Expansion Phase): Tracks short-term momentum shifts.
27 EMA (Momentum/Transition Phase): Acts as a bridge between short-term and mid-term trends.
50 EMA (Trend Indicator): Highlights medium-term trend direction.
415 EMA (Long-Term Trend): Filters out market noise and focuses on long-term trend direction.
MACD (Moving Average Convergence Divergence):
MACD Line: Difference between the 12-period and 27-period EMAs.
Signal Line: 9-period EMA of the MACD line.
MACD Histogram: Visualizes the distance between the MACD line and the Signal line.