KillZones Display and Alert NY London Asia Daily


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 and triggers alerts at the high and low of each session. [cite: 321]

- London / NY AM / NY PM times are input in ET (Eastern Time). [cite: 321]
- Automatically detects US Daylight Saving Time (DST) → Automatically corrects UTC conversion. [cite: 321]
- Also displays Previous Daily High/Low, Higher Timeframe (HTF) High/Low, and Round Numbers. [cite: 321]


================================================================
  Installation
================================================================

1. Copy ShowKillZones.mq4 to the following directory:
   (MT4 Menu) File → Open Data Folder
   → MQL4 → Indicators folder

2. MT4 Navigator → Indicators → Refresh (F5)

3. Drag & drop onto the chart


================================================================
  Kill Zone Hours List (Default Settings)
================================================================

┌─────────────────┬───────────┬───────────┬───────────┐
│ Session         │ ET Input  │ UTC (DST) │ UTC (WT)  │
├─────────────────┼───────────┼───────────┼───────────┤
│ Asia            │ Direct UTC│00:00-04:00│00:00-04:00│ [cite: 321]
│ London          │02:00-05:00│06:00-09:00│07:00-10:00│ [cite: 321, 322]
│ NY AM           │07:00-10:00│11:00-14:00│12:00-15:00│ [cite: 322]
│ NY PM           │13:00-16:00│17:00-20:00│18:00-21:00│ [cite: 322]
└─────────────────┴───────────┴───────────┴───────────┘

* For Asia only, enter directly in UTC (Tokyo market is not affected by DST). [cite: 322]
* Setting Use_AutoDST = true will automatically switch between Summer (DST) and Winter time. [cite: 322]


================================================================
  Parameter Descriptions
================================================================

[Alert Settings] [cite: 322]
  Alert_Enable     : ON/OFF for all alerts [cite: 322]
  Alert_Popup      : Show popup alert [cite: 322]
  Alert_Email      : Send email [cite: 322]
  Alert_Push       : Push notification to smartphone [cite: 322]

  Alert_Timing [cite: 322]
    1. INSTANT     : The exact moment price crosses the line [cite: 322]
    2. CLOSE       : Breakout evaluation at candle close (excludes fakeouts) [cite: 322, 323]
    3. CLOSE_ANY   : Breakout evaluation including candle wicks on close [cite: 323]

  Alert_Daily      : Alert on Previous Daily High/Low [cite: 323]
  Alert_HTF        : Alert on HTF High/Low [cite: 323]
  Alert_Asia       : Alert on Asia zone High/Low [cite: 323]
  Alert_London     : Alert on London zone High/Low [cite: 323]
  Alert_NY_AM      : Alert on NY AM zone High/Low [cite: 323]
  Alert_NY_PM      : Alert on NY PM zone High/Low [cite: 323]

[Common Lines & Display Settings] [cite: 323]
  Show_DailyHL     : Previous Daily High/Low lines (Horizontal, auto-delete) [cite: 323]
  Show_HTFHL       : HTF High/Low lines (Dynamic reference) [cite: 323]
  Show_RoundNumbers: Round Numbers (Plots every 100 Pips) [cite: 323]
  RoundNum_Pips    : Interval size (Automatically changes to 5000 for XAU/GOLD) [cite: 323]
  Show_Labels      : Toggle label display for each line ON/OFF [cite: 323, 324]

[Dynamic Reference Rules for HTF] [cite: 324]
  M1  → M15 High/Low [cite: 324]
  M5  → H1 [cite: 324]
  M15 → H4 [cite: 324]
  M30 → H4 [cite: 324]
  H1  → D1 [cite: 324]
  H4  → W1 [cite: 324]
  D1  → MN1 [cite: 324]

[DST Settings] [cite: 324]
  Use_AutoDST      : Automatically detect US DST (Recommended: true) [cite: 324]
    true  → Summer time (EDT, UTC-4) from 2nd Sunday of March to 1st Sunday of November; [cite: 324]
             Winter time (EST, UTC-5) otherwise. [cite: 324]
    false → Fixes London/NY times exactly as input (Manual management). [cite: 324]

[Asia Session (UTC)] [cite: 324]
  Asia_StartHour   : Start time (UTC, Default: 0) [cite: 324]
  Asia_EndHour     : End time (UTC, Default: 4) [cite: 324]
  Asia_BoxColor    : Zone background color [cite: 324, 325]
  Asia_LineColor   : High/Low line color [cite: 325]

