Premium Discount Scanner 448

  • Indicadores
  • Shin Kojima
    Shin Kojima
    MT4 indicator developer with 10+ years of live trading experience.
    Specializing in alert tools and scanners for ICT-based traders.
    Zero complaints. Reliable tools. Real support.
    MQL4 / MQL5 Development Services
    • Custom Indicator Modifications
  • Versão: 1.0

## 1. Overview

PDSearch is a scanner that instantly shows you, across every symbol and every timeframe, whether price is currently trading at a premium or a discount $2014 on a single chart.

Working out an ICT Premium/Discount bias normally means manually finding the swing high and low and drawing a Fibonacci retracement yourself. PDSearch automates this across every symbol and timeframe, so you can see the discount (buy-side) or premium (sell-side) bias at a glance, color-coded.

Rather than a plain 50% split of the last high and low, PDSearch only extracts swings with a meaningful range $2014 filtered by ATR x multiplier $2014 so it is not thrown off by small, noisy price swings.


Scan up to

64 symbols × 7 timeframes = 448 combinations

simultaneously.


---

## 2. All-Currency Monitoring Series

Tools that monitor all currency pairs at once become an incredibly powerful weapon once mastered $2014 a trading tool for life.
The key is to match the right tool to your trading strategy.
Here are the hottest tools available right now:

- IFVG All-Currency Scanner
  The most effective tool for catching ICT fake-out moves.
  Especially powerful for targeting AMD movement setups (Accumulation-Manipulation-Distribution).

- MA + Pin Bar All-Currency Scanner
  A precision tool that finds pin bars bouncing off moving averages to catch pullback entries.
  The ultimate edge comes from knowing [what was swept]. Works perfectly with ICT methodology.

- AutoLineSaver
  An almost essential companion for all-currency monitoring.
  Automatically saves and restores your drawn lines even after closing charts $2014 an extremely
  convenient tool that dramatically improves the efficiency of multi-pair chart analysis.


---

## 3. Basic Specifications

* Signals are determined on confirmed (closed) bars only
* The currently forming bar is not used for signal detection
* No repainting (once a signal appears, it will never change or disappear)
* Compatible with all symbols displayed in MT4's Market Watch (FX, Gold, indices, crypto, etc.)
* Default display: 29 symbols × 7 timeframes
* Maximum: 64 symbols × 7 timeframes = 448 combinations
* Symbols, timeframes, and alert settings can be customized

---

## 4. Basic Usage

### Step 1

Search for signals using the 448 Scanner.

Cells that match the signal conditions will be highlighted in color.

### Step 2

Click on a timeframe cell in the panel to open the chart for that symbol and timeframe.
The chart opens using the layout saved in your default.tpl template (this is standard MT4 behavior).

### Step 3

Use trendlines, horizontal lines, and other tools on the opened chart to perform your own analysis.

### Step 4

Use AutoLineSaver for 448 to save and restore any lines you have drawn.

---

## 5. Color Meanings

Each cell represents:

1 symbol x 1 timeframe

| Color       | Meaning                                                     |
| ----------- | ----------------------------------------------------------- |
| Cyan        | Bullish condition is currently active                       |
| Light Blue  | Alert: just changed to bullish $2014 a new bullish signal fired |
| Red         | Bearish condition is currently active                       |
| Pink        | Alert: just changed to bearish $2014 a new bearish signal fired |
| White       | No signal present                                           |
| Yellow      | Alert: signal just ended $2014 condition returned to no-signal  |

Alert colors appear only at the moment the signal fires.

They revert to normal colors on the next scan cycle.

In addition, when an alert fires, the symbol name temporarily turns red.

If the spread exceeds the maximum limit, the spread display turns red and that symbol is excluded from the current scan cycle.

---

## 6. Installation

1. Copy the file to the MT4 MQL4/Indicators folder.

2. Restart MT4.

3. Apply the indicator to any chart.


---

## 7. First Launch Warning

On first launch, if MT4 does not have history data for a target symbol or timeframe, the following warning may appear:

Please load [Symbol][Timeframe] chart once

In this case, manually open a chart for the indicated symbol and timeframe once.

Once MT4 loads the required history data, the scanner will operate normally.

---

## 8. Symbol Settings $2014 UseSymbols

Only symbols currently displayed in MT4's Market Watch are eligible for scanning.

### Specify by currency code

EUR USD JPY

Entering codes like this automatically generates currency pairs such as:

EURUSD

EURJPY

USDJPY

### Specify a symbol directly

XAUUSD

Entering a full symbol name adds it directly to the scan list.

### Mixed input

XAUUSD USD EUR JPY

In this case, XAUUSD is added along with all combinations of USD, EUR, and JPY pairs.

---

## 9. Unique Parameters

### Swing Range Detection Settings

