Średnie kroczące
Williams %R with Dual EMAA combination of the William%R indicator, with moving averages. In a year timeframe the results look pretty good
5 Indikatörlü StratejiStrateji 5 adet indikatörün birleşiminden oluşmaktadır, bu indikatörler
ParabolicSar
DMI
SuperTrend
İki adet Üssel Dağılım
OBV dir.
30 dakikalık periyotlar da kullanılabilir.
ZACARÍA$ 5/20 EMA Cross + 50 SMAThis is a MA Cross with the 5 EMA + 20 EMA, but it also features a Simple MA at the 50. Useful for Forex, but can be applied to any chart
ZACARÍA$ 9/21 EMA Cross + 55 MAThis is a MA Cross with the 9 EMA + 21 EMA, but it also features a Simple MA at the 55. Useful for Forex, but can be applied to any chart
Dynamic SMATimeframe Detection: The indicator first identifies the current timeframe of the chart (e.g., daily, 4-hour, 1-hour).
SMA Calculation: It calculates three different SMAs:
Daily SMA: A 8-period SMA calculated on daily closing prices.
4-Hour SMA: A 50-period SMA calculated on 4-hour closing prices.
1-Hour SMA: A 100-period SMA calculated on 1-hour closing prices.
Dynamic SMA Selection: Based on the detected timeframe, the indicator selects the appropriate SMA to display:
If the timeframe is daily, it uses the daily SMA.
If the timeframe is 4-hour, it uses the 4-hour SMA.
If the timeframe is 1-hour, it uses the 1-hour SMA.
Plotting: The selected SMA is plotted on the chart as a blue line.
Dynamic Label: The indicator also creates a dynamic label that displays the current SMA being used, along with the corresponding timeframe and period. For example, it will show "Active SMA: 8 SMA (Daily)" when the daily SMA is active.
This indicator is useful for traders who want to use different SMAs for different timeframes without having to manually switch between them. It provides a convenient way to see the relevant SMA for the current chart view.
8 EMA kevi//@version=5
indicator("8 EMA Indicator", overlay=true)
// Definir los períodos de las EMAs
ema1_length = input(5, title="EMA 1")
ema2_length = input(10, title="EMA 2")
ema3_length = input(20, title="EMA 3")
ema4_length = input(50, title="EMA 4")
ema5_length = input(100, title="EMA 5")
ema6_length = input(200, title="EMA 6")
ema7_length = input(500, title="EMA 7")
ema8_length = input(1000, title="EMA 8")
// Calcular las EMAs
ema1 = ta.ema(close, ema1_length)
ema2 = ta.ema(close, ema2_length)
ema3 = ta.ema(close, ema3_length)
ema4 = ta.ema(close, ema4_length)
ema5 = ta.ema(close, ema5_length)
ema6 = ta.ema(close, ema6_length)
ema7 = ta.ema(close, ema7_length)
ema8 = ta.ema(close, ema8_length)
// Determinar la tendencia
isBullish = ta.crossover(ema1, ema2)
isBearish = ta.crossunder(ema1, ema2)
trendColor = isBullish ? color.green : isBearish ? color.red : color.blue
// Dibujar las EMAs en el gráfico con colores dinámicos
plot(ema1, title="EMA 1", color=trendColor)
plot(ema2, title="EMA 2", color=trendColor)
plot(ema3, title="EMA 3", color=trendColor)
plot(ema4, title="EMA 4", color=trendColor)
plot(ema5, title="EMA 5", color=trendColor)
plot(ema6, title="EMA 6", color=trendColor)
plot(ema7, title="EMA 7", color=trendColor)
plot(ema8, title="EMA 8", color=trendColor)
Fibonacci Sequence Moving Average PlotsThis indicator plots Simple Moving Averages (SMA) and Exponential Moving Averages (EMA) based on key Fibonacci sequence numbers. You can easily toggle individual SMAs and EMAs to customize your chart.
Key Features:
Customizable Plots: Select from SMA and EMA values like 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, and 987.
Visual Clarity: Each SMA and EMA is color-coded with smooth gradients for quick visual identification.
Overlay on Chart: The moving averages are plotted directly on your price chart for easy analysis.
How to Use:
Add the indicator to your chart.
Use the input panel to toggle SMAs/EMAs on or off as needed.
Analyze price action in relation to Fibonacci-based moving averages for trend confirmation and potential trade setups.
Oliver Valez Triple MA StrategyStrategy Logic:
Trend Identification:
200 MA acts as the primary trend filter
Price above 200 MA = Bullish trend (green background)
Price below 200 MA = Bearish trend (red background)
Trading Signals:
Long Entry: 20 MA crosses above 50 MA + Price > 200 MA
Short Entry: 20 MA crosses below 50 MA + Price < 200 MA
Risk Management:
Adjustable stop loss (2% default)
Adjustable take profit (4% default)
Automatic position closing on opposite crossover signals
Customization Options:
Switch between SMA/EMA
Adjust MA lengths
Modify risk parameters
Change visual styles
How to Use:
Apply to any liquid asset (works best on daily timeframe)
Look for entries in the direction of the 200 MA trend
Use confluence with price action at key levels
Combine with volume analysis for confirmation
Key Features:
Triple MA confirmation system
Trend-filtered entries
Built-in risk management
Visual trend identification
Flexible input parameters
This strategy combines trend following with momentum signals while maintaining disciplined risk management - crucial principles in Oliver Valez's trading methodology.
New chat
DrNon EMA5/15/89/200 with Last LowDrNon EMA5/15/89/200 with Last Low Indicator
This TradingView script is designed for traders who use Exponential Moving Averages (EMAs) to analyze market trends and key support/resistance levels. It plots four essential EMAs:
• EMA 5 (Green): Short-term trend
• EMA 15 (Yellow): Medium-short trend
• EMA 89 (Blue): Medium-long trend
• EMA 200 (Red): Long-term trend
These EMAs help identify potential trend reversals, crossovers, and dynamic support/resistance zones in different timeframes.
Last Low Feature
This script also includes a Last Low indicator, which dynamically tracks the lowest price over a user-defined period (default: 10 bars). Instead of a solid line, it uses a dashed purple line for improved visibility.
This feature is useful for:
✔ Identifying recent support levels
✔ Spotting potential breakdowns or bounce points
✔ Confirming trade entry/exit strategies
Customization
🔹 Adjust the Last Low period via an input field
🔹 Modify EMA colors for better chart clarity
🔹 Enhance alerts by integrating notifications
This tool is ideal for scalpers, swing traders, and long-term investors who rely on EMAs for trend-following strategies.
Momentum-Based Bitcoin StrategyMomentum-Based Bitcoin Strategy with Multi-Timeframe Confirmation
This Pine Script strategy is designed for Bitcoin traders looking to capture momentum-driven breakout moves and potential reversals. The script leverages key technical indicators such as moving average crossovers (EMA-20 and EMA-50), MACD crossovers, and RSI oversold conditions to generate buy signals. It integrates multi-timeframe analysis by confirming trends on higher timeframes (e.g., daily) while executing entries on lower timeframes (e.g., hourly).
Key Features:
Multi-Timeframe Analysis: Confirms higher timeframe trends before entering trades.
Momentum Signals: Moving average and MACD crossovers for breakout detection.
Dynamic Risk Management: ATR-based stop losses for position sizing and volatility control.
Alerts: Push notifications for both entries and exits to stay updated in real time.
Use Case: Ideal for momentum traders who want to combine technical confluence and dynamic risk management to capture breakout movements and limit downside risk effectively.
Multi EMAMMulti EMA, farklı periyotlara sahip Üstel Hareketli Ortalamaları (EMA) kullanarak fiyat hareketlerini analiz eden ve trend yönünü belirlemeye yardımcı olan bir teknik analiz göstergesidir.
Bu gösterge, 5 farklı EMA değerini aynı anda grafik üzerine çizer ve fiyatın bu EMA seviyeleriyle olan ilişkisine göre mum çubuklarını renklendirerek trend değişimlerini görselleştirir.
Solana 5min Buy/Sell Indicator 88.7% winratedont trade when there is consolidation its nto good. also this is an AI indicator, I personally backtested it and it works very well, hit a 2:1 win ratio and you should be fine, also some times just dont have a stop loss and or set it lower cause for some of the win (not that large of the margin fo them they go a diffrent direction first for like 2 min then move torwards signal
EMA lines with confluence gridThis indicator uses 2 EMA's (8 and 14 default) and uses a grid to tell you when they cross over!
Bobs Fibonacci Moving Averages 2.0Bob's Fibonacci Moving Averages plots ten moving averages based on Fibonacci sequence lengths, helping traders identify trends and price movements. It includes customizable smoothing options like SMA, EMA, and WMA for enhanced flexibility. Ideal for multi-timeframe analysis and trend confirmation.
Bobs Fibonacci Moving AveragesBob's Fibonacci Moving Averages plots ten moving averages based on Fibonacci sequence lengths, helping traders identify trends and price movements. It includes customizable smoothing options like SMA, EMA, and WMA for enhanced flexibility. Ideal for multi-timeframe analysis and trend confirmation.
Ansh Intraday Crypto Strategy v6This strategy is designed to take advantage of intraday market movements in the cryptocurrency space by combining multiple powerful technical indicators to generate high-probability trade signals. It incorporates:
Exponential Moving Average (EMA): The 55-period EMA is used as the backbone of the strategy, helping to identify the prevailing market trend. If the price is above the EMA, it's considered a bullish trend, and if the price is below, it's considered a bearish trend.
Relative Strength Index (RSI): The strategy employs the RSI to gauge market conditions and detect overbought or oversold conditions. A low RSI (below 30) indicates oversold conditions, which can signal potential buying opportunities, while a high RSI (above 70) suggests overbought conditions, which can signal potential selling opportunities.
Volume Spike: By incorporating volume analysis, the strategy ensures that trades are made when there is significant market interest. A volume spike, defined as volume higher than the average over a specific period, helps to confirm the strength of a price move, adding reliability to the signals.
Support and Resistance Levels: The strategy identifies key support and resistance levels based on recent price action. This enables the strategy to position trades near these critical zones, increasing the chances of successful entries and exits.
Candlestick Confirmation: The strategy incorporates candlestick patterns to confirm trade signals. Bullish signals are confirmed with a close above the open (indicating buying pressure), while bearish signals are confirmed with a close below the open (indicating selling pressure).
By combining these indicators, the Refined Intraday Crypto Strategy v5 aims to catch high-quality trade setups with strong risk-reward potential. It is an ideal strategy for active traders looking to capitalize on short-term price movements in volatile crypto markets.
With precise entry and exit points based on robust technical analysis, this strategy seeks to reduce risk and improve the consistency of profitable trades. It’s an excellent tool for both new and experienced traders in the fast-paced world of cryptocurrency.
Dynamic Trendline (NEW)This indicator marks the last high and lows, easier for verification of trend.
btc daily major lows test- rsi crossover 27
- ema 100 > ema 377
- btc daily timeframe
every yellow bar are representing major btc lows in an uptrend or ranging market, leading to big opportunities (longs)
the low of the candle under the yellow vertical line is also representing the support level of the range.
if that support breaks, new bear market may begin or actual bear market may continue.
made by phil
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.
Multiple MAs with Compact Labels Defines and plots multiple moving averages (MAs) on a TradingView chart, including two Exponential Moving Averages (EMAs) with periods of 9 and 21, and five Simple Moving Averages (SMAs) with periods of 10, 20, 50, 100, and 200. Each MA is plotted with a distinct color and labeled accordingly.