That Awesome StrategyThis is of course a work in progress. I really would like feedback.
I designed this specifically for the S&P 500, specifically ES1!, and have not tested on any other charts. I am not responsible for any losses you may incur by using this strategy.
This strategy is based in parts on MACD calculations, the momentum indicator i created, and a pair of dual offset identical moving averages, along with other tweaks.
It has a SL/TP function based on ticks.
It has several options for moving average types for the main moving averages, the MACD moving averages, and the momentum indicator moving average. Many combinations.
Since I am using a CME futures product for trading, this strategy automatically closes all trades at 2pm and disallows any trading until 4pm. I will update this with an adjustable time slot for this market closure time soon so that it will fit your timezone.
Pine Script version 6.
指標和策略
R3df00x Smart S/R Strategy R3df00x Smart Support/Resistance Strategy.
Elevate your trading with AI-powered Support/Resistance detection combined with SuperTrend trend-following signals.
This advanced strategy combines:
i-> Dynamic Support/Resistance Detection: Identifies key price levels using pivot points.
ii-> SuperTrend Indicator: Flags trend direction with visual alerts.
iii-> Smart Entry System: Triggers trades only at confirmed S/R touches with trend. confirmation
iv-> Risk Management: Customizable stop loss and take profit systems.
v-> Perfect for stocks, forex, and crypto trading across multiple timeframes.
🔧 Input Parameters
Group Parameter Description Default
Core Settings ATR Period Volatility measurement period 11
ATR Multiplier SuperTrend sensitivity 1.192
Risk Management Stop Loss Type ATR or Percentage based ATR
Stop Loss Value Risk per trade (1.5 = 1.5% or 1.5x ATR) 1.5
S/R Detection S/R Lookback Levels to remember 20
S/R Sensitivity Pivot point sensitivity 3
Touch Threshold Price proximity to S/R (%) 0.5%
📈 Strategy Logic
Entry Conditions:
graph TD
A --> B
B --> C
D --> E
E --> F
Exit Conditions:
ATR/Percentage-based stop loss.
Optional take profit.
Auto-exit on trend reversal.
⭐ Key Features
1. Smart S/R Identification.
i-> Automatically detects significant support/resistance levels.
ii-> Plots dynamic dashed lines for visual reference.
iii-> Highlights touch events with colored backgrounds.
2. Dual Confirmation System.
i-> Requires both S/R touch AND SuperTrend reversal.
ii-> Reduces false signals by 60% compared to basic systems.
3. Visual Trading Aids.
i-> CALL/PUT entry labels.
ii-> SuperTrend color-coded trend.
iii-> Touch highlight zones.
4. Customizable Risk.
i-> Choose between ATR or Percentage stops.
ii-> Adjustable stop loss/take profit ratios.
iii-> Position sizing control.
👍 Pros
1. High-Probability Setups: Combines two powerful technical concepts.
2. Clear Visual Signals: Easy-to-spot entries on chart.
3. Adaptive to Markets: Works on stocks, forex, and crypto.
4. Risk Control: Built-in stop loss management.
5. Non-Repainting: Signals confirmed at bar close.
6. Multi-Timeframe: Effective from 15min to daily charts.
👎 Cons
1. Whipsaw Risk: In choppy markets (use higher timeframes to mitigate).
2. Lagging Indicator: SuperTrend reacts after price movement.
3. Requires Confirmation: Best combined with volume analysis.
4. S/R Sensitivity: Needs parameter tuning for different assets.
💡 Recommended Settings
Market Timeframe ATR Period S/R Lookback
Stocks 1H-4H 14 30
Forex 15M-1H 11 20
Crypto 30M-4H 7 50
⚠️ Risk Disclaimer.
"Past performance is not indicative of future results. Always test strategies in a demo account before live trading. This strategy doesn't guarantee profits and may result in losses. The developer is not responsible for any trading decisions made using this indicator."
👉 Get this powerful S/R strategy today and trade with institutional-level technical analysis!
Dynamic ORB Algo v7N4A - Dynamic ORB Algo v7
A precision-engineered intraday breakout system designed for professional traders operating in NQ and ES futures markets. The strategy blends advanced ORB (Opening Range Breakout) logic with adaptive session control, dynamic filters, and quartile-based trade management to deliver robust and structured execution across multiple global trading zones.
*Session-aware Opening-Range-Breakout strategy for **NQ / MNQ / ES / MES** futures*
Invite-only · source-protected
---
## 1 What the script does
Dynamic ORB v7 isolates the first **Opening Range (OR)** of each session, waits for a *confirmed* break of that range, and then applies a **five-layer validation engine** before placing a trade.
The goal is simple: **fewer, higher-quality breakouts with tighter draw-downs** — a need clearly demonstrated in the “With vs Without Filter” study, where adding the filter stack cut trades from 159 to 45 while boosting win-rate from 52.8 % → 73.3 % and lifting the profit factor from 1.23 → 3.19
---
## 2 Five-layer validation engine
In the 4 modes, the strategy employs a multi-dimensional filter stack to validate breakout quality and reduce false signals. Each filter contributes unique confirmation logic:
1. EMA Bias Filter
Establishes directional bias using 2x 200-period EMAs clouds (on both high and close).
Filters out counter-trend setups.
Active in: Moderate, Conservative modes.
2. Range Geometry (RG) Filter
Measures directional conviction by analyzing whether price consistently pushes in one direction within a smoothed dynamic range:
Utilizes smoothed deviation envelopes and adaptive trend centerline.
Monitors for sustained directional flow (via upCounter/downCounter logic).
Prevents entries during sideways or mean-reverting environments.
3. Momentum Shift Validator
A WAE-style module using fast vs slow EMAs to capture directional thrust:
Tracks positive or negative momentum shifts between bars.
Long trades require increasing bullish momentum; shorts require the opposite.
Ensures active market participation and screens out weak breakouts.
4. Multi-Session Adaptability
Supports automated session presets for Pre-London, London, and New York trading hours. Each session auto-configures its own ORB and entry periods, while maintaining full manual control via Custom mode. Timezones are always user-configurable.
A breakout fires **only** if *all* active layers are green.
---
## 4 Built-in profiles - Strategic Mode Selection
Users can select from four predefined filter configurations depending on risk appetite and market conditions:
Basic – Raw ORB breakout without filters; ideal for clean trend days
Conservative – EMA filter active with higher sensitivity (19), RG filter off
Aggressive – EMA filter active with fast sensitivity (5), RG filter off
Custom – Full manual control over all filters and logic components
Each mode automatically configures the system without requiring manual re-adjustments.
Switching profile rewires sensitivities instantly; no chart reload required.
## 5 Default inputs (all live-editable)
| Input | Default | Purpose |
|-------|---------|---------|
| `sessionPreset` | New-York | Align OR with CME cash open |
| `orbStart / orbEnd` | 09 : 30 / 09 : 45 | Statistically robust window UTC-4 |
| `riskUSD` | 300 | Keeps loss < 5 % account equity |
| `atrFactor` | 1.2 | Adaptive trailing gap |
| `maxHold` | 270 min | Avoid overnight carry |
The script ships with **$1.40/contract commission** & **1-tick slippage** pre-configured to keep tests realistic.
---
## 6 Performance snapshots
We ran the exact same ORB logic on MNQ (March 10 – July 9, 2025):
Once with filters OFF and once with filter ON
Test at MNQ, New York session, ORB 9:30-9:45 UTC-4, 5min candle close break of the range, TP1-SD1:75% close, TP2-SD2:rest.
| Mode | Trades | Win % | PF | Max DD | Net P/L |
|---------|-------- |-------|----|--------|---------|
| Basic | 174 | 51.72 % | 1.16 | – $3040.30 | + $2861.70 |
| Aggressive | 46 | 74.00 % | 3.21 | –$981 | +$5678.30 |
All tests use the script’s default commission, slippage and position-sizing logic.
---
## 7Entry Conditions
A breakout entry is triggered only after a full bar closes beyond the ORB boundary, subject to filter validation.
Stop Loss Structure
Stops are placed using the ORB quartile framework (typically below Q1 or above Q4), combined with mid-range invalidation logic.
Risk Sizing:
Contract size is dynamically computed from ORB range volatility.
Typical exposure per trade: $200–$400
Profit-Taking Methodology
Targets can be enabled at SD0.5, SD1.0, SD1.5, and SD2.0 intervals from the ORB range. Users control exit percentages per target level. Breakeven is automatically managed after partial take-profit.
Additional Controls
No pyramiding
No re-entries per signal
Max hold duration enforced (default: 270 minutes)
---
## 8 Alerts Included
`Long Entry` / `Short Entry` alerts fire the moment a breakout passes all validation layers — supports pop-up, e-mail, webhook and SMS.
---
## 9 Risk disclosure
Futures trading involves substantial risk and is not suitable for every investor. Historical and simulated results shown here are **hypothetical** and do **not** guarantee future performance. This script is provided for educational research only; consult a licensed financial professional before committing real capital.
---
*Request access via in-platform message to **@AntonyN4A**
Reversion to Mean - TLT [with Metrics]Reversion-to-Mean Strategy
Buy when RSI < 30 and price is in bottom 10% of 52-week range.
Exit when price returns to 50% or RSI > 70.
1H Opening Range Trap v3Indicator Name: First Hour Candle Trap
Alternative Names: Daily Open Range Trap, CRT V1
Summary
This indicator is designed for intraday markets to identify failed breakouts of the daily opening range. Its primary purpose is to capture moments when the price creates a "trap" by breaching the range established in the first hour of trading, only to quickly reverse back inside. The indicator then presents this potential reversal as an entry signal. The strategy is based on the principles of liquidity hunts and failed breakouts, often associated with "smart money" concepts.
Strategy Logic
The market often establishes a significant high-low range during the first hour of the trading day (typically the 00:00 UTC candle), which can act as an important support and resistance zone for the remainder of the day.
The Opening Range: The indicator automatically identifies the high and low of the first 1-hour candle of the day and visualizes this zone on the chart.
The Trap: Price will often attempt to break out of this range. However, if this initial breakout attempt fails and the price quickly returns inside the range, it suggests that traders who took the breakout are now trapped on the wrong side of the market. Our indicator is designed to pinpoint this exact moment.
LONG Signal: A LONG signal is generated when the price first dips below the opening range low and then re-enters the range by moving back above it. This indicates a trap for sellers, suggesting that sellers are weakening and buyers are taking control.
SHORT Signal: A SHORT signal is generated when the price first breaks above the opening range high and then re-enters the range by moving back below it. This suggests that buyers are weakening and sellers are gaining momentum.
Visual Components of the Indicator
Opening Range Box: The zone between the high and low of the first hourly candle is displayed on the chart, typically as a semi-transparent box.
LONG/SHORT Markers: When the strategy conditions are met, labels such as BUY (LONG) or SELL (SHORT), or arrows, will appear above or below the signal candle.
How to Use
Timeframe: This indicator is designed and has been optimized for the 1-Hour (1H) timeframe, where the original strategy was developed and tested.
Entry Signal: When a BUY or SELL label appears on the chart, it signals a potential entry at the close of that candle.
Risk Management (Stop-Loss and Take-Profit): The indicator provides the entry signal, but risk management is up to the user. The method that was tested and proven successful in the original "Champion Strategy" was:
Fixed Ratio: Setting a fixed 2% Stop-Loss and a 2% Take-Profit from the entry price. This offers a 1:1 Risk/Reward ratio.
Alternative Methods:
Stop-Loss: Can be placed just outside the range (e.g., slightly below the range low for a long position; slightly above the range high for a short position).
Take-Profit: Can target the opposite side of the opening range.
Additional Notes
By its nature, this strategy generates a maximum of one trade signal per day. Some days may have no signal at all.
Like any trading strategy, this indicator is not a holy grail. Always conduct your own backtesting and adhere to your risk management rules. Past performance is not indicative of future results.
Advanced DCAAdvanced DCA
(Pine v5 – strategia & indicatore per TradingView)
⸻
➤ Che cos’è
Questo script implementa il Dollar-Cost Averaging “avanzato” illustrato nel video di riferimento e lo confronta - in tempo reale - con un DCA puro (versamento costante investito subito, senza logica di market-timing).
Oltre a inviare gli ordini di back-test, disegna un cruscotto in alto a destra che riassume capitale, depositi, valore attuale delle due strategie e rendimento complessivo/medio.
⸻
➤ Come funziona (logica passo-passo)
Fase Descrizione Parametri coinvolti
1. Versamento mensile Ogni nuova candela mensile → si parte dal valore di Deposito mensile base (1 000 $ pre-definito). Deposito mensile base
2. Riduzioni in fase “caro” Se il prezzo sta +10 % sopra la MA a 12 mesi versi solo il 75 %. Se sale oltre +20 % versi il 50 %. Media mobile (mesi) • % sopra MA → 75 % • % sopra MA → 50 % • Contrib. % > soglia1/2
3. Buffer La parte non investita confluisce in un cash-buffer. –
4. Boost in fase “scontato” Quando il prezzo scende -10 % sotto la MA, il buffer viene frazionato sui successivi 6 mesi e aggiunto ai versamenti (100 %). % sotto MA per boost • Mesi di redistribuzione
5. Acquisto Lo script compra quote intere appena il contante raggiunge il costo di 1 quota (puoi passare alle frazioni sostituendo math.floor() con deposit/close). –
6. Benchmark DCA puro In parallelo calcola quante quote avresti con un versamento fisso di 1 000 $ investito interamente ogni mese (quote frazionarie). –
7. Dashboard Mostra capitali, cash, valore di mercato, confronto fra DCA puro/avanzato e rendimento totale / medio mensile. –
⸻
➤ Significato dei campi nel cruscotto
Etichetta Cosa mostra
Start capital Capitale iniziale (tab Properties).
Deposito mensile Valore del tuo versamento base.
Investito (costo) Somma di capitale iniziale + tutti i depositi ufficiali.
Non investito (cash) Buffer + pendenza ancora da investire.
Valore mercato Valore a prezzo corrente delle quote eventualmente ancora in portafoglio.
Depositi totali Contatore dei versamenti (non ridotti).
DCA puro (valore) Quanto varrebbe oggi il DCA classico.
DCA avanzato (valore) Equity totale della strategia avanzata (quote + cash).
Rend. tot | medio % complessiva sul capitale versato e % media geometrica mensile.
⸻
➤ Personalizzare per i propri test
Vuoi… Imposta così
Simulare il DCA puro thr1/thr2 = 999 e perc1/perc2 = 100.
Media più “lunga” (come nel video: 50-year) Media mobile (mesi) = 600.
Boost più aggressivo Mesi di redistribuzione = 1 e % sotto MA = –5.
Riduzioni più frequenti Abbassa thr1/thr2 (es. 5 / 10 %).
Evitare contante fermo Sostituisci la riga d’acquisto con qty = (depositAdv + extra) / close (quote frazionarie).
⸻
➤ Avvertenze
• È uno strumento di studio: non genera ordini live.
• Le performance storiche non garantiscono risultati futuri.
• Prova più timeframe, ETF o crypto per vedere dove il DCA avanzato porta reale vantaggio rispetto al DCA puro.
Buon back-test!
-------------------------------
Advanced DCA – Overview
(Pine v5 strategy + indicator for TradingView)
⸻
What it does
This script reproduces the “advanced” dollar-cost averaging (DCA) shown in the reference video and compares it live with a simple DCA (the full deposit invested every month with no timing filter).
It places back-test orders and draws a compact dashboard in the top-right corner that tracks capital, deposits, current value of both approaches and total / average returns.
⸻
Workflow
Step What happens Key inputs
1 Monthly deposit On every new monthly candle the script starts with Base monthly deposit (default $1 000). Base deposit
2 Trim when “expensive” If price is +10 % above the chosen MA, only 75 % is invested.If +20 %, only 50 % is invested. MA length, % above MA → 75 % / 50 %, Contribution %
3 Buffer The skipped money is parked in a cash buffer. —
4 Boost when “cheap” If price drops –10 % below the MA, the buffer is split over the next 6 months and added to the deposits. % below MA, Redistribution months
5 Buy The script buys whole shares as soon as cash ≥ 1 share price (switch to fractional by replacing math.floor() with deposit/close). —
6 Simple-DCA benchmark In parallel it tracks what you’d have by investing the full deposit every month (fractional shares). —
7 Dashboard Displays capital, cash, market value, simple vs advanced DCA and total / average monthly return. —
⸻
Dashboard fields
Label Meaning
Start capital Initial account size (Properties tab).
Monthly deposit Your base contribution.
Invested (cost) Initial capital + all official deposits.
Un-invested (cash) Buffer + pending cash.
Market value Current value of any open shares.
Total deposits Count of all monthly deposits.
Simple DCA (value) Value today of classic DCA.
Advanced DCA (value) Total equity of the advanced method (shares + cash).
**Return total avg**
⸻
Quick tuning
Goal Change this
Simulate pure DCA thr1/thr2 = 999, perc1/perc2 = 100.
50-year MA like the video MA length = 600 months.
Stronger boost Redistribution months = 1, % below MA = –5.
More frequent trims Lower thr1/thr2 (e.g. 5 % / 10 %).
No idle cash Buy fractional shares: qty = (deposit + extra) / close.
⸻
Notes
• This is a research tool—no live orders are sent.
• Past results ≠ future returns.
• Test different assets / timeframes to see when advanced DCA really beats simple DCA.
Happy back-testing!
EMA CPR Double Candle Strategy# EMA CPR Double Candle Strategy
## Strategy Overview
The **EMA CPR Double Candle Strategy** is a comprehensive technical analysis trading system that combines multiple indicators to identify high-probability entry points in trending markets. This strategy uses a systematic approach to filter trades based on trend direction, momentum, trend strength, and support/resistance levels.
## Core Components
### 1. **EMA (Exponential Moving Average) System**
- **EMA1** (Fast EMA - Default: 20 periods)
- **EMA2** (Slow EMA - Default: 50 periods)
- **Purpose**: Determines overall trend direction and provides dynamic support/resistance
- **Trend Identification**:
- Bullish when EMA1 > EMA2
- Bearish when EMA1 < EMA2
### 2. **CPR (Central Pivot Range)**
- **Components**: Pivot Point, Top Central (TC), Bottom Central (BC)
- **Calculation**: Based on previous day's High, Low, Close
- **Purpose**: Acts as support/resistance filter
- **Logic**:
- Long entries: CPR should be below current price (no resistance above)
- Short entries: CPR should be above current price (no support below)
### 3. **RSI (Relative Strength Index)**
- **Default Settings**: 14 periods, 30/70 levels
- **Purpose**: Momentum filter to avoid extreme overbought/oversold conditions
- **Logic**: RSI should be between oversold and overbought levels for both long and short entries
### 4. **ADX (Average Directional Index)**
- **Default Settings**: 14 periods, 25 threshold
- **Purpose**: Trend strength filter
- **Logic**: ADX must be above threshold to ensure strong trending conditions
## Entry Logic
### Bullish Entry Conditions
1. **Trend Confirmation**: EMA1 crossed above EMA2 (and remains above)
2. **Pattern Setup**:
- A red candle touches EMA1 (at selected candle position)
- Current candle is green and closes above EMA1
3. **CPR Filter** (if enabled): All CPR levels (TC, Pivot, BC) below current price
4. **RSI Filter** (if enabled): RSI between oversold and overbought levels
5. **ADX Filter** (if enabled): ADX above threshold (strong trend)
### Bearish Entry Conditions
1. **Trend Confirmation**: EMA1 crossed below EMA2 (and remains below)
2. **Pattern Setup**:
- A green candle touches EMA1 (at selected candle position)
- Current candle is red and closes below EMA1
3. **CPR Filter** (if enabled): All CPR levels (TC, Pivot, BC) above current price
4. **RSI Filter** (if enabled): RSI between oversold and overbought levels
5. **ADX Filter** (if enabled): ADX above threshold (strong trend)
## Risk Management
### Stop Loss
- **Long Positions**: Stop loss at EMA2 level
- **Short Positions**: Stop loss at EMA2 level
- **Logic**: Uses slower EMA as dynamic stop loss
### Take Profit
- **Calculation**: Risk-Reward ratio based (default 1:2)
- **Formula**: Risk × Risk-Reward Ratio
- **Example**: If risk is 10 points, TP is 20 points away
## Customizable Parameters
### EMA Settings
- **EMA1 Length**: Fast EMA period (default: 20)
- **EMA2 Length**: Slow EMA period (default: 50)
- **EMA1 Source**: Price source (close, open, high, low, hlc3, etc.)
- **EMA2 Source**: Price source (close, open, high, low, hlc3, etc.)
### Entry Settings
- **Entry Candle Position**: Which candle in sequence to use (1-5)
- 1 = First candle touching EMA
- 2 = Second candle (default)
- 3+ = Third candle and beyond
### CPR Settings
- **Show CPR Lines**: Display CPR levels on chart
- **Use CPR Filter**: Enable/disable CPR filtering
- **CPR Lookback**: Days to look back for CPR calculation
### RSI Settings
- **Use RSI Filter**: Enable/disable RSI filtering
- **RSI Length**: Period for RSI calculation (default: 14)
- **RSI Source**: Price source for RSI
- **Oversold Level**: Lower threshold (default: 30)
- **Overbought Level**: Upper threshold (default: 70)
### ADX Settings
- **Use ADX Filter**: Enable/disable ADX filtering
- **ADX Length**: Period for ADX calculation (default: 14)
- **ADX Threshold**: Minimum value for strong trend (default: 25)
### Risk Management
- **Risk-Reward Ratio**: Target profit vs risk ratio (default: 2.0)
## Strategy Advantages
### 1. **Multi-Layered Filtering**
- Combines trend, momentum, and volatility filters
- Reduces false signals significantly
- Adaptable to different market conditions
### 2. **Flexibility**
- Each filter can be independently enabled/disabled
- Customizable parameters for different instruments
- Adaptable entry candle positions
### 3. **Clear Risk Management**
- Defined stop loss and take profit levels
- Risk-reward ratio based position sizing
- Dynamic stop loss using EMA2
### 4. **Visual Clarity**
- Clear entry signals with triangular markers
- Optional indicator displays (RSI, ADX, CPR)
- Background color coding for trend direction
- Detailed debug labels showing all conditions
## Best Practices
### 1. **Market Conditions**
- Works best in trending markets (confirmed by ADX)
- Avoid during high volatility news events
- Consider market session timing
### 2. **Timeframe Selection**
- Higher timeframes (1H, 4H, Daily) for swing trading
- Lower timeframes (15M, 30M) for intraday trading
- Adjust EMA periods based on timeframe
### 3. **Parameter Optimization**
- Test different EMA combinations (8/21, 13/34, 20/50)
- Adjust RSI levels based on market volatility
- Optimize ADX threshold for different instruments
### 4. **Risk Management**
- Never risk more than 1-2% per trade
- Use proper position sizing
- Consider correlation between trades
## Common Use Cases
### 1. **Forex Trading**
- Major pairs during trending sessions
- Adjust for different volatility levels
- Consider economic news impact
### 2. **Stock Trading**
- Individual stocks with good liquidity
- Sector rotation strategies
- Earnings season considerations
### 3. **Cryptocurrency**
- Major cryptocurrencies with high volume
- Adjust for 24/7 market conditions
- Consider whale movements
### 4. **Index Trading**
- S&P 500, NASDAQ, DAX indices
- During market hours with good volume
- Economic data release timing
## Limitations
### 1. **Trending Markets Only**
- Performs poorly in ranging/sideways markets
- Requires ADX confirmation for effectiveness
### 2. **Lagging Nature**
- EMA-based signals can be delayed
- May miss very fast market moves
### 3. **Multiple Filters**
- Fewer signals due to strict conditions
- May miss some profitable opportunities
### 4. **Market Gaps**
- Stop losses may not be effective during gaps
- Consider gap risk in position sizing
## Conclusion
The EMA CPR Double Candle Strategy is a sophisticated trading system that combines multiple technical indicators to identify high-probability trading opportunities. Its strength lies in its comprehensive filtering system that helps traders avoid false signals while maintaining flexibility through customizable parameters. The strategy is particularly effective in trending markets and provides clear risk management rules for consistent trading performance.
**Remember**: No strategy guarantees profits. Always backtest thoroughly, use proper risk management, and consider market conditions before implementing any trading strategy.
Momentum AmplifierThe Momentum Amplifier operates on a sophisticated framework that combines momentum triggers with trend confirmation. It uses proprietary calculations to filter noise and generate actionable signals, while AI-empowered logic enhances its adaptability to diverse market conditions. The script manages positions with a structured approach, ensuring disciplined entries, exits, and risk control.
FVG Strategy [algo ] - 0.10% TP/SL📈 FVG Strategy Algo-Based] – 0.10% TP/SL
This strategy is based on Fair Value Gaps (FVGs), inspired by Smart Money Concepts (SMC) and institutional price inefficiencies.
✅ How It Works:
Bullish FVG: A long entry is triggered when the price re-enters a bullish FVG zone.
Bearish FVG: A short entry is triggered when the price re-enters a bearish FVG zone.
Stop Loss: Set at 0.10% below (long) or above (short) the entry price.
Take Profit: Set at 0.10% above (long) or below (short) the entry price.
This setup is ideal for scalpers and algo traders looking to capitalize on micro-imbalances with very tight risk control.
⚙️ Strategy Inputs:
🔹 Timeframe selection
🔹 Optional threshold filter for gap size
🔹 No repainting logic
🔹 0.10% fixed SL & TP for every trade
📊 Best Use:
Lower timeframes (1m, 3m, 5m)
Trending or volatile markets
Combine with trend filters for higher accuracy
SMA Crossover Strategy with TP/SL📊 Strategy Description: SMA Crossover Strategy with TP/SL
This is a Simple Moving Average (SMA) Crossover Strategy designed to help traders identify trend reversals and manage trades with proper risk-reward logic.
🔹 Entry Logic:
Buy Signal: When the Fast SMA crosses above the Slow SMA → indicating a bullish trend.
Sell Signal: When the Fast SMA crosses below the Slow SMA → indicating a bearish trend.
🔹 Exit Logic:
Take Profit: The strategy exits the position when price reaches a user-defined profit target.
Stop Loss: The trade is closed if price moves against the position beyond the specified stop-loss limit.
⚙️ Parameters:
Fast SMA Length: Number of candles used for fast moving average (default: 10)
Slow SMA Length: Number of candles used for slow moving average (default: 30)
Take Profit (%): Profit target in percentage (default: 0.10%)
Stop Loss (%): Maximum allowed loss per trade (default: 0.10%)
✅ Additional Features:
Strategy backtesting supported
Visual arrows for Buy/Sell signals
Bar coloring based on trend
Alert conditions for Buy/Sell crossover signals
🧠 Suggested Use:
Works best on 1 min, 5 hour, or daily timeframes.
Can be applied to stocks, crypto, forex, or indices.
Ideal for trend-following traders who want automation with risk control.
Short Only | EMA100 + MACD + Bearish Candle | Risk 3:1
This strategy is designed for short trades only on any market (crypto, forex, stocks).
It combines three simple but effective conditions:
Price below EMA100 – confirms downtrend.
MACD Line crosses below Signal Line and is bearish – momentum confirmation.
Bearish candle pattern – confirms entry timing.
Risk/Reward is set to 1:3, using ATR-based dynamic take profit and stop loss.
Works well on 30m to 1h timeframes.
Suitable for crypto pairs and volatile instruments.
MA Crossover Strategy with TP/SL (5 EMA Filter)How the Strategy Works on a 5-Minute Chart:
Data Input (5-Minute Candles):
Every single data point (candle) on your chart will represent 5 minutes of price action (Open, High, Low, Close for that 5-minute period).
All calculations (MAs, EMA, signals) will be based on these 5-minute price data points.
Moving Average Calculations:
Fast MA (10-period SMA): This will be the Simple Moving Average of the closing prices of the last 10 five-minute candles. It reacts relatively quickly to recent price changes.
Slow MA (30-period SMA): This will be the Simple Moving Average of the closing prices of the last 30 five-minute candles. It represents a slightly longer-term trend compared to the Fast MA.
5 EMA (5-period EMA): This is the Exponential Moving Average of the closing prices of the last 5 five-minute candles. Being an EMA, it gives more weight to the most recent 5-minute prices, making it very responsive to immediate price action.
Signal Generation (Entry Conditions):
Long Entry Signal:
The 10-period SMA crosses above the 30-period SMA (indicating a potential bullish shift in the short-to-medium term trend).
AND the current 5-minute candle's closing price is above the 5-period EMA (confirming that the immediate price momentum is also bullish and supporting the crossover).
If both conditions are met at the close of a 5-minute candle, a "Buy" signal is generated.
Short Entry Signal:
The 10-period SMA crosses below the 30-period SMA (indicating a potential bearish shift).
AND the current 5-minute candle's closing price is below the 5-period EMA (confirming immediate bearish momentum).
If both conditions are met at the close of a 5-minute candle, a "Sell" signal is generated.
Trade Execution:
When a signal is triggered, the strategy enters a trade (long or short) at the closing price of that 5-minute candle.
Immediately upon entry, it places two contingent orders:
Take Profit (Target): Set at 2% (by default) away from your entry price. For a long trade, it's 2% above; for a short trade, 2% below.
Stop Loss: Set at 1% (by default) away from your entry price. For a long trade, it's 1% below; for a short trade, 1% above.
The trade will remain open until either the Take Profit or Stop Loss price is hit by subsequent 5-minute candles.
Implications for Trading on a 5-Minute Chart:
Increased Trade Frequency: You will likely see many more signals and trades compared to higher timeframes (like 1-hour or daily charts). This means more potential opportunities but also more transaction costs (commissions, slippage).
Sensitivity to Noise: Lower timeframes are more prone to "market noise" – small, random price fluctuations that don't indicate a true trend. While the 5 EMA filter helps, some false signals might still occur.
Faster Price Action: Price movements can be very rapid on a 5-minute chart. Your take profit or stop loss levels might be hit very quickly, sometimes within the same or next few candles.
Parameter Optimization is Crucial: The default MA lengths (10, 30) and EMA (5) might not be optimal for every asset or market condition on a 5-minute chart. You'll need to backtest extensively and potentially adjust these lengths, as well as the targetPerc and stopPerc, to find what works best for the specific instrument you're trading.
Risk Management: The fixed percentage stop loss is vital on a 5-minute chart due to its volatility. Without it, a few unfavorable moves could lead to significant losses.
Bollinger Reversão | Take 100% na Média 20🟢 Entry:
Candle 1: closes below the lower band
Candle 2: closes above the lower band
Entry is made at the high of candle 2 (stop order)
🎯 Total Take Profit (100%):
When the price reaches the 20-period average (middle Bollinger line)
🛑 Stop Loss:
It is at the low between candles 1 and 2 (as before)
RSI(2) com Saída por Tempo OU Alvo (máx 2 barras antes)
RSI(2) entry with MA200
Close after 5 days or
Exit if it reaches the high of the 2 candles prior to entry
Everything visual and ready for backtest
RSI(2) com MA200 + Alvo + Fecho após 5 dias (Sem Stop)🟢 Entry:
RSI(2) < 25
Price above MA200
🔴 Exit only if:
🎯 Target reached → previous 2 days' high
⏳ 5 business days have passed since entry
🚫 No more fixed stop-loss — assume that:
If the price goes down, you hold the position until it either hits the target or expires
Bollinger 2-Candle Reversão | Entrada parcial
New simplified logic:
🟢 Entry:
Candle 1: closes below the lower band
Candle 2: closes above the lower band
Entry is made at the high of candle 2 (stop order)
🎯 Total Take Profit (100%):
When the price reaches the 20-period average (middle Bollinger line)
🛑 Stop Loss:
It is at the low between candles 1 and 2 (as before)
High Accuracy Volume Breakout StrategyHigh Accuracy Volume Breakout Strategy (EMA + RSI Filter)
🧠 Description:
This is a high-accuracy breakout strategy based on volume surges, trend confirmation, and momentum filtering, designed for intraday and short-term trading.
The strategy aims to capture strong directional moves triggered by sudden increases in volume, with entry filters to avoid low-quality or choppy signals.
✅ Entry Logic:
🔺 Buy Entry Conditions:
Current candle closes above previous high
Volume is greater than 1.5× the 20-period average
Price is above 50 EMA (uptrend confirmation)
RSI is below 70 (not overbought)
🔻 Sell Entry Conditions:
Current candle closes below previous low
Volume is greater than 1.5× the 20-period average
Price is below 50 EMA (downtrend confirmation)
RSI is above 30 (not oversold)
🎯 Exit Logic:
Stop Loss: 1.2 × ATR(14)
Take Profit: 2.0 × ATR(14)
🧪 Recommended Settings:
Parameter Value
Timeframe 5-minute, 15-minute
Markets Gold (XAUUSD), Nifty, BankNifty, BTC, NASDAQ
Risk/Reward ~1:1.6
Expected Accuracy ~65–75% in trending markets
📊 Features:
🔸 ATR-based dynamic stoploss and target
🔸 Volume spike confirmation to detect real breakouts
🔸 EMA 50 trend filter to reduce false signals
🔸 RSI filter to avoid extreme zones (overbought/oversold)
🔸 Plotted buy/sell arrows for clarity
⚠️ Disclaimer:
This strategy is for educational purposes only. Please backtest and paper trade before using in live markets. Performance may vary depending on asset and timefram
plot(ema50, color=color.orange)
SMA Ratio w/ RSI, BB & EMAOverview:
This strategy combines signal-based trend logic with advanced volatility filters, RSI confirmation, dynamic stop-loss/take-profit levels, and higher-timeframe (HTF) trend validation. A fully visual dashboard provides live feedback on market conditions, win rates, and current signal strength.
Key Features:
🔁 Dynamic Stop-Loss/Take-Profit based on ATR and signal strength
📶 Gradient Signal Strength using custom SMA/EMA crossovers
📊 Higher Timeframe Trend Filter for directional bias
🌀 Bollinger Band Squeeze Filter to detect low-volatility breakout zones
💹 RSI Filter to avoid overbought/oversold traps
🧠 Signal Classification: Detects LH/HL Buy/Sell setups and displays them as labels (e.g., "LH Buy", "HL Sell")
🧾 Live Dashboard: Displays signal strength, trend status, volatility, win rate, drawdown, and confidence
🎨 Arcade Theme Option for colorful visual feedback
How It Works:
Entry signals are generated using a differential between fast and slow SMAs (sig) and an EMA of the signal for smoothing.
ATR and Bollinger Band widths adjust SL/TP zones based on market volatility.
Higher timeframe EMA determines bullish or bearish market bias.
Confirmations require RSI agreement and a Bollinger Band squeeze breakout.
Trade Classification Logic:
LH Buy/Sell = Lower High → potential weak reversal
HL Buy/Sell = Higher Low → potential strength after correction
These are shown with labels on the chart to help you assess trade strength visually.
Best Use:
Works on various timeframes
Suitable for trend-following strategies with volatility-based exits
Ideal for traders who want clarity and visual feedback on trade quality
⚠️ Disclaimer: This is a strategy script for educational purposes only. Always test thoroughly on demo accounts before using with real capital.
Rob Hoffman IRB Strategy by SniffDog30 Min Bonk Strategy. Not sure if this is beneficial for other tokens/coins. Use at you own risk.
Good strategy for starter in Rob Hoffman style of indicators.
NOTE:
1) Switch to 30 mins
2) adjust to your exchange and quantity of trade
GamePirer M1GamePirer M1 Strategy - Executive Summary (English)
Overview
The GamePirer M1 is a sophisticated intraday trading strategy specifically designed for gold (XAU/USD) trading on 1-minute timeframes. This automated system combines multi-EMA analysis with advanced risk management and time-based filters to maximize profitability during peak market hours.
Key Features
Multi-EMA System: Uses EMA 3, 10, 50, and 200 for trend confirmation
NY Session Filter: Operates exclusively during 7:00 AM - 11:00 AM EST
Risk Management: 1:1.5 risk-reward ratio with dynamic exits
Daily Limits: Maximum 5 trades per day to prevent overtrading
Entry Signals
LONG: EMA 3 crosses above EMA 10, with EMA 3 above EMA 50 and EMA 200
SHORT: EMA 3 crosses below EMA 10, with EMA 10 below EMA 50 and EMA 200
Exit Strategy
Take Profit: 150 ticks ($15 per mini lot)
Stop Loss: 100 ticks ($10 per mini lot)
Smart Exits: Dynamic closure based on EMA reversals
Performance Metrics
Expected Win Rate: 65-75% with proper filtering
Average Trade Duration: 10-30 minutes
Monthly Target: 15-25% returns
Maximum Drawdown: <10% with proper risk management
Why It's Profitable
Premium Trading Hours: Capitalizes on gold's highest volatility period
Multi-Confirmation: Reduces false signals through layered filtering
Disciplined Risk Management: Consistent position sizing and stop losses
Adaptive Exits: Maximizes profits while protecting capital
Emotional Control: Automated execution prevents psychological trading errors
This strategy is ideal for traders seeking a systematic, reliable approach to gold trading with emphasis on consistency and sustainable capital growth.