BSL/SSL Sweep + FVG Strategy Jobin (c) The New York ATM Model is a structured intraday strategy designed to capture algorithmic stop-hunts and reversals during the New York session open. It focuses on liquidity sweeps—either Buy-Side or Sell-Side—followed by a confirmation using Fair Value Gaps (FVGs).
Indicators and strategies
📊 RSI Swing Reversal Strategy with Volume Spike FilterHi , i did test that on Hbar time frame 5min. please let me know if  i did miss something .85% win rate. please get back test.
What Will This Strategy Do?
Use RSI cross over/under its MA + Swing High/Low + optional Trend Filter.
Enter long on bullish signals.
Enter short on bearish signals.
Exit on opposite signals or optional take-profit/stop-loss.
Delta Drift Allocator - StrategySummary 
Bar-close, drift-based allocation alerts that keep exposure centered around a user-set base with full compounding by default. One alert per bar close. Non-repainting. Invite-Only.
 Description 
Delta Drift Allocator monitors how far current exposure drifts from a reference profile. When drift exceeds your threshold, it issues a single bar-close instruction (BUY/SELL with quantity) to nudge exposure back toward center. The emphasis is path discipline—rules that react to swings without predicting direction—plus a simple one-alert workflow.
A start-sync input lets you align the script with your actual initial fill so subsequent sizes match your account. Profit handling supports Reinvest (compound) or Skim to base (bookkeep excess).
 How to use (overview) 
 
 Add to chart (recommended timeframe: 4h).
 Set Inputs: drift threshold, min notional, start method (Auto or Manual sync at your bar-close time + filled units).
 Create one alert: This strategy → Any alert() function call, Once per bar close. Leave Message empty.
 Execute externally: place BUY/SELL for exactly the shown qty (manual or your own webhook executor outside TradingView).
 
 Note:  A detailled manual is provided after purchase.
 Why traders choose it 
 
 Bar-close discipline (no intra-bar churn, non-repainting)
 Drift-responsive adjustments that can harvest parts of oscillations
 Full compounding by default; optional “skim to base” bookkeeping
 Start-sync to match real fills; minimal panel plots you can hide
 
 Access (Invite-Only) 
To request access, send me a PM on TradingView. You’ll receive detailled information about the process.
 Note:  Requests for older strategies are no longer processed—please refer to this release only.
 Compliance 
Signals only; the script does not place orders or read balances. Backtests are approximations and are not indicative of future results. Markets involve risk, including possible loss. Extended one-way advances can lag all-in exposure; starting right after strong rallies may show initial drawdowns.
Inakis-BB-Stoch-ATR-ADX StrategyStrategy Description
This advanced trading strategy combines multiple technical indicators to identify high-probability breakout opportunities in trending markets. The system uses a multi-layered filtering approach to ensure only the strongest signals trigger trades.
Key Components:
Primary Signals:
Bollinger Bands Breakout: Identifies price extremes when price breaks below the lower band (buy) or above the upper band (sell)
Stochastic Oscillator: Confirms oversold (<30) and overbought (>70) conditions
ADX Filter: Ensures sufficient trend strength is present (ADX > 20)
ATR Volatility Filter: Trades only during periods of adequate volatility
Advanced Features:
DMI Higher Timeframe Analysis: Incorporates directional movement from higher timeframes (default 1H) to align trades with the dominant trend
Volume Confirmation: Requires above-average volume for signal validation
Cooldown Period: Prevents overtrading by enforcing minimum bars between signals
Visual Feedback: Color-coded background based on higher timeframe trend direction
Risk Management:
Fixed position sizing with customizable contract size
Predefined Stop Loss (default 500 points) and Take Profit (default 1000 points) levels
Clear risk-reward ratio of 1:2
Trading Logic:
Long Entry: Price breaks below BB lower band + Stochastic < 30 + Higher TF bullish trend
Short Entry: Price breaks above BB upper band + Stochastic > 70 + Higher TF bearish trend
All entries require confirmation from ADX, ATR, and volume filters
Customization:
All parameters are fully adjustable through the input panel, allowing traders to optimize the strategy for different markets and timeframes. Each filter can be individually enabled/disabled for testing and optimization purposes.
This strategy is designed for trending markets and performs best on liquid instruments with clear directional moves.
Killzones SMT + IFVG detectorKillzones SMT + IFVG Detector  
 Summary   