PD_ATRPeriod  14

The ATR period used to determine the swing range.

PD_ATRMult  1.5

Starting from the most recent swing high (or low), the indicator looks back until it finds an opposite-side fractal with a range of at least ATR x this multiplier, and confirms that pair as the swing range. Increasing this value restricts detection to larger swings only.

PD_MaxBars  500

The maximum number of bars to look back when searching for a range. A larger value allows older swings to be detected, at the cost of heavier processing.

### About the Judgment Logic

* Based on the most recent confirmed bar, the indicator automatically detects the nearest pair of fractal high/low points with a range of at least ATR x PD_ATRMult, and treats it as the swing range (Dealing Range)
* Using the midpoint (Equilibrium) of that range as a reference: if the current price is below the midpoint, it is judged as Discount (buy-side bias); if above, Premium (sell-side bias)
* If no swing satisfying the ATR condition is found within PD_MaxBars, no signal is produced

---

## 10. Common Parameters

### Timeframe Display Settings

bUseM1
bUseM5
bUseM15
bUseM30
bUseH1
bUseH4
bUseD1
bUseW1

Sets whether each timeframe is shown in the panel and included in scanning.

### Alert Settings

bAlertOnce
bFindAlert
bLostAlert
bAlertM1
bAlertM5
bAlertM15
bAlertM30
bAlertH1
bAlertH4
bAlertD1
bAlertW1

Configure alert ON/OFF per timeframe.
Display and alerts can be managed independently.

### Spread Settings

bUseSpread
MaxSpread

Displays the spread and temporarily excludes any symbol exceeding MaxSpread from scanning.

### Notification Settings

bMail
bPush

Configure email and mobile push notifications.
MT4's notification settings must be configured before use.

### Symbol Settings

UseSymbols
AddSymbol

Set the symbols to monitor and any broker-specific suffix.

### Special Functions

SelfRifresh
SymOnOff
AddText

Used when running multiple instances of the indicator simultaneously, or for the symbol click-exclude feature.

### Display Position Settings

ATRCorner
TxtXBase
LineMax
FontSize
TxtXPos
TxtXSpace
TxtYPos

Adjust the panel position, font size, line spacing, and column spacing.

Note for beginners If you are not sure what a setting does, it is safe to leave it at its default value.

---

## 11. Usage Tips

* All signals are determined on confirmed (closed) bars
* The current (unconfirmed) bar is not used for signal detection
* When a signal appears, always open the target chart and perform your own analysis
* Turning off unused timeframes improves performance
* When running multiple instances, assign different values to AddText to avoid conflicts

