ParabolicSAR+EMA[TS_Indie]🚀 EMA + Parabolic SAR Reversal Trading Strategy
This trading system effectively combines the use of Exponential Moving Averages (EMA) with the Parabolic SAR to identify both price trends and key reversal points. The EMA Fast is used to signal the primary short-term trend, while the EMA Slow acts as a filter for the long-term trend direction. The Parabolic SAR then helps to confirm the reversal signals.
🛠️ Tools Used
1. EMA Fast – Primary Short-Term Trend
2. EMA Slow – Long-Term Trend Filter
3. Parabolic SAR – Reversal Confirmation
🎯 Entry Rules
📈 Buy Setup
1. Trend Filter: EMA Fast > EMA Slow → Uptrend
2. Pullback: Price pulls back and closes below the EMA Fast line.
3. Reversal: Price reverses/pulls back up and closes above the EMA Fast line.
4. SAR Confirmation: The previous Parabolic SAR dot is above the high, and the dot in the current candle is below the low → Reversal signal confirmed.
5. Entry: Enter Buy immediately.
📉 Sell Setup
1. Trend Filter: EMA Fast < EMA Slow → Downtrend
2. Pullback: Price pulls back and closes above the EMA Fast line.
3. Reversal: Price reverses/pulls back down and closes below the EMA Fast line.
4. SAR Confirmation: The previous Parabolic SAR dot is below the low, and the dot in the current candle is above the high → Reversal signal confirmed.
5. Entry: Enter Sell immediately.
💰 Exit Management (Entry, Stop Loss, Take Profit)
1. Entry: Enter the order at the closing price of the signal candle.
2. Stop Loss (SL): Set the Stop Loss at the Parabolic SAR dot.
3. Take Profit (TP): Calculated from the Entry and Stop Loss points, multiplied by the Risk Reward Ratio.
⚙️ Optional Parameters
➭ Custom Risk/Reward Ratio for Take Profit.
➭ Option to add an ATR buffer to the Stop Loss.
➭ Adjustable EMA Fast period.
➭ Adjustable EMA Slow period.
➭ Adjustable Parabolic SAR parameters.
➭ Option to enable Long-only / Short-only positions.
➭ Customizable Backtest start and end date.
➭ Customizable trading session time.
🔔 Alert Function
Alerts display:
➭ Entry Price
➭ Stop Loss Price
➭ Take Profit Price
💡 This strategy allows for many parameter adjustments, such as the MA type, adding/subtracting from the Stop Loss using ATR, and selecting specific sessions for backtesting. If you find interesting or profitable results after adjusting the parameters, please share your comments with other traders!
⚠️ Disclaimer
This indicator is designed for educational and research purposes only. It does not guarantee profits and should not be considered financial advice. Trading in financial markets involves significant risk , including the potential loss of capital.
Moving Averages
Vital Wave 20-50Simplicity is almost always the most effective approach, and here I’m giving you a trend-following system that exploits the bullish bias of traditional markets and their trending nature, with very basic rules.
Rules (long entries only)
• Market entry: When the EMA 20 crosses above the EMA 50 (from below)
• Main market exit: When the EMA 20 crosses below the EMA 50 (from above)
• Fixed Stop Loss: Placed at the price level of the Lower Bollinger Band at the moment the trade is entered.
In my strategy, the primary exit is when the EMA 20 crosses below the EMA 50. However, this crossover can sometimes take a while to occur, and in the meantime the price may have already dropped significantly. The Stop Loss based on the Lower Bollinger Band is designed to limit losses in case the market moves sharply against the position without giving the bearish crossover signal in time. Having two exit conditions makes the strategy much more robust in terms of risk management.
Risk Management:
• Initial capital: $10,000
• Position size: 10% of available capital per trade
• Commissions: 0.1% on traded volume
• Stop Loss: Based on the Lower Bollinger Band
• Take Profit / Exit: When EMA 20 crosses below EMA 50
Recommended Markets:
XAUUSD (OANDA) (Daily)
Period: January 3, 1833 – November 23, 2025
Total Profit & Loss: +$6,030.62 USD (+57.57%)
Maximum Drawdown: $541.53 USD (3.83%)
Total Trades: 136
Winning Trades (Win Rate): 36.03% (49/136)
Profit Factor: 2.483
XAUUSD (OANDA) (12-hour)
Period: March 19, 2006 – November 23, 2025
Total Profit & Loss: +$1,209.56 USD (+11.89%)
Maximum Drawdown: $384.58 USD (3.61%)
Total Trades: 97
Winning Trades (Win Rate): 35.05% (34/97)
Profit Factor: 1.676
XAUUSD (OANDA) (8-hour)
Period: March 19, 2006 – November 23, 2025
Total Profit & Loss: +$1,179.36 USD (+11.81%)
Maximum Drawdown: $246.88 USD (2.32%)
Total Trades: 147
Winning Trades (Win Rate): 31.97% (47/147)
Profit Factor: 1.626
Tesla (NASDAQ) (4-hour)
Period: June 29, 2010 – November 23, 2025
Total Profit & Loss (Absolute): +$11,687.90 USD (+116.88%)
Maximum Drawdown: $922.05 USD (6.50%)
Total Trades: 68
Winning Trades (Win Rate): 39.71% (27/68)
Profit Factor: 4.156
Tesla (NASDAQ) (3-hour)
Total Profit & Loss: +$11,522.33 USD (+115.22%)
Maximum Drawdown: $1,247.60 USD (8.80%)
Total Trades: 114
Winning Trades: 33.33% (38/114)
Profit Factor: 2.811
Additional Recommendations
(These assets have shown good trending behavior with the same strategy across multiple timeframes):
• NVDA (15 min, 30 min, 1h, 2h, 3h, 4h, 6h, 8h, 12h, Daily)
• NFLX (1h, 2h, 3h, 4h, 6h, 8h, 12h, Daily)
• MA (1h, 2h, 3h, 4h, 6h, 8h, 12h, Daily)
• META (1h, 2h, 3h, 4h, 6h, 8h, 12h, Daily)
• AAPL (1h, 2h, 3h, 4h, 6h, 8h, 12h, Daily)
• SPY (12h, Daily)
About the Code
The user can modify:
• EMA periods (20 and 50 by default)
• Bollinger Bands length (20 periods)
• Standard deviation (2.0)
Visualization
• EMA 20: Blue line
• EMA 50: Red line
• Green background when EMA20 > EMA50 (bullish trend)
• Red background when EMA20 < EMA50 (bearish trend)
Important Note:
We can significantly increase the profit factor and overall profitability by risking a fixed percentage per trade instead of a fixed amount. This would prevent losses from fluctuating with changes in volatility.
This could be implemented by reducing position size or adjusting leverage based on the volatility percentage required for each trade, but I’m not sure if this is fully possible in Pine Script. In my other script, “ Golden Cross 50/200 EMA ,” I go deeper into this topic and provide examples.
I hope you enjoy this contribution. Best regards!
Hull VWMA Crossover StrategyA simple variation on the Hull Moving Average which reacts faster to high volume events, making it more responsive in those cases than even the standard Hull average -- CREDIT GOES TO Saolof - -- Edited into a strategy with some more options that im going to continue to refine. LMK if theres any features or confluence you want me to add -- cheers!
RSI + 55 EMA + Volume (SL Marked, No Engulfing)This is to help entering in trades by considering 50 EMA and RSI indicators, Volume is used for confirmations
Paulinho Signals – Cripto 5m/15m com Filtro de LateralidadeThis script is an automated Pine Script v6 strategy designed for short-term cryptocurrency trading, especially on 5-minute and 15-minute timeframes. It combines moving average crossovers, trend strength (ADX), volatility (ATR), and candlestick patterns to generate buy and sell signals with a fixed risk/reward management system.
How to Use:
- Apply to cryptocurrency charts on 5m or 15m timeframes.
- Adjust parameters to fit your preferences (EMA, RSI, ADX, ATR).
- Use for backtesting or as a decision-support tool.
Disclaimer:
This script is for educational purposes only and does not constitute financial advice. Always test on demo accounts before applying to live trading.
SMC Trend Filter Strategy (EMA50/EMA200 + FVG)Overview
This strategy implements a multi-timeframe Smart Money Concept (SMC) trading system designed for intraday and swing trading.
It combines a Daily trend filter, Break of Structure (BOS) detection, Order Block (OB) zones, Fair Value Gap (FVG) confirmation, and an ATR-based trailing stop system to achieve structured and rule-based entries.
The strategy is fully automated for backtesting and allows users to evaluate SMC concepts without repainting or discretionary interpretation.
- Core Components
1. Higher-Timeframe Trend Filter (Daily EMA50/EMA200)
The strategy retrieves D1 data and determines market direction using EMA50 and EMA200:
Uptrend → EMA50 > EMA200
Downtrend → EMA50 < EMA200
Trades are only taken in the direction of the Daily trend to avoid counter-trend setups.
2. Market Structure & Break of Structure (BOS)
The strategy identifies swing highs/lows and detects when price breaks beyond them:
Bullish BOS: price closes above previous swing high
Bearish BOS: price closes below previous swing low
This forms the foundation of SMC market structure recognition.
3. Order Block Zone (OB)
Upon detecting a BOS, the strategy marks the previous candle as a potential Order Block:
For bullish BOS → OB = previous candle’s high/low
For bearish BOS → OB = previous candle’s high/low
The OB zone is visualized using a semi-transparent box extended forward
Aquas TrendIt’s a trend-following crossover system with:
A local fast/slow EMA cross for timing entries
A higher-timeframe EMA filter to only trade in the dominant trend
An ATR-based volatility filter so it only trades when the market is moving
ATR-based stop loss and take profit with fixed RR
It tries to catch swings in the direction of the larger trend and ignore chop.
AlgomaticPro - Trend Sniper (BTC, ETH, SOL) 4H timeframeBest performing coins - BTC, ETH, SOL, ADA, DOGE, AVAX, DOT, NEAR, VET, KAS
Best Performing timeframe - 4H
EMA + RSI Forex StrategyHere is a complete and ready-to-use Pine Strategy Script v5 trading strategy. It’s designed for forex pairs and uses combination of EMA crossover and RSI confirmation to identify high-probability entries. The script includes backtesting capability and adjustable parameters for optimization.
Dami's HMA Strategy"Dami's HMA Strategy: Dynamic Crossover with Momentum Filter"
Key Points to Include:
Foundation: The strategy is based on the Hull Moving Average (HMA), noted for its speed and reduced lag, making it ideal for identifying trend inflection points early.
Enhanced Logic: Unlike a simple moving average crossover, this strategy incorporates a momentum filter. A signal is only triggered if the HMA crossover coincides with a candle moving in the direction of the new trend (bullish candle for Long, bearish candle for Short). This aims to confirm the impulse and avoid false entries during consolidation periods or 'weak' crossovers.
100% Market Coverage System: It is a continuous reversal system. Every new signal (Long or Short) closes the opposite position, ensuring the trader is always positioned in the direction indicated by the HMA.
Complementary Visualization: It includes the 8-Period High/Low Bands (Dami's Bands) to provide visual context of the recent price range, although they do not affect trading orders.
Adjustment and Optimization: The HMA length (hma_len=9 by default) is the key parameter to optimize based on the specific pair and timeframe. Higher values will generate fewer signals and be slower, while lower values (like the current 9) make it more sensitive.
EMA Color Flip Strategy Experimenting on SOL 30 min chart, it seems good!
Let me know what you think!
Trio Strategy w EMA Timing Gate, Early Flip, Clouds and Cross AlMomentum Trio Strategy w EMA Timing Gate, Early Flip, Clouds and Cross Alerts
Short title: Trio EMA Strategy
Concept and Originality
This strategy merges three momentum systems – StochRSI, RSI EMA, and MACD – into one coordinated Trio.
It triggers possible entries only (no exits) when all three align within user-defined windows, with an EMA timing gate for precision and an optional early flip feature if the EMA crosses first.
Optional cooldown and filters reduce false signals.
It also shows green and purple markers when all three momentum indicators cross together, and provides alert notifications on every individual and trio crossover event.
StochRSI-based clouds highlight overbought and oversold areas for quick visual context.
Each part has a defined role:
Trio alignment ensures multi-indicator confirmation.
EMA gate refines timing and enables early trend flips.
Cooldown reduces overtrading.
Filters check price, trend, and volume quality.
Clouds visualize momentum extremes.
Markers show where the Trio crosses.
Alerts notify on all key momentum events.
How It Works
Trio confirmation (core):
StochRSI – percent K and D cross within stochGroupWindow.
RSI – RSI crossing its EMA.
MACD – line crossing signal within macdGroupWindow.
When all three cross up, a green marker appears.
When all three cross down, a purple marker appears.
These mark potential entry points only. Exits are not included.
EMA timing gate:
EMA(5) and EMA(9) define short-term trend.
Longs: EMA(5) greater than EMA(9).
Shorts: EMA(5) less than EMA(9).
Early Flip: when EMA crosses before the trio, a one-time flip can trigger after the chosen cooldown.
Cooldown prevents multiple entries in choppy markets.
Filters include:
Price Filter – restricts entries relative to EMA.
Trend Filter – aligns trades with a longer EMA.
Volume Filter – checks for rising volume.
Overbought and Oversold Clouds:
Red cloud when StochRSI is greater or equal to 80 (overbought).
Green cloud when StochRSI is less or equal to 20 (oversold).
Clouds are for context only, not trade signals.
Alerts trigger on every Trio signal and each individual crossover for StochRSI, RSI, and MACD.
Inputs You Can Tune
RSI, StochRSI, and MACD periods and windows.
EMA gate lengths.
Early-flip toggle and cooldown.
Trio cooldowns.
Filters for price, trend, and volume.
Marker visibility (green and purple).
Overbought or oversold cloud display.
Alert toggles for all cross types.
How To Use
1. Apply to any liquid market such as stocks, crypto, or forex.
2. Choose timeframe.
3. Keep default settings first, then fine-tune windows or cooldowns.
4. Use clouds and markers for entry guidance only. Exits are manual or from another strategy.
5. Enable alerts for real-time notifications of indicator and Trio crosses.
Default Properties Used for Publication (Backtest Transparency)
Initial capital: 100,000 USD – necessary for stock testing so one percent sizing produces realistic order size.
Order size: one percent of equity per trade to keep risk small.
Commission: 0.10 percent per side, realistic for brokers and exchanges.
Slippage: 0.05 percent, equal to roughly one to two ticks on stocks.
Pyramiding: 0.
Execution: on close.
Sample dataset: at least 100 trades across multiple timeframes and markets.
The higher initial capital ensures valid fills for stock testing, while risk stays proportional since position size is percentage based.
Why These Components Work Together
Trio confluence confirms momentum alignment.
EMA gate refines entry timing and allows early reversals.
Cooldown and filters reduce false triggers.
Markers confirm when all three indicators cross together.
Clouds and alerts improve awareness and reaction speed.
The result is a robust entry-only framework that adapts to many markets.
Notes and Limitations
Focused on entry detection only. Exits are manual or external.
For educational use only, not financial advice.
Always test with realistic slippage, fees, and several symbols.
Past results do not guarantee future performance.
Attribution
All logic and structure are original to this publication.
Common Pine functions follow official Pine documentation.
LSI Pro - Enhanced Sweep Lines + Trading StrategyThis is a very powerful and sensitive indicator, it embrace the institutional sweep, signaling the high volumes area with the liquidity areas and levels with bear or bull confirmations.
and more ...
It works very good with most instruments such crypto - forex and stocks.
write me to get access.
Trendviewer_Auctheo.Trendviewer 240 is built for traders who want clearer structure and fewer false starts. It reads higher-timeframe trend strength and turns it into a simple visual map on your active chart. You get precise directional bias, dynamic stop zones that adapt to current volatility, and optional filters that help you stay aligned with momentum instead of fighting it.
The script highlights areas where the trend is shifting, shows you when conditions are supportive for entries, and manages exits using a mix of adaptive levels and tiered targets. Everything is designed to keep your decision-making clean without cluttering the chart or revealing unnecessary details.
If you trade with the higher timeframe in mind but want the execution on the lower timeframe to feel controlled and confident, this tool will fit right in.
Please for free to contact us @theauctiontheorist@gmail.com
Semi-Martingala Sicura 1.20x PROIncrements or a maximum amount of 200. If the previous trade is profitable, the count is reset and the initial amount is resumed. Exit management uses fixed percentage stop loss and take profit, set relative to the entry price. In summary, this strategy aims to capitalize on trend and momentum signals, using a semi-martingale system to increase positions in case of losses, but with precise limits to contain risk. Note: This method aims to be "safer" than a classic martingale, respecting increment limits and a maximum amount.
Comment by saying what you think and what I could change.
Jet Stream V1Jet Stream catches the trends. Forgets the noise and allows you to lock into those big moves.
Wed, Nov 19 2025 V3 - Everything but alerts work.
Moving Average StrategyMA Crossover Strategy - Smarter Entries, Cleaner Trends
This strategy is built around moving averages, but with added flexibility so you can trade the way that feels right for you. Whether you prefer quick crossovers or want full candle confirmation before entering, this setup adjusts to your style.
What This Strategy Does
It looks at how price interacts with a moving average (MA) and lets you choose how strict you want your entries to be.
Multiple Moving Averages to Choose From
Pick the MA type that suits your trading personality:
SMA – Simple and classic
EMA – Smooth and responsive (default)
WMA – Gives more weight to recent data
HMA – Super smooth with less lag
VWMA – Considers volume
RMA – Stable and less jumpy
Two Ways to Enter Trades
1. Crossover Mode (Fast & Responsive)
Enter the moment price crosses the MA:
Long: Price crosses above
Short: Price crosses below
Quick entries - ideal when markets are trending well.
2. Full Candle Confirmation (More Accurate, Less Noise)
Instead of rushing in, you wait for the entire candle to confirm:
Long: Candle OHLC - all above MA
Short: Entire candle stays below MA
This reduces false breakouts and whipsaws, especially in choppy markets.
Optional Trend Filter (Trade With the Larger Trend)
You can add a second, longer MA to make sure you’re trading with the bigger trend.
Long trades only: When short MA > long MA
Short trades only: When short MA < long MA
Turn it on when the market gets noisy. Turn it off when price is clean and trending.
Fully Customizable Settings
Main MA: 40 EMA (default)
Trend Filter MA: 70 EMA
Enable/disable long or short trades
Enable/disable Trend Filter
Switch MA lengths & types anytime
Choose between crossover or confirmed candles
It adapts to intraday, swing, or positional trading.
Clean Exit Rules
All trades exit when an opposite crossover happens.
Simple. Rule-based. Zero overthinking.
Visual Clarity Built-In
Main MA turns green when price is above
Turns red when price is below
Trend filter MA appears in blue when active
Your chart becomes easier to read at a glance.
Best Used In:
Trending markets
Swing or positional setups
When you want cleaner signals and fewer fake breakouts
Full candle confirmation helps especially during sideways periods.
The Logic Behind the Strategy
It blends classic price–MA crossovers with extra optional filters so you get:
Faster entries when you want them
Stronger confirmation when you need safety
Trend alignment for higher probability trades
In simple words:
You catch big moves while avoiding unnecessary noise.
EMA 50/200 Pullback + RSI (BTC/USDT 15m - 2 Bar Logic)I recognize that combining indicators requires clear justification on how the components interact Therefore the new scripts description will explicitly detail the strategys operational logic
Objective The strategy is a Trend Following Pullback System designed for high frequency time frames 15m
Synergy The EMA50 EMA200 defines the primary Trend Direction Trend Filter It then utilizes a 2 Bar Pullback Logic to find an entry point where the price has momentarily reversed against the trendline and the RSI 14 serves as a Momentum Filter RSI greater than 50 for Long RSI less than 50 for Short to minimize false signals
Trinity ATR Strategy (Saty) - Backtest EditionThis is not supposed to be a standalone indicator, but releasing this to give a general overview of what it could do, each commodity and timeframe would need to be back tested. Use in conjunction with other indicators and price action. This is not financial advice and is not a guarantee of financial results.
EMA Cross Strategy v5 (30 lots) (15 min candle only)- safe flip🚀 EMA Cross Strategy v5 (30 Lots) (15 min candle only)— Safe Flip Edition
Fully Automated | Fast | Reliable | Battle-tested
Welcome to a clean, powerful, and automation-friendly EMA crossover system.
This strategy is built for traders who want consistent trend-based entries without the risk of unwanted pyramiding or doubled positions.
🔥 How It Works
This strategy uses a fast EMA (10) crossing a slow EMA (20) to detect trend shifts:
Bullish Crossover → LONG (30 lots)
Bearish Crossover → SHORT (30 lots)
Every opposite signal safely flips the position by first closing the current trade, then opening a fresh position of exactly 30 lots.
No doubling.
No runaway position size.
No surprises.
Just clean, mechanical trend-following.
📈 Why This Strategy Stands Out
Unlike basic EMA crossbots, this version:
✔ Prevents unintended pyramiding
✔ Never over-allocates capital
✔ Works perfectly with webhook-based automation
✔ Produces stable, systematic entries
✔ Executes directional flips with precision
🔍 Backtest Highlights (1-Year)
(Backtests will vary by instrument/timeframe)
1,500+ trades executed
Profit factor above 1.27
Strong trend performance
Balanced long/short behavior
No margin calls
Consistent trade execution
This strategy thrives in trending markets and maintains strict discipline even in choppy conditions.
⚙️ Automation Ready
Designed for automated execution via webhook and API setups on supported platforms.
Just connect, run, and let the bot follow the rules without hesitation.
No emotions.
No overtrading.
No fear or greed.
Pure logic.
ZH1/5-Min Opening Range Breakout Strategy with Market Biasx.com
"ZH1/5-Min Opening Range Breakout Strategy with Market Bias"






