This strategy implements a  specific intraday workflow  inspired by ICT-style concepts.  
It combines:  
 
 Killzone session levels  (recording untouched highs/lows)
 SMT divergence  between NQ and ES (exclusive sweep logic)
 IFVG confirmation  (3-bar imbalance + width filter + inversion guard)
 and an optional  smart exit engine 
   
The components are not simply mashed together: they interact in sequence.  
A setup only confirms if  all conditions line up  (time window → untouched level sweep → divergence → valid IFVG → confirmation candle → risk filter).
 Workflow   
 
 Killzones & session levels   
Tracks highs/lows inside default killzones (19:00–23:00, 01:00–04:00, 08:30–10:00, 11:00–12:00, 12:30–15:00, chart timezone).  
Stores untouched levels forward; sweeps trigger candidate signals.
 SMT divergence (exclusive sweep)   
 
 Bullish SMT : one index sweeps its low while the other remains above its session low.
 Bearish SMT : one index sweeps its high while the other remains below its session high.
   
Detection supports “Sweep (Cross)” or “Exact Tick.”  
Session IDs are tracked so once a side has fired,  later re-touches can’t re-trigger .
 IFVG confirmation   
Locks the first valid 3-bar IFVG after SMT.  
 
 Confirmation requires a candle close beyond the IFVG boundary in the direction of the close.
 IFVGs must meet a  minimum width filter  (default 1.0 point).
 Inversion guard: ignores IFVGs already inverted before SMT.
 Optional “re-lock” keeps tracking the latest IFVG until confirmation/expiry.
 
 Smart exit engine   
 
 Initial stop from opposite wick (+ buffer).
 Fixed TP (default 40 points).
 Dynamic stop escalation at progress thresholds (BE → 50% → 80% of target).
 
 Safety gates   
Weekend lockout (Fri 16:40 → Sun 18:00).  
Same-bar sweep of high & low cancels setups.  
Max initial stop filter skips oversized setups.  
Optional cooldown bars.
 
 Alerts   
 
 SMT Bullish/Bearish : divergence detected this bar.
 Confirm Long/Short : IFVG confirmation triggered.
   
 Default Strategy Properties (used in screenshots/backtests)   
 
 Initial capital:  $25,000 
 Order size:  1 contract 
 Commission:  $1.25 per contract per side 
 Slippage:  2 ticks 
 Backtest window:  Jun 16, 2025 – Sep 14, 2025 
   
These settings are intentionally conservative. If you change them, your results will differ.
 How to use   
 
 Apply on an NQ or ES futures chart (1–5 min).
 Choose your killzones and detection mode.
 Select confirmation symbol (NQ, ES, or “Sweeper”).
 Enable/disable IFVG re-lock.
 Review signals and use alerts for automation if desired.
 
 Limitations   
 
 Strict filters reduce trade count; extend backtest window for more samples.
 Works best on NQ/ES; not validated elsewhere.
 Past performance is not indicative of future results.
 This is an  educational tool ; not financial advice.
 