[London Session (ET)] [cite: 325]
  London_StartHour_ET : Start time (ET, Default: 2) [cite: 325]
  London_EndHour_ET   : End time (ET, Default: 5) [cite: 325]

[NY AM Kill Zone (ET)] [cite: 325]
  NYAM_StartHour_ET   : Start time (ET, Default: 7) [cite: 325]
  NYAM_EndHour_ET     : End time (ET, Default: 10) [cite: 325]

[NY PM Kill Zone (ET)] [cite: 325]
  NYPM_StartHour_ET   : Start time (ET, Default: 13) [cite: 325]
  NYPM_EndHour_ET     : End time (ET, Default: 16) [cite: 325]


================================================================
  How to Read the Zones
================================================================

■ Rectangular Background Zones [cite: 325]
  The High-to-Low range within that specific session [cite: 325]

■ Horizontal Lines (Session High/Low) [cite: 325]
  Automatically terminates when broken by a candle body close [cite: 325]
  → Only "still valid levels" remain on the chart [cite: 325]

■ Previous Daily High/Low Lines [cite: 325]
  Extended and displayed until broken by a candle body close [cite: 325]


================================================================
  Notes
================================================================

- Kill Zone boxes are automatically hidden on Daily, Weekly, and Monthly charts.
- The indicator automatically obtains the broker's server time, so no configuration adjustments are required when changing brokers.
- When Use_AutoDST = true, DST is automatically evaluated every year, completely eliminating the need for manual changes.


================================================================
  Version History
================================================================

v1.31 (2026-06-04) [cite: 325]
  - Corrected NY AM end time from 11 to 10, and NY PM end time from 17 to 16 (adjusted to Kill Zone hours) [cite: 326]
  - Changed NY AM/PM labels to Kill Zone [cite: 326]

v1.0 (2026-06-03) [cite: 326]
  - Changed London/NYAM/NYPM inputs to ET [cite: 326]
  - Added US Daylight Saving Time (DST) auto-detection feature (IsUSDST()) [cite: 326]
  - Added Use_AutoDST parameter [cite: 326]
  - Asia remains direct UTC input (No change) [cite: 326]

v1.20 [cite: 326]
  - Initial Release [cite: 326]

