Volume IndexThis indicator measures current trading volume relative to historical volume levels, scaled to a 0-100 range for easy interpretation. It is particularly effective when used with BINANCE:BTCUSDT.P (Binance BTC/USDT perpetual swap) to identify low-volume periods that often precede trend reversals or breakouts.
Indicadores e estratégias
8x EMA mit Farbwechsel + EMA-Zahl (stabil)This indicator displays up to 8 Exponential Moving Averages (EMAs) simultaneously on the chart – perfect for traders who want to identify trends quickly and with clear visual signals.
Each EMA can be individually shown or hidden, and every EMA automatically changes color when a trend reversal (bullish/bearish) occurs.
Features:
Multiple EMAs (e.g., 20, 25, 50, 100, 200, 238, 800, 3000) displayed simultaneously on the chart
Color-coded trend indication: Green for uptrend, Red for downtrend
Numerical EMA label directly on the line (e.g., "200", "50")
Dynamic support & resistance through smooth EMA lines
Suitable for all markets: Forex, Indices, Commodities, Cryptocurrencies
Visually clear: Instant recognition of trend reversals and pullbacks
Use Cases:
Trend identification on all timeframes
Support & resistance based on EMAs
Entry & exit during trend phases
Multi-timeframe strategies (e.g., higher EMA values visible on the M1 chart)
---
If you want, I can now rewrite this into a polished TradingView publication description that sounds professional and attracts more viewers. That way it’ll stand out in the public library.
Indexrate Code A(i)Indexrate Code A is an indicator based on the Indexrate Code B indicator and is part of the Indexrate Code Algorithm Suite. This indicator is designed for automated trading platforms.
The Indexrate Code Algorithm Suite can be used for any trading instrument and on any existing market (Stock Market, Forex, Cryptocurrency Market, etc.).
By gaining access to Indexrate Code A, you gain access to the entire Indexrate Code Algorithm Suite.
Indexrate Code A is a combination of indicators and oscillators, individually developed and integrated with two primary and two secondary trading strategies, allowing traders to optimize their entry points. This suite of indicators and oscillators is the result of two years of research, market observation, and strategy optimization to identify the best entry signals.
Key Indicators & Oscillators in Indexrate Code A:
Momentum (hidden – part of Indexrate Code B)
Difference Momentum (hidden – part of Indexrate Code B)
StochRSI (hidden – part of Indexrate Code B)
Money Flow Index (MFI) (hidden – part of Indexrate Code B)
EMA (partially displayed)
Trend HMA
Sequential
Trend Score WMA (hidden – part of Indexrate Code B)
Parabolic SAR
Volume (displayed in the status bar)
Heiken Ashi (displayed on candles)
EMA (Partially Displayed)
The EMA (Exponential Moving Average) consists of a group of curves – 13, 25, 50, 100, and 200 EMA. There are additional hidden curves used in one of the entry strategies. The EMA helps traders assess market direction, trend reversals, and dynamic support/resistance levels.
EMAs calculate the average asset price over a selected period, giving more weight to recent prices, which are more relevant for trend development. As a result, EMAs react faster to price drops and surges, making them popular among traders.
The indicator displays five EMAs:
13 EMA (Green)
25 EMA (Purple)
50 EMA (Orange)
100 EMA (Blue)
200 EMA (Red)
Example of EMA Usage
EMAs often act as dynamic support/resistance levels – prices where an asset is likely to temporarily reverse direction.
If the price is above the EMA and approaches it, a rebound upward is more likely than a breakdown.
If the price is below the EMA and rises toward it, a resumption of a downtrend is more likely than a breakout.
EMAs can also identify well-known patterns like the Golden Cross and Death Cross.
Golden Cross
A bullish pattern where a short-term EMA crosses above a long-term EMA (e.g., 50EMA > 200EMA). This signals a potential uptrend.
Death Cross
A bearish pattern where a short-term EMA crosses below a long-term EMA (e.g., 50EMA < 200EMA). This signals a potential downtrend.
Trend HMA
A trend indicator based on the Hull Moving Average (HMA).
The HMA is an advanced moving average that accurately detects trend reversals and filters signals. The slow-period HMA defines the trend, while the fast-period HMA identifies short-term movements.
Example of Trend HMA Usage
Green = Long (bullish)
Red = Short (bearish)
White = Weak trend
The indicator also supports divergence detection:
Green Label = Bullish divergence
Red Label = Bearish divergence
White Label = Uncertainty
Sequential
Helps traders confirm trend direction and strength. It labels candles with numbers (1 to 9), indicating trend stages.
Blue Numbers = Long Trend
Gray Numbers = Short Trend
Red Candle = End of Long Trend
Green Candle = End of Short Trend
Example of Sequential Usage
When the indicator reaches Signal #9, a trend reversal is likely. The probability increases if it reaches Signal #13.
Parabolic SAR
A trend-following indicator that signals potential reversals.
Blue Line = Long
Gray Line = Short
Crossings indicate trend reversals
Example of Parabolic SAR Usage
The dots switch sides when a trend reversal is likely.
Optimizing Settings (33 Parameters for 100% Profitability)
Traders can fine-tune 33 parameters to maximize profitability. Indexrate Code B visually assists in optimization, as all its parameters are embedded in Indexrate Code A.
Recommended Timeframes
Works on any timeframe (e.g., 4H, 6H).
For Heiken Ashi charts, enable real price display in settings to avoid misleading averages.
Important Notes
No indicator guarantees 100% success – Markets are driven by human psychology (supply & demand).
Technical analysis relies on past data (price & volume).
Indexrate Code evaluates trends, price, volume, and trader psychology.
All future updates will be free.
"Trading is about probabilities. Investing is about opportunities. No one knows the future—always protect your profits."
ATH & ATL Distances PROIndicator Description:
ATH & ATL Distances PROThis Pine Script indicator, built on version 6, helps traders visualize and monitor the percentage distances from the current closing price to the rolling All-Time High (ATH) and All-Time Low (ATL) over customizable lookback periods.
It's designed for overlay on your TradingView charts, providing a clear table display and optional horizontal lines with labels for quick reference.
This tool is ideal for assessing market pullbacks, rallies, or potential reversal points based on recent price extremes.
Key Features:
Customizable Lookbacks: Three adjustable periods (default: 50, 150, 250 bars) to calculate short-, medium-, and long-term highs/lows.
Percentage Distances: Shows how far the current price is from ATH (negative percentage if below) and ATL (positive if above).
Visual Aids: Optional dashed lines for ATH/ATL levels extending a set number of bars, with grouped labels to avoid clutter if levels overlap.
Info Table: A persistent table summarizing lookbacks, distances, and prices, with color-coded cells for easy reading (red for ATH/dist to top, green for ATL/dist to bottom).
User Controls: Toggle rows, lines, table position, and colors via inputs for a personalized experience.
How It Works (Logic Explained):
The script uses TradingView's built-in functions like ta.highest() and ta.lowest() to find the highest high and lowest low within each lookback period (capped at available bars to handle early chart data). It then computes:Distance to ATH: ((close - ATH) / ATH) * 100 – Negative values indicate the price is below the high.
Distance to ATL: ((close - ATL) / ATL) * 100 – Positive values show the price is above the low.
Unique ATH/ATL prices across lookbacks are grouped into arrays to prevent duplicate lines/labels; if prices match, labels concatenate details (e.g., "50 Bars HH 150 Bars HH").
Drawings (lines and labels) are efficiently managed by redrawing only on the latest bar to optimize performance. The table updates in real-time on every bar close.How to Use:Add the indicator to your chart via TradingView's "Indicators" menu (search for "ATH & ATL Distances PRO").
Customize inputs:
Adjust lookback periods (1-1000 bars) for your timeframe (e.g., shorter for intraday, longer for daily/weekly).
Enable/disable lines, rows, or change colors/table position to suit your setup.
Interpret the table:
"DIST. TO TOP" (red): Percentage drop needed to reach ATH – useful for spotting overbought conditions.
"DIST. TO BOT." (green): Percentage rise from ATL – helpful for identifying support levels.
If lines are enabled, hover over labels for details on which lookbacks share the level.
Best on any symbol/timeframe; combine with other indicators like RSI or moving averages for confluence.
This script is open-source and free to use/modify. No external dependencies – it runs natively on TradingView. Feedback welcome; if you find it useful, a like or comment helps!
RSI + RVOL Combo (with Alerts)RSI ≥50 且在信号线之上 → 动量偏多;≤50 且在下 → 偏空。
背景变绿代表 RVOL≥1.5×:这时的止跌/突破更可信。
想要提醒:点击顶部 Alerts → Condition 选本指标 → 选择
Bullish RSI Cross & Above 50(做多触发)
Bearish RSI Cross & Below 50(谨慎/减回新增)
RVOL crossed threshold(放量出现)
Market State AnalysisSimple strategy that analyzes price states across different timeframes to detect market transitions.
What it does:
Measures price ranges over 3 different periods
Normalizes these ranges using ATR
Creates a combined "collapse" indicator
Enters when this indicator crosses below a threshold
Exits when it returns above the moving average
Settings:
State Length - Base period for analysis (default 13)
MA Length - Moving average smoothing (default 34)
Std Multiplier - Threshold sensitivity (default 2.0)
Quick Exit - Earlier exit option for scalping
Max Bars - Position timeout limit
Best for:
Short-term trading on 5M to 1H charts. Works by detecting when price compression leads to expansion moves.
Simple mathematical approach based on range analysis and standard deviation bands. No magic, just math.
For good people only v2**Strategy Description: "For Good People Only v1"**
This trading strategy is designed to identify potential long entries based on a combination of breakout, trend confirmation, and volume surge signals. It uses a simple yet effective set of rules to enter and exit trades while incorporating risk management through a dynamic stop-loss mechanism.
### **Key Components:**
1. **Channel Breakout:**
- The strategy looks for a breakout above the highest high of the last `15` bars (adjustable via `Channel Lookback`).
- This helps identify potential upward momentum after a period of consolidation.
2. **Trend Filter (EMA):**
- A long-term Exponential Moving Average (`90` periods by default) acts as a trend filter.
- The strategy only takes long positions when the price is above this EMA, ensuring trades align with the broader trend.
3. **Bullish Candle Confirmation:**
- The close must be greater than the open (a bullish candle), reinforcing buying pressure.
4. **Volume Surge:**
- Volume must exceed the 100-period EMA of volume by a specified percentage (`25%` by default).
- This confirms strong participation in the breakout, reducing false signals.
5. **Exit Condition:**
- Positions are closed when the price drops below a short-term EMA (`10` periods), acting as a trailing stop or dynamic exit.
### **Visual Indicators on Chart:**
- **Channel High (Red Line):** The highest high of the lookback period.
- **EMA Filter (Blue Line):** The long-term trend-confirming EMA.
- **Exit EMA (Red Dotted Line):** Only visible when in a trade, serving as the exit level.
### **Strategy Logic Summary:**
- **Enter Long:** When all conditions align (breakout above channel high, price above trend EMA, bullish candle, and volume surge).
- **Exit Long:** When price closes below the short-term EMA, locking in profits or cutting losses.
This strategy is best suited for trending markets and avoids choppy conditions by requiring multiple confirmations before entry. Adjust parameters based on asset volatility and time frame.
*Note: Includes a fixed commission of 0.05% per trade for realistic backtesting.*
Structure From StartIndicator for TradingView that plots “EXTREME” market structure based on body-close breaks of the protected extreme.
Updates the protected level only at the first opposite swing after a bias change.
Displays a single line colored by the current bias (green = long, red = short).
Includes options for tick buffer, cooldown, and minimum swing distance to filter noise.
For good people only v1Holy Grail, I swear. TradingView gets me to write a description, but this is the Holy grail secret, so I don't reveal anything
For good people only v1.1Holy Grail, I swear. TradingView gets me to write a description, but this is the Holy grail secret, so I don't reveal anything
Adan Deep BUY Pro (v2.4) with SELL — Reliability+Adan Deep BUY Pro (v2.4) with SELL — Reliability
its a Reliability INDICATOR that can tells you where to buy and sell - high win rate
Good Luck ALL!
Adan Confirmed Bullish Divergence (v1.1) — No RepaintAdan Confirmed Bullish Divergence (v1.1) — No Repaint
Market Structure (DeadCat)🌟 Market Structure (DeadCat) - Indicator Overview 🌟
The Market Structure (DeadCat) indicator plots swing highs and lows (HH, HL, LH, LL) using pivot points, helping you spot uptrends, downtrends, and potential reversals. Perfect for traders who use market structure.
🌟 Key Features 🌟
🔹 Swing Point Labels
HH (Higher High): Signals uptrend strength.
HL (Higher Low): Marks bullish support.
LH (Lower High): Hints at weakening uptrend or reversal.
LL (Lower Low): Confirms downtrend momentum.
🔹 Trend Detection
Uptrend: Tracks HH/HL for bullish momentum.
Downtrend: Tracks LH/LL for bearish momentum.
Waits for breaks of prior HH/HL or LH/LL to confirm new swing points, ensuring reliable signals. 🔄
🔹 Customizable Labels
Adjust label text color (default: black) to suit your chart. Supports up to 500 labels for a clean, focused view. 🖌️
🌟 Indicator Settings 🌟
Swing Length: Fixed at 20 bars (left) and 2 bars (right) for pivot detection.
Label Color: Customize text color for better visibility.
mtf snipergives sniper entry it finds u an entry and marks out liquidity points that are highly to get sweated
Unbalance, RSI and significant point by KruchovPersonal use, and shared with friend. Feel free to use - but do not expect anything. This is just for fun.
NY Session Open Vertical Line (ES1!, NQ1!)New york session open for futures like ES1 AND NQ1 UK TIME
Asian & London Session High/Low This is a indicator that shows Asian session and London session highs and lows
Refined EMA Break Buy/Sell Signalspowerful indicator based on 5EMA for sell at 5 min tf and buy at 15min tf.
QuadRes Pro - Advanced Multi-Indicator Resonance Trading System🚀 Multi-Indicator Resonance Trading Strategy - Professional English Introduction
Strategy Overview
Elite 3-Minute High-Frequency Quantitative Trading System
This proprietary algorithmic trading strategy leverages advanced multi-indicator resonance technology, specifically designed for short-term high-frequency trading in the 3-minute timeframe. Our system achieves superior performance through sophisticated signal confluence analysis, combining four premium technical indicators with intelligent risk management protocols.
🎯 Core Technical Framework
Multi-Indicator Confluence Engine
MACD Momentum Analysis (6,13,5): Optimized parameters for ultra-short-term trend detection
KDJ Stochastic Oscillator (25,3,3): Enhanced momentum confirmation with custom smoothing
EMA Crossover System (20/50): Dynamic trend filter with real-time directional bias
ADX Trend Strength Filter (14): Eliminates low-volatility, choppy market conditions
Advanced Signal Processing
Resonance Threshold: Minimum 3 out of 4 indicators must align for trade execution
Smart Volume Confirmation: Volume must exceed 80% of 20-period moving average
Time-Based Filtering: Active during high-liquidity sessions (9:00-15:00, 21:00-23:00)
Daily Trade Limits: Maximum 8 trades per day to prevent overtrading
🛡️ Professional Risk Management
Dynamic Position Sizing
ATR-Based Stop Loss: 2.5x Average True Range for optimal risk-reward ratio
Target Profit Ratio: 0.8:1 risk-reward optimization
Equity-Based Sizing: Adaptive position size based on account equity (1.5% risk per trade)
Maximum Drawdown Control: Automatic position reduction at 15% drawdown threshold
Optional Martingale Protocol (High-Risk Feature)
Conservative Multiplier: 1.5x position increase after consecutive losses
Safety Cap: Maximum 3x base position size to prevent catastrophic losses
Recommendation: Disabled for conservative institutional accounts
📊 Performance Metrics & Expectations
Backtested Performance Statistics
Metric Target Range Optimized Results
Win Rate 65-78% 78.3% (+9.5% improvement)
Maximum Drawdown <12% 6.7% (-8.6% reduction)
Sharpe Ratio >1.5 2.95 (+1.17 improvement)
Total Return >60% 96.8% (+28.6% enhancement)
Daily Trade Frequency 3-6 trades 3.8 trades (-27% noise reduction)
Slippage Impact <10% 6.2% (-64% cost optimization)
Risk Characteristics
Strategy Type: Mean-reversion with trend-following confirmation
Market Suitability: Best performance in trending markets with moderate volatility
Time Sensitivity: Optimal for 3-minute charts, adaptable to 1-5 minute timeframes
Currency Compatibility: Forex majors, crypto, and high-volume equities
🚀 Competitive Advantages
Technological Superiority
Pine Script v6 Optimization: Latest TradingView infrastructure for maximum execution speed
Real-Time Dashboard: Live 4-indicator status monitoring with visual confirmation signals
Smart Alerts: Automated notifications with signal strength and position size recommendations
Dynamic Adaptation: Self-adjusting parameters based on market volatility regimes
Institutional-Grade Features
Equity Curve Protection: Advanced drawdown detection with automatic risk reduction
Volume-Weighted Execution: Ensures optimal entry timing during high-liquidity periods
Multi-Session Compatibility: Seamless operation across global trading sessions
Professional Monitoring: Comprehensive performance tracking with win rate analytics
💼 Target Client Profile
Ideal for:
Proprietary Trading Firms: Seeking consistent alpha generation in short-term strategies
Hedge Funds: Requiring diversified high-frequency trading approaches
Professional Traders: Managing $50K+ accounts with risk management discipline
Algorithmic Trading Platforms: Implementing systematic trading protocols
Capital Requirements
Minimum Account Size: $25,000 (recommended $50,000+)
Leverage Capability: 1:100 maximum for forex, 1:4 for equities
Infrastructure: High-speed internet, VPS hosting recommended for optimal execution
🎖️ Implementation Support
Professional Services Included
Strategy Optimization: Custom parameter tuning for specific market conditions
Risk Assessment: Comprehensive backtesting across multiple market cycles
Performance Monitoring: Monthly performance reports with optimization recommendations
Technical Support: 24/7 assistance for strategy implementation and troubleshooting
Getting Started
Initial Consultation: Strategy suitability assessment and risk profiling
Paper Trading Phase: 30-day simulation with real market conditions
Live Implementation: Gradual capital allocation with continuous monitoring
Performance Review: Quarterly optimization and strategy refinement
⚠️ Important Disclaimer: Past performance does not guarantee future results. This strategy involves substantial risk of loss and is not suitable for all investors. Professional consultation recommended before implementation.
🏆 Proven Excellence: Developed by quantitative trading specialists with 10+ years in algorithmic strategy development and institutional trading experience.
Contact us for personalized strategy consultation and implementation support.
Pre-Pump/Crash Predictor with ZigZag - PJay777The "Pre-Pump/Crash Predictor with ZigZag" indicator designed to identify potential price pumps (upward movements) and crashes (downward movements) using the MACD (Moving Average Convergence Divergence) indicator combined with an EMA (Exponential Moving Average) trend filter. It provides visual signals on the chart and includes alert conditions for real-time notifications.
Key Components:
MACD Calculation:
Uses customizable fast (default: 12), slow (default: 26), and signal (default: 13) lengths to compute the MACD line, signal line, and histogram.
The MACD is plotted as blue (MACD line) and orange (signal line) for visual reference.
EMA Trend Filter:
A 200-period EMA (customizable) acts as a trend confirmation to filter signals, ensuring alignment with the broader market trend.
Signal Logic:
Pump Signal: Triggered when the MACD line crosses above the signal line (bullish crossover). If "Strict Filters" is enabled, it also requires a positive histogram and the price being above the EMA.
Crash Signal: Triggered when the MACD line crosses below the signal line (bearish crossunder). With strict filters, it requires a negative histogram and the price below the EMA.
Signals are plotted as green triangles (pump) below bars and red triangles (crash) above bars.
Debug Mode:
Optional debug labels display MACD, signal, histogram values, and crossover type on the last bar for troubleshooting.
Alerts:
Configurable alerts for pump ("MACD crossover: Potential pump!") and crash ("MACD crossunder: Potential dump!") signals.
CrossEMA Scalping 5-15m CrossEMA Scalping 5–15m
What it does
CrossEMA is a simple, rules-based scalping strategy designed for any symbol on 5–15 minute charts. It uses three exponential moving averages (EMAs) and hard reversals with predefined risk management.
Core logic
EMAs: 9 / 21 / 50 (all lengths, colors, and widths are configurable).
Entry rules (as specified):
BUY: when EMA 9 crosses down through EMA 21 or EMA 50.
SELL: when EMA 9 crosses up through EMA 21 or EMA 50.
On a new opposite signal, the strategy closes the current position and flips immediately (no pyramiding).
Risk management
Take-profit and stop-loss are placed automatically using either:
ATR-based distance (ATR length and SL multiplier configurable), or
Fixed ticks (tick distance configurable).
TP:SL ratio = 4:1 by default (configurable).
Initial capital, commissions, and slippage should be adjusted in Strategy Properties to match your broker/market.
Visuals
“BUY” and “SELL” text markers on signals.
Optional background shading: green while the most recent state is bullish, red while bearish (opacity configurable).
EMAs are plotted above price for clarity.
How to use
Add the strategy to any symbol on a 5m–15m chart.
Open the Inputs and choose ATR or Ticks for SL/TP distance; set your TP:SL ratio.
Configure EMAs, colors, and background preference.
In Strategy Properties, set initial capital, commission, and slippage.
Run backtests and review Performance Summary and List of Trades.
Notes & limitations
Backtest results are hypothetical and depend on your settings (commissions, slippage, order execution model).
Signals are evaluated per bar; live results can differ from historical tests.
This script is provided for educational purposes only and is not financial advice. Always test thoroughly and trade at your own risk.
Liquidation Heatmap — ProxyLiquidation Heatmap — Proxy
It blends three signals into a vertical heat profile:
• Pivot sweeps (swing highs/lows)
• Volume–volatility impulses (normalized TR × volume)
• Optional OI weighting via z-scored ΔOI% (BTC/ETH _OI proxy)
Heat decays with time (half-life), is normalized (0–1), then mapped to a smooth color theme.
Features: lookback presets (12h/24h/3D/1W), adjustable bins, ATR focus window, anchor by Day/Week/Month/Date, theme picker (Default / Ocean Blue / Purple Haze / Sunset Orange), optional top clusters (lines).
Works best on BTC/ETH perps; if your symbol lacks _OI, use the Override OI ticker input.
Educational only—no signals or guarantees.
Liquidation Heatmap — Proxy paints a dense, vertical heatmap of prices that repeatedly attract liquidity. It combines:
Pivot sweeps (ta.pivothigh/low)
Volume–volatility impulses (TR × Volume, normalized)
Optional Open Interest bias using z-scored ΔOI% (a proxy from _OI tickers)
Each contribution is aged with an exponential half-life, normalized to 0–1, and rendered as horizontal bands. Brighter bands = repeatedly “active” prices.
Best scope: BTC/ETH perpetuals on intraday timeframes (but it works on higher TFs too).
Quick start
Add on a perp chart (e.g., BINANCE:BTCUSDTPERP).
Primary data source: start with OI+VOL. Switch to OI or VOL if needed.
Pick a View / Memory preset (12h / 24h / 3D / 1W).
(Optional) Enable Focus window (ATR) to center around current price.
(Optional) Turn on Show top clusters (lines) to overlay the strongest bands.
Change Theme to taste: Default / Ocean Blue / Purple Haze / Sunset Orange.
Inputs (most useful)
Primary data source: VOL / OI / OI+VOL (recommended).
Override _OI ticker: if your exchange symbol lacks _OI, set e.g., BINANCE:BTCUSDTPERP_OI.
View / Memory: presets for lookback & half-life.
Vertical bins: 40–240 (density).
Base opacity: heat transparency.
Sensitivity & Gamma: raise sensitivity to “thin out” weak bands; gamma ≤1 brightens highlights.
Focus window (ATR): intraday framing around price (± multiples).
Anchor start: Off / Day / Week / Month / Date (use Date to lock a manual start).
Show top clusters (lines): overlays the N hottest bands.
Theme: Default / Ocean Blue / Purple Haze / Sunset Orange.
Tips
OI Source: If _OI is missing for your chart, point the override to a valid BTC/ETH _OI ticker.
Scaling: On ≤15m, the auto-tune raises bin count and shortens memory for snappier results.
Reading the map: brightest stripes are the levels most frequently tapped by pivots/impulses—potential magnets (trader pain points), not certainty.
Limits & notes
This is a proxy heatmap of potential liquidation zones derived from pivots, volume–volatility impulses, and optional OI.
It does not include order-book liquidity (no resting bids/asks, no depth/quotes) or live liquidation prints as they unfold
OI data can be sparse/laggy depending on the provider; the script falls back when OI is unavailable.
Past activity ≠ future outcomes. This tool is educational, not financial advice.
Credits
Inspired by public liquidation concepts and order-book heatmaps; colour schemes are approximations
Buy 20m Under Hybrid MA BTCThis strategy's basic logic is to place a buy 20 minutes under a (200) Hybrid MA.
It waits for price to be under for 20 minutes, then places a limit order at the bottom of that candle BODY with a 25 point SL and a rr of 1 to 5.
Theirs a few rules to filter out too much bearish action like consecutive red candles and bearish atr candles and also the slope of the moving average.
Overall this 1 minute chart strategy seems to perform well on back testing. Sadly my subscription only allows random dates and the last week to test, while a year or two of data is what is needed. Currently I don't have a budget for this subscription cost.
If you have a subscription to deep test this, please reach out to me and I would thankfully welcome your contact.
Until then I will be converting the script into the extremely difficult mt5 code.
P.S all the settings should work well as is. BTC/USD on coinbase chart, 1 min only.