RSI DCA StrategyThis strategy combines RSI oversold signals with a Dollar-Cost Averaging (DCA) buying approach.
Trigger:
When the RSI (Relative Strength Index) crosses below 30, the strategy marks an oversold condition.
DCA Entry:
Once triggered, the strategy executes up to three consecutive daily entries (1 per day), splitting the predefined capital equally (configurable by user).
Position Management:
Take Profit at a configurable % above the average entry price.
Stop Loss at a configurable % below the average entry price.
Exit Conditions:
The strategy automatically exits either on reaching Take Profit or Stop Loss.
Visualization:
RSI plotted with oversold line (30).
Take Profit and Stop Loss lines displayed after entry.
Performance Reporting:
Includes an optional monthly performance table for evaluating results by month.
Note:
This strategy is for testing RSI-based mean reversion with staggered entries. It is not financial advice and should be optimized and validated for each market or timeframe before practical use.
Hilly's 0010110 Reversal Scalping Strategy - 5 Min CandlesKey Features and Rationale:
Timeframe: Restricted to 5-minute candles as requested.
Pattern Integration: Includes single (Hammer, Shooting Star, Doji), two (Engulfing, Harami), and three-plus (Morning Star, Evening Star) candlestick patterns, plus reversal patterns based on RSI extremes.
VWAP Cross: Incorporates bullish (price crosses above VWAP) and bearish (price crosses below VWAP) signals, enhanced by trend context.
Volume Analysis: Uses a volume spike threshold to filter noise, with a simple day-start volume comparison for financial environment context.
Financial Environment: Approximates the day's sentiment using early-hour volume compared to current volume, adjusted by trend.
Aggregation: Scores each condition (e.g., 1 for basic patterns, 2 for strong patterns like Engulfing, 3 for three-candle patterns) and decides based on weighted consensus, with trendStrength as a tunable threshold.
Risky Approach: Minimal filtering and a low trendStrength (default 0.5) allow frequent signals, aligning with your $100-to-$200 goal, but expect higher risk.
Suggested Inputs:
EMA Length: 10 (short enough for 5-minute sensitivity).
VWAP Lookback: 1 (uses current session VWAP).
Volume Threshold Multiplier: 1.2 (moderate spike requirement).
RSI Length: 14 (standard, adjustable to 7 for more sensitivity).
Trend Strength Threshold: 0.5 (balance between signals; lower to 0.4 for more trades, raise to 0.6 for fewer).
ORB Breakout Strategy with reversalORB 1,5,15,30,60min with reversals, its my first strategy Im not 100% sure it works well. Im not a programmer nor a profitable trader. 
Max stoploss in points sets maximum fixed stoploss
Stop offset sets additional points below/above signal bar
RR Ratio is pretty self explanatory, it sets target based on stoploss
American session is time when positions can be opened
ORB SessionIs basically almost the same but when the time runs it closes all positions\
ORB candle timeframe is the time which orb is measured
Enable reverse position enables reversing positions on stoploss of first position, stoploss of reverse position is based on max stoploss and target is set by RR times max stoploss
Im sharing this to share this with my friends, discuss some things and dont have to test it manually.
I made it all myself and with help of AI
Sorry for bad english
Structure Strategycreated to spot key area needed to take valid trades in most market conditions. use beside RSI MACD
Hilega Milega v6 - Pure EMA/SMA (Nitesh Kumar) + Full BacktestHilega to milega
he Hilega Milega Strategy, inspired by the technique of Nitesh Kumar, is designed for intraday and swing traders who want structured entries and exits with clear demand–supply logic.
🔑 Core Features
Demand & Supply Zones – Automatically plots potential strong buying and selling zones for high-probability trades.
Trend Identification – Uses a blend of EMAs/SMA crossovers to identify bullish and bearish market bias.
Buy & Sell Signals – Generates real-time visual signals based on “Hilega Milega” rules for quick decision-making.
Risk Management – Suggested stop-loss levels are derived from recent demand–supply areas to minimize drawdowns.
Backtesting Enabled – Traders can test the performance across multiple assets (stocks, forex, crypto, commodities).
📊 How It Works
Buy Signal → When price action confirms a bullish zone with supporting trend filters.
Sell Signal → When price action confirms a bearish zone or reversal pattern.
Flat/Exit → Position closed when opposite signal triggers or demand–supply imbalance fades.
⚡ Best Use Cases
Intraday trading (5m, 15m, 1H charts).
Swing trading (4H, Daily charts).
Works across stocks, crypto, commodities, and forex.
⚠️ Disclaimer: This strategy is for educational purposes. Backtest thoroughly and apply proper risk management before live trading.
Siege Gold Strategy-1m
Siege Gold Strategy - An Advanced Trading Strategy with a Multi-Confirmation System
This powerful indicator is designed to help you base your trading decisions on solid foundations. Thanks to its advanced algorithms and multi-confirmation mechanism, it helps you understand market trends more clearly.
Key Features
Trend Pivot Points: Instantly identify trend reversals and potential support/resistance levels with intelligent pivot points that react to real-time price movements. This allows you to analyze the trend's strength and direction more accurately.
Relative Strength Index (RSI) Integration: We combine the classic overbought/oversold signals of the RSI with our custom strategies to generate more reliable and filtered signals. This integration minimizes false signals.
"Range" Module: This feature measures the volatility range the price is currently in, showing whether the market is consolidating or moving. This helps reduce the risk of making incorrect trades in sideways markets.
  
