Полосы и каналы
Hôm qua RSI14_EMA9_WMA45_V09rsi ema wma
Buy khi thoa man dieu kien: ema9 cắt lên wma45 và thỏa mãn rsi >y, wma>x ema >z
Sell khi thoa man dieu kien: ema9 cắt xuong wma45 và thỏa mãn rsi >y, wma>x ema >z
RSI14_EMA9_WMA45_VFI_V10BUY: EMA9 cắt lên WMA45 thỏa mãn đồng thời điều kiện rsi, ema, wma, vfi
BUY: EMA9 cắt xuống WMA45 thỏa mãn đồng thời điều kiện rsi, ema, wma, vfi
Dual Moving Averages with Buy/Sell Labels //@version=5
indicator("Dual Moving Averages with Buy/Sell Labels", overlay=true)
// User-defined input for moving average periods
shortPeriod = input.int(50, minval=1, title="Short Moving Average Period")
longPeriod = input.int(200, minval=1, title="Long Moving Average Period")
// Calculating the moving averages
shortMA = ta.sma(close, shortPeriod)
longMA = ta.sma(close, longPeriod)
// Plotting the moving averages
plot(shortMA, color=color.blue, title="Short Moving Average")
plot(longMA, color=color.red, title="Long Moving Average")
// Identifying crossovers
buySignal = ta.crossover(shortMA, longMA)
sellSignal = ta.crossunder(shortMA, longMA)
// Plotting buy and sell labels
plotshape(series=buySignal, location=location.belowbar, color=color.green, style=shape.labelup, text="BUY")
plotshape(series=sellSignal, location=location.abovebar, color=color.red, style=shape.labeldown, text="SELL")
// Optional: Adding alert conditions
alertcondition(buySignal, title="Buy Alert", message="Buy signal: Short MA crossed above Long MA")
alertcondition(sellSignal, title="Sell Alert", message="Sell signal: Short MA crossed below Long MA")
Golden MovingThis indicator contain 4 Moving Averages as Band to help Traders to just trade by the trend of the Market.
You can easily adjust the the length and color of the moving without any limitation.
It also have Alert which you can only use for the Cross of TWO of the Moving and i strongly advise you to use it for the short moving like 9 & 21 .
Please comment me if you feel like you need any more information or help or any changes.
Thanks a Lot
UM-Optimized Linear Regression ChannelDESCRIPTION
This indicator was inspired by Dr. Stoxx at drstoxx.com. Shout out to him and his services for introducing me to this idea. This indicator is a slightly different take on the standard linear regression indicator.
It uses two standard deviations to draw bands and dynamically attempts to best-fit the data lookback period using an R-squared statistical measure. The R-squared value ranges between zero and one with zero being no fit to the data at all and 1 being a 100% match of the data to linear regression line. The R-squared calculation is weighted exponentially to give more weight to the most recent data.
The label provides the number of periods identified as the optimal best-fit period, the type of loopback period determination (Manual or Auto) and the R-squared value (0-100, 100% being a perfect fit). >=90% is a great fit of the data to the regression line. <50% is a difficult fit and more or less considered random data.
The lookback mode can also be set manually and defaults to a value of 100 periods.
DEFAULTS
The defaults are 1.5 and 2.0 for standard deviation. This creates 2 bands above and below the regression line. The default mode for best-fit determination with "Auto" selected in the dropdown. When manual mode is selected, the default is 100. The modes, manual lookback periods, colors, and standard deviations are user-configurable.
HOW TO USE
Overlay this indicator on any chart of any timeframe. Look for turning points at extremes in the upper and lower bands. Look for crossovers of the centerline. Look at the Auto-determination for best fit. Compare this to your favorite Manual mode setting (Manual Mode is set to 100 by default lookback periods.)
When price is at an extreme, look for turnarounds or reversals. Use your favorite indicators, in addition to this indicator, to determine reversals. Try this indicator against your favorite securities and timeframes.
CHART EXAMPLE
The chart I used for an example is the daily chart of IWM. I illustrated the extremes with white text. This is where I consider proactively exiting an existing position and/or begin looking for a reversal.
RSI14_EMA9_WMA45_V06Cập nhật tùy biến:
RSI EMA WMA
Cài đặt thông số tiêu chuẩn rsi14, ema9, wma45
Buy khi: ema9 cắt lên wma45 và rsi <40
Sell khi : ema9 cắt xuống wma50 và rsi >50
Relative Strength Index by niftyfifty.inThis is a modified Relative Strength Index (RSI) indicator with added upper (80) and lower (20) bands, along with divergence detection for better trading insights. It enhances the traditional RSI by providing clearer overbought and oversold signals, making it useful for traders looking for strong reversal zones.
📌 Key Features:
✅ Standard RSI Calculation (Default period: 14)
✅ Upper (80) & Lower (20) Bands for better extreme zone identification
✅ Customizable RSI Smoothing Options (SMA, EMA, WMA, VWMA, SMMA, BB)
✅ Divergence Detection (Regular Bullish & Bearish)
✅ Dynamic Background Gradient Fill for Overbought/Oversold Zones
✅ Alerts for Divergences (Bullish & Bearish)
📊 How to Use:
1️⃣ Buy Signals
RSI below 20 (deep oversold) could indicate a potential reversal.
Regular Bullish Divergence (Price forming lower lows, RSI forming higher lows) 🔥
2️⃣ Sell Signals
RSI above 80 (deep overbought) could indicate a pullback.
Regular Bearish Divergence (Price forming higher highs, RSI forming lower highs) 🚨
3️⃣ Trend Confirmation
If RSI stays above 50, market is in an uptrend.
If RSI stays below 50, market is in a downtrend.
⚡ Best Use Cases:
✔ Stock Market Trading (Intraday, Swing, and Positional)
✔ Forex & Crypto Trading
✔ Divergence-Based Reversals
✔ Breakout & Pullback Strategies
🔧 Customization Options:
RSI Length & Source Selection
Choose Moving Average Type for RSI Smoothing
Enable/Disable Bollinger Bands on RSI
Divergence Detection Toggle
🔹 Designed for traders who rely on RSI but want more precision & additional filters to avoid false signals. 🚀
RSI14_EMA9_WMA45_V02ĐIều kiện vào lệnh
rsi 14 ema9 và wma45
Buy: ema9 cắt lên wma45 và thỏa mãn rsi tại vùng x (x tùy biến)
Sell: ema9 cắt xuống wma45 và thỏa mãn rsi tại vùng x (x tùy biến)
Breakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal StrategyBreakout Reversal Strategy
BTC Strategy with High Accuracy (Example)BTC script BTC script BTC script BTC script BTC script BTC script BTC script BTC script
Alerta de Entrada para NVDA y TSLAEste script es una herramienta útil para traders que buscan oportunidades de compra en acciones como NVIDIA y Tesla, utilizando indicadores técnicos como el RSI y el Stochastic. Proporciona alertas en tiempo real y gráficos visuales para facilitar la toma de decisiones. ¡Espero que te sea de gran ayuda en tu trading!
Estrategia Barrido de Liquidez + EMAsDetección de swing highs (H) y swing lows (L).
Confirmación con EMAs, RSI y volumen.
Reglas de entrada/salida y gestión de riesgo.
Smart Money Trade_masterСмарт мани более менее бесплатный вариант хорошо прорисовывает структуру. Поделился им со мной один из участников закрытой группы Александр.
Immediate Buy/Sell SignalsThe Immediate Buy/Sell Signals indicator is designed to provide real-time buy and sell signals based on a combination of Simple Moving Averages (SMA) and the Relative Strength Index (RSI). It is intended to help traders identify potential entry and exit points in the market by detecting trend reversals and momentum shifts.
Key Features:
Moving Averages:
The script uses two Simple Moving Averages (SMAs):
A fast SMA (default length: 9) that reacts quickly to price changes.
A slow SMA (default length: 21) that reacts more slowly to price changes.
The crossover of these moving averages is used to identify potential trend reversals.
Relative Strength Index (RSI):
The RSI (default length: 14) is used to measure momentum and identify overbought or oversold conditions.
The script ensures that buy signals are only generated when the RSI is not overbought (RSI < 70) and sell signals are only generated when the RSI is not oversold (RSI > 30).
Buy/Sell Signals:
Buy Signal: Triggered when the fast SMA crosses above the slow SMA and the RSI is not overbought. This indicates a potential upward trend with room for further price appreciation.
Sell Signal: Triggered when the fast SMA crosses below the slow SMA and the RSI is not oversold. This indicates a potential downward trend with room for further price depreciation.
Visualization:
The fast and slow SMAs are plotted on the chart for reference.
Buy signals are marked with a green "BUY" label below the price bar.
Sell signals are marked with a red "SELL" label above the price bar.
Alerts:
The script includes alertcondition to trigger real-time alerts when buy or sell signals are detected. Traders can set up these alerts in TradingView to receive notifications.
How It Works:
Buy Signal:
When the fast SMA crosses above the slow SMA and the RSI is below 70, a buy signal is generated. This suggests that the asset is gaining upward momentum and is not overbought.
Sell Signal:
When the fast SMA crosses below the slow SMA and the RSI is above 30, a sell signal is generated. This suggests that the asset is losing upward momentum and is not oversold.
Example:
If the fast SMA (blue line) crosses above the slow SMA (orange line) and the RSI is below 70, a green "BUY" label appears below the price bar, indicating a potential buying opportunity.
If the fast SMA (blue line) crosses below the slow SMA (orange line) and the RSI is above 30, a red "SELL" label appears above the price bar, indicating a potential selling opportunity.
Customization:
Moving Averages:
Adjust the fast_length and slow_length inputs to change the sensitivity of the moving averages.
RSI:
Adjust the rsi_length, overbought, and oversold inputs to fine-tune the momentum conditions.
Alerts:
Use the alertcondition to set up real-time alerts for buy and sell signals.
Use Case:
This script is ideal for traders who want to identify immediate buy and sell opportunities based on trend reversals and momentum shifts.
It can be used in various markets, including stocks, forex, and cryptocurrencies.
Advantages:
Combines trend-following (moving averages) and momentum (RSI) indicators for robust signal generation.
Provides clear visual signals and real-time alerts for timely decision-making.
Highly customizable to suit different trading strategies.
Bitcoin Log Growth Curve OscillatorThis script presents the oscillator version of the Bitcoin Logarithmic Growth Curve 2024 indicator, offering a new perspective on Bitcoin’s long-term price trajectory.
By transforming the original logarithmic growth curve into an oscillator, this version provides a normalized view of price movements within a fixed range, making it easier to identify overbought and oversold conditions.
For a comprehensive explanation of the mathematical derivation, underlying concepts, and overall development of the Bitcoin Logarithmic Growth Curve, we encourage you to explore our primary script, Bitcoin Logarithmic Growth Curve 2024, available here . This foundational script details the regression-based approach used to model Bitcoin’s long-term price evolution.
Normalization Process
The core principle behind this oscillator lies in the normalization of Bitcoin’s price relative to the upper and lower regression boundaries. By applying Min-Max Normalization, we effectively scale the price into a bounded range, facilitating clearer trend analysis. The normalization follows the formula:
normalized price = (upper regresionline − lower regressionline) / (price − lower regressionline)
This transformation ensures that price movements are always mapped within a fixed range, preventing distortions caused by Bitcoin’s exponential long-term growth. Furthermore, this normalization technique has been applied to each of the confidence interval lines, allowing for a structured and systematic approach to analyzing Bitcoin’s historical and projected price behavior.
By representing the logarithmic growth curve in oscillator form, this indicator helps traders and analysts more effectively gauge Bitcoin’s position within its long-term growth trajectory while identifying potential opportunities based on historical price tendencies.
Buy/Sell Reversal SignalsThe Buy/Sell Reversal Signals indicator is designed to identify potential buy and sell opportunities based on price reversals. It uses a moving average crossover strategy to detect changes in trend direction.
MACD Killer Indicator with SuperTrend and RSIThe "MACD Killer Indicator with SuperTrend and RSI" is a comprehensive trading tool designed for technical analysis on TradingView. This script incorporates three powerful indicators: the MACD (Moving Average Convergence Divergence), SuperTrend, and RSI (Relative Strength Index) to generate buy and sell signals.
MACD is used to determine the momentum of the asset, signaling entry points when the MACD line crosses above the signal line.
The SuperTrend adds a layer of trend detection, ensuring that trades are executed in the direction of the prevailing trend, indicated by the SuperTrend line's color (green for uptrend, red for downtrend).
RSI is employed to filter out overbought conditions, limiting buy signals when RSI is below 73.
This indicator effectively mitigates consecutive signals of the same type, helping traders avoid false entries and exits. The visual elements, including clearly marked buy and sell signals and background color changes, enhance the user experience, making it easier to spot actionable trade opportunities on the charts.
Dip Indicator with EMAs and TWAPTwap and Ema crossing with Bands, when price is near low band and cross the Twap line from below we can go for long, opposite is for short. Keep eyes on ema crossing for double confirmation.
Desvio PadrãoEste indicador trabalha com desvio padrão do dia. Baseado em cálculos matemáticos!
by joao laudir