ORB Screener-Multiple Indicators [Marin adjusted]ORB Screener for multiple instruments
You can select the range of the ORB and see different indicators for the selected instruments
دورات
BUY in HASH RibbonsHash Ribbons Indicator (BUY Signal)
A TradingView Pine Script v6 implementation for identifying Bitcoin miner capitulation (“Springs”) and recovery phases based on hash rate data. It marks potential low-risk buying opportunities by tracking short- and long-term moving averages of the network hash rate.
⸻
Key Features
• Hash Rate SMAs
• Short-term SMA (default: 30 days)
• Long-term SMA (default: 60 days)
• Phase Markers
• Gray circle: Short SMA crosses below long SMA (start of capitulation)
• White circles: Ongoing capitulation, with brighter white when the short SMA turns upward
• Yellow circle: Short SMA crosses back above long SMA (end of capitulation)
• Orange circle: Buy signal once hash rate recovery aligns with bullish price momentum (10-day price SMA crosses above 20-day price SMA)
• Display Modes
• Ribbons: Plots the two SMAs as colored bands—red for capitulation, green for recovery
• Oscillator: Shows the percentage difference between SMAs as a histogram (red for negative, blue for positive)
• Optional Overlays
• Bitcoin halving dates (2012, 2016, 2020, 2024) with dashed lines and labels
• Raw hash rate data in EH/s
• Alerts
• Configurable alerts for capitulation start, recovery, and buy signals
⸻
How It Works
1. Data Source: Fetches daily hash rate values from a selected provider (e.g., IntoTheBlock, Quandl).
2. Capitulation Detection: When the 30-day SMA falls below the 60-day SMA, miners are likely capitulating.
3. Recovery Identification: A rising 30-day SMA during capitulation signals miner recovery.
4. Buy Signal: Confirmed when the hash rate recovery coincides with a bullish shift in price momentum (10-day price SMA > 20-day price SMA).
⸻
Inputs
Hash Rate Short SMA: 30 days
Hash Rate Long SMA: 60 days
Plot Signals: On
Plot Halvings: Off
Plot Raw Hash Rate: Off
⸻
Considerations
• Timeframe: Best applied on daily charts to capture meaningful miner behavior.
• Data Reliability: Ensure the chosen hash rate source provides consistent, gap-free data.
• Risk Management: Use alongside other technical indicators (e.g., RSI, MACD) and fundamental analysis.
• Backtesting: Evaluate performance over different market cycles before live deployment.
Smart Order Blocks [Pro Version]Here’s a **clear, detailed "How It Works" explanation** for this indicator:
---
## ✅ **Smart Order Blocks \ – How It Works**
### **Purpose**
This indicator detects **Order Blocks (OBs)** based on **pivot highs and lows**, and automatically marks **Bullish** and **Bearish OB zones** on the chart with optional extensions and alerts. It is designed to help traders identify **institutional price levels** where liquidity is often engineered for future price moves.
---
### **Customization Options**
✔ **Source** → Choose between Wicks or Bodies for OB calculation.
✔ **Pivot Settings** → Adjust sensitivity for detecting pivots.
✔ **Extend OBs** → Keep zones visible until tapped, or fix a specific width.
✔ **Show Labels** → Displays OB type and strength on chart.
✔ **Colors** → Configure Bullish, Bearish, and Invalid OB colors.
---
### **Practical Usage**
* **Entry Strategy**:
* Wait for price to **revisit a Bullish OB** in an uptrend → Long entry.
* Wait for price to **revisit a Bearish OB** in a downtrend → Short entry.
* Combine with:
* **Market Structure (HH/HL or LH/LL)**.
* **Confirmation signals** (e.g., candlestick pattern, break of structure).
* **Risk Management** → Stop loss outside OB zone.
---
### ✅ **Summary in One Sentence**
The indicator automatically identifies **institutional OB zones**, shows their strength, extends them until mitigated, and alerts you when price interacts with these key liquidity levels, helping you trade like Smart Money.
---
Opening-Range BreakoutNote: Default trading date range looks mediocre. Set date range to "Entire History" to see full effect of the strategy. 50.91% profitable trades, 1.178 profit factor, steady profits and limited drawdown. Total P&L: $154,141.18, Max Drawdown: $18,624.36. High R^2
█ Overview
The Opening-Range Breakout strategy is a mechanical, session‑based day‑trading system designed to capture the initial burst of directional momentum immediately following the market open. It defines a user‑configurable “opening range” window, measures its high and low boundaries, then places breakout stop orders at those levels once the range closes. Built‑in filters on minimum range width, reward‑to‑risk ratios, and optional reversal logic help refine entries and manage risk dynamically.
█ How It Works
Opening‑Range Formation
Between 9:30–10:15 AM ET (configurable), the script tracks the highest high and lowest low to form the day’s opening range box.
On the first bar after the range window closes, the range high (OR_high) and low (OR_low) are “locked in.”
Range‑Width Filter
To avoid false breakouts in low‑volatility mornings, the range must be at least X% of the current price (default 0.35%).
If the measured opening-range width < minimum threshold, no orders are placed that day.
Entry & Order Placement
Long: a stop‑buy order at the opening‑range high.
Short: a stop‑sell order at the opening‑range low.
Only one side can trigger (or both if reverse logic is enabled after a losing trade).
Risk Management
Once triggered, each trade uses an ATR‑style stop-loss defined as a percentage retracement of the range (default 50% of range width).
Profit target is set at a configurable Reward/Risk Ratio (default 1.1×).
Optional: Reverse on Stop‑Loss – if the initial breakout loses, immediately reverse into the opposite side on the same day.
Session Exit
Any open positions are closed at the end of the regular trading day (default 3:45 PM ET window end, with hard flat at session close).
Visual cues are provided via green (range high) and red (range low) step‑line plots directly on the chart, allowing you to see the range box and breakout triggers in real time.
█ Why It Works
Early Momentum Capture: The first 15 – 60 minutes of trading encapsulate overnight news digestion and institutional order flow, creating a well‑defined volatility “range.”
Mechanical Discipline: Clear, rule‑based entries and exits remove emotional guesswork, ensuring consistency.
Volatility Filtering: By requiring a minimum range width, the system avoids choppy, low‑range days where false breakouts are common.
Dynamic Sizing: Stops and targets scale with the opening range, adapting automatically to each day’s volatility environment.
█ How to Use
Set Your Instruments & Timeframe
-Apply to any futures contract on a 1‑ to 5‑minute chart.
-Ensure chart timezone is set to America/New_York.
Configure Inputs
-Opening‑Range Window: e.g. “0930-1015” for a 45‑minute range.
-Min. OR Width (%): e.g. 0.35 for 0.35% of current price.
-Reward/Risk Ratio: e.g. 1.1 for a modest profit target above your stop.
-Max OR Retracement %: e.g. 50 to set stop at 50% of range width.
-One Trade Per Day: toggle to limit to a single breakout.
-Reverse on Stop Loss: toggle to flip direction after a losing breakout.
Monitor the Chart
-Watch the green and red range boundaries form during the session open.
-Orders will automatically submit on the first bar after the range window closes, conditioned on your filters.
Review & Adjust
-Backtest across multiple months to validate performance on your preferred contract.
-Tweak range duration, minimum width, and R/R multiple to fit your risk tolerance and desired win‑rate vs. expectancy balance.
█ Settings Reference
Input Defaults
Opening‑Range Window - Time window to form OR (HHMM-HHMM) - 0930–1015
Regular Trading Day - Full session for EOD flat (HHMM-HHMM) - 0930–1545
Min. OR Width (%) - Minimum OR size as % of close to trigger orders - 0.35
Reward/Risk Ratio - Profit target multiple of stop‑loss distance - 1.1
Max OR Retracement (%) - % of OR width to use as stop‑loss distance - 50
One Trade Per Day - Limit to a single breakout order per day - false
Reverse on Stop Loss - Reverse direction immediately after a losing trade - true
Disclaimer
This strategy description and any accompanying code are provided for educational purposes only and do not constitute financial advice or a solicitation to trade. Futures trading involves substantial risk, including possible loss of capital. Past performance is not indicative of future results. Traders should assess their own risk tolerance and conduct thorough backtesting and forward-testing before committing real capital.
ICT Macro Tracker° (Open-Source) by PesSpecific time indicator for order effectiveness when US market opens
First Trading Day of Week (Holiday Safe)Highlights the first Monday of each trading week to help visualize weekly trend shifts.
Harmonic BloomHarmonic Bloom - Advanced Geometric Analysis
Building upon my previous Fibonacci inspired indicator "TrendZone", Harmonic Bloom is a sophisticated geometric trading indicator inspired by W.D. Gann's legendary market geometry principles. It reveals market structure through three key pivot points and dynamic angular analysis, creating powerful harmonic intersections for precision trading.
🎯 Core Features:
📍 Three-Point Gann System:
Set 3 custom pivot points to define your analysis timeframe
Automatic trend detection (bullish/bearish) between pivots
Dynamic geometric box construction following Gann's square principles
📐 Gann-Style 45° Angle Projections:
Pivot 2 Line: Follows trend direction (up if bullish, down if bearish)
Pivot 3 Line: Creates opposition (opposite direction to Pivot 2)
Corner Line: Mirrors Pivot 2 from appropriate box corner
All angles project forward using Gann's 1x1 (45°) methodology for future price targets
⚡ POWER OF HARMONIC INTERSECTIONS:
Confluence Zones: Where multiple 45° angles intersect create the strongest support/resistance
Geometric Harmony: Intersections represent natural market turning points
Time-Price Balance: Following Gann's principle that time and price must be in harmony
Multiple Timeframe Resonance: Intersection points often align across different timeframes
High-Probability Reversals: Markets frequently respect these geometric intersection levels
📊 Customizable Retracement Levels:
8 fully configurable levels (default: 0.0, 0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75)
Choose between 25% or 50% trendline alignment
Individual style controls for each level
🔢 Advanced Gann Analytics:
Fibonacci sequence detection in bar counts (Gann studied natural number sequences)
Numerology sum analysis on pivot prices (Gann's mystical number approach)
Special highlighting for significant numbers
Optional on-chart labels for key metrics
📈 Trading Applications:
✅ Support/Resistance: Use retracement levels for entry/exit points
✅ Gann Angles: 45° lines show momentum direction and strength following Gann's time-price theory
✅ Intersection Trading: Most powerful signals occur at harmonic intersections where multiple angles converge
✅ Price Targets: Forward projections provide future price objectives using Gann's geometric principles
✅ Market Geometry: Identify harmonic patterns and geometric confluences
✅ Time Analysis: Fibonacci-based bar counting for timing decisions (Gann emphasized time cycles)
🌟 Why Harmonic Intersections Are So Powerful:
Gann believed that markets move in geometric harmony, and when multiple angles intersect, they create "magnetic price levels" where:
Maximum Energy Convergence: Multiple geometric forces meet at one point
Natural Turning Points: Markets respect these intersections as natural support/resistance
Time-Price Synchronicity: Intersections often coincide with significant time cycles
Multi-Dimensional Confirmation: Price, time, and geometry align simultaneously
⚙️ Highly Customizable:
All colors, widths, and styles adjustable
Toggle any feature on/off independently
Extend projections beyond the analysis box
Choose your preferred visual presentation
Perfect for traders who use Gann theory, geometric analysis, harmonic patterns, and mathematical market structure. The true power lies in trading the intersection points where multiple harmonic angles converge - these represent the market's most significant geometric turning points.
Liquidity Zones, EMAs, Market Cipher BAll In One, market cipher b, divergences, ema 12/21/50/200, and liquidity zones
Inside Bar Breakout with TP/SL - ModifiedInside Bar Breakout Trade Plan
Strategy Overview
This plan utilizes the Inside Bar Breakout indicator to identify high-probability breakout trades. The strategy capitalizes on consolidation patterns (inside bars) followed by breakouts from mother bars, with predefined risk management.
EURUSD Kill Zone [Plazo Sullivan Roche Capital]EUR/USD Kil Zone
Core Logic: Navigating the New‑York Kill‑Zone
The EUR/USD Killzone is designed to exploit repeatable patterns that occur during the overlap of the London and New‑York trading sessions. Research shows that the New‑York “kill zone”—roughly 07:00–09:00 EST—produces the most dramatic moves in EUR‑ and USD‑linked currency pairs
During this window, large institutions often sweep out liquidity resting above or below the Asian and early‑London session extremes , triggering sharp reversals before a new intraday trend emerges. This is in contrast to the single pre-market sweeps occuring for GOLD/
This modeul uses ICT/Smart Money Concepts to read these patterns and waits for three confirmations before signalling a trade:
Liquidity Sweep & Rejection. Price must spike beyond the combined Asian and early‑London range and then reject that area (a sharp wick and opposite‑coloured candle), signalling that stops have been cleared. The module defines the Asian range from 00:00–05:00 EST and the London range from 02:00–05:00 EST, following the guideline that overlapping sessions produce the greatest volatility
Market Structure Break. It then waits for the 5‑minute price to close beyond the most recent swing high/low (pivot), confirming that a genuine shift in order flow has occurred rather than a simple stop‑run.
Fair‑Value‑Gap (FVG) Re‑Test. Upon the break, the script records the high and low of that 5‑minute “displacement” candle and defines a fair‑value gap—the imbalance between buyers and sellers. Rather than entering immediately, it sets a virtual limit order at the 50 % level of this gap. A trade is only triggered once price retraces to this mid‑point, providing a high‑probability, high‑reward entry.
These three filters help avoid common pitfalls when trading kill zones, such as false breakouts and news‑driven whipsaws. The indicator also monitors higher‑timeframe bias (4‑hour and daily charts) using 50‑ and 200‑period moving averages to gauge whether the intraday signal aligns with the broader trend.
Feature Set
The indicator provides a suite of visual and analytical tools to support disciplined trading:
Session Range Mapping: automatically draws the Asian (00:00–05:00 EST) and London (02:00–05:00 EST) session highs and lows, making it easy to see when price sweeps these levels.
Kill‑Zone Monitoring: a built‑in timer isolates the 07:30–09:00 EST window and limits the indicator to one trade per session to avoid over‑trading.
Pivot‑Break Detection: uses 5‑minute swing highs/lows to confirm that order flow has shifted before looking for entries.
Fair‑Value‑Gap Re‑test: defines an FVG from the displacement candle and waits for a 50 % retrace before triggering a signal. This improves risk‑to‑reward by entering at a discount (for longs) or premium (for shorts).
Higher‑Timeframe Dashboard: displays bullish/bearish/neutral biases on the 4‑hour and daily charts, plus a confidence rating (0–2) indicating how many of these timeframes agree with the signal direction.
Alerts: optional alerts can be configured for buy‑only, sell‑only or either‑direction signals.
Best Practices for Use
Align with Major Volatility Windows. The indicator is most effective during the New‑York kill zone. Avoid trading outside this window, and be aware of high‑impact news (e.g., FOMC announcements) that can distort price action
Check Higher‑Timeframe Bias. Use the dashboard to ensure the intraday signal aligns with the 4‑hour and daily trends. For instance, a long signal that aligns with a bullish daily bias carries higher conviction than one going against it.
Manage Risk Responsibly. Even with multiple filters, no strategy is foolproof. Use stop‑loss orders just beyond the liquidity sweep and size positions appropriately.
Combine with Fundamental Awareness. Check your economic calendar for European and U.S. data releases. If an important release occurs during the kill zone, consider standing aside or reducing risk.
Back‑test and Forward‑Test. Always validate the strategy across different market conditions and broker feeds. Pay attention to how spreads, volatility and news events influence the indicator.
Use as Part of a Toolkit. Consider combining the indicator with other confirmation tools such as momentum oscillators, volume analysis or price‑action patterns to refine entries further. Smart‑Money Concepts often use confluence, not a single signal.
What's in It for You?
The EUR/USD Liquidity Sweep Indicator distils institutional concepts—liquidity hunts, market‑structure shifts and fair‑value gaps—into an intuitive, automated tool. By waiting for a retrace into the displacement candle’s imbalance, it helps capture trades where risk‑to‑reward is skewed strongly in your favour. The dashboard encourages you to trade with the higher‑timeframe trend, and built‑in alerts ensure you never miss an opportunity.
In volatile kill‑zone environments, discipline and patience are vital. This indicator enforces both: it tracks session ranges, confirms structure, waits for a retrace, and triggers only when multiple conditions align. Coupled with sound risk management and your own judgement, it can become a cornerstone of a high‑probability trading plan.
Always remember that markets evolve. Continue to refine the indicator and your strategy as you gather more experience and data. The learning journey never ends, but this tool is designed to accelerate it.
200 SMA (5%/-3% Buffer) for SPY & QQQ In my testing TQQQ is an absolute monster of an ETF that performs extremely well even from a buy and hold standpoint over long periods of time, its largest drawback is the massive drawdown exposure that it faces which can be easily sidestepped with this strategy.
This strategy is meant to basically abuse TQQQ's insane outperformance while augmenting the typical 200SMA strategy in a way that uses all of its strengths while avoiding getting whipsawed in sideways markets.
The strategy BUYS when price crosses 5% over the 200SMA and then SELLS when price drops 3% below the 200SMA. Between trades I'll be parking my entire account in SGOV.
So maximizing profit while minimizing risk.
You use the strategy based off of QQQ and then make the trades on TQQQ when it tells you to BUY/SELL.
Here are some reasons why I will be using this strategy:
Simple emotionless BUY and SELL signals where I don't care who the president is, what is happening in the world, who is bombing who, who the leadership team is, no attachment to individual companies and diversified across the NASDAQ.
~85% win percentage and when it does lose the loses are nothing compared to the wins and after a loss you're basically set up for a massive win in the next trade.
Max drawdown of around 53% when using TQQQ
You benefit massively when the market is doing well and when there is a recession you basically sit in SGOV for a year and then are set up for a monster recovery with a clear easy BUY signal. So as long as you're patient you win regardless of what happens.
The trades are often very long term resulting in you taking advantage of Long Term Capital Gains tax advantage which could mean saving up to 15-20% in taxes.
With only a few trades you can spend time doing other stuff and don't have to track or pay attention to anything that is happening.
Simple, easy, and massively profitable.
Volume Delta + RSI Confluence SignalsEfficient buy and sell signal scans for real trades using volume delta, rsi rejection and some more.
Supertrend Long-Only Strategy for QQQThis strategy is meant to use Micro Momentum to give good Buy and Sell signals in trending markets
Weekly % Change Screener (5% Sell Threshold)This is a weekly screener for a 5% change in the stock value. If it increases by 5%, we sell and if it decreases by 5% we buy the stock. Good for stable high value stocks. Buy before testing.
livelli GoldTheory of important psychological prices with a modification made to "range" considering the range levels where the price is attracted and rejected
RELIANCE: 3 Bullish Candles + VWAPIts a script to track 3 consecutive candles of any stock. This helps understand the trends and makes up for buy signals. Please test before buying.
Test protectedPrepare to challenge conventional analysis with Testing Bang, a bold script tailored for AAPL’s battlefield. This strategy doesn’t play defense—it takes decisive action. Triggered at a pivotal moment in Apple’s historical price path, it demonstrates how surgical precision and daring risk management converge to test reversal points with confidence. Built using Pine Script v6, the code aligns stop-loss logic with targeted entry behavior on bar index 10381.
Whether you’re exploring script mechanics or sharpening your backtest instincts, Testing Bang shows how even a single trade can reveal the psychological layers behind price movement. With the bar magnifier disabled, traders witness raw market behavior—a powerful lens for those who dare to refine strategy in the wild. Step in, test your edge, and see if your timing can match Apple’s thunder.
Pi Cycle | AlchimistOfCryptoPi Cycle Top Indicator - A Powerful Market Phase Detector
Developed by AlchimistOfCrypto
🧪 The Pi Cycle uses mathematical harmony to identify Bitcoin market cycle tops
with remarkable precision. Just as elements react at specific temperatures,
Bitcoin price behaves predictably when these two moving averages converge! 🧬
⚗️ The formula measures when the 111-day SMA crosses below the 350-day SMA × 2,
creating a perfect alchemical reaction that has successfully identified the
major cycle tops in 2013, 2017, and 2021.
🔬 Like the Golden Ratio in nature, this indicator reveals the hidden
mathematical structure within Bitcoin's chaotic price movements.
🧮 When the reaction occurs, prepare for molecular breakdown! 🔥
ZFT ClassicThis is the classic ZFT MAs that can be used by ZFT students to determine if a chart is in an uptrend, downtrend, or sideways movement within a short, medium, or long term timeframe.
Zeefreaks Predator Mask CryptoMade by Zeefreaks, for his dear students so when they see a chart, they can easily identify if it is a buy or sell within a minute.
DEEP PEAK AI 🧠 Introducing DeepPeak AI
An intelligent indicator designed to detect price peaks and bottoms, helping modern investors optimize entry and exit points.
🌟 What is DeepPeak AI?
DeepPeak AI is a smart technical analysis indicator powered by artificial intelligence (AI). It identifies potential peak and bottom zones on price charts and provides timely buy-the-dip and sell-the-peak signals.
Built on historical market data, machine learning models, and real-world price behavior, DeepPeak AI allows users to make fast, emotion-free decisions and maximize trading efficiency.
⚙️ How does DeepPeak AI work?
✅ Bottom Detection:
Recognizes oversold zones, bullish reversals, or positive divergences between price and momentum indicators.
→ Suggests BUY in low-risk, high-reward areas.
❌ Peak Detection:
Analyzes when the price hits strong resistance, becomes overbought, or shows signs of weakening bullish momentum.
→ Suggests SELL or TAKE PROFIT in high-risk reversal zones.
🤖 AI Intelligence:
DeepPeak AI continuously learns from thousands of historical price patterns to improve the accuracy of its peak/bottom detection algorithm.
💡 Key Features:
📊 Real-time detection of peaks and bottoms.
📈 Suggested Buy/Sell zones with Take Profit (TP) and Stop Loss (SL) levels.
🔔 Signal alerts via chart and webhook (TradingView integration).
🔄 Self-learning AI that adapts to evolving market behavior.
🔍 Compatible with multiple timeframes and asset types: crypto, stocks, forex, gold, etc.
🧠 Who is DeepPeak AI for?
🧩 New investors who need clear, beginner-friendly signals.
⚔️ Pro traders looking for tools to filter noise and spot ideal trade zones.
🤖 Developers integrating AI-based analysis into trading bots.
⚠️ Usage Notes:
This is not a guaranteed signal tool — use in combination with risk management and overall market analysis.
Works best in trending markets or tight consolidation ranges.