Who Is This For?
Traders who follow trend-following strategies.
Anyone who wants to automatically determine support and resistance levels.
Those looking for a multi-confirmation mechanism instead of relying on a single indicator.
Anyone who wants to generate more reliable trading signals.
  
  
  
  
This strategy can be used in the XAUUSD pair, as well as in crypto and forex markets. To use this strategy more accurately, we encourage you to watch a few videos. It's important to remember that every instrument and indicator setting yields different results, and we cannot guarantee that you will make a profit.
Small-Cap — Sell Every Spike (Rendon1) Small-Cap — Sell Every Spike  v6 — Strict, No Look-Ahead
Educational use only. This is not financial advice or a signal service.
This strategy targets low/ mid-float runners (≤ ~20M) that make parabolic spikes. It shorts qualified spikes and scales out into flushes. Logic is deliberately simple and transparent to avoid curve-fit.
What the strategy does
Detects a parabolic up move using:
Fast ROC over N bars
Big range vs ATR
Volume spike vs SMA
Fresh higher high (no stale spikes)
Enters short at bar close when conditions are met (no same-bar fills).
Manages exits with ATR targets and optional % covers.
Tracks float rotation intraday (manual float input) and blocks trades above a hard limit.
Draws daily spike-high resistance from confirmed daily bars (no repaint / no look-ahead).
Timeframes & market
Designed for 1–5 minute charts.
Intended for US small-caps; turn Premarket on.
Works intraday; avoid illiquid tickers or names with constant halts.
Entry, Exit, Risk (short side)
Entry: parabolic spike (ROC + Range≥ATR×K + Vol≥SMA×K, new HH).
Optional confirmations (OFF by default to “sell every spike”): upper-wick and VWAP cross-down.
Stop: ATR stop above entry (default 1.2× ATR).
Targets: TP1 = 1.0× ATR, TP2 = 2.0× ATR + optional 10/20/30% covers.
Safety: skip trades if RVOL is low or Float Rotation exceeds your limit (default warn 5×, hard 7×).
Inputs (Balanced defaults)
Price band: $2–$10
Float Shares: set per ticker (from Finviz).
RVOL(50) ≥ 1.5×
ROC(5) ≥ 1.0%, Range ≥ 1.6× ATR, Vol ≥ 1.8× SMA
Cooldown: 10 bars; Max trades/day: 6
Optional: Require wick (≥35%) and/or Require VWAP cross-down.
Presets suggestion:
• Balanced (defaults above)
• Safer: wick+VWAP ON, Range≥1.8×, trades/day 3–4
• Micro-float (<5M): ROC 1.4–1.8%, Range≥1.9–2.2×, Vol≥2.2×, RVOL≥2.0, wick 40–50%
No look-ahead / repaint notes
Daily spike-highs use request.security(..., lookahead_off) and shifted   → only closed daily bars.
Orders arm next bar after entry; entries execute at bar close.
VWAP/ATR/ROC/Vol/RVOL are computed on the chart timeframe (no HTF peeking).
How to use
Build a watchlist: Float <20M, RelVol >2, Today +20% (Finviz).
Open 1–5m chart, enter Float Shares for the ticker.
Start with Balanced, flip to Safer on halty/SSR names or repeated VWAP reclaims.
Scale out into flushes; respect the stop and rotation guard.
Limitations & risk
Backtests on small-caps can be optimistic due to slippage, spreads, halts, SSR, and limited premarket data. Always use conservative sizing. Low-float stocks can squeeze violently.
Alerts
Parabolic UP (candidate short)
SHORT Armed (conditions met; entry at bar close)
MOONA130925-2305bThe Martingale strategy in crypto trading involves doubling trade size after each loss, aiming to recover losses with one win and secure a small profit. While potentially effective short-term, it carries high risk, as consecutive losses can rapidly exhaust capital, making it unsustainable without strict risk management.
Use Below Settings for Best Results.
5Min or 15 Min
EMA 20
EMA 45
EMA 200
Keep Enable EMA on Entry- ON
Length 1- 45
Length 2- 200
Set Target 3% (Untick all Except T1)
Set SL 1.5%
Hazel nut BB Strategy, volume base- lite versionHazel nut BB Strategy, volume base — lite version 
Having knowledge and information in financial markets is only useful when a trader operates with a well-defined trading strategy. Trading strategies assist in capital management, profit-taking, and reducing potential losses.
This strategy is built upon the core principle of supply and demand dynamics. Alongside this foundation, one of the widely used technical tools — the Bollinger Bands — is employed to structure a framework for profit management and risk control.
In this strategy, the interaction of these tools is explained in detail. A key point to note is that for calculating buy and sell volumes, a lower timeframe function is used. When applied with a tick-level resolution, this provides the most precise measurement of buyer/seller flows. However, this comes with a limitation of reduced historical depth.  Users should be aware of this  trade-off:  if precise tick-level data is required, shorter timeframes should be considered to extend historical coverage .
The strategy offers multiple configuration options. Nevertheless,  it should be treated strictly as a supportive tool rather than a standalone trading system.  Decisions must integrate personal analysis and other instruments. For example, in highly volatile assets with narrow ranges, it is recommended to adjust profit-taking and stop-loss percentages to smaller values.
 ◉ Volume Settings 
