RSI Strategy with Backtestingupgraded RSI Strategy with strategy backtesting support included. It places trades when RSI crosses below the oversold level (Buy) and above the overbought level (Sell), and includes adjustable take-profit and stop-loss inputs for more realistic simulation.
Concept
MMXM ICT [TradingFinder] Market Maker Model PO3 CHoCH/CSID + FVGMMXM ICT Market Maker Model PO3 CHoCH/CSID + FVG
This comprehensive indicator is designed for traders leveraging ICT (Inner Circle Trader) concepts, particularly the Market Maker Model, to identify high-probability trade setups based on institutional price delivery behavior. It combines multiple structural elements, fair value inefficiencies, and entry signals to assist with PO3 (Power of 3), CHoCH, and Market Structure analysis.
🔹 Key Features:
CHoCH / BOS Detection:
Automatically identifies Change of Character (CHoCH) and Break of Structure (BOS) using swing highs and lows. Useful for recognizing early trend reversals or continuations.
Fair Value Gaps (FVG):
Highlights imbalances between buyers and sellers by detecting unfilled price gaps, signaling potential areas of price drawdown or support/resistance.
Market Structure (HH/LL):
Plots Higher Highs and Lower Lows to visually assist with trend analysis and structural shifts.
Buy & Sell Signals:
Entry signals are generated when CHoCH aligns with the prevailing trend direction, helping to confirm high-probability trade entries.
⚙️ Customizable Inputs:
FVG Lookback and Size Thresholds
CHoCH Swing Sensitivity
Market Structure Swing Detection
Toggle Display Options for All Visual Elements
🎯 Use Case:
Ideal for day traders and swing traders seeking to trade with the "smart money." When FVG zones align with CHoCH and confirmed trend direction, this tool helps uncover potential sniper entries and exits.
RK_RAVI in this script
combination of
EMA 20
EMA 50
TRUE RANGE
AVERAGE TRUE RANGE
DAILY AVERAGE TRUE RANGE
THIS INDECATOR IS DEDICATED TO MY MENTOR MR RAVI R KUMAR
Daily Time Range HighlightThis Pine Script code creates a TradingView indicator that allows users to highlight a specific time range on a chosen day of the week. It draws a customizable colored box on the price chart, spanning from the session's start to end and covering the highest high and lowest low within that period. Users can enable or disable the highlighting, select the day of the week and time range, and customize the appearance of the highlight box through the indicator's settings.
Maga X m_elmaghrabyThis advanced indicator is a comprehensive integration of professional tools for analyzing institutional movements (Smart Money), developed by @m_elmaghraby
Gann LV Price/Time (EN)Gann LV Price/Time
This indicator is based on William Gann’s methods, the Law of Vibration, and classic wave analysis. Unlike traditional Gann tools, it employs adaptive trend analysis, combining angular acceleration, price-to-time ratio, and resonance zones. This allows for more precise identification of key support and resistance levels and enhances the ability to forecast potential trend reversals.
🔹 Key Features
✔ Customizable key points (A, B, C) – the user selects three significant points that form the basis of the analysis.
✔ Price calculation methods – the option to consider candle wicks, candle bodies, or an average price.
✔ Automatic trend structure analysis – the indicator determines whether the market is in an impulse or corrective phase.
✔ Support and resistance level forecasting – based on Gann’s Law of Vibration, making calculations dynamic.
✔ Identification of time-based reversal zones – key time cycles that influence trends are analyzed.
✔ Price resonance zones – special areas where the price reaches maximum sensitivity and may reverse direction.
✔ Market noise filtering – intelligent smoothing and volatility adaptation techniques are applied.
🔹 How Does the Indicator Work?
1️⃣ Defining Key Points A, B, C
These points serve as the foundation of the analysis, helping to determine trend direction and potential reversal zones.
2️⃣ Angular Acceleration Analysis
The indicator assesses whether the angle between points is accelerating or decelerating, allowing traders to identify trend strength and potential turning points.
3️⃣ Detection of Price Resonance Zones
Every market has its own natural vibration frequencies—moments when the price is most susceptible to trend shifts. The indicator analyzes these patterns and identifies key levels where reversals may occur.
4️⃣ Identification of Time-Based Trend Reversal Zones
Time cycles play a crucial role in price movements. By analyzing market rhythm patterns, the indicator forecasts probable trend reversal points, providing additional confirmation for trading decisions.
🔹 What Are Price Resonance Zones?
Resonance zones are areas on the chart where the price encounters an "invisible barrier" based on Gann’s Law of Vibration. These zones form when natural price and time rhythms align, creating an effect similar to acoustic or mechanical resonance.
Within these zones:
Trends slow down or accelerate.
There is a high probability of a reversal.
Key support and resistance levels become stronger.
The indicator automatically identifies these intersections, helping traders find optimal entry and exit points.
🔹 Where to Apply It?
✔ For identifying entry and exit points – helps detect the most probable trend reversal zones.
✔ For market cycle analysis – understanding market rhythms enables more accurate forecasting.
✔ For filtering false breakouts – resonance zones can confirm or invalidate potential breakouts.
📌 Important: This indicator does not guarantee profits; it serves as a supportive tool for comprehensive technical analysis.
Reddington Vip
#### Name: Reddington Vip
#### Type: Strategy
---
### Description
"Reddington Vip" is a multifunctional trading strategy that integrates multiple technical indicators and concepts for market analysis and automated trading. It combines MACD with price forecasting, support/resistance levels based on Higher High/Lower Low, an adaptive trend channel, Smart Money Concepts, automatic Fibonacci levels, and a LazyScalp dashboard for assessing volatility and correlation.
**Key Features:**
- **Trading Signals:** Enters long and short positions based on false breakouts of support/resistance levels, filtered by MACD, RSI, and volume.
- **Indicators:** MACD, RSI, EMA (30, 50, 200), ATR, adaptive trend channel with Pearson correlation, Fibonacci levels, and Smart Money (BoS/CHoCH).
- **Visualization:** Displays areas of interest (AOE), order blocks, High/Low levels, price forecasts, and an informational dashboard.
- **Flexibility:** Customizable parameters for all components, including indicator periods, colors, sensitivity, and alert thresholds.
This strategy suits traders who prefer an automated approach with visual support and false signal filtering.
---
### How to Use
1. **Adding to Chart:**
- Copy the code into the Pine Script editor in TradingView.
- Click "Add to Chart" to apply the strategy.
2. **Configuring Parameters:**
- Access strategy settings (right-click → "Settings").
- Adjust key parameters:
- **MACD:** Fast, slow, and signal periods.
- **Support/Resistance:** Sensitivity (Left/Right Bars).
- **Stop Loss:** Loss percentage for position closure.
- **LazyScalp Board:** Volume and NATR thresholds for alerts.
- **Smart Money:** Enable internal/external structures (BoS/CHoCH).
3. **Trading:**
- **Long:** Triggered by a false breakout above support (price closes above after dipping below), confirmed by MACD (> signal), RSI (> 40), and volume (> SMA 20).
- **Short:** Triggered by a false breakout below resistance (price closes below after rising above), with MACD (< signal), RSI (< 60), and volume (> SMA 20).
- Opposite positions auto-close as take-profit.
- Stop-loss activates at the specified loss percentage.
4. **Setting Alerts:**
- In the "Alerts" menu, select "Reddington Vip" and configure conditions:
- "Buy Signal" — for Long entry.
- "Sell Signal" — for Short entry.
- "Take Profit" and "Stop Loss" — for position management.
- Choose notification method (email, SMS, webhook, etc.).
5. **Market Analysis:**
- Use visual elements (trend channel, Fibonacci levels, Smart Money) to confirm signals.
- Monitor the LazyScalp Board for market activity (volume, NATR, correlation).
---
### Settings
- **MACD:** Fast (12), Slow (26), Signal (9) — trend and forecast settings.
- **Forecast:** Max memory (50), forecast length (100), percentiles (80/50/20).
- **Twin Range Filter:** Fast (27, 1.6) and slow (55, 2.0) periods.
- **Higher High/Lower Low:** Left (3) and right (4) bars for levels.
- **LazyScalp:** Volume thresholds ($100M/$3M), NATR (1%), table position.
- **Auto Fibs:** Sensitivity (25), selectable levels (0.236–0.786).
- **Smart Money:** Internal (3) and external (25) structure sensitivity.
- **Channel:** Deviation multiplier (2.0), line style, and transparency.
- **Stop Loss:** Loss percentage (25%).
---
### Disclaimer
- This strategy is provided for educational and testing purposes only. Trading in financial markets carries a high risk of capital loss.
- Test the strategy on historical data using TradingView’s "Strategy Tester" before live trading.
- The author is not responsible for any financial losses resulting from the use of this script.
---
### Author’s Notes
"Reddington Vip" is a powerful tool for technical analysis and automated trading. Customize the settings to match your trading style and leverage visual cues to enhance signal accuracy. Feel free to share feedback or suggestions in the comments!
---
This version is concise, adheres to TradingView guidelines, and excludes the code snippet while retaining all essential details. Let me know if you'd like further adjustments!
BlackStar&Reddington Privat Club### Brief Description of "BlackStar&Reddington Privat Club" Indicator
**How the Code Works**:
"BlackStar&Reddington Privat Club" is a Pine Script v6 overlay indicator designed for technical analysis. It combines two independent modules: ATR-based levels for breakout signals and Stochastic-based divergence/convergence detection. The ATR Levels module plots weekly fixed levels (upper, lower, and start price) and generates Long/Short signals on breakouts. The Stochastic Divergence module identifies bullish/bearish divergences and convergences, visualized with labels. Both modules are toggleable and adapt to the selected timeframe.
**Strategies Used**:
1. **ATR Breakout Strategy**:
- Plots three weekly levels (upper = start + ATR, lower = start - ATR, start = weekly open) at the beginning of each week.
- Signals: Short when price crosses above the upper level, Long when price crosses below the lower level.
- Focuses on volatility-based breakouts with fixed weekly reference points.
2. **Stochastic Divergence/Convergence**:
- Uses Stochastic (%K, %D, smoothed) to detect divergences (price and Stochastic move oppositely) and convergences (price and Stochastic move together).
- Bullish divergence: price falls, Stochastic rises; Bearish divergence: price rises, Stochastic falls.
- Convergence confirms trend direction (bullish or bearish).
- Adapts lookback periods to the timeframe for sensitivity (e.g., 10 bars on 5M, 3 bars on 1D).
**How to Use**:
1. **Setup**: Load the indicator in TradingView. Enable/disable ATR Levels or Stochastic Divergence via inputs. Adjust ATR period (default 14) and Stochastic settings (length, %D, smooth) as needed.
2. **Monitor Signals**:
- **ATR Levels**:
- Red dashed line (upper level): Short signal on crossover (red "Шорт" label).
- Green dashed line (lower level): Long signal on crossunder (green "Лонг" label).
- Blue dotted line: Weekly start price reference.
- **Stochastic Divergence**:
- Lime "Див (бычья)" (bullish divergence) or Green "Конвергенция" (bullish convergence) below price.
- Orange "Див (медв)" (bearish divergence) or Red "Дивергенция" (bearish convergence) above price.
3. **Trading**:
- Use ATR signals for breakout trades (e.g., Short above upper level, Long below lower level).
- Use Stochastic signals to confirm reversals (divergence) or trend strength (convergence).
- Combine with other indicators for higher accuracy.
4. **Alerts**: Set up alerts for ATR breakouts ("Шорт" or "Лонг") to catch signals in real-time.
**Disclaimer**:
This indicator is not financial advice. Trading involves risks, and past performance does not guarantee future results. The author is not responsible for losses incurred. Test the indicator thoroughly on a demo account and adapt it to your trading style and market conditions before using it live.
Reddington VIP 2.0### Description of "Reddington VIP 2.0" Strategy
**How the Code Works**:
"Reddington VIP 2.0" is a Pine Script v6 trading strategy implemented as an overlay indicator with automated entries and exits. It analyzes trends, support/resistance levels, and market momentum using EMA, MACD, ATR, and dynamic Swing levels. Entry signals are generated on level breakouts confirmed by trend direction, while exits occur at stop-loss or take-profit levels calculated based on ATR. Visualization includes trend lines, levels, and tables displaying trade details and performance statistics.
**Strategies Used**:
1. **Trend Filter (EMA)**: Determines market direction using an adaptive EMA (period adjusts to timeframe). Entries are allowed only in the trend direction ("Up" or "Down").
2. **Swing Level Breakouts**: Uses pivothigh/pivotlow to identify key resistance and support levels. Long entry on a breakout above SwingLow, Short entry on a breakdown below SwingHigh.
3. **Momentum Confirmation (MACD and Momentum)**: MACD (macd > signal for Long, macd < signal for Short) and positive/negative momentum confirm the strength of the move.
4. **Risk Management (ATR)**: Stop-loss (SL) and take-profit (TP) are calculated as ATR multiples (default 1.5x for SL, 4x for TP), adapting to volatility.
5. **Automated Trading**: Opens positions (Long/Short) and closes them at SL/TP or on an opposite signal, with entry points visualized via labels.
**How to Use**:
1. **Setup**: Load the strategy in TradingView, adjust parameters (EMA, MACD, ATR, Swing periods, SL/TP multipliers) to match your trading style and timeframe (5M, 15M, 1H, 4H, 1D, etc.).
2. **Monitor Signals**:
- "Long" (green label) — enter a buy, "Short" (red label) — enter a sell. Labels display entry price, SL, and TP.
- Blue line — EMA (trend), red dashed line — SwingHigh (resistance), green dashed line — SwingLow (support).
3. **Analyze Tables**:
- Main table (customizable position, default Bottom Center) shows current price, trend, entry level, SL, and TP.
- Gray stats table displays win rate, profit factor, net profit, and total trades.
4. **Manage Trades**:
- Entries are automatic when conditions are met.
- Exits occur at SL (if price hits stop-loss) or TP (if take-profit is reached).
- An opposite signal closes the current position with a "TP Long/Short" comment.
5. **Alerts**: Set up notifications for entry signals ("Buy Signal", "Sell Signal") and exits ("Stop Loss", "Take Profit").
**Example Usage**:
- On a 1H timeframe, price breaks above SwingLow, MACD > signal, EMA indicates "Up," and momentum > 0. The strategy opens a Long position, displays a label with Entry, SL, and TP, and updates the tables. If price drops to SL or rises to TP, the position closes automatically.
**Disclaimer**:
This strategy is not financial advice. Trading involves risks, and past performance does not guarantee future results. The author is not liable for losses. Test the strategy on a demo account and adjust parameters to your goals and market conditions before using it on a live account.
Reddingtom MM Crypto Futures Bot2.0"Reddington MM Crypto Futures Bot" is a multi-strategy indicator designed for trading futures on cryptocurrency markets. It combines three approaches—Market Making (MM), Supertrend (ST), and Reversal (RS)—to provide traders with flexible signals for various market conditions. The indicator is optimized for different timeframes and includes fixed entry levels ("Entry"), stop-loss ("SL"), and take-profit ("TP") levels, making it convenient for risk management in the volatile conditions of futures markets.
**Key Strategies**:
1. **Market Making (MM)**:
- **Timeframe**: 5m-15m.
- **Color**: Yellow (Long), Orange (Short).
- **Conditions**: Signals are generated based on the crossover of fast and slow EMAs (`emaFast` and `emaSlow`) with a low volatility filter (ATR < 2x average ATR over 24 hours) and liquidity filter (candle range ≥ 0.2% of the closing price). Suitable for sideways movements and high-frequency trading.
- **Features**: Displays only "Entry" levels, as the strategy assumes quick trades without fixed stops or profits.
2. **Supertrend (ST)**:
- **Timeframe**: 15m-1h.
- **Color**: Green (Long), Red (Short).
- **Conditions**: Utilizes the Supertrend indicator to identify trends, confirmed by a positive MACD (`macdLine > 0`) for Long or negative (`macdLine < 0`) for Short, and ADX > 15 to filter weak movements. Suitable for trending markets.
3. **Reversal (RS)**:
- **Timeframe**: 1h-4h.
- **Color**: Blue (Long), Purple (Short).
- **Conditions**: Signals occur under reversal conditions: RSI < 30 (Long) or > 70 (Short), price outside Bollinger Bands (below the lower band for Long, above the upper band for Short), MACD aligned with the direction (positive for Long, negative for Short), and ADX > 15. Suitable for catching corrections on larger timeframes.
**Disclaimer**:
Reddington is not a financial advisor; please consult a professional. This indicator is provided solely for informational and educational purposes and should not be considered financial advice. Trading futures involves significant risk of loss and is not suitable for all investors. Past performance does not guarantee future results. Use at your own risk and ensure you understand the associated risks before making any trading decisions. Do not provide information that could identify you.
Reddington Vip### Brief Description of "Reddington Vip" Strategy
**Strategies Used**:
1. **MACD-Based Forecasting**: Predicts price trends using MACD crossovers and historical price memory for entry/exit signals.
2. **Higher High/Lower Low (HHLL)**: Identifies support/resistance and trend direction via pivot points and breakout patterns.
3. **False Breakouts**: Detects fake moves below support or above resistance, confirmed by RSI, MACD, and volume.
4. **Smart Money Concepts (SMC)**: Tracks order blocks, areas of interest (AOE), and structural breaks (BoS/CHoCH) for institutional activity.
5. **Adaptive Trend Finder**: Analyzes trend strength with Pearson’s R and dynamic channels for long/short-term trends.
6. **Volume and Volatility**: Uses volume spikes (LazyScalp) and ATR for trade confirmation and risk management.
7. **Fibonacci Levels**: Plots auto-Fibs to identify retracement zones for potential reversals.
**How to Use**:
1. Load the strategy in TradingView with `max_bars_back=1500`.
2. Monitor signals:
- "Buy" (green label) for Long entry, "Sell" (pink label) for Short entry.
- Check entry table (bottom center) for trade type and price.
3. Confirm with visuals: HHLL levels, MACD forecast lines, SMC blocks, Fibs, and LazyScalp board (volume/NATR).
4. Set stop-loss (default 25%) and take-profit via opposite signal closure.
5. Use alerts for real-time notifications on entries, take-profits, and stop-losses.
**Disclaimer**:
This strategy is not financial advice. Trading carries risks, and past performance does not guarantee future results. The author is not responsible for losses incurred. Test thoroughly on a demo account and adapt to market conditions before live use.
Mavrodi Monster Indicator by Reddington### Brief Description of "Mavrodi Monster Indicator by Reddington"
**Description**:
"Mavrodi Monster Indicator" is a Pine Script v5 indicator designed for technical analysis on 1H, 4H, and 1D timeframes. It combines classic tools (RSI, VWAP, OBV) with custom filters to detect market maker manipulations, accumulation zones, and trading signals. The indicator visualizes key levels (support, resistance, VWAP) and provides entry (Long/Short) and exit signals through labels and alerts.
**Strategies Used**:
1. **Momentum and Reversals**: RSI and OBV divergence analysis to identify overbought/oversold conditions and hidden reversals.
2. **Volume Analysis**: Detection of volume spikes and pressure to confirm market moves.
3. **Market Maker Manipulations**: Identification of traps (MM Traps) and liquidity zones.
4. **Trend and Average Price**: VWAP as a reference for entry/exit points.
5. **Accumulation Zones**: Detection of preparation phases for significant price movements.
6. **Trading Signals**: Generation of entry (Long/Short) and stop points based on combined factors.
**How to Use**:
1. Install the indicator in TradingView and select a timeframe (1H, 4H, 1D).
2. Monitor labels:
- "Long" (green) — enter a buy, "Short" (red) — enter a sell, "✖" (yellow) — exit.
- Additional signals: traps (▲), accumulation (●), liquidity (◆), volume pressure (■), divergences (▲/▼).
3. Use VWAP, support, and resistance lines for confirmation.
4. Set up alerts for timely responses.
**Disclaimer**:
This indicator is not financial advice. Trading involves risks, and past performance does not guarantee future results. The author is not liable for losses incurred from using this indicator. Test the strategy on a demo account and consider market conditions before applying it.
**Note**:
This indicator was inspired by the genius of Sergey Mavrodi, the mastermind behind financial pyramids. His brilliance lay in manipulating crowds and markets. He turned chaos into profit using crowd psychology. His ideas form the foundation of the indicator’s logic.
Reddington School 1.0 - Crypto FuturesHow to Read the Market with "Reddington School 1.0 - Crypto Futures"
Welcome to trading crypto futures! This indicator is your helper to understand the market and spot potential trades. It doesn’t tell you "trade here," but teaches you to see opportunities and manage risks. Let’s go step-by-step!
---
## What Does the Indicator Show?
This indicator works on TradingView and uses colors, shapes, and labels to explain the market:
1. **Orange Line** — Fast trend (Fast EMA).
2. **Blue Line** — Slow trend (Slow EMA).
3. **Green Triangles** — Hints for buying.
4. **Red Triangles** — Hints for selling.
5. **Red and Green Dashed Lines** — Risk zones.
6. **Gray Background** — Market chaos.
7. **Text Labels** — Tips in your language (choose in settings: Russian, English, Spanish, Hindi).
---
## How to Start?
1. **Add the Indicator**:
- Open TradingView, pick a future (e.g., BTCUSDT Perpetual).
- Click "Indicators" → "Invite-only scripts" (if private) or paste the code manually.
- Select "Zone Trader Training - Crypto Futures."
2. **Choose Your Language**:
- In the indicator settings, find "Language."
- Pick: "Russian," "English," "Spanish," or "Hindi." Labels will switch to your choice!
3. **Pick a Timeframe (TF)**:
- Start with 1 hour (1H) — not too fast, not too slow. Later try 15 minutes (15M) or 4 hours (4H).
---
## Step 1: Find the Market Direction
Look at the two lines:
- **Orange above Blue**: The market is going up — think about buying.
- **Orange below Blue**: The market is going down — think about selling.
- **Lines cross a lot**: The market is unsure — wait.
**Example**: On BTC, if the orange line is above the blue, the price is likely rising. That’s your first clue!
---
## Step 2: Spot Entry Hints
Triangles are signals where you might trade:
- **Green Triangles (below candles)**: Price is rising and gaining strength. Hint: "Maybe time to buy?"
- **Red Triangles (above candles)**: Price is falling and slowing down. Hint: "Maybe time to sell?"
**Labels** are rare but key tips:
- "Buy? Peak or pullback" (green): Price is at a top or faking a dip. Think: Is this the end or more to go?
- "Sell? Peak or pullback" (red): Price is at a bottom or faking a rise. Decide: End of drop or more down?
**Example**: You see green triangles and "Buy? Peak or pullback" — the market’s up, but it might be a peak. Check further!
---
## Step 3: Understand Risks
Red and green lines show where trades get risky:
- **Red Dashed Line (above price)**: If price hits this, buying is risky. Set a stop-loss below it.
- **Green Dashed Line (below price)**: If price drops here, selling is risky. Set a stop-loss above it.
- **Label "Risk! Check stop" (yellow)**: Price is near a risk zone. Make sure your stop is ready!
**Example**: You buy at a green triangle, price nears the red line, and "Risk!" pops up. Set a stop 100 USD below the red line (for BTC).
---
## Step 4: Avoid Chaos
- **Gray Background ("Chaos: wait")**: The market’s too wild (e.g., a 1–2% jump in a minute). Don’t trade until it clears.
- Too much or no chaos? Adjust "Volatility Multiplier" in settings:
- Too much gray? Increase from 1.5 to 2.0.
- No gray? Decrease to 1.0.
**Example**: Gray background on 1M — price jumps 500 USD in a minute. Wait until it calms down.
---
## Step 5: Practice Like a Pro
1. **Open a Demo Account**:
- Buy on green triangles, sell on red ones.
- Set stop-loss beyond the red/green lines.
2. **Keep Notes**:
- When did you enter? Why? Did it work?
- Example: "Bought on 1H, green triangle, stop -150 USD, profit +300 USD."
3. **Check History**:
- Scroll back on the chart — see where triangles worked or failed.
---
## Starting Settings
Leave these as they are:
- "Fast EMA Length" = 20, "Slow EMA Length" = 50 — for trends.
- "Momentum Length" = 14 — for signals.
- "Volatility Multiplier" = 1.5 — for chaos (tweak for your TF).
- "Risk Multiplier" = 1.5 — for risk zones (raise to 2.0 if you want wider).
---
## Real-Life Example
- **BTCUSDT, 1H**: Orange line above blue, green triangles. You buy at 50,000 USD. "Buy? Peak or pullback" label at 50,500 USD. Red line at 50,700 USD — set stop at 50,600 USD. No chaos — clear to trade!
---
## Pro Tips
- **Patience**: No triangles or gray background? Wait.
- **Risk**: Always use a stop-loss — crypto loves surprises.
- **Learn**: Labels are questions, not orders. Think for yourself!
---
You’re now ready to read the market like a trader! Try it, take notes, learn — soon you’ll spot opportunities where others get lost.
---
## Disclaimer
This indicator is for educational purposes only and does not provide financial advice. Trading crypto futures involves high risk, and you may lose all your money. Always use a demo account first, set stop-losses, and never risk more than you can afford to lose. Past performance on the chart does not guarantee future results. Use at your own risk!
CRT Candle Range Theory [BETA] – Free Access🔹 CRT Candle Range Theory
This indicator identifies potential trading zones based on CRT (Candle Range Theory) principles.
Main structures and zones are visualized on the chart.
⚠️ LTF (Lower Time Frame) confirmation is required before entering a trade.
🎁 This version is free for a limited time only. Your feedback is valuable for further development.
🔒 Premium version will include LTF confirmation signals, additional indicators, and advanced tools.
📩 For feedback and contact:
TradingView: @xgodofcryptox
X (Twitter): XGodOfCrypto
---------------------------------------------------------------------------------------------------------------------
🔹 CRT Candle Range Theory
Bu gösterge, CRT (Candle Range Theory) prensiplerine göre potansiyel işlem bölgelerini belirler.
Ana yapılar ve bölgeler grafik üzerinde gösterilir.
⚠️ İşleme giriş için mutlaka LTF (daha düşük zaman dilimi) onayı aranmalıdır.
🎁 Bu sürüm sınırlı bir süreliğine ücretsizdir. Geri bildirimleriniz geliştirme süreci için değerlidir.
🔒 Premium versiyon, LTF onay sinyalleri ve ek indikatörlerle birlikte daha gelişmiş analiz araçları sunacaktır.
📩 Geri bildirim ve iletişim için:
TradingView: @xgodofcryptox
X (Twitter): XGodOfCrypto
Reddington Trading Bot Adaptive Signals+
### Description of the "Reddington Trading Bot Adaptive Signals+" Strategy
"Reddington Trading Bot Adaptive Signals+" is an adaptive trading strategy that utilizes a combination of indicators (Supertrend, Bollinger Bands, MACD, RSI, ADX, ATR, EMA) to generate signals for entering long and short positions. It includes five subsystems: trend-following Supertrend (ST), breakout Bollinger Bands (BB), MACD based on crossovers, countertrend Counter (CT), and scalping Scalping (SC). Signals are filtered by volume, volatility, and trading sessions, with SL, TP, and Half TP levels calculated based on ATR.
---
### How to Use
1. **Setup**: Select a timeframe and adjust parameters if needed (e.g., Supertrend Multiplier).
2. **Signals**: Follow the labels:
- Green (ST Long), Red (ST Short), Orange (BB), Purple (MACD), Yellow (CT), Teal (SC).
- Yellow line — entry, red — SL, green — TP, blue — Half TP.
3. **Alerts**: Set up notifications in TradingView via "Alerts" for entry, SL, TP, and Half TP.
4. **Trading**: Enter a trade based on the label, set SL and TP according to the levels.
---
### Timeframe Recommendation
Best traded on **H1**.
---
### Disclaimer
"Reddington Trading Bot Adaptive Signals+" is provided "as is" for educational and informational purposes only. Using the strategy does not guarantee profits and involves financial risks. The author is not responsible for any losses incurred from its use. Test the strategy on a demo account before applying it and ensure it aligns with your trading goals and risk tolerance. Trading in financial markets requires caution and independent analysis.
Inner Circle Toolkit [TakingProphets]Inner Circle Toolkit — A Complete ICT Trading Companion
The Inner Circle Toolkit is a closed-source, all-in-one trading tool designed for traders following ICT (Inner Circle Trader) and Smart Money Concepts strategies. Every part of this script is built with purpose — not just a mashup of indicators, but a structured framework to help you follow price through the lens of institutional behavior and liquidity theory.
Let’s walk through what it does and how it can help you:
🕒 Session Liquidity Levels (Asia, London, New York, NY Lunch)
The indicator automatically marks the highs and lows of the major trading sessions:
-Asian Session
-London Session
-New York AM Session
-New York Lunch
These levels are important because price often returns to these points to grab liquidity before making a move. This gives traders clear areas to watch for potential sweeps, rejections, or reversals — without having to manually track session timings every day.
REQHs and REQLs — Equal Highs and Lows
This script detects Relatively Equal Highs and Lows (REQHs/REQLs), which are often used by institutions as stop-run targets.
It’s not just looking for copy-paste double tops or bottoms — it uses a tolerance-based algorithm that checks for clusters of similar highs or lows over a given time period. These are likely to hold stops and become magnets for price. When you see these on the chart, you’ll know where the “juice” is sitting.
Fair Value Gaps (FVG) — Multi-Timeframe
The script automatically plots Fair Value Gaps (FVGs) on both:
-Your current chart timeframe
-One or more higher timeframes (like H1 or H4)
These are three-candle gaps that form when price moves aggressively without filling in value. Price often comes back to these areas to rebalance. Seeing both local and higher-timeframe FVGs on your chart gives better context and helps with entries and exits.
The script is optimized so your chart doesn’t get messy — higher timeframe FVGs show up in a cleaner format with visual labels and lighter shading.
SMT Divergence — With Session Logic
This tool includes a real-time SMT divergence detector, based on the behavior of correlated markets like ES vs. NQ.
Here’s how it works:
If ES sweeps a liquidity level (like Asia Low), but NQ doesn’t, the script detects and marks that divergence.
This often signals institutional accumulation or distribution — a high-probability setup.
You won’t have to flip between charts or manually compare — the SMT logic runs automatically and only fires when it matters (at key session levels). It’s a smarter, more focused way to track intermarket divergences.
Daily Highs and Lows — Week-to-Week Structure
The indicator keeps track of the high and low for each day of the week — Monday through Friday — helping you understand how price is evolving across the week.
This helps build a weekly profile:
Did Monday set the high of the week?
Are we sweeping Tuesday’s low on Thursday?
These levels stay visible and labeled, helping you frame daily setups inside the bigger picture.
🕛 Midnight Open & 8:30 AM Open Levels
These two levels are core ICT concepts used to judge whether price is in premium or discount:
Midnight Open (00:00 EST): Used to determine daily bias
New York Open (08:30 EST): Often a launch point for key moves
Both are drawn automatically and extend throughout the day. This helps you align your trades with potential algorithmic bias, especially during NY session volatility.
⏰ 9:45 AM Vertical Marker — Macro Time Reminder
The script draws a subtle vertical line at 9:45 AM EST, which is the start of the NY AM macro session — one of the most likely times to see setups play out.
This is more than just a timer — it’s a visual cue that something important might be setting up soon, especially if you’re already watching SMT, FVGs, or liquidity zones from earlier.
How It All Connects — A Workflow, Not a Mashup
Every feature in this script is connected to the same goal: helping you trade with the Smart Money.
Here’s how the pieces work together:
Session levels → potential stop hunts
Equal highs/lows → targets
FVGs → entry points
SMT divergence → confirmation or warning
Daily highs/lows → Weekly structure frames bias
Open levels → premium vs. discount
Macro line → timing clue for execution
It’s built to help you flow with price action and trade the story, not just random signals.
Why It’s Closed Source — and Original
This script is closed-source because it contains:
A proprietary system for real-time SMT logic (with intermarket sweep detection)
Multi-timeframe FVG detection that auto-filters overlaps
Smart equal-high/low detection using range-based clustering
Optimized UI that shows a lot without overwhelming the chart
There are no moving averages, no public-domain indicators, and no mashup of standard tools. Everything here is purpose-built for traders who follow ICT strategies.
Let us know how we can improve!
Reddington Privat Club Final Edition
### Indicator Description: "Reddington Privat Club Final Edition"
**Brief Description**: The indicator is designed for trading cryptocurrency futures on 15M, 1H, and 4H timeframes. It identifies entry points, stop-loss, and take-profit levels using a combination of technical methods.
**Methods**:
- **Trend**: SMA(10) to determine bullish/bearish trend.
- **Levels**: Dynamic institutional levels (Inst), Pivot, R1/S1, Fibonacci (0.382, 0.5, 0.618), Equal Highs/Lows (EqH/EqL).
- **Order Blocks**: Bull/Bear Blocks based on 4H data (price + volume).
- **Patterns**: Breakout, Outside Bar, Climax Buy/Sell for entry signals.
- **Risk Management**: ATR for stop-loss, fixed risk/reward ratio (RR).
---
### Trading Instructions
#### General Principles
1. **Timeframe**: Choose 15M, 1H, or 4H.
2. **Trend**: Green background — bullish, red — bearish.
3. **Signals**: Green triangle (Long), red triangle (Short).
4. **Levels**: "ТВХ" (entry), "СЛ" (stop), "HalfTP" (75% exit), "ТП" (25% exit).
5. **Risk**: 2% of capital, 10x leverage.
#### 15-Minute Timeframe (15M)
- **Long**: Green background, triangle below bar, price near "Bull Block" or "Inst", upward breakout.
- **Short**: Red background, triangle above bar, price near "Bear Block" or "Inst", downward breakout.
- **Management**: Enter at "ТВХ", stop at "СЛ", exit 75% at "HalfTP", 25% at "ТП".
- **Tip**: Trade during active sessions, avoid noise.
#### 1-Hour Timeframe (1H)
- **Long**: Green background, triangle below bar, price at "Bull Block" or "F0.382", bounce/breakout.
- **Short**: Red background, triangle above bar, price at "Bear Block" or "F0.618", bounce/breakout.
- **Management**: Same as 15M.
- **Tip**: Use "EqH/EqL" for confirmation.
#### 4-Hour Timeframe (4H)
- **Long**: Green background, triangle below bar, price at "Bull Block" or "F0.5", bounce from "W Low".
- **Short**: Red background, triangle above bar, price at "Bear Block" or "F0.618", bounce from "W High".
- **Management**: Same as 15M.
- **Tip**: Watch "Trend Change?" for reversals.
#### Recommendations
- Filter signals by levels.
- Don’t trade against the trend.
- Limit risk to 2%.
---
### Disclaimer
This is not a financial adviser; please consult a professional. Do not share personal information that can identify you. Trading involves risks, and past performance does not guarantee future results.
Zonas Prohibidas Topstep (NQ) - Auto🛡️ Topstep Restricted Zones (Auto Previous Close) — by Dragonthegood
This script is built for traders using Topstep or other prop firm accounts that enforce risk rules near daily price limits (such as on futures like NQ, the E-mini Nasdaq-100).
🧠 What does this indicator do?
🔹 Automatically fetches the previous day's closing price
🔹 Based on that close, it calculates:
The 7% daily price limit (up and down)
The 2% restricted zone near those limits, where Topstep does not allow trading
🔹 Visually draws two red horizontal zones (upper and lower) on the chart, indicating where you should not open or hold positions
🔹 Optionally displays the previous close as a label on the chart for reference
🔒 Why is it useful?
Helps you avoid violations of Topstep's high-risk zone rules
Prevents you from getting stuck in a trade if the market hits limit up or limit down
Works in real-time, without needing to manually input the previous close
🛠️ How to use it:
Apply the script to your chart (works on any timeframe)
The danger zones will auto-draw based on yesterday’s close
If price is inside the red zone — don’t trade (per Topstep rules)
No daily configuration required
📌 Perfect for:
Futures traders in funded accounts (Topstep, Apex, etc.)
Scalpers and day traders using NQ, ES, RTY, etc.
Anyone managing risk during high-volatility conditions
Nifty 0.6% Options Strategy [15min]Key Changes Made:
Threshold Adjustment:
Changed from 0.4% to 0.6% in two places (input and plot labels)
Updated alert messages accordingly
Visual Improvements:
Clear "+0.6%" and "-0.6%" labels on the reference lines
Maintained all visual markers (circles for thresholds, labels for signals)
Added Alert Conditions:
Ready-to-use alerts for mobile/email notifications
Separate alerts for CALL and PUT signals
Strategy Logic Remains:
Same entry/exit mechanics (4-bar hold period)
Same non-repainting signal calculation
Same money management parameters
This version gives you slightly fewer but higher-probability signals compared to the 0.4% version, while maintaining all the robust features of the original strategy. The wider threshold helps filter out market noise during choppy periods.
Nifty 0.4% Options Strategy [15min]How This Works:
Entries:
CALL when Nifty moves +0.4% from previous close
PUT when Nifty moves -0.4% from previous close
Exits:
Automatically closes all positions after specified bars (default: 4 bars = 1 hour)
Visuals:
Gray line: Previous day's close
Green circles: +0.4% threshold
Red circles: -0.4% threshold
TraderPro+Friends, I'm glad to welcome you. I want to present a unique trading tool - TraderPro+
The essence of this indicator is simple yet brilliant. Using ATR deviation can achieve a lot. The indicator evaluates ATR deviation, and when price reaches critical conditions, the indicator gives either a long or short signal. Now let's discuss the possible settings.
You have extremely flexible options for configuring how the indicator works.
'ATR Period' determines which ATR period will be used for the WMA pair that generates signals. The larger the parameter, the smoother the price channel becomes, and vice versa.
'ATR period for stop/take' determines which ATR period will be used to calculate the ratio of stop-loss and take-profit levels.
'ATR multiplier for stop-loss' adjusts the deviation of the stop-loss position.
'ATR multiplier for take-profit 1' allows you to adjust the deviation of the first take-profit level.
'ATR multiplier for take-profit 2' allows you to adjust the deviation of the second take-profit level.
'ATR multiplier for take-profit 3' allows you to adjust the deviation of the third take-profit level.
'ATR multiplier for take-profit 4' allows you to adjust the deviation of the fourth take-profit level.
'ATR multiplier for take-profit 5' allows you to adjust the deviation of the fifth take-profit level.
'WMA 1 period' and 'WMA 2 period' determine the period used in the moving averages that create the price channel.
'ATR multiplier for WMA 1 deviation' and 'ATR multiplier for WMA 2 deviation' control the deviation of the price channel boundaries. The larger these parameters, the less frequent the signals will be, and vice versa.
You can also optionally enable or disable the display of the price channel using 'Show WMA lines' and keep only the signal display.
I'd also like to give some recommendations regarding profit-taking for trades with our tool. It's recommended to move the stop to breakeven when the first take-profit is reached, and when the second take-profit is reached, close the entire position. Based on my observations, this approach is the most effective.
Now, how do you understand which parameters will be the best? We have a statistics table that will display information about the profitability or unprofitability of our selected parameters.
The table contains information about the total number of trades, the number of profitable trades, and shows the total profit across all trades that could have been achieved if we traded all these positions without using leverage.
In other words, it indicates the total percentage of pure price movement across all profitable trades. There's also information about how many breakeven trades there were, meaning how many trades would close at zero if we followed the recommendation I gave earlier. And the number of unprofitable trades and their total loss. The total is also shown, which helps us understand whether our strategy is profitable or unprofitable. This way, you can select the best ratio for your trades and trade as profitably as the tool allows.
In addition, you have the ability to use alerts to send notifications to your social media.
I wish you luck in using this indicator!
Gold Scalping Basic+This script is the "Basic+ Gold Scalping Strategy," specifically designed for scalping XAUUSD on the 5-minute chart. It combines smart indicator filters with price action logic to help traders identify high-probability entries and exits. The strategy is based on market structure, trend bias, and momentum confirmation, making it ideal for short-term traders who want clarity in fast-moving gold markets.
Key Features:
Trend-based entry signals using price action
Indicator filters to avoid false setups
Works best in volatile conditions
Optimized for 5M timeframe
Includes visual signals for buy/sell zones
Forex Sessions (IST Fixed)Forex Sessions Indicator
✔ Uses hour(time, "Asia/Kolkata") to detect session openings
✔ No timezone issues—works directly with IST
✔ Accurate vertical dotted lines & labels at the exact session start
✔ No unnecessary timestamp conversions—cleaner & faster