wick rejection scanner dashboard (multi-symbol / multi-tf)
Info
The wick rejection scanner dashboard (multi-symbol / multi-tf) is a Indicator for MetaTrader 5 that overview wick rejection scanner dashboardis a professional mt5 indicator that continuously scans multiple symbols and timeframes for wick-based rejection candles(upper or lower rejection) and presents the most relevant results in a clear, readable on-chart dashboard. it is built for traders who use price action / rejection candlesas a trigger, but want a faster way to monitor a watchlist without manually opening and checking dozens of charts.
Usage
This tool is typically used for enhancing chart analysis and decision making.
Platform
This Indicator works exclusively on MetaTrader 5 (both build 600+ and newer versions).
Setup
Place the downloaded file in MQL5/Indicators folder via File ? Open Data Folder in MetaTrader 5.
How to Install and Use wick rejection scanner dashboard (multi-symbol / multi-tf)
1. Installation: Place your file in the MQL/Indicators folder via "Open Data Folder" and restart your terminal.
2. Loading: Find the indicator in the Navigator, drag it onto your chart, and configure the input parameters in the popup window.
3. Customization: Press Ctrl+I to open the indicator list, select your tool, and click "Properties" to change colors, levels, or visual styles.
4. Updating: Replace the old file in the Indicators folder with the new version and restart the platform to apply changes.
Frequently Asked Questions
Q: Why is my indicator not showing? A: Verify the file is in the MQL/Indicators folder, or try right-clicking the "Indicators" tree in the Navigator and clicking "Refresh."
Q: Do custom indicators slow down the platform? A: Too many complex indicators can impact performance; remove unused ones via the "Indicator List" (Ctrl+I).
Q: Can I use MT4 indicators on MT5? A: No, MQL4 and MQL5 are distinct languages; ensure the indicator is compiled specifically for your platform version.
What this tool does
overview wick rejection scanner dashboardis a professional mt5 indicator that continuously scans multiple symbols and timeframes for wick-based rejection candles(upper or lower rejection) and presents the most relevant results in a clear, readable on-chart dashboard.
Typical Use Case
This Indicator excels in automated trading and technical analysis on MetaTrader 5.
Compatible Platform & Setup
This Indicator works on MetaTrader 5. Place the file in the MQL5/Indicators folder and restart the terminal.
Description & Settings
Related: Quantora Candle Strength Analyzer MT5: Price Action and Wick Analysis - another powerful indicator for MetaTrader 5 traders.
overviewAlso recommended: smart c liquidity sweep and rejection detector - similar indicator with strong performance on MetaTrader 5.
wick rejection scanner dashboardis a professional mt5 indicator that continuously scans multiple symbols and timeframes for
wick-based rejection candles
(upper or lower rejection) and presents the most relevant results in a
clear, readable on-chart dashboard
.
it is built for traders who use
price action / rejection candles
as a trigger, but want a faster way to monitor a watchlist without manually opening and checking dozens of charts. the tool acts like a “radar”: it finds recent rejection candles and ranks them using a
strength score
and
context filter
, helping you focus only on the most meaningful setups.
this is a
scanner + visualizer
. it does
not
place trades.
what the indicator detects
a signal is produced when a candle meets configurable rejection rules, including:
dominant wick
(upper or lower) as a percentage of the full candle range
minimum candle range
filter to avoid tiny/noisy candles
minimum body size
to avoid meaningless “needle” bars
opposite wick cap
to avoid “indecision” candles with large wicks on both sides
optional
atr filter
so signals occur only during sufficient volatility
optional
trend context score
to penalize signals occurring in weak locations inside the recent range
the result is a set of rejection signals that is designed to be
realistic
, not overly sensitive.
key features
multi-symbol scanner
scan symbols from
market watch
or from a
custom comma-separated list
limit the number of scanned symbols for performance control
multi-timeframe support
scan the
current chart timeframe
or a fixed timeframe
optional additional scans for
m15
and
h4
professional dashboard ui
clean dark theme dashboard with consistent spacing and alignment
displays:
symbol, timeframe, signal type, wick %, strength, age
sorting modes
: most recent / highest wick% / highest strength
shows a compact
signal age
(bars ago or time for very recent signals)
click-to-switch chart
click a dashboard row to instantly switch the chart to that
symbol + timeframe
on-chart markers (optional)
draw arrows on the chart for detected signals
optional wick percentage labels
maximum marker count for performance and readability
typical use cases
watchlist scanning for rejection candles at important levels
quick filtering before manual confirmation (s/r, trend structure, session timing, liquidity sweeps)
a dedicated “setup radar” on a secondary monitor
notes and best practice
a wick rejection candle is a
trigger
, not a complete strategy.
for higher quality trade decisions, combine signals with:
support/resistance zones
trend structure (hh/hl or lh/ll)
higher timeframe bias
session timing / volatility conditions
inputs (what you can configure)
detection settings
wick threshold (% of candle range)
minimum candle range (points)
minimum body percentage
maximum opposite wick percentage
atr-based validation (period + multiplier)
trend context scoring (lookback + threshold)
scanner settings
market watch symbols or custom symbol list
scan timeframe selection (or current chart timeframe)
optional extra timeframes (m15 / h4)
bars to check + refresh interval
optional limit for maximum displayed signals
ui & alerts
dashboard position, offsets, row height, font size
marker visibility, label visibility, max markers
alert channels and cooldown
summary
if you trade wick rejections and want a faster workflow,
wick rejection scanner dashboard
helps you:
scan more charts in less time,
reduce noise using practical filters, and
focus on the best candidates via strength scoring and sorting.
You may also like: wick length - excellent alternative for indicator users on MetaTrader 5.
Source Code
яю//+------------------------------------------------------------------+
#property copyright "RobotFX"
#property link "https://robotfx.org"
#property version "3.00"
#property description "Educational code - RobotFX www.robotfx.org"
#property description "Educational code - RobotFX www.robotfx.org"
#property indicator_chart_window
#property indicator_buffers 1
#property indicator_plots 0
input group "=== Detection Settings ==="
.......
⚠ Limitations & Risk Warning
- This tool is provided for educational and testing purposes only.
- Past performance does not guarantee future results.
- Trading involves substantial risk of loss. Use on a demo account first.
- Results may vary depending on market conditions, broker, and settings.
- We recommend thorough backtesting and forward testing before using with real funds.