5min 20 EMA Crosses 200 EMACalculates the EMAs: Computes the 20-period and 200-period exponential moving averages (EMAs) on a 5-minute chart.
Plots the EMAs: Displays the EMAs on the chart, with different colors for easy visualization.
Detects Crossovers: Identifies when the 20 EMA crosses above or below the 200 EMA.
Alerts: Triggers alerts for both crossovers (above and below).
Highlights Crossovers: Changes the background color to green for cross-above and red for cross-below.
المتوسطات المتحركة
Triple Log MA V2.0Description: Modified to migrate and maintain compatibility with the Pine Editor version.
Original Source:
Noro's SMA MTF v2.0Description: Modified to migrate and maintain compatibility with the Pine Editor version.
Original Source:
5EMA : Power Of Stocks (SHORT)5EMA : Power of Stocks (SHORT)
This script is based on the 5EMA strategy developed by Subhashis Pani, a renowned Indian trader known for his insightful approach to the stock market. The strategy combines the 5-period Exponential Moving Average (EMA) and Relative Strength Index (RSI) to generate high-probability short trade signals in trending markets. This version is designed to help traders capture short-term price movements with a clear risk/reward ratio.
How it works:
5 EMA: The 5-period EMA is used to identify short-term trends in the market. The strategy focuses on entering short positions when the price moves below the previous low, signaling a potential downward trend.
RSI (Relative Strength Index): The RSI (set to 14 by default) is used to filter out weak signals by ensuring the RSI is above 60, indicating a strong trend or momentum. This adds an additional layer of confirmation to the short signal.
Short Entry Condition: The entry is triggered when the RSI is above 60, and the price breaks below the low of the previous candle (indicating bearish momentum).
Risk/Reward Ratio: The script allows you to set a customizable risk/reward ratio to manage stop-loss (SL) and take-profit (TP) levels. These levels are plotted on the chart for visual clarity, helping traders to manage their trades more effectively.
Features:
EMA Length: Customizable 5-period EMA length (default 5), which is central to the strategy.
RSI Length : Customizable RSI length (default 14), used to confirm the strength of the trend.
Risk/Reward Calculation: Adjustable risk/reward ratio for determining stop-loss and take-profit points.
Visual Risk/Reward Boxes: Displays boxes on the chart that represent the risk and reward areas, with labels showing the risk (SL) and reward (TP) points.
Historical Data: Option to show or hide historical risk/reward ratios for better analysis.
Alerts: Built-in alerts for key conditions like "No Touch EMA" and "5 EMA Entry" to notify traders of potential trade opportunities.
How to Use:
Set your desired risk/reward ratio and EMA and RSI lengths in the input settings.
The script will plot short entry signals when the criteria are met, and it will display the stop-loss and take-profit levels as colored boxes on the chart.
Use the visual indicators and alerts to stay informed and manage your trades with clear targets.
EMA CROSSOVER STRATEGY DEEP GAWALI//@version=5
indicator("EMA CROSSOVER STRATEGY", overlay=true)
// Input settings for EMA lengths
ema1_length = input.int(10, title="EMA 1 Length")
ema2_length = input.int(20, title="EMA 2 Length")
ema3_length = input.int(50, title="EMA 3 Length")
ema4_length = input.int(100, title="EMA 4 Length")
// Calculate 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)
// Plot EMAs on the chart
plot(ema1, color=color.red, title="EMA 1")
plot(ema2, color=color.blue, title="EMA 2")
plot(ema3, color=color.green, title="EMA 3")
plot(ema4, color=color.purple, title="EMA 4")
EMA BREAKOUT [ 4 ] DEEP GAWALI AM9373//@version=5
indicator("4 EMA Indicator", overlay=true)
// Input settings for EMA lengths
ema1_length = input.int(10, title="EMA 1 Length")
ema2_length = input.int(20, title="EMA 2 Length")
ema3_length = input.int(50, title="EMA 3 Length")
ema4_length = input.int(100, title="EMA 4 Length")
// Calculate 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)
// Plot EMAs on the chart
plot(ema1, color=color.red, title="EMA 1")
plot(ema2, color=color.blue, title="EMA 2")
plot(ema3, color=color.green, title="EMA 3")
plot(ema4, color=color.purple, title="EMA 4")
Signals & Overlays This script includes:
EMA Fast and Slow: Two exponential moving averages for trend detection.
ATR-based Bands: Dynamic support and resistance levels based on ATR.
Buy/Sell Signals: Generated when EMA Fast crosses over or under EMA Slow.
Overlays and Background: Visualization of trend with EMAs, bands, and a color-coded background.
Alerts: Configurable alerts for buy and sell signals.
Tradingsignale Growth-Aktien (WOCHENCHART)
Tradingsingale für Growth-Aktien
Dieser Indikator wurde speziell für langfristiges Growth-Trading entwickelt und basiert auf dem exponentiellen gleitenden Durchschnitt (EXP30). Er gibt klare Kauf- und Verkaufssignale aus und bietet visuelle Unterstützung zur Risikokontrolle.
Signale:
Kaufsignal (BUY): Ein Kauf wird ausgelöst, wenn ein neues Hoch das alte Hoch überschreitet und der Kurs die EXP30-Linie nach oben durchbricht.
Verkaufssignal (SELL): Ein Verkauf wird ausgelöst, wenn der Kurs die EXP30-Linie nach unten durchbricht und der Trend gebrochen ist (negative Steigung der EXP30-Linie).
EXP30-Linie: Grün: Positiver Trend (Aufwärtstrend). Rot: Negativer Trend (Abwärtstrend).
Dynamische Stop-Loss-Linien: drei orangefarbene gepunktete Linien repräsentieren dynamische Stop-Loss-Werte bei -5 %, -10 %, und -15 % unter dem EXP30 (Sicherung von Gewinnen)
Chart-Anforderungen: Der Indikator ist für Wochencharts optimiert und benötigt mindestens 2 Jahre historische Daten, um korrekt zu funktionieren.
Anmerkung: Zur Bestätigung des BUY-Signals kann zusätzlich verwendet werden ...
a) ... das Volumen (min. 10% - 20$ über dem Durchschnitt der letzten 20 Tage)
b) ... Sektor- und Markt-EXP30 sind intakt
Trading Signals for Growth Stocks
This indicator is specifically designed for long-term growth trading and is based on the exponential moving average (EXP30). It provides clear buy and sell signals and offers visual support for risk management.
Signals:
Buy Signal (BUY): A buy is triggered when a new high surpasses the previous high, and the price breaks above the EXP30 line.
Sell Signal (SELL): A sell is triggered when the price breaks below the EXP30 line, and the trend is broken (negative slope of the EXP30 line).
EXP30 Line: Green: Positive trend (uptrend). Red: Negative trend (downtrend).
Dynamic Stop-Loss Lines: Three orange dotted lines represent dynamic stop-loss levels at -5%, -10%, and -15% below the EXP30 (used for securing profits).
Chart Requirements: The indicator is optimized for weekly charts and requires at least 2 years of historical data to function correctly.
Note: To confirm the BUY signal, the following can additionally be used:
a) Volume: At least 10% - 20% above the average of the last 20 days.
b) Sector and Market EXP30 are intact.
Azlan MA Silang PRIMEAn advanced trend-following and momentum-based indicator for professional traders.
Azlan MA Silang PRIME combines multiple timeframe trend analysis with precise MA crossover strategies to deliver accurate buy and sell signals. This indicator is designed for traders who require robust tools for trend confirmation, minimizing false signals, and optimizing entry and exit strategies.
Key Features:
• Customizable Moving Averages: Adjust lengths, types (SMA, EMA, WMA, LWMA), and price sources (OHLC/HL/2 variants).
• Higher Timeframe Confirmation: Automatically syncs with selected higher timeframes to validate trends and reduce noise.
• Prime Strike Alerts: Get notified when all or more than 1 Prime Strike Candle Gauge (PSCG 1, PSCG 2, PSCG 3) align in the same direction, signaling a strong trend. Use for M1 timeframe only.
• Signal Refinement: Avoid signals when price violates key levels, such as higher timeframe MA thresholds.
• Alert Customization: Select between initial crossover alerts, Prime Strike alerts, or both for tailored notifications.
Use Cases:
• Trend Identification: Quickly determine market trends across multiple timeframes for more informed decision-making.
• Entry/Exit Precision: Use refined buy/sell signals to improve your timing and maximize profitability.
• Risk Management: Minimize false entries by confirming signals against higher timeframe trends.
The Azlan MA Silang PRIME indicator is a powerful tool designed to provide highly accurate entry signals by analyzing both higher and lower timeframes. Follow the steps below to use the indicator effectively:
1. General Setup
• Add to Chart: Apply the indicator to your chart in TradingView.
• Inputs: Customize the Moving Average (MA) types, lengths, and price sources in the settings according to your strategy.
• Timeframe Selection:
o Use the current chart timeframe for detailed entry and exit signals.
o Select a higher timeframe (HTF) in the settings to follow trend alignment for a broader market view.
2. Understanding Signals
• Buy Signals:
o A green "BUY" label will appear when the lower timeframe MA1 crosses above MA2, and the higher timeframe is in an uptrend.
o Valid only if the price is above the higher timeframe’s MA2.
• Sell Signals:
o A red "SELL" label will appear when the lower timeframe MA1 crosses below MA2, and the higher timeframe is in a downtrend.
o Valid only if the price is below the higher timeframe’s MA2.
Note: If the price is on the opposite side of the higher timeframe’s MA2, no signals will be generated to avoid false entries.
3. Using the 'Chart' Timeframe
When focusing only on your current chart’s timeframe:
• Ensure MA1 and MA2 are configured to match your strategy.
• Look for crossovers between MA1 and MA2 for potential entry points.
• Alerts will trigger based on the alert type selected:
o Initial Signals Only: Get alerts for the first crossover after confirmation.
o Prime Strike Only: Receive alerts when all lower timeframes align in the same trend direction.
o Both: Get alerts for both types of conditions.
4. Combining Lower Timeframe (LTF) and Higher Timeframe (HTF)
For higher accuracy, use a dual timeframe approach:
• Higher Timeframe (HTF):
o Select a higher timeframe (e.g., H1 or H4) in the indicator settings.
o HTF MAs (MA1 and MA2) define the primary trend direction.
o The background will change to green (uptrend) or red (downtrend) to visually confirm the HTF trend.
• Lower Timeframe (LTF):
o Signals will be filtered based on the HTF trend.
o For buy signals, the lower timeframe must confirm the uptrend (price above HTF MA2).
o For sell signals, the lower timeframe must confirm the downtrend (price below HTF MA2).
5. Interpreting Prime Strike Signals (M1)
Prime Strike signals analyze multiple timeframes (e.g., M1, M5, M15) for alignment:
• Buy Prime Strike:
o All selected timeframes (M1, M5, M15) must indicate an uptrend.
o A strong "Prime Strike UP" alert will trigger for immediate action.
• Sell Prime Strike:
o All selected timeframes (M1, M5, M15) must indicate a downtrend.
o A strong "Prime Strike DOWN" alert will trigger for immediate action.
6. Alerts
• Enable Alerts: Set up alerts in TradingView by clicking on the "Alerts" tab and selecting "Azlan MA Silang PRIME."
• Alerts include:
o Higher timeframe trend changes (e.g., "HTF changed to UPTREND").
o Buy/Sell signals based on lower timeframe MA crossovers aligned with HTF trends.
o Prime Strike alerts when all lower timeframes align.
7. When to Use Higher Timeframes
• Swing Trades: Follow the HTF trend (e.g., H4, D1) for entries.
• Avoid False Signals: HTF trend alignment ensures that LTF signals are reliable.
• Trend Confirmation: Use HTF as a filter to confirm market direction.
8. When to Use Lower Timeframes
• Scalping/Day Trading: Focus on lower timeframes (e.g., M1, M5) for faster signals.
• Early Entries: Lower timeframes allow quicker entry before HTF trends are fully established.
• Signal Filtering: Ensure the price is aligned with the HTF trend (above/below HTF MA2) to avoid invalid signals.
9. Best Practices
• Backtest First: Test the indicator on historical data to understand its behavior.
• Avoid Overtrading: Use the Prime Strike feature to wait for alignment across timeframes.
• Combine with Other Tools: Use support/resistance, volume analysis, or other indicators to validate entries.
With these instructions, you can maximize the effectiveness of the Azlan MA Silang PRIME indicator for any trading style. Happy trading!
Notes:
• Suitable for professional traders who can integrate this tool into their existing strategies.
• Not recommended for beginners due to the complexity of configurations.
MACD_SMA LineSimple MACD_SMA Line to assist with buying/selling/regression indication. Original code credited to 'ChartArt' MACD + SMA 200 strategy indicator.
VWAP and Moving AverageVWAP and Moving Average Combined, accurate and all you could possibly want and need.
Combined Moving Average, VWAP, and Trading SessionsCombined Moving Average, VWAP, and Trading Sessions
Simple MA Crossover by Auto MarketsSimple MA Crossover by Auto Markets is a user-friendly tool designed to help traders identify potential entry and exit points using a moving average crossover strategy. It provides visual buy and sell signals, making it perfect for beginner and experienced traders alike.
Key Features:
• Plots short-term and long-term moving averages on your chart.
• Highlights buy (green) and sell (red) signals when moving averages cross.
• Fully customizable moving average lengths.
• Includes Auto Markets branding for credibility and trust.
How to Use:
1. Adjust the short and long moving average lengths to match your trading style.
2. Look for buy signals (when the short MA crosses above the long MA) and sell signals (when the short MA crosses below the long MA).
3. Incorporate the signals into your trading strategy for optimal results.
About Auto Markets:
Developed by Auto Markets, a trusted name in trading solutions. Visit us at www.automarkets.co.uk for more tools and insights.
3 Vs 1 AF with AlertsThis indicator can put 3 ema's & 1 ma. This can free up your cuota indicator limit to put on your chart. Happy trading
Yo! Check Out My Bitcoin Neural AI Trading StrategyHey guys and gals, I’ve been working on this trading strategy for Bitcoin, and I’m super excited to share it with you. It’s called the "BITCOIN BTC Neural AI Strategy," and it’s like a mashup of some classic indicators—RSI, MACD, and EMA—mixed together into one cool system. Think of it as your trading buddy with a brain. This is the strategy script, but I also have the indicator script which can be used to automate buy and sell signals directly to your phone, email, or your bot.
What It Does
Okay, so here’s the deal. This script takes:
RSI: Measures momentum (like, is the market pumped or tired?).
MACD: Checks if momentum is gaining or slowing (super handy for spotting moves).
EMA: Follows the big trend (like the market’s vibe over time).
Then, it smooshes all this data together and spits out a single number I call the Neural Proxy Value. If the value goes above 0.5, it’s like, “Go long, bro!” And if it drops below -0.5, it’s telling you, “Time to short.”
Backtest Results
Okay, let’s get real—backtesting matters. Check out the results for yourself in the attached performance summary. Some notables:
I included slippage & I included commission.
26% net profit
The profit also seems somewhat consistent which I think is the most important notable in the performance.
Large number of trades :)
Here’s the setup I use:
The script is ready for BITCOIN and I deploy it on the 1 hour timeframe because I feel like you 1 hour bars get enough data to make solid judgements.
How to Use It
Look at the Neural Proxy line—it’s color-coded and easy to spot.
Long when the line goes over 0.5. Short when it dips below -0.5.
Combine it with your own analysis or other tools to confirm the signals
Why You’ll Love It
This isn’t just another copy-paste of popular indicators. It’s like a cheat code that combines them into one number you can actually use. Plus, you can adjust it however you want. It’s great for people who like flexibility but don’t want to overcomplicate things.
Cipher DCA Strategy70% + Accurate trading strategy, tailored for swing trading and Dollar-Cost Averaging (DCA) approach to build positions during bearish or oversold market conditions.
Here's how it works:
Market Entry: The script identifies optimal entry points by pinpointing when stocks are in an oversold state, making it an ideal time to buy. This is crucial for accumulating assets at lower prices, setting the stage for significant gains as the market rebounds.
Position Accumulation: By utilizing DCA, the strategy allows you to buy into the market in increments, reducing the impact of volatility and helping to mitigate risk during market downturns.
Swing Trading: Once the market begins to show signs of recovery, the strategy shifts to swing trading mode. It captures the upward momentum by holding positions through the market's upswing, aiming to sell near the peak of the bull market.
Market Exit: The indicator not only helps in buying low but also in selling high, guiding you to exit positions near what could be the top of the market cycle.
Predictive Ranges, SMA and RSI based strategyThis strategy combines three powerful technical indicators: Predictive Ranges, Simple Moving Average (SMA), and Relative Strength Index (RSI), to help identify potential market entry and exit points.
Key Features :
Predictive Ranges: The strategy utilizes predictive price levels (such as support and resistance levels) to anticipate potential price movements and possible breakouts. These levels act as critical points for making trading decisions.
SMA (Simple Moving Average) : A 200-period SMA is incorporated to determine the overall market trend. The strategy trades in alignment with the direction of the SMA, taking long positions when the price is above the SMA and short positions when it is below. This helps ensure the strategy follows the prevailing market trend.
RSI (Relative Strength Index) : The strategy uses the RSI (14-period) to gauge whether the market is overbought or oversold. A value above 70 signals that the asset may be overbought, while a value below 30 indicates that it might be oversold. These conditions are used to refine entry and exit points.
Entry & Exit Logic :
Long Entry: The strategy enters a long position when the price crosses above the predictive resistance level (UpLevel1/UpLevel2), and RSI is in the oversold region (below 30), signaling potential upward movement.
Short Entry: The strategy enters a short position when the price crosses below the predictive support level (LowLevel1/LowLevel2), and RSI is in the overbought region (above 70), signaling potential downward movement.
Exit Strategy : The exit levels are determined based on the predictive range levels (e.g., UpLevel1, UpLevel2, LowLevel1, LowLevel2), ensuring that trades are closed at optimal levels. A stop loss and take profit are also applied, based on a user-defined percentage, allowing for automated risk management.
Strategy Advantages:
Trend Following: By using SMA and predictive ranges, this strategy adapts to the prevailing market trend, enhancing its effectiveness in trending conditions.
RSI Filtering: The RSI helps avoid trades in overbought/oversold conditions, refining entry signals and improving the likelihood of success.
Customizable: Traders can adjust parameters such as stop loss, take profit, and predictive range levels, allowing them to tailor the strategy to their preferred risk tolerance and market conditions.
This strategy is designed for traders who prefer a combination of trend-following and mean-reversion techniques, with a focus on predictive market levels and essential momentum indicators to improve trade accuracy.
Support my work through donations!
Solana (SOL) wallet address: 3wRoqskFtrrbkGFXYWEYHNbEzaYifAk6GbojmEbR9iRq
Multi Time Frame 200 EMA with Gradient BandDisplays 1 minute, 3 minute, 5 minute, and 15 minute 200 EMA regardless of current time frame.
Displays 9 SMA and 20 EMA on current time frame as a gradient band.
Improved EMA Crossover StrategyImproved EMA Crossover Strategy for XAU/USD
This trading strategy utilizes a classic Exponential Moving Average (EMA) crossover system, enhanced with dynamic risk management features tailored for trading XAU/USD (Gold). The strategy seeks to capitalize on momentum shifts in the market by identifying potential entry and exit points based on the interaction of two EMAs.
EMA Smoothed RSI 30 and RSI 14This Indicator plots EMA Smoothed RSI 14 and RSI 30 and the angular elevation / declination over a user inputted lookback period. 14 crossing 30 creates opportunities to be looked in conjunction with other confluences (Price Action, Volume, etc.)
My second attempt to give back to my TV community. As always, be critical of my work. And I will try my best to incorporate all suggestions!
MarktQuants Supertrend"MarktQuants Supertrend" is an indicator designed to help traders visualize market trends using a combination of moving averages and dynamic range calculations. It adapts to market conditions, providing insights into potential trend directions:
Trend Identification:
Utilizes a customizable moving average (MA Type) with options like SMA, EMA, SMMA, WMA, VWMA, TEMA, DEMA, LSMA, HMA, or ALMA to smooth price action.
Calculates a dynamic range based on the highest high over a specified period (Length), adjusted by multipliers (Multiplier Alpha and Multiplier Beta).
Signal Generation:
The indicator assesses price relative to both the moving average and the calculated range (Average Range or Lookback Alpha and Beta).
Scores are computed to determine if the price action suggests a long (bullish) or short (bearish) trend via crossover signals from these scores.
Visual Indicators:
Candlesticks: The color changes based on the trend direction; greenish for long conditions and purplish for short conditions, enhancing visual trend recognition.
Moving Average Line: Plotted in semi-transparent color matching the trend, with a bold line for clarity.
Range Indicator: A line representing the average range, filled with semi-transparent color to show potential support or resistance levels.
Customization:
Users can toggle between using the average range or specific lookback periods for trend signals via the Use Average Range option.
Adjustable parameters for the moving average and range calculations allow for fine-tuning to various market instruments or trading styles.
Inputs:
Range Settings:
Length: Defines the period for calculating the highest high.
Lookback Alpha & Lookback Beta: Different lookback periods for range calculation.
Multiplier Alpha & Multiplier Beta: Multipliers for adjusting the range.
Use Average Range: Switch to use average or specific range for signals.
Color Inputs: Select the bullish and bearish colors based on the users personal preference.
Moving Average Settings:
Type: Choice of moving average type.
Length: Length of the moving average.
Source: The price source for the moving average calculation (default is close price).
Note: This indicator is best used alongside other analysis tools to confirm trends and signals. Always consider the broader market context.
This description should meet TradingView's standards for indicator descriptions, providing clear context, functionality, and customization options to potential users.
shakeout checker Amitthis is for checking shakeout made by amit soni
this is for private use and maybe not many people will undertand this