•	Buyer and seller volume (up/down volume) are requested from a lower timeframe, with an option to override the automatic resolution.
•	A global lookback period is applied to calculate moving averages and cumulative sums of buy/sell/delta volumes.
•	Ratios of buyers/sellers to total volume are derived both on the current bar and across the lookback window.
  
 ◉ Bollinger Band 
•	Bands are computed using configurable moving averages (SMA, EMA, RMA, WMA, VWMA).
•	Inputs allow control of length, standard deviation multiplier, and offset.
•	The basis, upper, and lower bands are plotted, with a shaded background between them.
  
 ◉ Progress & Proximity 
•	Relative position of the price to the Bollinger basis is expressed as percentages (qPlus/qMinus).
•	“Near band” conditions are triggered when price progress toward the upper or lower band exceeds a user-defined threshold (%).
•	A signed score (sScore) represents how far the close has moved above or below the basis relative to band width.
 ◉ Info Table 
•	Optional compact table summarizing:
•	- Upper/lower band margins
•	- Buyer/seller volumes with moving averages
•	- Delta and cumulative delta
•	- Buyer/seller ratios per bar and across the window
•	- Money flow values (buy/sell/delta × price) for bar-level and summed periods
•	The table is neutral-colored and resizable for different chart layouts.
  
 ◉ Zone Event Gate 
•	Tracks entry into and exit from “near band” zones.
•	Arming logic: a side is armed when price enters a band proximity zone.
•	Trigger logic: on exit, a trade event is generated if cumulative buyer or seller volume dominates over a configurable window.
 ◉ Trading Logic 
•	Orders are placed only on zone-exit events, conditional on volume dominance.
•	Position sizing is defined as a fixed percentage of strategy equity.
•	Long entries occur when leaving the lower zone with buyer dominance; short entries occur when leaving the upper zone with seller dominance.
 ◉ Exit Rules 
