OneTrend EMAThis strategy uses exponential moving averages (EMA) to define market trend direction and employs a dynamic ATR-based threshold adjusted by a custom ADX calculation to generate bullish (blue) and bearish (pink) zones.
It enters long positions when the fast EMA exceeds the threshold (blue zone) and exits when it falls below the threshold (pink zone), providing clear, rule-based signals for trend-following trades.
Pros include adaptive thresholding that reflects market volatility and trend strength, while cons are potential lag in sideways or choppy markets and susceptibility to whipsaws in volatile conditions.
Exponential Moving Average (EMA)
Multi-Indicator Swing [TIAMATCRYPTO]This strategy uses a combination of seven powerful technical indicators to identify potential buy and sell signals for swing trading. By requiring confirmation from multiple indicators, the strategy aims to filter out false signals and capture meaningful price movements.
Indicators Used
EMA Crossover - Fast and slow exponential moving averages to identify trend direction
MACD - Momentum indicator showing the relationship between two moving averages
RSI - Measures speed and change of price movements to identify overbought/oversold conditions
Parabolic SAR - Identifies potential reversal points in price movement
Supertrend - Combines trend and volatility to generate clear buy/sell signals
ADX - Measures trend strength to filter out low-conviction signals
Liquidity Delta - Analyzes bid/ask volume imbalances to detect potential market direction
Usage Recommendations
Timeframe Selection: This strategy works best on 1-hour to daily timeframes for swing trading
Market Application: Most effective in trending markets with clear directional bias
Optimization: Test different indicator combinations to find what works best for specific markets
Risk Management: Consider adding stop-loss and take-profit levels based on your risk tolerance
Notes
The strategy uses a clean interface that displays only buy/sell signals for clearer chart analysis
An information panel shows active indicators and testing period
All calculations are performed even for disabled indicators but they won't affect signal generation
The backtesting period can be adjusted according to your analysis needs
This multi-indicator approach to swing trading aims to provide high-quality signals by requiring confirmation from multiple technical perspectives, potentially reducing false signals and improving overall trading results.
Short Below 20 EMA with Exit Above Prior High - 15 Mintake entry on price cross below 15 min 20 ema and exit on reversal of candle close above previous 15 min candle
NQ EMA Pullback Strategy [1min]📈 Strategy Name: Momentum Pullback with Trend Confirmation
🛠 Indicators Used:
9 EMA (fast)
20 EMA (medium)
50 EMA (trend)
✅ Trade Setup – Long Entry:
Trend Confirmation:
9 EMA > 20 EMA > 50 EMA (all stacked bullish)
Price must be above the 50 EMA
Pullback Entry:
Wait for a pullback where price touches or dips slightly below the 20 EMA.
9 EMA must remain above the 20 EMA.
Entry Trigger:
Enter long when a bullish candle closes above the 9 EMA after the pullback.
Stop Loss:
Below the swing low of the pullback or below the 50 EMA, whichever is tighter.
Take Profit:
Use a 2:1 reward-to-risk ratio or exit when price extends significantly above the 9 EMA and shows signs of reversal (e.g., bearish engulfing candle).
❌ Short Entry (Opposite Conditions):
Trend Confirmation:
9 EMA < 20 EMA < 50 EMA (stacked bearish)
Price must be below the 50 EMA
Pullback Entry:
Price touches or breaks slightly above the 20 EMA
9 EMA stays below 20 EMA
Entry Trigger:
Enter short when a bearish candle closes below the 9 EMA after the pullback.
Stop Loss:
Above the swing high or the 50 EMA.
Take Profit:
2:1 reward-to-risk ratio or when price stretches far from 9 EMA and stalls.
🔄 Optional Filters:
Volume Spike: Confirm entry with a volume increase.
Time Filter: Trade only between 9:45 AM – 11:30 AM EST and 1:30 PM – 3:30 PM EST (avoid lunch hour and opening volatility).
Ultimate Multi EMA🔹 Ultimate Multi EMA + HTF Bias Line
This script plots four customizable EMAs (8, 21, 50, 200) with flexible colors and line widths.
It also adds an automatic Higher Timeframe (HTF) EMA line:
On the Daily timeframe: shows the Weekly EMA.
On lower timeframes (like 1-minute): shows the Daily EMA.
The HTF EMA helps to easily identify market bias.
All colors and thicknesses can be adjusted in the settings.
Default settings:
EMA 8 (green)
EMA 21 (gold)
EMA 50 (blue)
EMA 200 (black)
HTF EMA (lilac)
MA CrossAlert [AlchimistOfCrypto]// 📈 MA Crossover 🚀
// This powerful indicator tracks two customizable moving averages with beautiful gradient fills ✨
// Features:
// ✅ Multiple MA types: SMA, EMA, WMA, VWMA, RMA, HMA, TEMA
// 🌈 8 color themes with adjustable opacity
// 🔄 Real-time crossover signals with alerts
// 📊 Smart gradient fill visualization between MAs
// 🛠️ Fully customizable parameters for professional traders
// 🔔 Built-in alerts for bullish and bearish signals
// Perfect tool for trend identification and trading decisions! 💹
RSI-WMA + EMA Trend Filter | SL/TP DynamicA Simple Edge in Trending Markets
Base on RSI & WMA (RSI) Cross with EMA for trend filter.
MQSA EMA (9/15/55/100)Four essential EMAs: 9, 15, 55, 100.
Stylish color coding for quick trend reading.
Clean chart appearance — no clutter, pure focus.
Designed for traders who value both functionality and luxury visuals.
Recommended for:
Trend following
Entry timing and confirmation
Swing and intraday trading
Thank you :)
MA 7/25/99 tool using 3 MAs: 7, 25, and 99. Candle colors highlight bullish and bearish conditions relative to MA7. Designed for crypto traders looking for clean and fast setups."
COTE 1composite scan of bist stocks
You can set the condition in the screening code as you wish according to the data defined in the code.
Swing Trade EMA StrategyJust a good old EMA5 cross up/down EMA15 system ; great with EMA200 Trend Filter. Simple as that.
MA Crossover Crossunder Strategy [UOI]Simple MA Crossover Crossunder Strategy Tester
📌 Purpose:
This strategy is designed to backtest and automate entries and exits based on the crossover and crossunder of two configurable moving averages. It provides traders with flexibility in selecting the moving average type and length to adapt the system to various market conditions and asset classes. To see the win ratio of each strategy (different length and different MA type) click on Strategy tester below the chart (at the bottom of the page).
🟦 Does it work?
Short answer: No — not on its own.
Unless you have a solid understanding of volume and price action, and you implement effective stop-loss and take-profit rules, the win ratio is typically poor for automated trading. However, incorporating other market dynamics can help improve the strategy's performance.
⚙️ Core Features:
🟦 User-Defined Inputs:
shortLength: Length for the short-term moving average (default: 10)
longLength: Length for the long-term moving average (default: 50)
maType: Type of moving average to apply (options include: "SMA", "EMA", "WMA", "VWMA", "RMA", "HMA")
🧮 Moving Average Function (ma):
The strategy includes a custom ma() function that dynamically computes the moving average of the selected type:
SMA (Simple Moving Average)
EMA (Exponential Moving Average)
WMA (Weighted Moving Average)
VWMA (Volume-Weighted Moving Average)
RMA (Running Moving Average / SMMA)
HMA (Hull Moving Average): Calculated using the WMA of a de-trended intermediate series with a square root length for faster response and reduced lag.
This design allows users to test multiple MA methodologies without rewriting code.
🟧 Entry & Exit Logic:
✅ Long Entry:
Triggered when the short-term MA crosses above the long-term MA (ta.crossover()).
Any existing short positions are closed immediately.
❌ Short Entry:
Triggered when the short-term MA crosses below the long-term MA (ta.crossunder()).
Any existing long positions are closed immediately.
This structure ensures that only one active position (long or short) is held at any given time, making the strategy fully reversible and directional.
📊 Visual Representation:
Both MAs are plotted on the chart for visual confirmation.
Short MA: Blue
Long MA: Orange
The chart overlays allow for easy manual verification of signal points and trend alignment.
📈 Execution Parameters:
The strategy uses strategy.percent_of_equity for position sizing, set to 100% of account equity per trade.
Works on any timeframe — users can switch chart resolution for different backtesting horizons (scalping to swing trading).
For instance Try VWMA 10 over 50 with SPX on 30 and 45 minutes time frame and you will see great results. But if you try that with SPY you will get different win ratio.
❌ Do you recommend using a moving average crossover strategy?
❌ No — I use it only as confirmation alongside other indicators.
❌ Only traders with contextual knowledge of price action and volume analysis should use MA strategies.
Top & Bottom Search ~ Experimental Top & Bottom Search ~ Experimental
This script is designed to identify potential market reversal zones using a combination of classic candlestick patterns (Piercing Line & Dark Cloud Cover) and trend confirmation tools like EMA positioning and optional RSI filters.
Core Features:
Detects Piercing Line and Dark Cloud Cover patterns.
Optional EMA filter to confirm bullish or bearish alignment.
Optional RSI filter to confirm oversold or overbought conditions.
Visual plot of the selected EMA (customizable thickness & color).
Clean and toggleable inputs for user flexibility.
Customizable Settings:
Enable/disable EMA confirmation.
Enable/disable RSI confirmation.
Choose whether to display the EMA on the chart.
Adjust EMA period, RSI thresholds, and candle visuals.
Note:
This is an experimental tool, best used as a supplement to your existing analysis. Not every signal is a guaranteed reversal—this script aims to highlight potential turning points that deserve closer attention.
I HIGHLY recommend using this in coherence with many other indicators in a robust system of indicators that meet your desired time frames and signal periods.
NOTES*
1.) An alternative way to view this indicator is as a "Piercing & Dark Cloud Candle Indicator/Strategy w/ EMA & RSI Logic - Either EMA or RSI Logics are Optional."
2.) When toggling between the RSI and EMA Filters, the default is set to RSI filter applied, however you cannot have both RSI signals and EMA filters on the chart at the same time, it can only be one or the other. So be aware that if you have EMA filter ON and select RSI filter, it will only be displaying the RSI filtered outputs. The ONLY WAY to see the EMA filtered outputs is to only have the EMA filter box checked and NOT the RIS filter box.
3.) Clarity: The display image above for the indicator is with only the RSI filter setting on. EMA filter is an option as well that I recommend considering when conducting trades/analysis.
Basic/Fractal Engulfing Candle Filtered EMA/ATRBasic/Fractal Engulfing Candle Filtered EMA/ATR
This clean and flexible indicator is designed to highlight high-probability engulfing candle patterns by applying a smart combination of filters based on ATR, EMA, and fractal swing high/low logic.
Engulfing candles are commonly used for spotting potential trend reversals or momentum continuation zones—but without proper filtering, they can produce noise. This script enhances reliability by giving traders control over:
ATR Filter: Limits signals to candles within a specific size range relative to the Average True Range, filtering out excessive volatility.
EMA Filter: Confirms trend direction using an exponential moving average. Engulfing candles are only valid if aligned with or against the EMA depending on user configuration.
Fractal Swing High/Low Filter: Requires engulfing candles to occur near local highs (for bearish setups) or lows (for bullish setups), identifying potential turning points in market structure.
Highlights:
Fully customizable with intuitive inputs
Clean chart visuals with triangle markers for bullish (🟦 aqua) and bearish (🟪 fuchsia) engulfing signals
Adaptive EMA color changes based on price position (above = bullish, below = bearish)
Perfect for traders who want a smarter engulfing candle tool that adapts to market conditions, price structure, and trend confirmation.
*Highly recommend using this in confluence with many other indicators of my own/your liking.
*You can use this very well on memecoins and alt coins, works for trading, swing trading, and long term analysis. Lower time frames recommended.
*includes alerts functionality.
Market Regime Detection – Breakout/down w/ ADX & EMA Filter Market Regime Detection – Breakout/down w/ ADX & EMA Filter
By: alphainvestor123
This indicator helps you visually detect whether the market is in a trending or mean-reverting regime by combining:
Core Logic:
Breakouts: Price exceeds recent highs (or lows), suggesting trending behavior.
EMA Filter: Confirms bullish or bearish bias based on price vs. EMA.
VHF (Vertical Horizontal Filter): Measures the trend strength.
VHF value is multiplied by 1000 in the event you wish to display it onto your
BTC
or Crypto chart, it will be visible on your chart, no need to scroll down to see.
VHF ≥ 3333 = Trending Regime
VHF ≤ 3333 = Mean-Reverting / Rangebound
Key Features:
- Plot of recent high/low breakout levels.
- Background highlights breakout signals (trending market).
- Optional background for breakdown signals (non-trending market).
- Optional VHF and EMA plots for further confirmation.
- Adjustable inputs to control signal sensitivity and chart visuals.
Inputs:
Lookback Periods for breakout/breakdown
EMA Length and Line Thickness
Toggle VHF/EMA/Signal Display
Custom Colors for bullish/bearish trends
Ideal Use Cases:
Determining market regime
Filtering for momentum/trend continuation setups
Avoiding false signals in mean-reverting market conditions
*Best used on 1D chart as seen on the sample display, I find this most useful for detecting long term trend breakouts/breakdowns and mean reverting regimes.
*to clarify:
breakouts/trend regimes can only be marked if:
1. Candle has the highest high out of the last 40 bars (default indicator setting, can be customized by user)
2. EMA on the desired asset is bullish
3. ADX is >= a value of 3,333
Visa versa logic for breakdowns/mean reverting regime detection.
RSI-WMA + EMA Trend Filter | SL/TP DynamicVery simple base on the trend from EMA and the signal-trigger from RSI-WMA
EMA Technical Analysis with Reversal ZonesKey Features:
1. EMA Analysis:
• Plots multiple EMAs: 5, 9, 13, 21, 50.
• Highlights bullish/bearish crossovers:
• EMA 5/13 crossover
• EMA 9/21 crossover
• Crossovers are marked with colored circles on the chart.
2. VWAP (Volume-Weighted Average Price):
• Custom color changes based on price relation:
• Green if above
• Red if below
3. MACD:
• Customizable MACD settings.
• Evaluates both signal line crossover and MACD > 0 condition.
• Displayed in the table for quick trend strength checks.
4. PSAR (Parabolic SAR):
• Plotted as dots with color change based on price relation.
5. RSI & Bollinger Bands:
• RSI helps gauge momentum.
• Bollinger Bands mark overbought/oversold extremes.
• Close proximity to upper/lower bands is highlighted with custom logic.
6. ADX (Trend Strength):
• Assesses whether the market is trending strongly.
• Indicates bullish or bearish strength with arrows or dots in the table.
7. SPX/VIX Market Sentiment Integration:
• Uses SPX (S&P 500) and VIX data for additional context.
• Custom coloring for fear/greed scenarios.
8. Dynamic Status Table:
• Located at a user-defined screen position.
• Displays real-time conditions for all indicators.
• Uses colored dots/arrows for quick scanning.
9. Reversal Zones:
• Uses Bollinger Bands + RSI to define:
• Oversold (Red Background)
• Overbought (Green Background) zones
10. Confirmation Zones:
• Combines EMA and MACD crossovers for:
• Bullish confirmation (Green Background)
• Bearish confirmation (Red Background)
11. Alerts:
• Built-in alerts for:
• EMA crossovers
• Deep overbought/oversold
• Confirmation signals
Ultimate Ema RibbonEma Ribbon with two parts ema 12 and ema 20 to ema 100 and then ema 150 to 200 with increments of 5 and colored to show trend and make it easy to see the 20ema in red, 50ema in white.
EMA Crossover StrategyEma crossover with ovtlyer exit criteria. If price is over 50 EMA enter, if price drops below 10 ema at any point exit. Inversed if bearish
EMA & WMA 20 - 50 - 100 - 200EN/ It shows 20 / 50 / 100 / 200 Daily EMA's,
Also it shows 50 / 100 / 200 Weekly EMA's but no 20 Weekly EMA because it is equal to 100 Daily EMA already. Same rules apply to WMA.
1H 200 EMA with Custom Bounce Signal1 Hour 200 EMA with signals
No complication, as simple as possible