Trend Following H4 + Pullback M15suivre trand de 4h et attendre pullback vers cette tendance en 15 minutes
Indicators and strategies
Backtest Sinyal Buy dan Sell dengan MA 7 dan MA 10Sebenernya, ini rahasia, tapi gak jadi rahasia. Kenapa? Karena
Vinay StrategyCondition Met Action
MACD > Signal + Price above SAR + Supertrend Green ✅ Enter Long
Price stays above SAR but MACD fluctuates Hold Long
MACD < Signal (Bearish) but Price still above SAR Hold Long
MACD < Signal + Price closes below SAR ❌ Exit Long
MACD < Signal + Price below SAR + Supertrend Red ✅ Enter Short
Price stays below SAR but MACD fluctuates Hold Short
MACD > Signal (Bullish) but Price still below SAR Hold Short
MACD > Signal + Price closes above SAR ❌ Exit Short
Fibo SELO EMA 5,21,34,55,89,144,233,377,610Fibonacci sayılarına göre Üssel Hareketli Ortalamaları (EMA) gösterir. Fiyatın tüm ortalamaların üzerine çıkması "al" sinyali olarak yorumlanır. EMA 21'in altına inildiğinde düzeltmenin başladığı şeklinde yorum yapılır. En alttaki EMA 377 ve 610 bölgeleri hissenin dip seviyelerde olduğu şeklinde yorumlanır. Bu seviyeler ideal alım yerleri olarak değerlendirilebilir.
Smart Levels StrategySmart Levels Strategy – автоматическая стратегия уровней
Этот скрипт – мощный инструмент для автоматического определения ключевых уровней поддержки и сопротивления, фильтрации ложных пробоев и торговли с минимальными рисками.
Функции стратегии:
✅ Автоматическое определение сильных уровней на основе исторических данных.
✅ Фильтрация ложных пробоев с помощью анализа объёмов.
✅ Вход в сделку при подтверждённом пробое или отскоке.
✅ Умный стоп-лосс с возможностью перевода в безубыток.
✅ Адаптивный тейк-профит, который учитывает рыночную волатильность.
🔹 Как использовать?
1. Добавьте стратегию на график.
2. Настройте параметры уровней и ATR в зависимости от вашего актива.
3. Запустите тест стратегии и оптимизируйте параметры.
4. Используйте вебхуки для автоматической торговли на Capital.com.
💡 Идеально подходит для трейдеров, использующих уровни поддержки и сопротивления в алгоритмической торговле.
Midpoint Crossing StrategyMidpoint Crossing Strategy with SMA & Limit Orders
This trading indicator is designed to help you identify precise entry points for long and short trades based on price movements within a specified range. It looks back over the past X number of candles (configurable by the user) to calculate the high, low, and midpoint of the range. The key features are:
Best settings:
timeframe: 5min
Tickers: MNQ, MGC
Settings: 17
Morning Range Breakout StrategyTo use this script in TradingView:
Open the Pine Editor
Paste this code
Save the script
Apply it to a 1-minute chart
15-min Breakout via 2-min Candle (R:R=1:3)15 minute breakout strategy, avg 30% winrate. 15 min breakout with tight sl and avg RR of 3:1
Jacob's Basic strategyExecuting trade ideas using standard OHLC
This is a baseline script
I will be building off of this to get more technical analysis and entry points
Prism Confluence SystemPrism Confluence System: Strategy Overview
The Prism Confluence System is a multi-factor trading strategy that combines trend analysis, price action patterns, volume confirmation, and volatility management to generate high-probability signals. Below is a detailed breakdown of its components and customizable inputs:
________________________________________
Core Components
1. Trend Identification
o Dual EMA crossover system (short/long-term EMAs)
o ADX filter to confirm trending markets
2. Price Action Signals
o Engulfing patterns (bullish/bearish)
o Hammer/Inverted Hammer with trend alignment
o Fair Value Gaps (FVGs) with fill detection
3. Volume Validation
o Volume spikes relative to moving average
4. Risk Management
o ATR-based dynamic stop-loss (SL) and take-profit (TP)
o Separate thresholds for strong/weak signals
________________________________________
User-Adjustable Inputs
(Accessible via strategy settings UI)
1. Trend Identification
Parameter Default Description
Short EMA Length 20 Period for fast EMA (trend direction)
Long EMA Length 50 Period for slow EMA (trend confirmation)
ADX Trend Filter Length 14 ADX period to filter non-trending markets
Adjustment Tips:
• Increase EMA lengths for slower trend response
• Lower ADX threshold (default 20) to allow weaker trends
________________________________________
2. Support/Resistance
Parameter Default Description
Support/Resistance Length 14 Lookback for pivot highs/lows
Adjustment Tips:
• Shorter lengths = more reactive S/R levels
• Longer lengths = broader price zones
________________________________________
3. Fair Value Gaps (FVG)
Parameter Default Description
FVG Lookback 10 Bars back to check for gap formation
FVG Fill Window 5 Max bars allowed to fill a gap (hardcoded)
Adjustment Tips:
• Increase lookback for larger timeframes
• Reduce fill window for quicker gap closures
________________________________________
4. Volume Analysis
Parameter Default Description
Volume Spike Multiplier 1.5 Current volume vs MA threshold
Secondary Volume Threshold 1.2 Previous bar volume confirmation
Adjustment Tips:
• Increase multipliers for stricter volume confirmation
• Lower to 1.0-1.1 for active markets
________________________________________
5. Volatility Management
Parameter Default Description
ATR Length 14 Period for Average True Range
ATR Stop-Loss Multiplier 2 SL distance (ATR × multiplier)
ATR Take-Profit Multiplier 3 TP distance (ATR × multiplier)
Adjustment Tips:
• Increase SL multiplier for wider stops in volatile markets
• Adjust TP ratio (default 1:1.5 risk/reward)
________________________________________
6. Signal Priority
(Hardcoded but adjustable via logic)
• Strong Signals: Require FVG + Engulfing + Volume + Trend
• Weak Signals: Require Pattern + Volume + S/R Break
Customization Example:
Pinescript:
// Modify in Signal Logic section
strongBuy = (fvgBull and fvgBullFilled) and (engulfingBull or hammer) // Add more patterns
________________________________________
Visual Customization
(Non-input but code-modifiable)
1. Support/Resistance Style:
o Change plot.style_circles to plot.style_line for solid lines
2. Signal Markers:
o Adjust size.large/size.small values
o Modify RGB colors in color.new(#00FF00, 0)
________________________________________
Optimization Guidelines
1. Gold/XAU-Specific Defaults:
o Works best with 15M-4H timeframes
o Default ATR multipliers calibrated for 10-20 pip volatility
2. Equities/Forex Adaptation:
o Reduce ATR multipliers for lower volatility assets
o Increase volume thresholds for liquid markets
________________________________________
Unique Features
• Anti-Repainting S/R: Uses confirmed historical pivots
• Adaptive FVG Tracking: Gap fills expire after 5 bars
• Tiered Signals: Differentiates conviction levels via size/color
This system allows deep customization while maintaining a structured approach to balancing trend, momentum, and risk. Defaults are optimized for trending commodities but can be adapted to any market via the modular input system.
SMA con cambio de color y órdenesEstrategia de medias móviles pueden cambiarse datos de fichas y media. Simples. Pero. SMA con cambio de color y órdenes
Breakout of 8:30 AM High/Lowhere is the script Wyell.
Breakout strategy of the 930 opening bell. high win rate and testing the data deeper
Extreme Points + 100 EMA StrategyThis strategy uses extreme points to give signal buy and sells. it also uses a 100ema to assist with the trading position. In backtesting it performs well in Ethereum/ tetherUS on the 5 minute timeframe. feel free to adjust the setting to see how it works. changing the CCI to volume works best. I am going to paper test the strategy and will update results.
Stratégie Changement de Tendance avec BougiesStratégie en détail :
Achat (Signal haussier) :
Après une tendance baissière, on observe une bougie haussière.
Le plus bas de cette bougie haussière doit être inférieur au plus bas de la dernière bougie baissière.
Vente (Signal baissier) :
Après une tendance haussière, on observe une bougie baissière.
Le plus haut de cette bougie baissière doit être supérieur au plus haut de la dernière bougie haussière.
Alım Stratejisi - EMA500 Altında Her %1 Düşüşte 20 USDT Alımdüzenli alım stratejisi fiyat ema500 altında olduğu sürece her %1 düşüşte 20 usdt alım yapacak
MACD Crossover Strategy MACD Crossover Strategy:
This strategy is based on the Moving Average Convergence Divergence (MACD) indicator, a popular tool used in technical analysis to identify potential trend changes and momentum in price movements. The strategy focuses on MACD crossovers within a specific "important zone" to generate trading signals.
Key Components:
1. MACD Calculation: The strategy uses customizable parameters for fast length (default 12), slow length (default 26), and signal length (default 9) to calculate the MACD line and signal line.
2. Important Zone: Defined by upper and lower thresholds (default 0.5 and -0.5), this zone helps filter out potentially less significant crossovers.
3. Entry Conditions:
- Long (Buy) Entry: When the MACD line crosses above the signal line within the important zone.
- Short (Sell) Entry: When the MACD line crosses below the signal line within the important zone.
4. Exit Conditions: The strategy closes positions on opposite crossover signals. Long positions are closed on bearish crossovers, and short positions on bullish crossovers.
5. Visualization:
- MACD line (blue) and signal line (orange) are plotted.
- The zero line, upper threshold, and lower threshold are displayed for reference.
- Buy signals are represented by green triangles at the bottom of the chart.
- Sell signals are shown as red triangles at the top of the chart.
This strategy aims to capture trend changes while filtering out potentially false signals that occur when the MACD is at extreme values. By focusing on crossovers within the important zone, the strategy attempts to identify more reliable trading opportunities.
Traders can adjust the MACD parameters and the important zone thresholds to fine-tune the strategy for different assets or timeframes. As with any trading strategy, it's crucial to thoroughly backtest and consider risk management before using it in live trading.
Dual SuperTrend w VIX Filter - Strategy [presentTrading]Hey everyone! Haven't been here for a long time. Been so busy again in the past 2 months. I recently started working on analyzing the combination of trend strategy and VIX, but didn't get outstanding results after a few tries. Sharing this tool with all of you in case you have better insights.
█ Introduction and How it is Different
The Dual SuperTrend with VIX Filter Strategy combines traditional trend following with market volatility analysis. Unlike conventional SuperTrend strategies that focus solely on price action, this experimental system incorporates VIX (Volatility Index) as an adaptive filter to create a more context-aware trading approach. By analyzing where current volatility stands relative to historical norms, the strategy adjusts to different market environments rather than applying uniform logic across all conditions.
BTCUSD 6hr Long Short Performance
█ Strategy, How it Works: Detailed Explanation
🔶 Dual SuperTrend Core
The strategy uses two SuperTrend indicators with different sensitivity settings:
- SuperTrend 1: Length = 13, Multiplier = 3.5
- SuperTrend 2: Length = 8, Multiplier = 5.0
The SuperTrend calculation follows this process:
1. ATR = Average of max(High-Low, |High-PreviousClose|, |Low-PreviousClose|) over 'length' periods
2. UpperBand = (High+Low)/2 - (Multiplier * ATR)
3. LowerBand = (High+Low)/2 + (Multiplier * ATR)
Trend direction is determined by:
- If Close > previous LowerBand, Trend = Bullish (1)
- If Close < previous UpperBand, Trend = Bearish (-1)
- Otherwise, Trend = previous Trend
🔶 VIX Analysis Framework
The core innovation lies in the VIX analysis system:
1. Statistical Analysis:
- VIX Mean = SMA(VIX, 252)
- VIX Standard Deviation = StdDev(VIX, 252)
- VIX Z-Score = (Current VIX - VIX Mean) / VIX StdDev
2. **Volatility Bands:
- Upper Band 1 = VIX Mean + (2 * VIX StdDev)
- Upper Band 2 = VIX Mean + (3 * VIX StdDev)
- Lower Band 1 = VIX Mean - (2 * VIX StdDev)
- Lower Band 2 = VIX Mean - (3 * VIX StdDev)
3. Volatility Regimes:
- "Very Low Volatility": VIX < Lower Band 1
- "Low Volatility": Lower Band 1 ≤ VIX < Mean
- "Normal Volatility": Mean ≤ VIX < Upper Band 1
- "High Volatility": Upper Band 1 ≤ VIX < Upper Band 2
- "Extreme Volatility": VIX ≥ Upper Band 2
4. VIX Trend Detection:
- VIX EMA = EMA(VIX, 10)
- VIX Rising = VIX > VIX EMA
- VIX Falling = VIX < VIX EMA
Local performance:
🔶 Entry Logic Integration
The strategy combines trend signals with volatility filtering:
Long Entry Condition:
- Both SuperTrend 1 AND SuperTrend 2 must be bullish (trend = 1)
- AND selected VIX filter condition must be satisfied
Short Entry Condition:
- Both SuperTrend 1 AND SuperTrend 2 must be bearish (trend = -1)
- AND selected VIX filter condition must be satisfied
Available VIX filter rules include:
- "Below Mean + SD": VIX < Lower Band 1
- "Below Mean": VIX < VIX Mean
- "Above Mean": VIX > VIX Mean
- "Above Mean + SD": VIX > Upper Band 1
- "Falling VIX": VIX < VIX EMA
- "Rising VIX": VIX > VIX EMA
- "Any": No VIX filtering
█ Trade Direction
The strategy allows testing in three modes:
1. **Long Only:** Test volatility effects on uptrends only
2. **Short Only:** Examine volatility's impact on downtrends only
3. **Both (Default):** Compare how volatility affects both trend directions
This enables comparative analysis of how volatility regimes impact bullish versus bearish markets differently.
█ Usage
Use this strategy as an experimental framework:
1. Form a hypothesis about how volatility affects trend reliability
2. Configure VIX filters to test your specific hypothesis
3. Analyze performance across different volatility regimes
4. Compare results between uptrends and downtrends
5. Refine your volatility filtering approach based on results
6. Share your findings with the trading community
This framework allows you to investigate questions like:
- Are uptrends more reliable during rising or falling volatility?
- Do downtrends perform better when volatility is above or below its historical average?
- Should different volatility filters be applied to long vs. short positions?
█ Default Settings
The default settings serve as a starting point for exploration:
SuperTrend Parameters:
- SuperTrend 1 (Length=13, Multiplier=3.5): More responsive to trend changes
- SuperTrend 2 (Length=8, Multiplier=5.0): More selective filter requiring stronger trends
VIX Analysis Settings:
- Lookback Period = 252: Establishes a full market cycle for volatility context
- Standard Deviation Bands = 2 and 3 SD: Creates statistically significant regime boundaries
- VIX Trend Period = 10: Balances responsiveness with noise reduction
Default VIX Filter Selection:
- Long Entry: "Above Mean" - Tests if uptrends perform better during above-average volatility
- Short Entry: "Rising VIX" - Tests if downtrends accelerate when volatility is increasing
Feel Free to share your insight below!!!
Quarterly EMA StrategyThis strategy is designed for quarterly swing trading in Indian stock futures (Top 50 liquid stocks). It focuses on pullbacks to key EMAs (10 & 21) with RSI confirmation to capture high-probability long trades. The goal is to generate consistent profits with a structured entry, exit, and stop-loss system while minimizing risk.
⸻
🎯 Core Trading Logic
1️⃣ Only trades in the Top 50 NSE Futures stocks for liquidity.
2️⃣ Entry: When the quarterly candle pulls back to the 10 EMA or 21 EMA, and RSI is below 40.
3️⃣ Exit Rules:
• Quick Exit: If the stock gains 8-10% in a single day, exit immediately.
• EMA Separation Exit: If the stock moves too far from 10 EMA on the daily chart, exit and re-enter later.
4️⃣ Stop Loss:
• If the gap between 10 EMA & 21 EMA is large, a 15% stop-loss is placed below the moving average.
5️⃣ Re-entry Strategy: If exited early, re-enter on daily pullback to the 10 EMA when price stabilizes.
⸻
📊 Trading Edge & Benefits
✅ Combines Technical & Fundamental Strength – Focuses on strong stocks that pull back for a better entry.
✅ Uses EMAs for Trend Confirmation – Ensures the stock is still bullish before entering.
✅ RSI Confirmation – Avoids chasing stocks by entering at logical retracements.
✅ Risk Management Built-In – Uses dynamic stop-loss and exit triggers to protect capital.
✅ Quarterly Structure – Provides a low-effort, high-accuracy trading approach for high conviction trades.
⸻
🛠️ How to Use This Strategy on TradingView?
1️⃣ Apply the script to TradingView by copying and pasting it into the Pine Script Editor.
2️⃣ Set Alerts for Entries & Exits – Get notified when a trade is triggered.
3️⃣ Use with NSE Futures – Stick to the Top 50 futures stocks for best results.
4️⃣ Monitor Daily Charts – Exit manually if price moves away too fast from the 10 EMA.
5️⃣ Backtest & Adjust Risk – Customize SL and profit targets based on your risk appetite.
⸻
🚀 Profit Potential & Expectations
🔹 Target: ₹1.25 lakh per stock per quarter using this strategy.
🔹 Works best with large-cap, high-volume futures stocks.
🔹 Expected win rate: 65-75% (based on backtests).
🔹 Requires discipline & patience to wait for ideal setups.
Machine Learning + EMA StrategyMachine Learning + EMA Strategy (kNN Algorithm)
📌 Overview
This strategy combines Exponential Moving Averages (EMA) with a Machine Learning-based k-Nearest Neighbors (kNN) algorithm to enhance trade accuracy. It dynamically adjusts entry and exit points based on market trends and historical price action.
🛠️ How It Works
✅ Uses 9 EMAs (8, 14, 20, 26, 32, 38, 44, 50, 200) to identify trends.
✅ Employs kNN (k-Nearest Neighbors) classification to predict price movement.
✅ Auto-closes previous trades before opening a new one to prevent overlap.
✅ Plots a real-time prediction indicator to visualize market conditions.
🎯 Trade Logic
🔵 Buy Signal → When EMA 8 crosses above EMA 50, and the kNN prediction is positive.
🔴 Sell Signal → When EMA 8 crosses below EMA 50, and the kNN prediction is negative.
🚀 Why Use This Strategy?
✅ Machine Learning-Powered: Uses kNN for data-driven decisions.
✅ Trend-Following & Adaptive: EMAs filter out market noise.
✅ Automatic Position Management: No overlapping trades.
✅ Customizable Parameters: Suitable for multiple asset classes.
⚠️ Disclaimer
This strategy is for educational purposes only and should be backtested before live trading. Past performance does not guarantee future results.