Script_Algo - Fibo Correction Strategy🔹 Core Concept
The strategy is built on combining Fibonacci retracement levels, candlestick pattern confirmation, and trend filtering for trade selection. It performs well on the 1-hour timeframe across many cryptocurrency pairs. Particularly on LINKUSDT over the past year and a half, despite the not very optimal 1:1 risk/reward ratio.
The logic is simple: after a strong impulse move, the price often retraces to key Fibonacci levels (specifically, the 61.8% level). If a confirming candlestick (pattern) appears at this moment, the strategy looks for an entry in the direction of the main trend.
🔹 Indicators Used in the Strategy
ATR (Average True Range) — Used to calculate the stop-loss and take-profit levels.
EMA (9 and 21) — Additional moving averages for assessing the direction of movement (not directly used in entry conditions, but the logic can be expanded to include them).
SMA (Trend Filter, 20 by default) — The trend direction filter. Trades are only opened in its direction.
Fibonacci Levels — The 61.8% retracement level is calculated based on the high and low of the previous candle.
🔹 Entry Conditions
🟢 Long (Buy):
Previous Candle:
Must be green (close higher than open).
Must have a body not smaller than a specified minimum.
The upper wick must not exceed 30% of the body size.
→ This filters out "weak" or "indecisive" candles.
Current Candle:
Price touches or breaches the Fibonacci 61.8% retracement level from the previous range.
Closes above this level.
Closes above the Trend Filter (SMA) line.
A position is opened only if there are no other open trades at the moment.
🔴 Short (Sell):
Previous Candle:
Must be red (close lower than open).
Must have a body not smaller than a specified minimum.
The lower wick must not exceed 30% of the body size.
Current Candle:
Price touches or breaches the Fibonacci 61.8% retracement level from the previous range.
Closes below this level.
Closes below the Trend Filter (SMA) line.
A trade is opened only if there are no other open positions.
🔹 Risk Management
Stop-Loss = ATR × multiplier (default is 5).
Take-Profit = ATR × the same multiplier.
Thus, the default risk/reward ratio is 1:1, but it can be easily adjusted by changing the coefficient. Although, strangely enough, this ratio has shown the best results on some assets on the 1-hour timeframe.
🔹 Chart Visualization
Fibonacci level for Long — Green line with circles.
Fibonacci level for Short — Red line with circles.
Trend Filter line (SMA) — Blue.
🔹 Strengths of the Strategy
✅ Utilizes a proven market pattern — retracement to the 61.8% level.
✅ Further filters entries using trend and candlestick patterns.
✅ Simple, transparent logic that is easy to expand (e.g., adding other Fib levels, an EMA filter, etc.).
🔹 Limitations
⚠️ Performs better in trending markets; can generate false signals during ranging (sideways) conditions.
⚠️ The fixed 1:1 risk/reward ratio is not always optimal and could be refined.
⚠️ Performance depends on the selected timeframe and ATR parameters.
📌 Summary:
The strategy seeks corrective entries in the direction of the trend, confirmed by candlestick patterns. It is versatile and can be applied to forex pairs, cryptocurrencies, and stocks.
⚠️ Not financial advice. Pay close attention to risk management to avoid blowing your account. The strategy is not repainting — I have personally verified it through real testing — but it may not necessarily replicate the same results in the future, as the market is constantly changing. Test it, profit, and good luck to everyone!
Göstergeler ve stratejiler
Scalp Liquidity Strategy v1this strategy combines scalp signals with liquidity concepts. Protected Highs/Lows, Fair Valıue Gaps. Designed for scalp trading on lower time frames.
POC + OB/Breaker + IFVG + More Confluence 93%WR [STRATEGY]This strategy is designed for traders who rely on confluence-based setups to improve entry precision and risk management. It integrates multiple institutional concepts into a single, adaptive framework with dozens of inputs:
When ran on the 5m timeframe with default inputs over August 2024 - August 2025, this strategy produces 159 trades with a:
- 93.71% winrate
- 0.927 average profit factor
With the amount of inputs continuously added to customize this strategy, there's a place to use it everywhere.
🔑 Core Features
Volume Profile POC: Dynamically plots the Point of Control (POC) with customizable lookback and bin sizes. Zones near the POC are prioritized for higher-probability setups.
Market Structure & Order Blocks: Automatically detects Break of Structure (BOS), marks order blocks, and tracks their validity across bars.
Breaker Blocks: Converts invalidated order blocks into breaker zones, providing additional reactive levels.
Inversion Fair Value Gaps (IFVGs): Identifies and tracks classic FVGs and flips them into support/resistance zones when breached.
📈 Filters & Confirmations
Trend Filter: Optional EMA cross and ADX filter to align trades with higher-timeframe momentum.
Volume Filter: Confirms trades only when volume exceeds a user-defined threshold.
RSI Confirmation: Ensures momentum is turning in favor before entry.
⚖️ Risk Management
Structure-Based Stops: Uses OBs, breakers, or FVG boundaries as protective stops (with ATR fallback).
Adaptive R:R: Targets scale dynamically based on volatility, trend strength, and momentum.
Trailing Stop System: Activates after reaching a defined R multiple and adjusts with price action while locking in profits.
One-Trade-Per-Zone Option: Prevents over-trading the same level repeatedly.
------
Inputs are constantly being added, these are the current inputs as of 8/23/25:
📊 Volume Profile (POC)
VP Lookback (bars) (vpLookbackBars) – How many bars back to calculate the rolling Volume Profile.
VP Number of Price Bins (vpBins) – Number of price levels/buckets used to build the histogram.
Price Near POC (ticks) (pocNearTicks) – How close price must be to the POC (in ticks) to count as “near POC.”
POC–Reaction Confluence (ticks) (pocZoneNearTicks) – Maximum distance (in ticks) between the POC and a reaction zone to qualify as confluence.
🏗 Structure (Pivots & OB)
Pivot Left/Right (swLen) – Swing length used to detect highs and lows for market structure.
Max bars to keep latest OB/Breaker active (maxObBars) – How long (in bars) an order block or breaker zone remains valid.
📐 Fair Value Gaps (FVGs)
Use Inversion FVG (useIFVG) – If enabled, FVGs flip into support/resistance zones once breached.
Min FVG Size (ticks) (minFvgTicks) – Minimum gap size (in ticks) required for an FVG to be considered.
📈 Trend Filter
Use Trend Filter (useTrendFilter) – Enables/disables EMA + ADX filtering for trade direction.
Fast EMA Length (emaFastLen) – Length of the fast EMA.
Slow EMA Length (emaSlowLen) – Length of the slow EMA.
ADX Length (adxLen) – Period length for ADX calculation.
ADX Threshold (adxThreshold) – Minimum ADX value to consider a trend strong enough to filter entries.
🔊 Volume Confirmation
Use Volume Filter (useVolFilter) – Enables/disables volume confirmation filter.
Volume SMA Length (volSmaLen) – Period of the moving average for volume comparison.
Volume Threshold Multiplier (volMultiplier) – How much higher than average volume must be to confirm a setup.
✅ Entry Confirmation
Use Entry Confirmation (useConfirmation) – Enables/disables RSI-based confirmation.
RSI Length (rsiLen) – RSI calculation period.
RSI Buy Threshold (rsiBuyThreshold) – RSI level below which long entries can be confirmed (oversold).
RSI Sell Threshold (rsiSellThreshold) – RSI level above which short entries can be confirmed (overbought).
Wait for Candle Close (waitForClose) – If enabled, signals only confirm after candle close.
🛡 Risk / Exits
Use structure-based stops (useStructureStops) – Stops are placed at OB/Breaker/FVG boundaries, with ATR fallback.
ATR Len (fallback) (atrLen) – ATR period used for fallback stop-loss calculation.
ATR Mult (fallback) (atrMult) – Multiplier applied to ATR when using fallback stops.
Use Adaptive R:R (useAdaptiveRR) – Enables adaptive Risk:Reward calculation based on volatility and momentum.
Base R:R Multiple (baseRR) – Default risk/reward multiplier.
Min R:R Multiple (minRR) – Minimum allowed R:R.
Max R:R Multiple (maxRR) – Maximum allowed R:R.
Only one trade per newly detected zone (onlyOneTradePerZone) – Prevents multiple entries off the same zone.
📉 Trailing Stop
Use Trailing Stop (useTrailingStop) – Enables trailing stop logic.
Activate at R:R (trailTriggerRR) – R multiple at which the trailing stop activates.
Trail Distance in R (trailStopRR) – Distance (in R units) that the trailing stop trails behind price.
Apex Confluence Strategy [Multi-Asset Pro] v4.0Stop using a crypto strategy for stocks. Introducing the Apex Confluence Strategy —the first truly adaptive trading system designed for the modern, multi-market trader. This is not just another strategy; it's an institutional-grade framework that automatically adjusts its core logic to the unique personality of the asset you are trading, whether it's Crypto, Forex, Indices, or Stocks.
At its heart is a powerful Dual Scoring Engine that quantifies trade probability by analyzing a confluence of professional-grade signals. A trade is only taken when the score is high, the macro trend is aligned, and the position size is mathematically calculated for precision risk control.
The Multi-Asset Advantage: Why This is a Game-Changer
Most strategies fail because they treat all markets the same. The Apex Strategy recognizes this is a critical flaw. Our Asset Profile system automatically tunes the strategy's parameters for you:
📈 Stocks & Indices: Deploys tighter stop losses and aims for higher risk-reward ratios to capitalize on smoother trending behavior, with session filters automatically active.
₿ Crypto: Switches to wider, volatility-based stop losses to survive sharp swings and disables session filters for the 24/7 market.
🌍 Forex: Uses parameters optimized for its tendency towards mean-reversion and respects the critical London/New York session overlaps.
⚙️ Custom: For the professional trader who wants full control, the Custom profile lets you override all presets and fine-tune every parameter manually.
This adaptive logic ensures you are always using a tool that is specifically calibrated for the environment you are trading in, dramatically increasing its relevance and effectiveness.
Core Features: The Pillars of a Professional System
🏆 The Dual Scoring Engine: Logically sound and accurate. A buy signal is only scored on bullish criteria (Hammers, Bullish Divergence, RSI Oversold), and a sell signal is only scored on bearish criteria. No mixed signals, ever.
⚙️ True Risk-Based Position Sizing: The gold standard in risk management. Define your exact risk per trade (e.g., 1% of capital), and the strategy calculates the precise position size to ensure your risk is identical on every trade, regardless of market volatility.
🔬 True RSI Divergence Engine: A robust pivot-based engine that identifies structural divergence between price and the RSI—a classic signal used by professionals to spot trend exhaustion and high-probability reversals.
📊 The "Signal Checklist" Dashboard: An intelligent dashboard that shows you what matters. In an uptrend, it displays the live Long Score building toward your entry threshold. In a downtrend, it shows the Short Score. It's a clean, dynamic checklist that includes the active Asset Profile.
🔧 Fully Modular & Backtest-Ready: You are in control. Enable or disable any confirmation signal (Candlesticks, Divergence, Volume, etc.) to see how it impacts the strategy's performance on different assets
How to Use This Strategy
Select Your Asset Profile: This is your most important first step. Choose the profile from the dropdown that matches the asset on your chart.
Define Your Risk: Set your "Risk per Trade (%)" in the settings. This is the cornerstone of your long-term capital management.
Backtest: Use TradingView's Strategy Tester to analyze the performance. Compare how the different Asset Profiles perform on the same chart to understand the impact of the adaptive logic.
Analyze the Dashboard: Use the live dashboard to monitor the current trend and see how close the score is to triggering a signal.
Disclaimer: This tool is for educational and analytical purposes only. All trading involves substantial risk. The author, IndicatorEdge By SG, is not liable for any financial losses incurred. Past performance and backtest results are not indicative of future results. Please trade responsibly.
Long-Only Trailing Stop Loss Strategy by Ravi PrasadSimple & Eligant way to make money. As the profit % increases, the trailing stop loss follows tightly !
Golden Cross Strategy & BacktesterGolden Cross Strategy & Backtester 📈🚀
Overview
This script provides a complete backtesting environment for the classic Golden Cross trend-following strategy. It is designed to be simple, visual, and easy to use. 💪
The strategy operates on the following logic:
🔼 Long Entry: A "Buy" signal is generated when the short-term moving average (Short MA) crosses above the long-term moving average (Long MA).
🔽 Exit: The position is closed when the short-term moving average crosses back below the long-term moving average (a "Death Cross").
The background of the chart will be shaded green 🎨 during periods when the strategy is holding an active position.
How to Use for Backtesting 🔬
This is a strategy script, which means its main purpose is to test the historical performance of this trading idea.
Add this script to your chart.
Open the "Strategy Tester" panel at the bottom of your chart.
In the "Overview" and "Performance" tabs, you can see detailed results 📊, such as the Net Profit and Max Drawdown, to evaluate the strategy's effectiveness.
Customization ⚙️
You can easily customize the strategy's parameters without editing the code.
Click the Settings/Gear icon (⚙️) next to the script's name on your chart.
In the "Inputs" tab, you can change:
📏 Short MA Length: The period for the fast-moving average (default is 50).
📏 Long MA Length: The period for the slow-moving average (default is 200).
In the "Properties" tab, you can change:
💰 Initial Capital: The starting balance for the backtest.
Feel free to test different settings to find what works best for your preferred asset and timeframe! Happy testing! 🎉
Marcus Dual + VolDiv — Scalp-(Strategy)_1min[by Irum]VWAP·MTF ADX·Impulse → Filtering weak/fake breakouts, suppressing high price chasing.Cooldown + Fail Cut → Suppressing cluster entry/immediate reversal losses.Scalp Mode (default ON) → Automatic adjustment of length/buffer/divergence sensitivity tailored for 1-minute.OBV Divergence + Sweep/Reclaim → Precision targeting only long at the bottom/short at the top.Immediate use preset (1 minute)scalpMode=ON, useVWAP=ON, minImpulse=0.8~1.0, volExpMult=1.8~2.2Too many signals → Increase effBreakLen(=breakLen), set effBufATR to 0.40, cooldownBars to 30, adxTrendThr to +2.Too few opportunities → Set effBreakLen to 35, effBufATR to 0.30, minImpulse to 0.7, volExpMult to 1.6.
MTF RSI + ADX + ATR SL/TP vivekDescription:
This strategy combines the power of multi-timeframe RSI filtering with ADX trend confirmation and ATR-based risk management to capture strong directional moves.
🔑 Entry Rules:
• Daily RSI > 60
• 4H RSI > 60
• 1H RSI > 60
• 10m RSI > 40
• ADX (current timeframe) > 20
When all conditions align, a long entry is triggered.
🛡 Risk Management:
• ATR-based Stop-Loss (customizable multiplier)
• Take-Profit defined as a Risk-Reward multiple of the ATR stop
🎯 Why this Strategy?
• Ensures alignment across higher timeframes before entering a trade
• Uses ADX to avoid choppy/range-bound markets
• Built-in ATR stop-loss & take-profit for disciplined risk control
• Fully customizable parameters
This strategy is designed for trend-following swing entries. It works best on liquid instruments such as indices, forex pairs, and large-cap stocks. Always optimize the parameters based on your preferred asset and timeframe.
Option Buying Trend StrategyIdeally meant for Option Buys when the market is in good trend. It avoids choppy market.
Triple Momentum Strategy: #NIFTY Futures # High Winrate 🚀 Triple Momentum Strategy – Smart Automation for Working Professionals
This system is designed for job holders who want to invest and trade using a proven, back tested strategy without needing to sit in front of charts all day.
📢 Need auto-trade alerts?
A dedicated **indicator version with real-time BUY/SELL/EXIT alerts** is available to this code same strategy script
Access will be provided upon request. DM @ here in message trade view or @@ pharsha8676@gmail.com @@@ to get it.
📈 **Proven Backtest Performance (Verified by Strategy Tester):**
- ✅ Net Profit: ₹8,16,588.75
- ✅ Win Rate: 90.0% (314 out of 349 trades)
- ✅ Profit Factor: 3.15
- ✅ Max Drawdown: ₹49,132.50
- ✅ Backtest Duration: 1 Year
- ✅ Annualized Return: 81.4%
💡 **Key Features:**
- 🔁 **Non-Repainting Signals** – What you see in back test is what you get in live charts
- ⚡ **Real-Time Ready** – Signals fire on bar close with excellent precision
- 🧠 Triple Momentum Engine
- 🎯 Works best on **15-minute timeframe (Index Nifty Futures)**
- 🔎 Clean BUY / SELL / EXIT logic, optimized for high-probability trades
- 📊 Verified with TradingView’s built-in strategy tester
📌 **Important Notes:**
- 🟢 Signals are real-time & backtest-matching (normal 1–2 pt slippage can occur its normal )
- 🧪 This tool has been **extensively tested**, and results shown are from actual backtests on TradingView
- 🔒 **Access is invite-only to maintain signal quality and avoid misuse*
Your preferred trading style (manual or auto)
👀 Limited access spots available.
🔐 This script is part of a carefully curated library used by serious traders.
🛡️ Note: This tool is shared for research and educational purposes. It is not financial advice. Use at your own discretion.
#MomentumStrategy #TradingEdge #InviteOnly #Index Nifty Futures #NIFTYFutures #AlgoTrading #Strategy # winrate best #BEST Strategy
GCK VWAP BOT🚀 VWAP REJECTION BOT - 90% WIN RATE INSTITUTIONAL TRADING SYSTEM
🎯 WHAT IS THIS?
This is an advanced Pine Script v6 trading bot designed to achieve 90%+ win rates through ultra-selective VWAP (Volume Weighted Average Price) band rejection patterns combined with institutional-grade order flow analysis. The strategy focuses on maximum quality over quantity, using AI-powered multi-timeframe analysis, real Bookmap order flow data, and professional confirmation systems.
🔥 KEY FEATURES:
✅ OFFICIAL TRADINGVIEW VWAP INTEGRATION
- Uses exact TradingView VWAP calculation with proper shadow effects
- Dynamic standard deviation bands (1σ, 2σ, 2.5σ) as support/resistance levels
- Automatic band detection with precise 0.2% tolerance levels
✅ 90% WIN RATE ADVANCED SYSTEM
- Higher timeframe confirmation (1H+ trend alignment)
- Market structure analysis (detects higher highs/lower lows)
- Session-based filtering (London/NY overlap prioritized)
- Volatility adaptive system (adjusts to market conditions)
- Volume profile analysis (ensures significant volume levels)
- Ultra-high selectivity (525/975+ confidence score required)
✅ REAL BOOKMAP ORDER FLOW INTEGRATION
- Reads actual buyers/sellers cloud data at VWAP rejections
- Real-time order flow imbalance analysis
- Level 2 order book bid/ask volume processing
- Volume delta confirmation for institutional participation
✅ LIVE TICKSTRIKE MOMENTUM
- Integrates real TickStrike momentum data
- Enhanced entry timing with live momentum values
- Bullish/bearish threshold detection
- Strong momentum breakout identification
✅ AI-POWERED EXTERNAL INDICATOR READING
- Automatically detects and reads ANY indicators you add to chart
- Works with RSI, MACD, Moving Averages, custom indicators, etc.
- Zero configuration - just add indicators and select from dropdown
- Supports up to 3 external indicators + Anchor VWAP
✅ SMART MULTI-TARGET EXIT SYSTEM
- Target 1: 60% of normal TP (quick profit taking)
- Target 2: 120% of normal TP (main target)
- Target 3: 200% of normal TP (extended runners)
- Volatility-adjusted stops using ATR
- Smart position sizing based on confidence and session quality
✅ PAINTED TREND VISUALIZATION
- Continuous candle coloring from rejection points
- Real-time trend strength monitoring
- Immediate reversal detection to prevent wrong signals
- Visual feedback separate from trading signals
📊 CONFIDENCE SCORING SYSTEM (0-975 SCALE):
- Higher Timeframe: 100 points
- Market Structure: 0-100 points
- Session Quality: 0-100 points
- Volatility Filter: 100 points
- Volume Profile: 0-100 points
- Traditional Confirmations: 50 points each
- Bookmap Order Flow: +75 points
- TickStrike Momentum: +50 points
- Level 2 Data: +50 points
🎯 HOW TO USE:
1. BASIC SETUP:
- Apply to any timeframe (works best on 5m-1H)
- Enable "Bot Trading" to automate entries
- Adjust position size and risk management settings
- Set your preferred stop loss and take profit levels
2. ADVANCED ORDER FLOW SETUP:
- Add Bookmap buyers/sellers cloud indicators to chart
- Add TickStrike momentum indicator to chart
- Add volume delta and bid/ask volume indicators
- Go to "Real Order Flow Data" settings and connect indicators
3. EXTERNAL INDICATORS:
- Add any indicators (RSI, MACD, MAs, etc.) to your chart
- Go to "Auto External Indicators" settings
- Select indicators from dropdown menus
- Bot automatically detects best logic for each indicator
4. 90% WIN RATE FEATURES:
- Enable all features in "90% Win Rate Features" group
- Adjust session times for your timezone
- Set volatility thresholds based on your market
- Configure confidence threshold (default 525/975)
🌍 SESSION FILTERING:
- Asian Session: 12AM-9AM EST
- London Session: 3AM-12PM EST
- New York Session: 8AM-5PM EST
- Premium Overlap: 8AM-12PM EST (highest probability)
⚙️ RISK MANAGEMENT:
- Smart position sizing with volatility adjustment
- Confidence-based position multipliers
- Session quality position scaling
- Daily trade limits with separate long/short counters
- Advanced breakeven and trailing stop systems
📈 WHAT MAKES THIS DIFFERENT:
- Uses REAL order flow data, not simulated
- Institutional-grade analysis typically reserved for professionals
- Combines retail accessibility with institutional accuracy
- AI-powered indicator reading eliminates manual configuration
- 90% win rate through ultra-high selectivity standards
⚠️ IMPORTANT NOTES:
- This strategy prioritizes quality over quantity
- Requires patience as it waits for perfect setups
- Higher win rate means fewer but more profitable trades
- Best used with real Bookmap and TickStrike data for maximum accuracy
- Always backtest before live trading
- Use proper position sizing and risk management
🎯 IDEAL FOR:
- Traders who want institutional-grade analysis
- Users with access to Bookmap order flow data
- Those who prefer quality over quantity trading
- Advanced traders seeking 90%+ win rates
- Anyone wanting to automate VWAP rejection strategies
📊 COMPATIBLE WITH:
- All major forex pairs, indices, commodities, crypto
- Any broker connected to TradingView
- All timeframes (optimized for 5m-1H)
- Bookmap order flow indicators
- TickStrike momentum indicators
- Any external indicators (RSI, MACD, etc.)
This is not just another VWAP strategy - it's an institutional-grade trading system that brings professional order flow analysis to Pine Script automation. The combination of TradingView's VWAP with real Bookmap data creates a uniquely powerful trading approach.
Remember: High win rate strategies require patience and discipline. This bot is designed for traders who value quality setups over frequent trading.
MTF RSI + ADX + ATR SL/TPThis strategy combines the power of multi-timeframe RSI filtering with ADX trend confirmation and ATR-based risk management to capture strong directional moves.
🔑 Entry Rules:
• Daily RSI > 60
• 4H RSI > 60
• 1H RSI > 60
• 10m RSI > 40
• ADX (current timeframe) > 20
When all conditions align, a long entry is triggered.
🛡 Risk Management:
• ATR-based Stop-Loss (customizable multiplier)
• Take-Profit defined as a Risk-Reward multiple of the ATR stop
🎯 Why this Strategy?
• Ensures alignment across higher timeframes before entering a trade
• Uses ADX to avoid choppy/range-bound markets
• Built-in ATR stop-loss & take-profit for disciplined risk control
• Fully customizable parameters
This strategy is designed for trend-following swing entries. It works best on liquid instruments such as indices, forex pairs, and large-cap stocks. Always optimize the parameters based on your preferred asset and timeframe.
RSI Bands With RSI - ATR Trend StrategyRSI Bands With RSI-ATR Trend Line Strategy
Overview
A trend-following strategy that combines RSI regime detection with a smoothed baseline and ATR bands. Works similar to Supertrend: the line flips bullish or bearish only when price closes beyond the band, aiming to filter noise and catch clean moves.
How It Works
RSI above 50 = bullish bias, below 50 = bearish bias
A dynamic baseline is calculated from RSI and price range, then smoothed
ATR bands expand/contract with volatility
Close above the upper band → bullish flip → long entry
Close below the lower band → bearish flip → short entry
Between bands → prior trend continues
Features
Automatic Buy/Sell entries on confirmed flips
Configurable RSI, Smoothing, ATR, and Multiplier inputs
Visual trend line (green = bull, red = bear)
Backtest ready with initial capital and commission settings
Best Use Cases
Trending markets across Forex, Crypto, Indices, Commodities
Works on multiple timeframes (higher TFs = cleaner flips)
Flexible settings for conservative swing trading or aggressive scalping
⚠️ For testing/education only. Always manage risk and confirm with higher-timeframe or structure filters.
Pin Bar Reversal - Black GUIThe Pin Bar Reversal strategy is designed to identify and trade price rejection signals that occur at key support and resistance levels, which are often indicative of potential market reversals. This strategy detects bullish pin bars (candles with long lower shadows and small bodies at the top of the range) as buy signals, and bearish pin bars (candles with long upper shadows and small bodies at the bottom of the range) as sell signals.
The script calculates the body, range, tail, and head of each candle to determine if it meets the strict criteria for a pin bar. When a valid pin bar is found, the script plots a label on the chart for clear visualization. Entry signals are generated when the pin bar aligns with the expected price action (bullish pin bar closes higher than it opens, bearish pin bar closes lower). The strategy also includes logic to exit trades if the price moves against the pin bar's high or low, and plots exit labels for transparency.
The GUI uses a black-themed color scheme for enhanced visibility. This approach is particularly useful for traders who focus on price action and want to capture reversals at significant market levels.
Always thoroughly backtest this strategy before using it in live trading.
For more strategies and inspiration, visit:
Outside Bar Reversal - Black GUIAn Outside Bar Reversal strategy that buys when the price breaks above the high of an outside bar and sells when it breaks below the low of an outside bar.
The strategy features a black-themed GUI for enhanced visibility.
This strategy is useful for identifying potential reversal points based on price action patterns. Always backtest the strategy before applying it to live trading.
Visit - trader-on-the-go .
Imbalance No SL📊 Strategy Name: Imbalance No SL
This strategy specially trades on price jumps (true imbalances) in the market, takes advantage of momentum only, and as soon as the opposite signal and profit is received, the trade is closed immediately.
Imbalance No SL strategy specially generates buy and sell signals based on "Imbalance" logic, without any fixed Stop Loss.
🔍 Core Logic
Imbalance Detection
Bullish Imbalance : When the low of the current candle is above the high of the previous candle.
(i.e. a jump type gap occurred in the market – demand is high, price went straight up)
Bearish Imbalance : When the high of the current candle is below the low of the previous candle.
(i.e. the market suddenly fell down)
Creating Visual Box and Label on Signal:
As soon as bullish imbalance is found, green box & IMB BULL label is displayed on the chart.
Bearish has red box & IMB BEAR label.
Trade Entry Logic
BUY on Bullish Imbalance: If there is already a buy or neutral position, then a new “BUY” signal will fire.
SELL on Bearish Imbalance: If already in sell or neutral position, then new “SELL” signal will fire.
You can set quantity/lot size from ‘qty’ input field.
Trade Average Calculation
Buy/Sell maintains average price and their count (so that if averaging is done then correct P&L is calculated).
Trade Exit Logic (Profit Booking/Signal Reverse)
If your buy is going on and bearish imbalance is formed + price is above your average, then buy will be closed (profit condition).
If sell is going on and bullish imbalance is formed + price is below average, then sell will be closed.
Chart Cleaning/Management
Only keep the label and box of the latest signal on the chart, old boxes/labels are automatically deleted.
Alert
You can get alert on bullish or bearish signal (by using alert feature of TradingView).
✅ Simple Explanation for User
This strategy buys or sells directly at the gap (imbalance).
Whenever there is a clear signal of momentum in the market (breakout of the gap), then the trade entry takes place.
When there is an imbalance in the opposite direction and profit is made, the system closes the trade (closes).
There is no fixed stop-loss, risk management is handled by trade averaging/close.
You will know at every point on the visually chart that at which bar the buy, sell and exit took place.
⚠️ What to remember?
If the market is in trend then this script gives very good signals.
In choppy/sideways market, some loss trades can also come because there is no SL.
Big profit or big loss – both depend on the imbalance signal and market speed.
ATR Trailing Stop Loss - FixedAn ATR Trailing Stop Loss strategy that uses the Average True Range (ATR) to set dynamic stop loss levels.
The strategy buys when the price crosses above the previous high and sells when the price crosses below the trailing stop level.
The strategy features a black-themed GUI for enhanced visibility.
You can adjust the ATR length and multiplier using the input parameters.
This strategy is useful for managing risk while allowing profits to run in trending markets.
Always backtest the strategy before applying it to live trading.
Visit - for more such strategies.