Moyennes mobiles
AI-Inspired Nifty Options TradingMomentum Trading: Use AI to detect breakout patterns.
Mean Reversion: Identify overbought/oversold conditions using AI.
Options Greeks Analysis: AI can predict IV crush or shifts in Delta for better positioning.
Sentiment Analysis: Train AI on news, tweets, and market sentiment to detect trends.
Sessions On Chart With 3 EMAsThis Indicator script provides two major features:
1. Session Indicators: Highlighting the active trading sessions with color-coded backgrounds for better visual tracking of market hours.
2. Exponential Moving Averages: Displaying three EMAs with different periods to help identify trends and potential entry/exit points.
Session Time Settings:
Each trading session has configurable time inputs that let users adjust session start and end times according to their preferred trading hours or market times. This can be customized directly from the input section for more flexibility.
This part of the script visually highlights the different trading sessions (London, New York, Tokyo, Sydney) by coloring the background of the chart based on which session is currently active. This is useful for traders who want to see at a glance when each major market session is open.
Session Definitions:
London Session: Active from 03:00 to 12:00 UTC.
New York Session: Active from 08:00 to 17:00 UTC.
Tokyo Session: Active from 20:00 to 04:00 UTC.
Sydney Session: Active from 17:00 to 02:00 UTC.
Background Colors:
When the London session is active, the background is colored green.
When the New York session is active, the background is colored red.
When the Tokyo session is active, the background is colored yellow.
When the Sydney session is active, the background is colored blue.
EMA Length Settings:
Users can change the length of the EMAs via the len1, len2, and len3 inputs to adjust the sensitivity of each moving average, depending on the user's trading style.
EMA Lengths:
EMA 1 (Blue Line): A short-term EMA with a length of 9 periods, which reacts quickly to price changes.
EMA 2 (Orange Line): A medium-term EMA with a length of 21 periods, providing a balance between short-term and long-term price movements.
EMA 3 (Purple Line): A long-term EMA with a length of 50 periods, smoothing out more of the price data to show long-term trends.
Together, these features provide a comprehensive view of both time-based market activity and trend-following analysis, making this script a valuable tool for traders.
Multi-Timeframe Moving Averages by SPThis script is designed to provide traders with a comprehensive view of moving averages across multiple timeframes and types. It allows you to overlay moving averages from different timeframes (e.g., 5-minute, 15-minute, 60-minute, daily) on your current chart, along with customizable moving averages for the current timeframe. The script supports 7 types of moving averages (SMA, EMA, WMA, Hull MA, VWMA, RMA, TEMA) and includes features like color-coded direction, cross signals, and optional secondary moving averages for advanced analysis.
Key Features
Customizable Moving Averages:
Choose from 7 types of moving averages (SMA, EMA, WMA, Hull MA, VWMA, RMA, TEMA).
Adjust the lookback period for each moving average.
Multi-Timeframe Support:
Overlay moving averages from higher timeframes (e.g., 5-minute, 15-minute, 60-minute, daily) on your current chart.
Color-Coded Direction:
Moving averages change color based on their direction (upward or downward) for easy trend identification.
Optional Secondary Moving Average:
Add a second moving average to identify crossovers and potential trading signals.
Cross Signals:
Visual dots or crosses appear when the primary and secondary moving averages cross, signaling potential entry or exit points.
VWAP Integration:
Includes the Volume-Weighted Average Price (VWAP) for additional context.
User Instructions
Inputs to Configure:
Primary Moving Average:
Set the Moving Average Length (lookback period).
Choose the type of moving average (1=SMA, 2=EMA, 3=WMA, 4=Hull MA, 5=VWMA, 6=RMA, 7=TEMA).
Enable Change Color Based On Direction to visualize trend direction.
Secondary Moving Average (optional):
Enable the Optional 2nd Moving Average toggle.
Set the length and type for the second moving average.
Multi-Timeframe Moving Averages:
Configure the EMA lengths for 5-minute, 15-minute, 60-minute, and daily timeframes.
Cross Signals:
Enable Show Dots on Cross of Both MA's to display cross signals.
How to Use:
Trend Identification: Use the color-coded moving averages to identify the current trend direction.
Crossovers: Look for crossovers between the primary and secondary moving averages as potential entry or exit signals.
Multi-Timeframe Analysis: Observe how higher timeframe moving averages (e.g., daily) align with the current price action for confluence.
VWAP: Use the VWAP line to gauge intraday momentum and potential support/resistance levels.
Tips:
Combine this script with other indicators (e.g., RSI, MACD) for confirmation.
Use the cross signals in conjunction with higher timeframe trends for higher-probability trades.
Experiment with different moving average types and lengths to suit your trading style.
Example Use Cases
Trend Following: Use the primary moving average to identify the trend and the secondary moving average for confirmation.
Crossover Strategy: Enter trades when the primary moving average crosses above/below the secondary moving average.
Multi-Timeframe Analysis: Use the daily moving averages to identify long-term trends while using shorter timeframes for precise entries.
Notes
This script is highly customizable, so feel free to adjust the inputs to match your trading strategy.
Ensure you understand the strengths and limitations of each moving average type before relying on them for trading decisions.
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
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.
Crypto MA + ATR Super AdaptativeThe Crypto MA + ATR Super Adaptative Indicator is designed to help traders identify trend levels and potential support/resistance zones using a dynamic measure of volatility. It calculates a central "Mid Line" (a moving average of the closing prices) and then plots multiple bands (or levels) above and below this line. These bands are spaced using a dynamic Average True Range (ATR) that is adjusted based on recent volatility via a Relative Volatility Factor (RVF).
Key Features
Dynamic ATR Calculation:
Uses a Relative Volatility Factor (RVF) to adjust the short-term ATR based on the dispersion of recent ATR values relative to a longer-term ATR reference. This ensures that the bands widen during periods of high volatility and narrow during periods of low volatility.
Mid Line (Central Moving Average):
A customizable moving average (with options such as SMA, EMA, WMA, RMA, HMA, ALMA) calculated from closing prices, which serves as the central reference for the bands.
Multiple Trend Levels:
Seven levels (both above and below the Mid Line) are plotted. Each level is computed as a multiple (1x through 7x) of the dynamic ATR added to or subtracted from the Mid Line.
Customizable Inputs:
Users can easily adjust the lookback periods for both the Mid Line and ATR calculations, choose the type of moving average, set the base multiplier for the bands, and toggle the display of each individual level.
Time Offset Option:
An offset parameter allows shifting the plotted lines forward or backward in time to better align with the user's charting preferences.
How It Works
Mid Line Calculation:
The indicator computes a moving average (the Mid Line) based on the closing prices using a user-selected method (e.g., EMA).
ATR Calculations:
Short-Term ATR (atrShort): Reflects current volatility over a short period (default is 14 bars).
Long-Term ATR (atrLong): Acts as a volatility reference calculated over a longer period (default is 100 bars).
Relative Volatility Factor (RVF):
First, the standard deviation of the short-term ATR over a specified lookback period (default is 14 bars) is calculated.
The RVF is then computed using the formula:
RVF
=
1
+
(
stdev(atrShort, rvfLength)
atrLong
)
RVF=1+(
atrLong
stdev(atrShort, rvfLength)
)
The Dynamic ATR is derived by multiplying the short-term ATR by the RVF:
Dynamic ATR
=
atrShort
×
RVF
Dynamic ATR=atrShort×RVF
Plotting the Trend Levels:
Each level is determined by adding (for upper levels) or subtracting (for lower levels) a multiple of the Dynamic ATR from the Mid Line. For example, Level 1 is:
Level 1
=
Mid Line
±
(
1.0
×
Dynamic ATR
)
Level 1=Mid Line±(1.0×Dynamic ATR)
This calculation is repeated for up to 7 levels.
User Inputs
Mid Line Settings:
Period: Number of bars for the moving average (e.g., 100).
Type: Moving average type (Options: SMA, EMA, WMA, RMA, HMA, ALMA).
ATR Settings:
ATR Short Period (atrShortLength): Default is 14.
(Reflects current market volatility.)
ATR Long Period (atrLongLength): Default is 100.
(Serves as the volatility reference.)
RVF Lookback Period (rvfLength): Default is 14.
(Used to compute the standard deviation of the short-term ATR.)
ATR Method: Moving average type for ATR calculation (Options: SMA, EMA, WMA, RMA, HMA, ALMA).
Band Multiplier:
Base Multiplier (multBase): Sets the scaling factor for the trend levels (default is 1.0).
Display Options:
Toggle Levels 1 to 7: Option to show or hide each trend level.
Bar Offset: Shifts the plotted lines forward or backward by a specified number of bars.
How to Use
Add to Chart:
Copy and paste the Pine Script code into TradingView’s Pine Editor and add the script to your chart.
Configure Settings:
Adjust the input parameters (such as moving average periods, ATR settings, and band multiplier) to suit your trading style and the instrument being analyzed.
Interpret the Levels:
The Mid Line acts as the central trend indicator.
The plotted bands represent dynamic support and resistance levels that adjust based on recent volatility.
Wider bands indicate higher volatility; narrower bands suggest lower volatility.
Apply in Trading:
Use these dynamic trend levels to help identify potential entry and exit points, confirm trends, or set stop-loss levels. Always combine the indicator with other technical analysis tools and sound risk management practices.
Disclaimer
This indicator is provided for educational purposes only. It is not financial advice, and its performance is not guaranteed. Trading involves substantial risk, and you should use this indicator in conjunction with other forms of analysis and risk management techniques.
Dynamic Trendline (NEW)This indicator marks the last high and lows, easier for verification of trend.