================================================================
Рекомендуем также
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Woodie Pivots. Woodie’s pivot points are made up of multiple key levels, calculated from past price points, in order to frame trades in a simplistic manner. The key levels include the ‘pivot’ itself, and multiple support and resistance levels (usually up to three each). Traders use these levels as a guide for future price movements when setting up trades. The pivot : (Previous high + previous low + 2 x previous
FREE
Candle Time (MT4) The Candle Time indicator shows the remaining time for the current candle on the active chart timeframe. It adapts automatically to the chart period and updates on every tick. This is a charting utility; it does not provide trading signals and does not guarantee any profit. Main functions Display the time remaining for the current candle on any timeframe (M1 to MN). Color-coded state: green when price is above the open (up), gray when unchanged, and red when below the open (do
FREE
AC Pivot Panel – Your Ultimate Pivot Trading Tool The   AC Pivot Panel   is a powerful yet user-friendly pivot point indicator designed to help traders identify key support and resistance levels with ease. Whether you’re a beginner or an experienced trader, this indicator simplifies pivot trading and enhances your decision-making process. Key Features : Interactive Selection Panel : Easily adjust pivot settings directly on the chart with a compact and intuitive panel. Multiple Pivot Methods : C
FREE
.................................if you need pivot point s levels............................... ............................this is a daily pivot point level creator........................... ...it is for daily pivots and show levels at times period H4 , H1 , M30 , M15 ,M 5... .................................also shows levels for 3 last days.............................. ................can use it with other indicators and see important levels...............
FREE
Arlene Sessions Background is an indicator that draws colored rectangles on the chart depending on your session, within the price range that has moved and when the sessions overlap, it will be painted in a color that will be the mixture of the colors of the respective sessions. You can see the version 2 here:  https://www.mql5.com/en/market/product/68934 Inputs NumberOfDays AsiaBegin AsiaEnd AsiaColor EurBegin EurEnd EurColor USABegin USAEnd USAColor If you only want to paint a session on your
FREE
MASi Three Screens основан на торговой стратегии Доктора Александра Элдера. Данный индикатор является сборником алгоритмов. Алгоритмы основаны на анализе графиков нескольких таймфреймов. Вы можете применить любой из предоставленных. Список версий алгоритмов ThreeScreens v1.0 - Простая реализация, с анализом MACD линии; ThreeScreens v1.1 - Простая реализация, с анализом MACD гистограммы; ThreeScreens v1.2 - Совмещение двух первых алгоритмов в одной версии; ThreeScreens v1.2.1 - В алгоритм внедре
FREE
Show Pips
Roman Podpora
4.27 (59)
Данный информационный индикатор будет полезен тем, кто всегда хочет быть в курсе текущей ситуации на счете. Индикатор отображает такие данные, как прибыль в пунктах, процентах и валюте, а также спред по текущей паре и время до закрытия бара на текущем таймфрейме.  VERSION MT5 -  Больше полезных индикаторов Существует несколько вариантов расположения информационной строки на графике: Справа от цены (бегает за ценой); Как комментарий (в левом верхнем углу графика); В выбранном углу экрана. Так же
FREE
Introduction To Time Box Indicator Time Box Indicator is a must have indicator for any trader. It will display daily, weekly and Monthly box according to your preferences. Yet, you can extend any important price levels in your chart automatically. You can use them as the significant support and resistance levels. It is very simple but effective tool for your trading. Graphic Setting Use White Chart Line Style for Current Open price Daily Setting Update Timeframe for daily box Number of days to
FREE
Индикатор PipTick Pivot автоматически рассчитывает и отображает линии уровней разворота, а также уровни поддержки и сопротивления. Уровень разворота может рассчитываться по разным формулам: классическая, Floor, Fibonacci, Woodie, Camarilla или DeMark. Можно выбрать период для расчета индикатора. Период может быть дневным, недельным, месячным или пользовательским. Типы пивотов: Классический. Floor. Fibonacci. Woodie. Camarilla. DeMark. Основные характеристики Индикатор показывает текущие и исто
FREE
The Pivot Indicator is a vital tool for technical analysis used by traders in the financial markets. Designed to assist in identifying potential reversal points or trend changes, this indicator provides valuable insights into key levels in the market. Key features of the Pivot Indicator include: Automatic Calculations: The Pivot Indicator automatically calculates Pivot Point, Support, and Resistance levels based on the previous period's high, low, and close prices. This eliminates the complexity
FREE
Продвинутый индикатор Fisher Transform с двухлинейными сигналами, двухуровневой системой, поддержкой мульти-таймфрейма, настраиваемыми визуальными сигналами и высококонфигурируемой системой оповещений. Услуги фриланс-программирования, обновления и другие продукты TrueTL доступны в моём профиле MQL5 . Отзывы и оценки очень приветствуются! Что такое Fisher Transform? Fisher Transform — это технический индикатор, который преобразует цены в гауссовское нормальное распределение. Разработанный Джон
FREE
Swap Detector
Dustin Ricardo Pierenz
The Swap Detector is an essential MQL4 utility that displays the swap costs of any instrument when applied to a chart. It helps traders make informed decisions by visually indicating the swap value in customizable colors— green for positive (good) and red for negative (bad) by default. This tool ensures transparency in overnight holding costs, enabling better trade planning and risk management
FREE
Панель MT4 для нескольких таймфреймов Matrix Arrow Indicator - это бесплатное дополнение и отличный актив для вашего Matrix Arrow Indicator MT4 . Он показывает текущий сигнал индикатора Matrix Arrow Indicator MT4 для 5 настраиваемых пользователем таймфреймов и всего для 16 изменяемых символов / инструментов. Пользователь имеет возможность включить / отключить любой из 10 стандартных индикаторов, из которых состоит Matrix Arrow Indicator MT4 . Все 10 стандартных атрибутов индикаторов также настр
FREE
Now free. The key Fibonacci pivot levels, drawn for you automatically every day, on any timeframe. Automatic Fibonacci Pivots calculates the daily support and resistance from the Fibonacci sequence and plots them clean on your chart: the daily pivot, S1/S2/S3 below and R1/R2/R3 above. These are the price zones where the market tends to react, bounce or break, and now you see them without drawing a single line. What it does: - Daily Fibonacci pivot levels (pivot, S1/S2/S3, R1/R2/R3), updated
FREE
This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ____________
FREE
Описание продукта CM Ultimate MA MTF V2 — это высокооптимизированный технический индикатор с двумя скользящими средними, разработанный специально для MetaTrader 4. Он отображает две независимые скользящие средние (краткосрочную и долгосрочную) на одном графике, используя адаптивную 3-цветную визуализацию тренда для мгновенного отслеживания изменений рыночного импульса. Благодаря использованию высокопроизводительной технологии Multi-Timeframe (MTF), этот индикатор предоставляет трейдерам чистое
FREE
This indicator help to mark the high and low of the session Asian,London,Newyork , with custom hour setting This indicator is set to count from minute candle so it will move with the current market and stop at the designated hour and create a accurate line for the day. below is the customization that you can adjust : Input Descriptions EnableAsian Enables or disables the display of Asian session high and low levels. EnableLondon Enables or disables the display of London session high and
FREE
После приобретения индикатора Tpx Dash Supply Demand вам необходимо загрузить этот индикатор, который будет связываться с индикатором Tpx Dash Supply Demand и передавать рыночные данные, предоставляя все ценовые сигналы спроса и предложения, ATR Stop, VAH и VAL, значения тренда с ADX, а также цены и местоположения точек подтверждения (POC) на рынке. Просто загрузите его, и Dash найдет индикатор для получения информации!
FREE
Индикатор Shadow Flare — это не перерисовывающийся инструмент для работы с трендом и ликвидностью в MetaTrader 4. Он рассчитывает настраиваемую базовую скользящую среднюю (HMA, EMA, SMA или RMA), обёрнутую в Envelope на основе Average True Range, и формирует «липкое» трендовое состояние, которое меняется только тогда, когда цена закрытия бара пробивает верхнюю или нижнюю границу диапазона. Та же тренд‑логика управляет автоматическим модулем зон спроса/предложения: он находит pivot‑максимумы и pi
FREE
Easy Pips Maker
Andrei Gerasimenko
4 (4)
Рекомендуемый таймфрейм - H1! Индикатор имеет два вида сигнала. Это сигнал на открытие позиции от появления стрелки Выход цены за пределы канала В первом случае индикатор строит стрелки на основании построенного канала и лет Bollinger Bands. В другом случае трейдер может торговать, если цена просто вышла за пределы канала. Если цена выше канала - продаем. Если цена ниже канала, то можно искать место для покупки. Можно использовать и как сигнал для закрытия ранее открытого ордера. Индикатор не пе
FREE
Расширенная версия   индикатора   для визуализации временных диапазонов ключевых торговых сессий: Азиатской, Европейской и Американской. Основным преимуществом данного индикатора является автоматическое построение профиля цены на торговую сессию.  Индикатор обладает функционалом настройки времени начала и окончания каждой торговой сессии, а также автоматическим определением временной зоны торгового сервера. Индикатора включают возможность работы с минимальной загрузкой процессора и экономии опер
FREE
SR indicator
Alexander Chertnik
5 (3)
SR is a support and resistance indicator, it shows major highs and lows by different colors. The color of a level is changing if the last high or low are touching it. After the closing of a bar above or below level, it will delete it. extern inputs: loop for candles / colors / drawing time *This indicator signal is not perfect and have to be used with other market analysis and confirmations.
FREE
Графики Ренко. График без временной привязки. Работает по ценам закрытия. Параметры:  BrickSize - размер одного бара, по умолчанию 10. PriceColor - цвет линии Bid, по умолчанию белый (white). UpColor - цвет блока "вверх", по умолчанию зеленовато-желтый (LimeGreen). DnColor - цвет блока "вниз", по умолчанию малиновый (Crimson). BarsCount - количество баров графика для обработки (0 по умолчанию - все доступные). Alerts - сообщать в случае смены тренда (true/false), по умолчанию false.
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
Индикатор показывает уровни перекупленности и перепроданности, рассчитывая их при помощи формулы золотого сечения Фибоначчи Позволяет вести трендовую и контр трендовую торговлю как на пробой уровней так и на отскок от них Работает на всех таймфреймах, на любых валютных парах, металлах и криптовалюте Можно использовать при работе с бинарными опционами Отличительные особенности Основан на золотом значении Фибоначчи; Показывает  уровни перекупленности и перепроданности ; Подходит для торговли рыноч
FREE
Are you tired of drawing trendlines every time you're analyzing charts? Or perhaps you would like more consistency in your technical analysis. Then this is for you. This indicator will draw trend lines automatically when dropped on a chart. How it works Works similar to standard deviation channel found on mt4 and mt5. It has 2 parameters: 1. Starting Bar 2. Number of bars for calculation The   starting bar   is the bar which drawing of the trend lines will begin, while the   number of bars for c
FREE
The indicator builds a Renko chart in the sub window for the current symbol. The bars are formed from live data and the desired bar size can be set in the inputs tab. Most importantly, because the Renko chart only uses price to construct bars and ignores time, the indicator can be applied to any time frame and same results can be achieved. Recommended usage As Renko charts are famous for eliminating noise so traders can use this tool to see clear picture of the trend to help their analysis, entr
FREE
Данный индикатор создан для поиска предполагаемых разворотных точек цены символа. В его работе используется небольшой разворотный свечной паттерн в совокупности с фильтром экстремумов. Индикатор не перерисовывается! В случае отключения фильтра экстремумов, индикатор показывает все точки, в которых есть паттерн. В случае включения фильтра экстремумов, работает условие – если в истории на Previous bars 1 свечей назад, были более высокие свечки и они дальше чем свеча Previous bars 2 – то тогда тако
FREE
Если вам нравится этот проект, оставьте 5-звездочный обзор. Данный показатель рисует открытые, высокие, низкие и закрывающие цены на указанные период и его можно отрегулировать для специфического часового пояса. Это важные уровни, которые выглядят многие институциональные и профессиональные трейдеры и могут быть полезны для вас, чтобы знать места, где они могут быть больше активный. Доступные периоды: Предыдущий день. Предыдущая неделя. Предыдущий месяц. Предыдущий квартал. Предыдущий год. Или
FREE
YOU CAN NOW DOWNLOAD FREE VERSIONS OF OUR PAID INDICATORS . IT'S OUR WAY OF GIVING BACK TO THE COMMUNITY ! >>>    GO HERE TO DOWNLOAD This system is an Heiken Ashi system based on RSI calculations . The system is a free open source script originally published on TradingView by JayRogers . We have taken the liberty of converting the pine script to Mq4 indicator . We have also added a new feature which enables to filter signals and reduces noise on the arrow signals. Background HEIKEN ASHI Th
FREE
С этим продуктом покупают
M1 SNIPER — это простая в использовании торговая система. Это стрелочный индикатор, разработанный для тайм фрейма M1. Индикатор можно использовать как отдельную систему для скальпинга на тайм фрейме M1, а также как часть вашей существующей торговой системы. Хотя эта торговая система была разработана специально для торговли на M1, ее можно использовать и с другими тайм фреймами. Первоначально я разработал этот метод для торговли XAUUSD и BTCUSD. Но я считаю этот метод полезным и для торговли на д
Neuro Poseidon - новый индикатор от Дарьи Резуевой. Он сочетает точные торговые сигналы с адаптивными уровнями TP/SL , в результате создавая максимально выгодные сделки! TO SWITCH TO   ENG   PLEASE CHOOSE IT IN THE UPPER-RIGHT CORNER OF THE WEBSITE Напишите мне после покупки и получите Neuro Poseidon Assistant в подарок для автоматизации вашей торговли! Что отличает его от других индикаторов? 1. Доказанная прибыльность на всех активах и таймфреймах 2. На графике присутствуют только подтвержденн
DayTrader PRO DayTrader PRO — это передовой торговый индикатор, сочетающий фильтр Лагерра (Laguerre Filter) Джона Элерса с мощным движком автоматической оптимизации. Вместо использования фиксированных параметров индикатор автоматически подбирает оптимальные настройки на основе недавних рыночных условий, что позволяет адаптироваться к изменяющейся волатильности без необходимости ручной корректировки. Индикатор генерирует четкие сигналы на ПОКУПКУ и ПРОДАЖУ, а также адаптивные уровни Stop Loss и T
Gann Made Easy - это профессиональная, но при этом очень простая в применении Форекс система, основанная на лучших принципах торговли по методам господина У.Д. Ганна. Индикатор дает точные BUY/SELL сигналы, включающие в себя уровни Stop Loss и Take Profit. ПОЖАЛУЙСТА, СВЯЖИТЕСЬ СО МНОЙ ПОСЛЕ ПОКУПКИ, ЧТОБЫ ПОЛУЧИТЬ ТОРГОВЫЕ ИНСТРУКЦИИ И ОТЛИЧНЫЕ ДОПОЛНИТЕЛЬНЫЕ ИНДИКАТОРЫ БЕСПЛАТНО! Вероятно вы уже не раз слышали о торговли по методам Ганна. Как правило теория Ганна отпугивает от себя не только н
Zoryk Gold mt4
Reda El Koutbane
5 (1)
Скидка заканчивается через 24 часа — следующая цена $ 69 ограниченное количество копий по стартовой цене ZORYK — продвинутая сигнальная система для XAUUSD в MetaTrader 4 Вам знакомо это чувство. Вы анализируете золото, ждёте вход и наконец открываете сделку. Цена сразу начинает двигаться против вас. Вы закрываете позицию слишком рано, переносите Stop Loss или сомневаетесь несколько секунд. А затем рынок без вас достигает именно той цели, которую вы ожидали с самого начала. Проблема не всегд
В настоящее время скидка 30%! Лучшее решение для новичка или трейдера-эксперта! Эта приборная панель работает на 28 валютных парах. Он основан на 2 наших основных индикаторах (Advanced Currency Strength 28 и Advanced Currency Impulse). Он дает отличный обзор всего рынка Forex. Он показывает значения Advanced Currency Strength, скорость движения валюты и сигналы для 28 пар Forex на всех (9) таймфреймах. Представьте, как улучшится ваша торговля, когда вы сможете наблюдать за всем рынком с помощ
SR Liquidity — это торговый индикатор, предназначенный для выявления скрытых зон, где концентрируется рыночная ликвидность и наблюдается наиболее сильная реакция цены. Эти особые зоны ликвидности выступают в качестве мощных уровней поддержки и сопротивления, предоставляя вам четкую картину того, где с наибольшей вероятностью произойдет разворот рынка. Вместо построения стандартных линий поддержки и сопротивления, индикатор SR Liquidity анализирует реальное поведение цены, выявляя зоны концентрац
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 4. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status,
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Atomic Analyst сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Atomic Analyst отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Atomic Analyst в автоматические сделки. Atomic Analyst — это индикатор Price Action без перерисовки, без перерисовывания истории и без
PRO Renko System - это высокоточная система торговли на графиках RENKO. Система универсальна. Данная торговая система может применяться к различным торговым инструментам. Система эффективно нейтрализует так называемый рыночный шум, открывая доступ к точным разворотным сигналам. Индикатор прост в использовании и имеет лишь один параметр, отвечающий за генерацию сигналов. Вы легко можете адаптировать алгоритм к интересующему вас торговому инструменту и размеру ренко бара. Всем покупателям с удовол
Scalper Inside PRO помогает анализировать внутридневной тренд и планировать сделку до входа в рынок. В основе - три эксклюзивные стратегии для более точного понимания рынка. В момент появления сигнала индикатор автоматически оценивает направление движения и рассчитывает ключевые уровни, поэтому вы заранее видите точку потенциального входа, ожидаемый стоп-лосс и несколько уровней фиксации прибыли. Подробная статистика результативности показывает, как разные инструменты и стратегии отрабатывали на
Presenting one-of-a-kind Gann Indicator for XAUUSD IQ Gold Gann Levels is a non-repainting, precision tool designed exclusively for XAUUSD intraday trading. It uses W.D. Gann’s square root method to plot real-time support and resistance levels, helping traders spot high-probability entries with confidence and clarity. William Delbert Gann (W.D. Gann) was an exceptional market analyst whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient calculation
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Специальное предложение – скидка 30% Этот индикатор является уникальным, качественным и доступным инструментом для торговли, включающим в себя наши собственные разработки и новую формулу. В обновленной версии появилась возможность отображать зоны двух таймфреймов. Это означает, что вам будут доступны зоны не только на старшем ТФ, а сразу с двух таймфреймов - таймфрейма графика и старшего: отображение вложенных зон. Обновление обязательно понравится всем трейдерам, торгующим по зонам спроса и пре
Forex Breath System — это торговая система, основанная на принципе торговли по тренду, которую можно использовать на любом рынке. Вы можете использовать эту систему с валютами, металлами, сырьевыми товарами, индексами, криптовалютой и даже акциями. Индикатор также можно использовать с любым тайм фреймом. Система универсальна. Он показывает тренд и подает сигналы по тренду. Индикатор может давать вам особый тип оповещений, когда сигналы появляются в направлении тренда, что упрощает торговлю. Инди
KT Renko Patterns MT4
KEENBASE SOFTWARE SOLUTIONS
2.33 (3)
KT Renko Patterns распознает восемь формаций на уже открытом живом графике Ренко и отображает прямо на графике структуру паттерна, ориентир для стоп-лосса и уровни целей Фибоначчи. Сначала подготовьте график Ренко. MetaTrader по умолчанию не создает графики Ренко. Откройте живой график Ренко с помощью выбранного вами генератора, а затем добавьте на него этот индикатор. Индикатор анализирует кирпичи Ренко. Он не строит сами кирпичи и не открывает сделки. По мере появления новых кирпичей индикатор
KURAMA GOLD SIGNAL PRO (MT4) — 7-уровневый фильтр · Автоматический TP/SL · Оценка качества · Сохранение истории сигналов | Полная торговая система для XAUUSD Без перерисовки в реальном времени. В момент появления сигнала стрелка, вход, TP и SL фиксируются на месте и больше никогда не смещаются. Вы торгуете именно этот сигнал в реальном времени. А в версии 7.20 каждый фактически отправленный сигнал автоматически сохраняется и точно восстанавливается после перезапуска. БОНУС ДЛ
Angle Iindicator - индикатор для определения смены направлений и подтверждения тренда. Анализирует поведение цены и выявляет разворотные моменты, определяя вершины и впадины на графике. Проводит поддержку трендовых направлений. Подходит для использования на любых финансовых инструментах и тайм-фреймах. Внутренние параметры уже настроены, все что нужно сделать это поместить индикатор на график и установить параметр "Multiplier" для нужного результата. Индикатор генерирует стрелки на текущей с
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
IQ FX Gann Levels a precision trading indicator based on W.D. Gann’s square root methods . It plots real-time, non-repainting support and resistance levels to help traders confidently spot intraday and scalping opportunities with high accuracy. William Delbert Gann (W.D. Gann) was an exceptional market analyst, whose trading technique was based on a complex blend of mathematics, geometry, astrology, and ancient mathematics which proved to be extremely accurate. Setup & Guide:  Download  MT5 Ver
Price Action Sniper is designed to trade the Price Action on the desired chart time frame. - Trend Reversals. - Trend Continuation. - Brekaouts. - Good tool for Binary Options Price action forms the basis for all technical analysis of a currency pair, commodity or other asset chart. Many short-term traders rely exclusively on price action and the formations and trends extrapolated from it to make trading decisions. Technical analysis as a practice is a derivative of price action since it uses p
Этот продукт был обновлен для рынка 2026 года и оптимизирован для последних сборок MT5. УВЕДОМЛЕНИЕ ОБ ИЗМЕНЕНИИ ЦЕНЫ: Smart Trend Trading System сейчас доступен за $99 . Цена увеличится до $199 после следующих 30 покупок . СПЕЦИАЛЬНОЕ ПРЕДЛОЖЕНИЕ: После покупки Smart Trend Trading System отправьте мне личное сообщение, чтобы получить Smart Universal EA БЕСПЛАТНО и превратить сигналы Smart Trend в автоматические сделки. Smart Trend Trading System — это полноценная торговая система без перерисов
Finesia Scalper - High Probability & Non-Repainting System Discounted   Price   !!     Secure the Lowest Price Today. Next The price will increase to   250 USD . Are you looking for a powerful, high-probability trading indicator that removes the guesswork from your chart? Finesia Scalper is a professional-grade, 100% non-repainting trading tool designed to provide you with ultimate precision. Built on a proven algorithm, this indicator seamlessly combines three highly effective trading methodolo
Этот индикатор исследует ценовую структуру фракталов разных периодов, чтобы определить возможные точки разворота на рынке, предоставляя время позиционным трейдерам, которые уже имеют фундаментальную или техническую модель оценки. В отличие от своего младшего брата, Reversal Fractals , этот индикатор не пропустит развороты из-за выбранного периода и будет находить разворотные фракталы зигзагообразно, игнорируя те развороты, которые не несут достаточного импульса для начала устойчивого движения ц
Друзья, представляем Вашему вниманию наш новый индикатор Forex Gump Laser. Так как у нас в команде нет дизайнеров, а в основном мы математики, финансисты, программисты и трейдеры, то особых изменений в дизайне индикатора мы не делали. С виду он напоминает привычный Вам Forex Gump. С другой стороны Forex Gump стал уже не просто названием индикатора, это бренд. И мы пытаемся во всех его разновидностях сохранить фирменный стиль. Вся суть индикатора в его алгоритмах работы и формулах, которые отвеча
Этот индикатор отслеживает рыночную тенденцию с непревзойденной надежностью, игнорируя внезапные колебания и рыночный шум. Он был спроектирован для трендовых внутридневных графиков и небольших таймфреймов. Коэффициент выигрыша составляет около 85%. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Удивительно легко торговать Найти ситуации перепроданности / перекупленности Наслаждайтесь бесшумной торговлей в любое время Избегайте провалов на вн
TREND LINES PRO помогает понять, где рынок действительно меняет направление. Индикатор показывает реальные развороты тренда и места, где крупные участники входят повторно. Вы видите BOS-линии смены тренда и ключевые уровни старших таймфреймов — без сложных настроек и лишнего шума. Сигналы не перерисовываются и остаются на графике после закрытия бара. VERSION MT 5     -     Раскрывает свой максимальный потенциал в связке с индикатором  RFI LEVELS PRO Что показывает индикатор: Реальные смены   тр
Money Flow Profile MT5 HERE   Here   our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis This Master Edition is engineered for clarity and speed, featuring a unique Auto-Theme Sync system that instantly beautifies your chart layout upon loading. Key Features: True Money Flow Calculation: Goes beyond stand
Super Signal – Skyblade Edition Профессиональная система трендовых сигналов без перерисовки и без задержек с исключительным процентом выигрышей | Для MT4 / MT5 Лучше всего работает на младших таймфреймах, таких как 1 минута, 5 минут и 15 минут. Основные характеристики: Super Signal – Skyblade Edition — это интеллектуальная система сигналов, специально разработанная для трендовой торговли. Она использует многоуровневую фильтрацию, чтобы выявлять только сильные направленные движения, подкреплённ
Индикатор точно показывает точки разворота и зоны возврата цены, где входят крупные игроки . Вы видите, где формируется новый тренд, и принимаете решения с максимальной точностью, держа контроль над каждой сделкой. VERSION MT5     -     Раскрывает свой максимальный потенциал в связке с индикатором  TREND LINES PRO Что показывает индикатор: Разворотные конструкции и разворотные уровни с активацией в начале нового тренда. Отображение уровней  TAKE PROFIT  и  STOP LOSS  с минимальным соотношением
Dynamic Forex28 Navigator — инструмент для торговли на рынке Форекс нового поколения. В НАСТОЯЩЕЕ ВРЕМЯ СКИДКА 49%. Dynamic Forex28 Navigator — это эволюция наших популярных индикаторов, объединяющая мощь трех в одном: Advanced Currency Strength28 Indicator (695 отзывов) + Advanced Currency IMPULSE with ALERT (520 отзывов) + CS28 Combo Signals (бонус). Подробности об индикаторе https://www.mql5.com/en/blogs/post/758844 Что предлагает индикатор Strength нового поколения?  Все, что вам нравило
Другие продукты этого автора
================================================================  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
## 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. DSearch  448
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
FREE for the First 100 Users   IFVG Signals Indicator  (ICTIFVGmq4_en.mq4)  Platform: MetaTrader 4 Signal  : IFVG Buy / IFVG Sell arrows on the main chart Zone    : Horizontal rectangle drawn at the confirmed IFVG zone IFVG Sing  Guide is Here  -------------------------------------------------------------------------------- WHAT IS AN IFVG? -------------------------------------------------------------------------------- FVG  (Fair Value Gap)  : A 3-bar price gap where Bar[t+2] and Bar[t] do N
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 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
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
## 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
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
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. IFVG 448 Scanner Guide is Here    BUY  signal : Bear FVG is broken upward   → price likely to rise   SELL signal : Bull FVG is broken downward → price likely to
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
Фильтр:
Нет отзывов
Ответ на отзыв