Indicatori e strategie
Forex Fire Trend Filter# Forex Fire Trend Filter - Usage Guide
## Overview
The Forex Fire Trend Filter is a technical analysis indicator that combines advanced noise filtering with dynamic support/resistance bands and an EMA overlay to help identify trend direction and potential entry opportunities.
## How It Works
### Core Components:
1. **Triple-Smoothed Trend Line**: Uses a noise filter with three-stage exponential smoothing to reduce market noise while maintaining responsiveness
2. **Dynamic Bands**: Creates 6 Fibonacci-based bands around the trend line (3 above, 3 below) using ratios of 0.236, 0.382, and 0.618
3. **Gradient Coloring**: Visual representation of trend strength with color gradients
4. **EMA 21**: Additional moving average for confluence and retest opportunities
5. **Signal Diamonds**: Orange markers indicating potential trend changes
### Visual Elements:
- **Green Trend Line**: Bullish momentum (diff ≥ 0)
- **Red Trend Line**: Bearish momentum (diff < 0)
- **Black EMA Line**: 21-period exponential moving average
- **Colored Bands**: Gradient-filled areas showing trend strength zones
- **Orange Diamonds**: Crossover signals when trend momentum changes direction
## Suggested Trading Approach (Educational Purpose Only)
### Bullish Setup:
1. **Trend Identification**: Price and trend line are in bullish mode (green)
2. **EMA Confluence**: Wait for price to retrace to EMA 21
3. **Retest Entry**: Consider long positions when price bounces off EMA 21 while remaining above the trend filter
4. **Confirmation**: Look for price to respect the lower bands as support
### Bearish Setup:
1. **Trend Identification**: Price and trend line are in bearish mode (red)
2. **EMA Confluence**: Wait for price to retrace to EMA 21
3. **Retest Entry**: Consider short positions when price rejects EMA 21 while remaining below the trend filter
4. **Confirmation**: Look for price to respect the upper bands as resistance
### Entry Rules (Example System):
- **Long Entry**: Trend filter is bullish + price retraces to and bounces from EMA 21
- **Short Entry**: Trend filter is bearish + price retraces to and rejects from EMA 21
- **Stop Loss**: Beyond the opposite side bands or recent swing points
- **Take Profit**: At band extremes or predetermined risk/reward ratios
## Key Features:
- **Noise Reduction**: Triple-smoothed algorithm reduces false signals
- **Multi-Timeframe**: Works on all timeframes from M1 to Monthly
- **Customizable**: Adjustable colors, line widths, and EMA settings
- **Clear Signals**: Visual diamond markers for trend changes
- **Trend Strength**: Gradient coloring shows momentum intensity
## Settings:
- **Source**: Price input (default: close)
- **Length**: Smoothing period (default: 25)
- **Line Width**: Trend line thickness
- **Colors**: Bullish/bearish color scheme
- **Transparency**: Band fill transparency
- **EMA Length**: Moving average period (default: 21)
- **EMA Width**: EMA line thickness
## Best Practices:
1. **Multiple Confirmations**: Use with other technical analysis tools
2. **Risk Management**: Always use appropriate position sizing
3. **Market Context**: Consider overall market conditions
4. **Backtesting**: Test any strategy on historical data first
5. **Practice**: Use demo accounts before live trading
## Important Notes:
- This indicator is for educational and analysis purposes only
- Past performance does not guarantee future results
- Always conduct your own analysis and risk assessment
- Trading involves substantial risk of loss
- Consider your risk tolerance and trading experience
- The suggested system is theoretical and requires proper testing
## Disclaimer:
This indicator and any suggested trading approaches are provided for educational purposes only and should not be considered as financial advice. Trading in financial markets carries significant risk and may not be suitable for all investors. Always consult with a qualified financial advisor and conduct thorough research before making any trading decisions. The creator of this indicator is not responsible for any trading losses that may occur from its use.
ORB NY — Opening Range Breakout (15-Min Session Levels)Overview
This indicator highlights the Opening Range High (ORH) and Opening Range Low (ORL) formed during the first 15 minutes of the trading session.
The Opening Range is one of the most widely used concepts by professional day traders, as it provides an early reference point for potential breakouts, retests, and intraday directional bias.
What the indicator does
At the market open, the script tracks the price action for the first 15 minutes.
It records the highest price and the lowest price reached during this period.
After the 15-minute window closes, these two levels are locked and extended across the rest of the trading session.
Traders can then use these levels to identify potential breakouts, failed breakouts (fakeouts), or continuation patterns.
Why it is useful & original
Unlike generic support/resistance tools, this indicator is purpose-built for the Opening Range breakout approach.
It focuses only on the 15-minute window, which is a key benchmark for many intraday strategies.
The simplicity and clarity of this design make it easy for traders to quickly see where the market stands relative to its early session range, without clutter or unnecessary mashups of other indicators.
How to use it
Breakout Trades
If price closes above the Opening Range High, traders may interpret this as bullish momentum and look for long opportunities.
If price closes below the Opening Range Low, traders may interpret this as bearish momentum and look for short opportunities.
Retest Trades
Some traders prefer to wait for a breakout, followed by a pullback (retest) back into the Opening Range boundary, and then enter in the breakout direction.
Risk Management
The Opening Range levels often act as natural support and resistance.
Traders commonly place stop-loss orders just inside the range and set profit targets at predefined multiples of risk or near key liquidity levels (previous day’s high/low, session levels, etc.).
Chart presentation
The indicator plots only the two horizontal levels (ORH & ORL), keeping the chart clean and easy to read.
The zone between them can optionally be shaded for clarity.
Labels clearly mark “ORH” and “ORL” so that even users without coding knowledge can immediately understand the meaning of each line.
Best practices
Use it on intraday charts (1m, 5m, etc.) during active market hours.
Works best on instruments with a defined market open (e.g., stocks, futures, forex sessions).
Combine it with your own trade management rules (e.g., ATR filters, volume confirmation, session bias).
Day of Week by @manoascl Day of Week by @manoascl - version 1.8
One-line summary
This indicator draws vertical lines and labels at 00:00 of your chosen timezone for selected weekdays, helping you see daily structure, spot recurring weekly patterns, and prepare for upcoming trading days.
What it does
Draws vertical lines at 00:00 (calendar midnight) of the selected timezone for chosen weekdays (Mon–Sun).
Optionally adds a weekday label at the start of the day (top/middle/bottom alignment) with a user-defined offset in minutes.
Maintains stable label Y-positions via a configurable lookback window.
Projects future day markers (up to 30) in the same style, optionally filtering to your selected weekdays.
Fully customizable visuals: line color/width/style (solid/dashed/dotted), label background and text colors, label anchoring.
How it works (concepts & calculations)
Day boundary (midnight): Computes dayStartTz = timestamp(timezone, year, month, day, 0, 0, 0) so the boundary is true calendar midnight for the selected TZ.
Day change detection: Uses ta.change(dayStartTz) != 0 to detect the first bar of a new day (non-repainting).
Weekday naming: Determines the weekday using a midday shift (+12h) to avoid edge effects near midnight.
Drawing: When the weekday passes your filter, draws a vertical line (high→low) and an optional label positioned at the start of the day.
Future projection (DST-safe): Rebuilds future markers with timestamp(timezone, Y, M, D + k, 0, 0, 0) so daylight-saving transitions don’t drift.
Stability: Top/middle/bottom label Y-levels are derived from ta.highest/ta.lowest over a user lookback, preventing jitter.
How to use it
Add the indicator to your chart.
In Timezone, pick your region (or choose Custom and type an IANA TZ like Pacific/Tahiti).
Select the weekdays to display (e.g., only trading days, highlight Mondays, etc.).
Choose label position (top/middle/bottom), anchor (left/center/right), and set a minute offset if you want labels slightly inside the day.
Enable future projection to see upcoming day starts for planning around key weekdays (FOMC Wednesdays, NFP Fridays).
Tweak line style/width and colors to match your chart theme.
Practical applications for traders
Intraday: Instantly see where each local-time day begins; segment your session analysis cleanly.
Swing: Emphasize recurring weekdays (e.g., Monday opens, Friday profit-taking).
Event-driven: Pre-mark news-heavy weekdays and preview them with future projection.
Pattern studies: Compare behavior by weekday (range expansion, reversals, gaps) with consistent local-time boundaries.
Limitations
Visual aid only; no trading signals are generated.
Timezone must be chosen explicitly; if you pick a TZ different from your chart’s display, lines will follow the selected TZ by design.
Market holidays and custom sessions are not detected; lines still mark calendar midnight even if the market is closed.
On very small timeframes and long histories, many objects can impact performance—reduce lookback or future count if needed.
This work is licensed under a Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) creativecommons.org
© @manoascl
Forex Fire Support/Resistance Volume Boxes# Forex Fire Support/Resistance Volume Boxes
## Overview
The Forex Fire Support/Resistance Volume Boxes indicator is an educational tool designed to help traders identify potential support and resistance levels based on volume analysis and pivot point detection. This indicator combines traditional technical analysis concepts with volume-weighted level identification.
## How It Works
### Technical Methodology
- **Pivot Point Detection**: Uses configurable lookback periods to identify significant highs and lows in price action
- **Volume Analysis**: Calculates delta volume (positive/negative volume based on candle direction) to filter significant levels
- **Dynamic Box Creation**: Generates visual boxes around identified support and resistance areas with ATR-based width adjustment
### Key Features
**Volume-Filtered Levels**
- Support levels are identified at pivot lows with above-average positive volume
- Resistance levels are identified at pivot highs with below-average negative volume
- Customizable volume filter length to adjust sensitivity
**Visual Box System**
- Green boxes indicate potential support zones
- Red boxes indicate potential resistance zones
- Box transparency and color intensity reflect relative volume strength
- Boxes extend dynamically as new bars form
**Break and Retest Detection**
- Monitors price interaction with identified levels
- Visual markers (diamonds) indicate when levels hold or break
- Color changes when support becomes resistance (and vice versa)
- Text labels identify significant breakout events
## Educational Benefits
**For Technical Analysis Learning**
- Demonstrates the relationship between volume and price levels
- Shows how support/resistance concepts work in real market conditions
- Illustrates the concept of role reversal (support becoming resistance)
**For Market Structure Understanding**
- Helps visualize significant price levels based on market participation (volume)
- Shows how institutional activity (high volume) can create lasting price levels
- Educational tool for understanding market psychology at key levels
## Configuration Options
**Adjustable Parameters**
- Lookback Period: Controls sensitivity of pivot point detection (default: 20)
- Delta Volume Filter Length: Adjusts volume filtering sensitivity (default: 2)
- Box Width Adjustment: Customizes visual box width using ATR calculation (default: 1.0)
## Important Disclaimers
**Educational Purpose Only**
This indicator is designed for educational and informational purposes to help traders understand support/resistance concepts and volume analysis. It should not be used as the sole basis for trading decisions.
**No Predictive Guarantees**
- Past performance and historical patterns do not guarantee future results
- Market conditions can change rapidly, affecting the relevance of identified levels
- Support and resistance levels can fail, and breakouts can result in false signals
**Risk Considerations**
- All trading involves risk of loss
- Users should combine this tool with comprehensive market analysis
- Consider multiple timeframes and confirmation signals before making trading decisions
- Always use proper risk management techniques
## Best Practices for Use
**Complementary Analysis**
- Use alongside other technical analysis tools and indicators
- Confirm signals with price action, momentum, and trend analysis
- Consider multiple timeframe perspectives
**Risk Management**
- Never risk more than you can afford to lose
- Use appropriate position sizing
- Set stop-loss levels based on your risk tolerance
- Consider market volatility and conditions
**Continuous Learning**
- Study how the indicator performs in different market conditions
- Practice on demo accounts before live trading
- Understand the limitations of any technical analysis tool
## Technical Specifications
- Compatible with Pine Script v6
- Overlay indicator designed for price charts
- Maximum 50 boxes displayed to maintain chart clarity
- Real-time updates as new price/volume data becomes available
---
**Disclaimer**: This indicator is an educational tool for technical analysis learning. Trading involves substantial risk of loss and is not suitable for all investors. Past performance does not guarantee future results. Always conduct your own research and consider your financial situation before making trading decisions.
Flat Breakout Detector🔹 English Description
Flat Breakout Detector is a tool designed to highlight the most interesting moments when the market shifts from quiet, sideways trading into active movement.
Most of the time (about 80%), the price stays in flat ranges, where trading is often inconvenient or unprofitable. The most valuable opportunities usually appear when the price leaves the flat zone and initiates a new move. These breakouts are easy to miss if you monitor the market manually — but this indicator helps you avoid that.
The indicator detects relatively volatile or impulsive candles compared to the previous ones. Such moves may suggest the start of a new trend, a shift in market behavior, or the appearance of an initiating side. Whenever volatility increases and price begins to deviate strongly, the indicator highlights these breakout moments. The higher the standard deviation, the higher the probability that a meaningful move is underway.
🔎 Tip: Watch carefully when the reading passes the third standard deviation — these are the most significant breakouts.
⚠️ Disclaimer: This indicator is not a direct buy/sell signal. It only shows moments of increased volatility and possible breakout conditions. Use it as a scanner to catch breakout opportunities, and then perform your own technical and volume analysis before deciding to trade.
🔹 Русское описание
Flat Breakout Detector — это инструмент, который подсвечивает самые интересные моменты перехода рынка из состояния спокойного бокового движения к активному тренду.
В среднем около 80% времени цена находится во флете, и торговать в такие периоды не всегда удобно или выгодно. Наиболее сильные возможности появляются в моменты выхода из флета, но их легко пропустить при ручном наблюдении. Данный индикатор позволяет этого избежать.
Индикатор находит относительно волатильные или импульсные свечи по сравнению с предыдущими. Подобные свечи могут указывать на начало нового тренда, изменение рыночной структуры или появление активной стороны (покупателей или продавцов). Когда цена становится более волатильной и проходит значительные отклонения, индикатор подсвечивает эти моменты. Чем выше стандартное отклонение, тем выше вероятность, что начинается серьёзное движение.
🔎 Рекомендация: особенно обращайте внимание на выход за третье стандартное отклонение — именно там часто начинаются ключевые пробои.
⚠️ Дисклеймер: данный индикатор не является прямым сигналом для входа или выхода из сделки. Он лишь указывает на моменты повышенной волатильности и возможного выхода из флета. Используйте его как сканер для поиска ситуаций и применяйте собственный технический и объёмный анализ, прежде чем принимать торговое решение.
Sind_1Active trades visible:
Multiple position boxes với clear risk/reward ratios
R/R từ 3.72 đến 6.86 - impressive ratios
SL placement logic theo volume spike points
Volume confirmation:
Chuông cam X marks tại key rejection/support points
Clear volume backing tại các levels quan trọng
Pattern "hoàn công" trước khi entry
Strategy execution:
Chart này demonstrate exactly what bạn described:
D1 patterns tạo major structure (yellow levels)
Lower TF patterns refine entry zones
Volume spikes confirm institutional activity
CHOCH validation on M1 before entry
Precise SL placement after volume confirmation
The position sizing và profit targets show disciplined approach. Having multiple timeframe confluence với volume backing creates high-probability setups với excellent risk/reward ratios.
MT-Hidden Breaker Blocks Tracker-acThe MT-Hidden Breaker Blocks Tracker is a powerful indicator designed for SMC traders. Rooted in Smart Money Concepts (SMC), it uncovers institutional order flow by identifying Order Blocks (OB), Breaker Blocks (BB), and Partial Breaker Blocks (PBB) across multiple timeframes, revealing hidden liquidity zones for precise market structure analysis.
═══════ Key Features ═══════
Smart Money Detection: Order Blocks (OB): Pinpoints key candles before major market moves, marking institutional entry zones.
Breaker Blocks (BB): Detects OBs aligned with Fair Value Gaps (FVGs), signaling liquidity zones.
Partial Breaker Blocks (PBB): Tracks partially mitigated BBs for reaccumulation or distribution setups.
The MT-Hidden Breaker Blocks Tracker features a REPLAY-MODE that allows traders to analyze historical Order Blocks (OB), Breaker Blocks (BB), and Partial Breaker Blocks (PBB) with Fair Value Gaps (FVGs) directly on the current timeframe, enabling precise backtesting of SMC strategies.
Multi-Timeframe Liquidity Analysis: 70 pre-configured timeframes across five groups:
Group 1: Minutes & Hours (5m–4h)
Group 2: Hours (5h–23h)
Group 3: Days (1D–19D)
Group 4: Weeks (1W–12W)
Group 5: Months (1M–12M)
Group 6: 19 customizable timeframes for tailored strategies.
Advanced SMC Tools: FVG Filter: Enhances BB/PBB signals with 1–5 FVGs for high-probability setups.
Dynamic Mitigation: Monitors block mitigation in real-time with adjustable thresholds.
Columnar Confluence Display: Visualizes liquidity zones in timeframe-specific columns, highlighting multi-timeframe confluence.
Non-24/7 Market Support: Handles gaps in equities and forex markets.
Auto-Current Timeframe: Displays analysis for the chart’s active timeframe.
Visual Customization: Configurable bull/bear block colors.
Adjustable borders, widths, and timeframe labels with FVG counts.
Extended box projections for forecasting price action.
Clean, non-obtrusive overlay for seamless chart integration.
═══════ How It Works ═══════
The MT-HiddenLiquidityTracker leverages SMC principles to detect institutional order flow by analyzing Order Blocks and their evolution into Breaker or Partial Breaker Blocks. It scans multiple timeframes to uncover liquidity pools, using FVGs to filter high-probability signals. The columnar display highlights confluence zones, making it easy to spot where smart money activity converges, ideal for SMC trading strategies.
═══════ How to Use ═══════
Select Timeframe Group: Choose Current, Groups 1–5, or Custom timeframes.
Configure Block Types: Enable OB-only, BB/PBB-only, or all blocks.
Set FVG Filter: Specify 1–5 FVGs for BB/PBB detection (optional).
Customize Visuals: Adjust colors, labels, borders, and box extensions.
Tune Detection: Set OB sensitivity and mitigation thresholds.
═══════ Why It Stands Out ═══════
Unlike generic indicators, the MT-Hidden Breaker Blocks Tracker combines SMC-based liquidity hunting with multi-timeframe analysis, offering a unique approach to institutional order flow. Its FVG filtering, extensive timeframe options, and columnar confluence display provide clarity for ICT/SMC traders seeking high-probability setups in forex, crypto, and indices.
═══════ Best Practices ═══════
Prioritize higher-timeframe blocks (Groups 3–6) for major liquidity zones.
Combine with volume or price action for signal confirmation.
Use FVG counts to assess block strength.
Target confluence zones for stronger trade setups.
═══════ Performance Notes ═══════
Optimized for real-time analysis with efficient rendering.
Manages visuals within TradingView’s limits.
Supports historical analysis up to 10,000 bars.
Built in Pine Script v6, Beta version.
═══════ Access ═══════
As long as it's in beta, the script is free to use.
Contact LiquidityForgeSMC via TradingView’s messaging system for details.
═══════ Disclaimer ═══════
This indicator is for educational and analytical purposes only and does not constitute financial, investment, or trading advice. Always conduct your own analysis before trading. The indicator is in active development, with additional SMC features planned for future updates.
INSTRUCTIONS: youtube.com/watch?v=2528OdJIhBg
Z-Score Probability Indicator 2.0Z-Score Probability Indicator 2.0 — by TanTechTrades™
See trend shifts before they’re obvious.
This upgraded Z-Score toolkit combines a more accurate Z-Score moving average (Z-SMA) with an optional classic SMA to separate noise from genuine regime changes. It maps price into standard-deviation space, highlights probability zones, and prints projected ±σ price levels—so you can judge where price sits in the distribution and how likely continuation or mean reversion is.
What it does
Z-Score of price (close, with optional candle view): Normalizes price relative to a rolling mean and volatility to show how extreme current levels are.
Z-SMA (trend backbone): A moving average of the Z-Score itself smooths the signal and helps confirm when a bias truly flips.
Probability bands (±1σ / ±2σ / ±3σ): Color-filled zones visualize where most observations tend to occur (green ≈ typical, yellow ≈ stretched, red ≈ statistically rare).
Projected price levels: Live labels print the price implied at 0, ±1σ, ±2σ, ±3σ using the chart’s SMA and standard deviation—handy for targets, fades, and risk framing.
Z-Table panel: A compact table shows your current Z bucket (−3 … +3) and reference probabilities at a glance.
Alert-ready regime logic: Optional alerts fire only when direction is aligned with the Z-SMA (e.g., line red and Z-SMA < 0).
How to read it
Line mode (default):
Green line above 0 → positive Z (price above its mean).
Red line below 0 → negative Z (price below its mean).
Bias confirmation: When Z-SMA crosses and holds above/below 0, the backdrop is shifting—not just wobbling.
Candle mode (optional): Renders Z-Score as candles (open/high/low/close in Z-space) to spot intrabar extremes vs. closes.
Distribution fills:
|Z| < 1 (green): typical noise / mean zone.
1 ≤ |Z| < 2 (yellow): stretched.
|Z| ≥ 2 (red): statistically rare—watch for either continuation in strong trends or snap-back risks.
Price labels (0/±1/±2/±3σ): Where price would be if it reverted to the mean or pushed to the next σ boundary—great for planning TPs/hedges.
Signals & Alerts
Green Line Alert (SMA Above 0): Z line is green and Z-SMA > 0 → pro-trend bullish context.
Red Line Alert (SMA Below 0): Z line is red and Z-SMA < 0 → pro-trend bearish context.
Use these to filter entries from your primary trigger (breakouts, pullbacks, momentum crosses, etc.).
Inputs (key settings)
Lookback Length (default 75): Window for Z-Score calc (mean & stdev).
Plot Type: Line (clean regime read) or Candles (intrabar Z detail).
SMA Length (default 75): Optional classic SMA length; reduce (e.g., 14) for responsiveness.
Distribution Probability Fills: Toggle zone shading.
Show Z-Table: On-chart Z bucket & reference probabilities.
Show SMA: Toggle the Z-SMA line.
Show SMA Standard Deviation Bands: Plots ±1σ around Z-SMA for added volatility context.
Round Target Prices Up or Down: Controls precision of the ±σ price labels.
Indicator Timeframe (Only Hourly presets): Override source timeframe (e.g., 30/60/120/240/360/720 mins).
Z-Score Line Width: Visual thickness for the main line.
Practical playbooks
Trend confirmation: Trade in the direction of the Z-SMA once it’s firmly above/below 0; use pullbacks toward 0Z as entries.
Mean-reversion fades: Look for exhaustion when Z pushes into ±2σ/±3σ zones against the Z-SMA direction.
Targets & risk: Use the projected ±σ price labels to set tiered TPs or stop placement aligned with current volatility.
Notes
Works on any symbol/timeframe; timeframe override lets you anchor to higher-timeframe hourly multiples while trading lower charts.
Z-Score is sensitive to volatility regime shifts; the Z-SMA smooths this and helps avoid whipsaw around 0.
Always pair with sound risk management; statistical “rarity” is not a guarantee of reversal.
TanTechTrades™ — turning probability into practical trading context.
Bias Pro — Ultra Clean MTF Bias Pro — Ultra Clean MTF Trend & Zones
Bias Pro is designed to give traders a clear, consistent, and professional view of market direction across multiple timeframes. Instead of cluttering the chart with countless signals, it provides a clean multi-timeframe bias table (5m, 15m, 30m, 1H, 4H, Daily, Weekly), plus optional tools for high-probability entries.
🔑 Core Features
Multi-Timeframe Bias Table → Shows Bullish (green) or Bearish (red) bias across seven key timeframes. There is no “neutral” option—direction is always clear.
Deterministic Bias Engine → Combines EMA alignment, EMA slope, and price position for 100% consistent signals.
Golden Zone Auto-Detection → Automatically highlights the 0.618–0.786 retracement from the latest swing, ideal for premium/discount pullback entries.
Minimalist Auto Entries → Buy/Sell arrows print only when higher-timeframe alignment and Golden Zone confluence are present.
Optional EMAs → Toggle 50 & 200 EMAs for extra context without clutter.
Alerts Built-In → Get notified instantly when bias flips or when a qualified entry appears.
🎯 Why Bias Pro?
Removes noise and guesswork with a simple red/green bias display.
Works on any market: Forex, Crypto, Indices, Futures, Commodities.
Designed for traders who value clarity, confluence, and precision.
👉 Perfect for swing traders, scalpers, and position traders alike—Bias Pro gives you the confidence to trade with higher-timeframe alignment and cleaner entries.
进场与止损参考指标Disclaimer
The content provided in my scripts, indicators, ideas, algorithms, and systems is for educational and informational purposes only. It does not constitute financial advice, investment recommendations, or a solicitation to buy or sell any financial instruments. I will not accept liability for any loss or damage, including without limitation any loss of profit, which may arise directly or indirectly from the use of or reliance on such information.
All investments involve risk, and the past performance of a security, industry, sector, market, financial product, trading strategy, backtest, or individual's trading does not guarantee future results or returns. Investors are fully responsible for any investment decisions they make. Such decisions should be based solely on an evaluation of their financial circumstances, investment objectives, risk tolerance, and liquidity needs.
让你更好的把握进场点,实现无脑进场的效果。
止损参考线,有效控制资金风险
CRT IndicatorCRT Indicator, designed to help you spot high-probability reversal setups in the markets. This indicator is built to catch those sneaky "trap" patterns where the market lures traders in before reversing, and it’s now smarter with multi-timeframe trend filtering to keep you trading in the direction of the bigger picture.
The CRT Indicator identifies two key patterns:
Bullish CRT (CRT LOW): A bearish candle followed by a bullish candle that dips below the first candle’s low but closes within its range. This often signals a buying opportunity on pullbacks in an uptrend.
Bearish CRT (CRT HIGH): A bullish candle followed by a bearish candle that pushes above the first candle’s high but closes within its range. This can indicate a selling opportunity on rallies in a downtrend.
To make sure you’re getting the best setups, I’ve added filters:
The first candle needs a strong body (bigger than the 14-period ATR).
The second candle’s body is smaller, showing weakening momentum.
Higher volume on the second candle, hinting at a potential trap.
The game-changer? It only shows patterns that align with the trend on a higher timeframe (default: Daily, 200-period EMA). So, if the daily chart is in an uptrend, you’ll only see Bullish CRTs on your H1 or H4 chart for pullbacks. If the daily’s in a downtrend, only Bearish CRTs pop up for rallies. You can tweak the higher timeframe and moving average settings to match your trading style—works great for scalpers on lower timeframes too!
All-in-1This "All-in-1" indicator provides a clean and highly customizable combination of essential Moving Averages (MAs) and Bollinger Bands (BBs) in a single script, perfect for diverse trading strategies.
Key Features:
Customizable Moving Averages: Includes MA 10, 20, 50, and an optional 200-period MA. These are fundamental for identifying trends, support, and resistance.
Intuitive Color Scheme: MAs are color-graded from light gray to black for easy visual distinction of shorter to longer periods. The 200-period MA stands out in bold black when enabled.
Bollinger Bands for Volatility: Standard 20-period Bollinger Bands help visualize market volatility and potential price reversals.
Unique BB Color Profile: Features a light purple upper band and a neon green lower band, with an invisible middle band for a minimalist look, allowing price action to take center stage.
Clean & Uncluttered: Designed to provide key technical insights without overwhelming your chart.
Why Use This Script?
Whether you're a day trader, swing trader, or long-term investor, this indicator offers a powerful visual toolset for:
Identifying short-term and long-term trends.
Spotting potential overbought/oversold conditions.
Gauging market volatility and potential breakouts.
Confirming entry and exit points.
Simply add it to your chart, adjust the MA 200 visibility as needed, and gain a fresh perspective on market dynamics!
PRICE CYCLE X1 - manual modelDEFINITION OF PRICE CYCLE X1:
This is a manual method used to identify price cycles , it acts as a powerful reversal point and if price is able to traverse A CYCLE the PROBABILITY OF PRICE TRAVELLING IN THAT DIRECTION IS HIGH.
This tool is fractal in nature best applied if u combine 2 or 3 cycles at the same time for example :
use cycle 3 and 1 for a weekly bias
if the market is trending it can even act as a daily bias .
The Bigger price of the instrument the BIGGER THE CYCLES IT IS GOING TO NEED , smaller cycles for assets with smaller cycles
BONUS: THE MIDDLE SUB ZONE ( CYCLE 1 IS TREATED AS SUB ZONE IF CYCLE 3 IS USED WITH IT , LIKEWISE FOR ALL CYCLES )ACTS AS A GOOD REVERSAL POINT
EMA + RSI + Candle Pattern StrategyEMA RSI CANDLE PATTERN
calculates ema 9,20 and 50 along with RSI and identifies patterns
Nasdaq Liquidity Sweep Scalper Signals- FREE (Only Sells)📌 Nasdaq Liquidity Sweep Scalper Signals – FREE (Sell Only)
The Nasdaq Liquidity Scalper – FREE (Sell Only) is a free version designed for traders who want to spot high-probability short opportunities on the Nasdaq using the 1-minute chart.
🔴 Key Features (FREE)
Detects liquidity sweeps above the previous day’s high.
Confirms with a validated bearish impulse (strong body + significant upper wick).
Works only on closed candles → no repainting.
Clear chart signals with SELL labels in red.
⚠️ FREE Version Limitations
Only available for sell signals.
Works exclusively on the 1-minute timeframe.
Does not include Stop Loss (SL), Take Profit (TP), or automatic alerts.
| Feature | FREE ❌ | PREMIUM ✅ |
| -------------------------- | ------ | --------- |
| **Sell signals** | ✔️ | ✔️ |
| **Buy signals** | ❌ | ✔️ |
| Automatic Stop Loss (SL) | ❌ | ✔️ |
| Automatic Take Profit (TP) | ❌ | ✔️ |
| TradingView Alerts | ❌ | ✔️ |
| Works on **1m** only | ✔️ | ✔️ |
| Works on **1m & 5m** | ❌ | ✔️ |
📲 Contact & Community
For more information or to get access to the Premium version, contact me here:
🔗 Telegram: t.me/NasdaqIndicatorSignals
📸 Instagram: simio_trader365
✖️ X (Twitter): LuisAngelCC365
Auto Zones + DashboardAuto Zones + Dashboard
This indicator is an all-in-one trade planning toolkit.
It automatically maps Entry/SL/TP zones, shows dynamic support/resistance levels, and gives a clear market overview through a smart Meter and a compact Dashboard.
🔧 Features
Auto Zones (Entry/SL/TP)
Automatically plots Entry, Stop-Loss, and three Take-Profit levels (TP1/TP2/TP3 based on Fib multipliers).
Relative Levels
Dynamic support/resistance lines around the 50-SMA base with optional auto-hide when too far from price.
Labeled as: Deep Support, Support, Resistance, Psychological, Key Level, Target 1, Target 2.
Dashboard (top-right)
Compact panel showing:
RSI & Divergence (Bull/Bear/None)
Volume state (High/Low/Neutral vs. SMA)
MACD histogram
Signal (LONG / SHORT / WAIT)
Trend strength (via SMA50 slope & price relation)
Meter Score (0–100) and Recommendation
Probabilities P(Long) / P(Short)
Smart Meter (HTF filter + multi-factor score)
Uses RSI, MACD, EMA alignment, RVOL, ATR%, ADX, EMA gap, and breakout conditions to calculate a weighted score and directional recommendation.
Bars can be highlighted when Score ≥ 70 in breakout trend conditions.
MA50 (SMA)
Optional trend filter line with customizable color and width.
✅ How to use
Zones: Plan trades with Entry/SL/TP boxes automatically plotted.
Levels: Watch relative support/resistance for confluence.
Dashboard + Meter: Quickly assess momentum, volume, trend strength, and probabilities.
⚠️ Disclaimer: This tool is for educational and analytical purposes only. Not financial advice. Always use your own strategy and risk management.
Short tagline:
Auto Entry/SL/TP zones, dynamic support/resistance, and a smart Dashboard with Meter — all in one.
SAMINVTRDA multi-factor signal generator that identifies and classifies three distinct levels of market activity, from minor price fluctuations to significant shifts in the core trend.
SAMINVTR15This analysis tool decodes market behavior by distinguishing between transient price movements and substantive shifts in directional momentum. By generating unique visual cues for each condition, it offers a multi-dimensional view of trend integrity and potential inflection points. This is on a higher timeframe.
Market Intelligence V.2.0Market Intelligence V.2.0 - Multi-Timeframe Trend Analysis
A comprehensive trend analysis tool that displays real-time market intelligence across multiple timeframes
(15M, 30M, 1H, Daily) in a clean table format.
Key Features:
• Multi-timeframe EMA trend analysis with slope calculations
• RSI momentum indicator (14-period)
• VWAP position tracking
• EMA 200 long-term trend reference
• Color-coded bullish/bearish signals
• Trend strength percentages
What You'll See:
The indicator displays a table in the top-right corner showing trend direction and strength for each
timeframe, plus key technical levels. Green indicates bullish conditions, red shows bearish, with percentage
values showing trend momentum.
Best For:
Swing traders and day traders who need quick visual confirmation of trend alignment across multiple timeframes
before entering positions.
SAMINVTRThis analysis tool decodes market behavior by distinguishing between transient price movements and substantive shifts in directional momentum. By generating unique visual cues for each condition, it offers a multi-dimensional view of trend integrity and potential inflection points.
ORB Strategy + VWAP Criteria + Stop Loss and TPs by GOCHThis indicator will let you know once any 5 minute candle breaks the orb limits, establishing the amount of stop loss points, and also establishing the take profit zone. Each zone between ranges is equivalent to the amount of stop loss points.
The indicator will only trigger if the vwap is not in between the entry price and the TP2 price.
This is a profitable strategy if you stick to being consistent with your lot.
The correct setup is:
Opening Range: 15 Min
Custom Range:
7:30-7:45 UTC-6
FRANJAS POR FECHAS - RSDescription:
This indicator allows you to highlight specific dates on your chart with vertical background stripes, similar to a session indicator.
Input your dates in the format DD.MM.YYYY (you can separate them with commas, spaces, line breaks, or semicolons).
The script automatically normalizes the format and applies a shaded vertical band for each matching day.
Works on daily and intraday charts: in intraday, the shading will cover the full trading day.
Options available to adjust the color and transparency of the stripes.
Optional dotted lines can be enabled at the start and end of each highlighted day.
This is useful for marking important events such as FOMC meetings, earnings releases, economic data announcements, or any custom list of key dates you want to track directly on your chart.