Mais do autor
================================================================  DispTrade_en.mq4  User Manual ================================================================ OVERVIEW -------- Displays trade history and open positions visually on the MT4 chart using arrows and connecting lines. WHAT IT SHOWS ------------- - BUY Entry Arrow   : Entry point for BUY orders (blue) - SELL Entry Arrow  : Entry point for SELL orders (red) - Exit Arrow        : Close point for historical trades (goldenrod) - Dott
FREE
FREE for the First 50 Users ================================================================   ShowKillZones v1.0   - Corrected NY AM end time from 11 to 10, and NY PM end time from 17 to 16 (adjusted to Kill Zone hours) [cite: 321, 326]   - Changed NY AM/PM labels to Kill Zone [cite: 321, 326] v1.0  -  User Manual [cite: 321] ================================================================ [Overview] This indicator displays ICT Kill Zones (session hours) on the chart as background zones an
FREE
Reverse Elements - Formatted Description Reverse Elements Reverse Elements is a signal-based indicator designed to help identify potential market reversal points directly on the chart. Using a proprietary calculation method, the indicator displays buy and sell signals with arrows. It is built to support discretionary trading by making potential entry areas easier to recognize visually. This is not an Expert Advisor and does not place trades automatically. Main Features Buy and sell arrows displa
## 1. Overview Scan up to 64 symbols $FFFD~ 7 timeframes = 448 combinations simultaneously. --- ## 2. All-Currency Monitoring Series Tools that monitor all currency pairs at once become an incredibly powerful weapon once mastered ? a trading tool for life. The key is to match the right tool to your trading strategy. Here are the hottest tools available right now: - IFVG All-Currency Scanner   The most effective tool for catching ICT fake-out moves.   https://www.gogojungle.co.jp/tools/
FREE
FREE for the First 100 Users ================================================================================   IFVG Signals Indicator  (ICTIFVGmq4_en.mq4)  ?  User Manual ================================================================================ Version : 1.00 Platform: MetaTrader 4 Signal  : IFVG Buy / IFVG Sell arrows on the main chart Zone    : Horizontal rectangle drawn at the confirmed IFVG zone -------------------------------------------------------------------------------- WHAT
FREE
First 20 Downloads FREE ## 1. Overview $2014 MA Perfect Order All-Currency Scanner Detects "Perfect Order" moving average alignment across all currency pairs simultaneously. A Perfect Order occurs when 3-5 moving averages of increasing periods are stacked in a single, uninterrupted order $2014 proof that price is trending cleanly with no conflicting timeframes.   BUY  signal : Shorter-period MAs are all above longer-period MAs (fast-to-slow stack) -> strong uptrend   SELL signal : Shorte
FREE
Stoch Cross 448 Scanner Scan 64 pairs x 7 timeframes for stochastic golden/dead crosses — all from a single chart.  |  User Manual ------------------------------------------------------------------------ 1. Overview ------------------------------------------------------------------------ Stoch Cross 448 Scanner is a MetaTrader 4 indicator that monitors stochastic cross signals across 64 currency pairs and 7 timeframes simultaneously, displaying all results in a single panel. Drop it onto any
FREE
================================================================   TradeInfoS_en  -  Trade Statistics Indicator for MT4   Copyright (C) 2014 fx-mt4ea.com ================================================================ OVERVIEW -------- Displays trade history statistics and market info in a separate indicator window. Shows results for All-time, This Month, and This Week in three columns. DISPLAY LAYOUT -------------- [ S ]  T:xx/W:xx/L:xx/R:xx%/PL:xx    <- All-time stats [ M ]  T:xx/W:xx/L:xx
FREE
First 50 Downloads Free      AutoLineSaver for 448 Save and restore your chart workspace automatically.  |  User Manual 1. Overview AutoLineSaver automatically saves every line you draw on the chart and restores them the next time you open it. No more redrawing your analysis from scratch. Drop AutoLineSaver onto your chart once, and your workspace is always preserved. What it saves: • Horizontal lines • Trendlines • Rays (extended trendlines) • Vertical lines • Rectangles • Fibonacci retra
FREE
RSI Border Search scans up to 64 symbols across 7 timeframes (448 combinations) in real time, detecting when RSI reaches overbought or oversold levels on confirmed bars. KEY FEATURES - Multi-Symbol Scanner: Monitor up to 64 symbols x 7 timeframes = 448 cells simultaneously. - RSI Boundary Detection: Detects when RSI crosses above or below your specified boundary level on confirmed (closed) bars. - No Repaint: Only confirmed bars are evaluated. The forming bar is never used, so signals
FREE
MagicalTouch for MT4 Draw a line. Wait for the alert. MagicalTouch monitors lines you draw on MT4 and fires an alert the instant price touches them. What it does Horizontal lines: Alerts when price hits the specified level. Vertical lines: Alerts when a candle reaches the specified time. Trendlines: Alerts on touch (a unique feature MT4 cannot do natively). Alert Types: Supports Popup, Sound, Email, and Mobile Push Notifications. Quick Start (3 Steps) Apply: Drag MagicalTouch onto any chart. Dr
MA Cross 448 Scanner Scan 64 pairs x 7 timeframes for MA crossovers — all from a single chart.  |  User Manual ------------------------------------------------------------------------ 1. Overview ------------------------------------------------------------------------ MA Cross 448 Scanner is a MetaTrader 4 indicator that monitors moving average crossovers across 64 currency pairs and 7 timeframes simultaneously, displaying all results in a single panel. Drop it onto any chart and it instantly
======================================= 50% OFF for the First 50 Users ======================================= ## 1. Overview  ?  ICT IFVG All-Currency Scanner Detects IFVG (Inverse Fair Value Gap) signals across all currency pairs simultaneously. An IFVG occurs when a candle body fully breaks through a prior Fair Value Gap in the OPPOSITE direction ? a key ICT concept indicating a potential institutional reversal.   BUY  signal : Bear FVG is broken upward   → price likely to rise   SELL si
HigherTF Background Candle draws higher timeframe candlesticks directly on your chart background, giving you instant multi-timeframe context without switching charts. KEY FEATURES - Background HTF Candles: Renders Open/High/Low/Close of any higher timeframe as colored rectangles behind your price action. - Instant TF Switching: Press keys 1-9 to switch between M1, M5, M15, M30, H1, H4, D1, W1, MN1. Press 0 to hide. - Auto-Promotion: If the selected TF is equal to or lower than the cha
Reverse_Elements_AllSearch Reverse_Elements signals multi-symbol / multi-timeframe scanner for MetaTrader 4 ---------------------------------------------------------------------- Important Requirement ---------------------------------------------------------------------- Reverse_Elements_AllSearch requires the main Reverse_Elements indicator. Reverse_Elements_AllSearch is not a standalone signal-generation indicator. It is a scanner that reads signals from the main Reverse_Elements indicator an
Filtro:
Sem comentários
Responder ao comentário