•	Open positions are managed by a strict priority sequence:
•	1. Stop-loss (% of entry price)
•	2. Take-profit (% of entry price)
•	3. Opposite-side event (zone exit with dominance in the other direction)
•	Stop-loss and take-profit levels are configurable
  
 ◉ Notes 
•	This lite version is intended to demonstrate the interaction of Bollinger Bands and volume-based dominance logic.
•	It provides a framework to observe how price reacts at band boundaries under varying buy/sell pressure, and how zone exits can be systematically converted into entry/exit signals.
 When configuring this strategy, it is essential to carefully review the settings within the Strategy Tester. Ensure that the chosen parameters and historical data options are correctly aligned with the intended use. Accurate back testing depends on applying proper configurations for historical reference. The figure below illustrates sample result and configuration type. 
  
2 of 3 Confluence StrategyA strategy created for swing and positional trading on stocks and index. Best to use on daily or minimum hourly time frame. It will also work in smaller time frames but there will be some noise.
Liquidation Strategy📈 It enters a long trade when long liquidation spikes above a set threshold.
📉 It enters a short trade when short liquidation drops below the negative threshold.
🧮 It optionally filters entries using an EMA multiplier.
🔁 It exits long when RSI crosses below its smoothed version.
🔄 It exits short when RSI crosses above its smoothed version.
🔗 It requires linking to the Liquidations indicator on Bybit or OKX charts.
New Rate - PREMIUM v2New Rate – Premium 
 Overview 
New Rate – Premium is a breakout strategy built around a strict “one trade per day” rule. It forms an intraday range from the first N candles, freezes High/Low at the close of candle N, and places OCO stop orders exactly on those levels. The first breakout fills and the opposite order is canceled. Exits can be managed by fixed ticks or by risk/reward (RR). The script draws SL/TP boxes, keeps entry labels at a fixed distance from price, and lets you restrict trading to selected weekdays.
  
 How it works 
Window & count: set timeframe, session start, and N candles. Those candles are highlighted and used to compute the range High/Low.
Freeze: when candle N closes, the strategy locks High/Low and draws the lines; a 50% midline is optional.
OCO placement: buy-stop on High and sell-stop on Low (one-cancels-other). The first fill cancels the other side.
Exits:
– Ticks mode: SL/TP are fixed distances in ticks from entry.
– RR mode: SL at the opposite side of the range; TP = RR × risk.
Visual SL/TP boxes are drawn in both modes.
Daily lock: after the first fill, no more entries for that day.
  
 Key features 
 
  First break only, one trade per day: hard discipline that avoids over-trading.
 Automatic range end: timeframe × N candles (or manual end time).
 Exact “at-the-break” entries: stop orders placed at frozen High/Low.
 Flexible exits: fixed ticks or RR with opposite-side stop.
 Clean visuals: High/Low and midline with configurable color/style/width; text alignment (left/center/right); session background with opacity.
 SL/TP boxes: configurable colors, borders, width, and forward projection.
 Entry labels with constant offset: “BUY” below bar, “SELL” above bar; distance in ticks so labels never sit on price.
 Weekday filter: trade only the days you select (Mon–Fri).
 
 Inputs (summary) 
• Session & range: timeframe (minutes), start time, N candles, auto end (TF × N) or manual, line extension.
• Style: High/Low colors, styles, widths; midline on/off; label position; session background color and opacity.
• Exits: RR using the opposite extreme as SL, or “Use SL/TP by ticks”.
• SL/TP boxes: projection bars, SL color, TP color, border color and width, box limit.
• Weekdays: Monday–Friday selectors.
• Entry labels: show/hide, colors, size, vertical offset in ticks, optional X shift in bars.
  
 Backtest snapshot — FX:XAUUSD 30m 
Range: 02 Jan 2024 00:00 → 12 Sep 2025 12:00 • Symbol/TF: FX:XAUUSD / 30m
• Net Profit: $1,599.77
• Gross Profit / Gross Loss: $3,929.47 / $2,329.70
• Max Drawdown: $112.73 (4.93%)
• Total Trades / Win rate: 440 / 48.41%
• Avg Trade: $3.64 (0.04%); Avg Winner / Avg Loser: $18.45 / $10.26
• Profit Factor / Sharpe / Sortino: 1.687 / 1.163 / 6.876
• Largest Win / Loss: $91.94 / $10.26
• Avg Bars in Trade: 1 (long), 2 (short)
 Why this strategy is original 
First-bar breakout accuracy: orders arm exactly when the N-th candle closes, so the very next bar can fill at the true break. This avoids the common ORB miss where the first post-range bar is skipped by delayed checks or market orders.
OCO + daily lock as a core mechanic: the engine enforces one-and-done behavior—no soft rules, no hidden retries—so test results match live logic.
Two exit frameworks, one visual language: switch seamlessly between fixed-tick and structural RR exits while managing both with the same SL/TP boxes for consistent analysis and education.
Readability by design: label offset, aligned High/Low text, and tunable session background keep charts uncluttered during long optimizations or multi-asset reviews.
Operational guardrails: drawing budgets, box limits, and weekday filters are integrated so backtests remain stable and realistic with trading hours.
Focused ORB specialization: no oscillators, no hidden bias—transparent, testable, and purpose-built for the opening-range dynamic you configure.
  
 Recommended use 
• Session openings or early windows with a single, clean decision per day.
• Strict rules with exact entry levels and auditable exits.
• Benchmarking exits in both ticks and RR with apples-to-apples visuals.
 Default strategy properties 
• Initial capital: 10,000 USD; position sizing by % of equity (editable).
• Commissions default to 0% and slippage to 0; edit to match your broker/market.
• Drawing limits tuned to respect TradingView resource caps.
 Best practices & compliance 
• Educational use.  Not financial advice. 
• Past performance does not guarantee future results.
• Adjust slippage, commissions, and position sizing to your live context.
• Original implementation with documented mechanics; compliant with TradingView House Rules.
 Example setup 
TF 5m, start 08:00, N = 6 → auto end at 08:30
RR = 2 with SL at the opposite side of the range
Boxes: projection 10 bars; SL #9598a1; TP #ffbe1a; border #787B86; opacity 70
Days: Tuesday and Wednesday only
Labels: “BUY” below and “SELL” above, 10-tick offset
 Glossary 
• Opening range breakout (ORB): breakout of the configured initial range.
• One-cancels-other (OCO): filling one order cancels the other.
• Risk/reward (RR): target equals RR × risk distance.
• Tick: minimum price increment.
• Offset: fixed label separation from the bar extremum.
Trend Strength Index Long Strategy📈 Trend Strength Index Long Strategy 
This strategy combines the Trend Strength Index (TSI) with a Volume-Weighted Moving Average (VWMA) to identify high-probability long entries based on trend momentum and price confirmation.
 
 📊  TSI Calculation : Measures correlation between price and time (bar index) over a user-defined period. Strong TSI values indicate trend momentum.
 📏  VWMA Filter : Confirms bullish bias when price is above the VWMA.
 🚀  Entry Condition : Long position is triggered when TSI crosses above -0.65 and price is above VWMA.
 🔒  Exit Condition : Position is closed when TSI crosses above 0.65.
 🎨  Visuals : Gradient fills highlight bullish and bearish zones. VWMA is plotted for trend context.
 
 
 🧮 TSI Length: Adjustable (default 14)
 📐 VWMA Length: Adjustable (default 55)
 💸 Commission: 0.1% per trade
 📊 Position Size: 75% of equity
 ⚙️ Slippage: 10 ticks
 
✅ Best used in trending markets with steady momentum.
⚠️ Avoid in choppy or range-bound conditions.
Range Breakout StrategyAfter consecutive candle closes it creates a range, and if price breaks out of it it enters with fixed take profit. 























