Racing Game 3D

# Racing Game 3D - Candlestick-Driven 3D Racing Game 🎮🏎️

`Racing_Game_3D` is an innovative 3D racing game script running inside the MetaTrader 5 (MT5) platform. the game's core highlights include **generating highly winding 3D tracks from the real-time candlestick data (OHLC) of the current chart**, rendering with native DirectX 3D APIs, implementing interactive item boxes, and racing head-to-head against 5 CPU opponents.

---

## 🌟 Key Concepts & Features

1. **K-Line Driven 3D Winding Track**
   * The script queries historical candlesticks from the active symbol (skipping the uncompleted newest bar).
   * The body size of each candlestick (Close - Open) determines the lateral curve offset of that road segment. **The more volatile the market, the twistier and more challenging the race track becomes**.
   * A built-in centering pull calculation creates dynamic slalom-style curves while preventing the track from drifting away infinitely.

2. **Native DirectX Rendering Engine**
   * Operates via MetaTrader 5's internal `DXContext` interface, combined with a custom vertex shader (`Shaders/vertex.hlsl`) and pixel shader (`Shaders/pixel.hlsl`) for GPU-accelerated 3D projection.
   * Feeds the pixel shader with a `PSInputBuffer` struct, conveying resolution, time, player coordinates, 5 AI competitor coordinates, local track curvature arrays, active item boxes, and flying projectiles.

3. **Power-Ups & Combat System**
   * Item boxes are distributed every 30 meters along the road, containing three distinct abilities:
     * 🟦 **Blue Box (Speed Boost)**: Grants nitro acceleration, significantly boosting top speed for 3.0 seconds.
     * 🟥 **Red Box (Trap)**: Triggers a spin-out trap, slowing down the car to 2 km/h and disabling steering for 1.5 seconds.
     * 🟨 **Yellow Box (Flame Shot)**: Awards a fireball. Press **[SHIFT]** to fire it forward.
   * Fireballs follow the curved track lines. Colliding with a vehicle disables them for 1.5 seconds.

4. **Intelligent AI Competitors**
   * Race against 5 computer-controlled CPU cars.
   * AI vehicles possess different baseline speeds, shift lanes to dodge obstacles, seek blue speed boxes, and fire fireballs when they get close behind the player or other opponents.

5. **Realistic Physics & Visual Polish**
   * **3D Yaw Angle**: Computes real-time tilt/yaw angle of the cars based on steering velocity, delivering immersive steering animations.
   * **Wall Collisions & friction**: Staying outside the track boundaries (`ROAD_HALF_WIDTH` = 6.0m) slows down the vehicle. Colliding with other racers slows down the car and triggers push-back physics.
   * **Translucent HUD Backdrop**: Ensures HUD texts are readable against bright skies or green grass fields.

---

## 🕹️ Controls Guide

* **↑**: Accelerate.
* **↓**: Decelerate / Reverse.
* **←** and **→**: Steer left and right.
* **SHIFT**: Launch Fireball (Requires holding a yellow fireball power-up).
* **Enter**: Reset/Restart the race.
* **ESC**: Exit the game and restore the default chart view.

---

## 🛠️ Code Architecture

1. **`rates[]` Copy & Track Construction**
   * Copy candlestick data from index 1 using `CopyRates`.
   * Calculates `rates[i].close - rates[i].open` to define curvature offsets and saves them into the global `RoadOffsets[]` array.

2. **`PSInputBuffer` Shader Buffer**
   * Packs active render inputs (resolutions, absolute coordinates, AI vehicle vectors, 32 local road offsets, nearest box objects, projectile lists) and registers it to the pixel shader.

3. **`UpdateGame(double dt)` Physics Loop**
   * Manages speeds, cooldowns, natural deceleration, and drag.
   * Computes absolute 3D world coordinates for all cars.
   * Interpolates road centers with `GetRoadXCPU(z)` to enforce boundaries.
   * Runs projectile trajectories, hitboxes, and car-to-car collision logic.
   * Defines win/loss triggers based on the finish line (`FinishLineDistance`).

4. **Frame Rendering (`DXDrawIndexed` + Bitmaps)**
   * Flushes depth, increments shader timelines, and calls `DXDrawIndexed`.
   * Exports framebuffers to the CPU `image[]` array via `DXContextGetColors`.
   * Overlays HUD texts (race stats, speeds, timings, and item active durations) before updating the chart graphical object.

---

## ⚙️ Configuration Parameters

Adjust these inputs when launching the script:

* **InputKLineCount** (`Track Candlesticks`): Default `1000`. Sets the level's length.
* **CurveIntensity** (`Curvature Intensity`): Default `2.5`. Higher coefficients result in tighter and sharper corners.
* **SegmentLength** (`Segment Depth`): Default `10.0` meters. Represents the physical length of each candlestick segment in 3D space.

---

## 🚀 How to Run

1. Open MetaTrader 5.
2. Select your desired symbol and timeframe (e.g., GBPUSD, M15).
3. Browse the "Navigator" tree: **Scripts -> My_Scripts -> 3D动画 -> Racing_Game_3D**.
4. Double-click or drag `Racing_Game_3D` onto the chart.
5. Set parameters in the dialog window, then click "OK".
6. The trading chart will hide, and the race will start. Press **ESC** at any time to exit.

---


Рекомендуем также
Overtrading Stopper MT5 1. Overview Overtrading Stopper MT5 is a MetaTrader 5 utility EA that helps discretionary traders follow their own trading rules. You can set rules in advance, such as: how many times you may trade today, how many consecutive losses should make you stop, how many minutes to pause after a loss, and how to avoid entering several trades in rapid succession. When a configured limit or condition is reached, the EA displays the reason for the protection state on the chart. Depe
King Trade Copier
Mohammed Maher Al-sayed Mohammed Ahmed Saleh
KingCopier – Lightning-Fast Local Trade Copier for MetaTrader (Master + Slave) KingCopier is a professional local trade copier that mirrors every trading action from one Master account to unlimited Slave accounts on the same PC or VPS — with an internal copy latency of just a few milliseconds. It was built by a real trader for daily real-money use, with one goal: whatever happens on the Master must happen on the Slave, instantly and without exceptions. Watch the demo video to see the real cop
Уникальный индикатор, реализующий профессиональный и количественный подход к торговле на возврате к среднему. Он использует тот факт, что цена отклоняется и возвращается к среднему предсказуемым и измеримым образом, что позволяет использовать четкие правила входа и выхода, которые значительно превосходят неколичественные торговые стратегии. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Четкие торговые сигналы Удивительно легко торговать Настраиваемые цвета и разме
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button,   saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. Please check for yourself if it is usable. Please check it out for yourself. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at you
Risk Ruler
AL MOOSAWI ABDULLAH JAFFER BAQER
Risk Ruler Plan every trade with precision before you enter the market. Risk Ruler is a professional on-chart position sizing and risk management tool for MetaTrader that helps traders calculate the optimal trade size based on their predefined risk. By simply dragging the Entry, Stop Loss, and Take Profit lines directly on the chart, all essential trading calculations update instantly, allowing you to make informed decisions before placing a trade. Designed for both manual and professional trade
Modern Dark Chart Theme for MT5 Upgrade your MetaTrader 5 chart into a clean, dark, professional trading workspace. Your chart is your trading office. It is where you analyze the market, test Expert Advisors, review setups, record videos, share screenshots, and make trading decisions. If your MT5 chart looks old, bright, noisy, or unprofessional, your trading environment can feel distracted before you even start your analysis. Modern Dark Chart Theme for MT5 helps you create a cleaner, darker,
FREE
Easy Trade Copy (Client / Receiver) The easiest and most reliable way to copy trades to your account without missing a beat. If you want to copy trades from a master account to your own account, you need a tool you can trust. Most copiers glitch, miss trades, or accidentally open duplicates when your internet drops or your computer restarts. The Easy Trade Copy is built differently. It is a "smart" copier that double-checks every single trade to make sure your account perfectly matches the mast
Советник Auto Trade Copier предназначен для копирования сделок на нескольких счетах/терминалах MetaTrader 4/MetaTrader 5 со 100% точностью. С помощью этого инструмента вы можете выступать как в роли поставщика (источник), так и получателя (назначение). Все торговые действия будут скопированы от поставщика к получателю без задержки. Ссылки: Если копирование производится через Интернет, посмотрите продукт Trade Copier Pro MT5 по ссылке: https://www.mql5.com/ru/market/product/5531 Если копирование
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
TradeGuard Capital Protection Professional Risk, Exposure & Trade Manager for MetaTrader 5 This utility acts as a professional insurance system for your trading account. TradeGuard Capital Protection is a professional-grade risk & money management utility designed to protect your trading account from excessive losses, emotional trading, and uncontrolled exposure. This tool does NOT open trades . It strictly manages risk, drawdown, exposure, and safety protections . Perfect for manual traders, EA
Russian Описание преимуществ (без упоминания кода) 1. Детальное разделение рыночных условий (3 измерения) В отличие от большинства инструментов, показывающих только «Вверх» или «Вниз», этот индикатор выделяет «Боковой тренд» (Sideways) . Трейдер видит: Победу покупателей (Быки). Победу продавцов (Медведи). Главное: Когда рынок находится во флэте, что снижает риск ошибок. 2. Измерение силы тренда (Осциллятор 0-100) Приводит волатильность к диапазону 0-100: Экстремальные зоны: Уровни перекупленнос
Индикатор WPRV2 представляет собой усовершенствованную версию классического технического инструмента — Индекса процентного диапазона Вильямса (%R). Этот индикатор используется преимущественно на финансовых рынках (фондовых биржах, Форексе и криптовалютных площадках) для анализа рыночных тенденций и выявления оптимальных точек входа и выхода из сделок. Назначение индикатора Основная цель индикатора WPRV2 заключается в измерении текущего уровня цен относительно недавнего максимума и минимума. Он п
Ultimate Pro Trading Panel — All-In-One Manual & Grid Trading Dashboard Pro Trading Panel   is an all-in-one on-chart control panel that gives discretionary and semi-automated traders a complete toolkit for entries, exits, risk management, and grid trading — without leaving the chart. Every function is visual, draggable, and updates in real time. If you want to test this utility feel free to download the basic preview version of this tool here:  https://www.mql5.com/en/market/product/181435 Who
CoPilot dashboard MT5
Frederic Jacques Collomb
CoPilot — Торговая панель дня Знайте свои цифры. Торгуйте с ясностью. MT4 версия Что такое CoPilot? CoPilot — это торговый помощник профессионального уровня , который отображает в режиме реального времени всю статистику дневной производительности прямо на графике — с живой кривой эквити , обновляемой сделка за сделкой. Разработан для активных трейдеров, которым нужна мгновенная видимость торговой сессии без переключения вкладок. CoPilot агрегирует каждую закрытую сделку дня по всем инструментам
Устанавливайте TP и SL по Цене – Автоматический модификатор ордеров для MT5 Автоматически устанавливает точные уровни TP и SL по цене сделки ️ Работает со всеми парами и советниками, фильтрация по символу или Magic Number Этот советник позволяет задавать точные уровни Take Profit (TP) и Stop Loss (SL) по ценовым значениям (например, 1.12345 на EURUSD). Без пунктов, без пипсов. Только точное и чистое управление сделками для всех ордеров или по выбранному символу или Magic Number. Основны
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
RBreaker Gold Indicators — это краткосрочная внутридневная торговая стратегия для фьючерсов на золото, которая сочетает в себе два подхода: трендовое следование и внутридневные развороты. Она позволяет не только получать прибыль при трендовом движении, но и своевременно фиксировать прибыль при развороте рынка, открывая позиции в новом направлении. Данная стратегия на протяжении 15 лет подряд входила в десятку самых прибыльных торговых стратегий по версии американского журнала Futures Truth. Она
Arrow Micro Scalper - индикатор предназначенный для скальпинга и краткосрочного трейдинга, интегрируется к любому графику и финансовому инструменту(Валюты, крипта, акции, металлы). В своей работе использует волновой анализ и фильтр трендового направления. Рекомендуется использовать на Тайм-фреймах от M1 до H4. Как работать с индикатором. Индикатор содержит 2 внешних параметра для изменения настроек, остальные уже настроены по умолчанию. Большие стрелки означают о смене направлений тренда,  син
BeansAssist
Ivanvielle Bonifacio Dupaya
BeansAssist *Major update 3.00 released. Kindly update your copy of BeansAssist Gives you fruitful information of the price of the symbol that you are trading. Improve your trades simply by following the suggestion that it gives you. Tracks deal stats daily so you keep track of your performance. Don't let emotions take control, be a better and profitable trader with BeansAssist to guide you. *Note: This utility is not for free 
ABQ Visual Risk Sizer
Cristian David Castillo Arrieta
ABQ Visual Risk Sizer - Институциональный риск и исполнение сделок Категория: Утилиты / Управление рисками Ручной расчет лота стоит времени и денег. В современном трейдинге, особенно при работе с проп-компаниями (Prop Firms), ошибка в расчете лота или задержка в 5 секунд при открытии ордера может привести к нарушению правила дневной просадки (Daily Drawdown) или потере идеальной цены входа. ABQ Visual Risk Sizer — это инструмент институционального уровня, разработанный для окончательного решения
Сopier master RAlabs (приемник) и Сopier provider RAlabs (источник сигналов) —с истема локального копирования сделок между терминалами MetaTrader на одном ПК/VPS. Состоит из двух продуктов: Provider (источник сигналов) и Master (приёмник-копировщик с панелью управления). Provider ставится на счёт-донор (чьи сделки копируем) — он публикует сделки. Master ставится на счёт-получатель — он читает доноров и открывает копии, на нём находится вся панель настроек копирования. Копирование локальное (чере
Наш индикатор   Basic Support and Resistance   - это решение, необходимое для повышения технического анализа.Этот индикатор позволяет вам проектировать уровни поддержки и сопротивления на диаграмме/ версия MT4 Особенности Интеграция уровней Fibonacci: с возможностью отображения уровней Fibonacci наряду с уровнями поддержки и сопротивления, наш показатель дает вам еще более глубокое представление о поведении рынка и возможных областях обращения. Оптимизация производительности: При возможности о
AlgoDevMT5 Trade Manager Pro AlgoDevMT5 Trade Manager Pro is a professional trade management and risk control utility for MetaTrader 5. Designed for discretionary traders and funded account traders, this utility helps traders plan trades visually, calculate position size instantly, and manage risk with precision. Trade Manager Pro does not generate trading signals, open trades automatically, or provide investment advice. It is a trader-assistance utility designed to improve consistency and risk
Manus Pro
Itumeleng Mohlouwa Kgotso Tladi
MANUS PRO EA The Trading Revolution You've Been Waiting For Are you TIRED of watching other traders make consistent profits while your account bleeds red?   The financial markets don't wait for anyone – and neither should you. MANUS PRO isn't just another Expert Advisor... it's your   TICKET TO FINANCIAL FREEDOM . Why MANUS PRO is Different (And Why Everyone's Talking About It) FOR BEGINNERS: Your Trading Mentor That Never Sleeps Zero Learning Curve   – Install, activate, and watch it wo
Lock Bot
Artem Alekseev
Утилита предназначена для автоматической поддержки "локирующей" позиции и повторного её открытия при необходимости, что подходит для стратегий сопровождения и защиты позиции. Простая утилита (далее бот), который реализует стратегию локирования с бесконечным перезапуском локирующей сделки. Принцип работы бота: - при запуске необходимо выбрать ордер на buy или sell с заданным TP - задать параметр SL локирующей сделки - бот следит за расстоянием между ценой открытия первой сделки и текущей. Если ра
This is my first ExpertAdvisor, but it came along with more than 7 years in experience trading Forex , Crypto and Index.                                                                                SHEERAN: The Advanced Multi-Timeframe EA for Dynamic and Adaptive Trading   EA SHEERAN, is designed for traders who demand precision, flexibility, and reliability across multiple timeframes. Whether you’re targeting short-term gains on the M30 chart or looking for sustained moves on the H4, this E
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copier — это профессиональная утилита, предназначенная для копирования и синхронизации сделок между торговыми счетами. Копирование происходит от счета/терминала поставщика к счету/терминалу получателя, которые установлены на одном компьютере или vps. АКЦИЯ - Если вы уже приобрели "Trade copier MT5", вы можете получить "Trade copier MT4" бесплатно (для копирования MT4 > MT5 и MT4 < MT5). Для получения более подробной информации об условиях, пожалуйста, свяжитесь с нами через личные сообщени
С этим продуктом покупают
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Дополнительные материалы и инструкции Инструкция по установке - Инструкция к приложению - Пробная версия приложения для демо счета Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характеристики пе
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (143)
Опыт экстремально быстрого копирования сделок с помощью Local Trade Copier EA MT5 . Благодаря простой установке в течение 1 минуты этот копировщик сделок позволяет вам копировать сделки между несколькими терминалами MetaTrader на одном компьютере с Windows или на Windows VPS с крайне быстрыми скоростями копирования менее 0.5 секунды. Независимо от того, новичок вы или профессиональный трейдер, Local Trade Copier EA MT5 предлагает широкий спектр опций, чтобы настроить его под ваши конкретные по
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 торговых функций для ручной торговли и позволяет автоматизировать большинство торговых операций. Перед покупкой вы можете протестировать демоверсию на демо-счете. Скачать пробную версию приложения для демонстрационного аккаунта: https://www.mql5.com/ru/blogs/post/750864 . Полная инструкция здесь . Торговля. Позволяет совершать торговые операции в один клик: Открыть отложенные ордера и позиции с автоматическим р
Бета-версия Telegram to MT5 Signal Trader почти готов к официальному альфа-релизу. Некоторые функции все еще находятся в разработке, и вы можете столкнуться с небольшими ошибками. Если вы заметите проблемы, пожалуйста, сообщите о них, ваша обратная связь помогает улучшать программное обеспечение для всех. Telegram to MT5 Signal Trader — мощный инструмент, который автоматически копирует торговые сигналы из каналов и групп Telegram прямо в ваш счёт MetaTrader 5 . Поддерживаются как публичные, так
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Power Candles Strategy Scanner — самооптимизирующийся инструмент для поиска настроек по нескольким инструментам Power Candles Strategy Scanner использует тот же самооптимизирующийся движок, что и индикатор Power Candles — для всех символов в вашем Market Watch, одновременно. На одной панели отображается информация о том, какие символы в данный момент являются статистически торгуемыми, какая стратегия выигрывает на каждом из них, оптимальная пара Stop Loss / Take Profit, а также отправляется увед
Telegram to MT5 Multi-Channel Copier автоматически копирует торговые сигналы из ваших Telegram-каналов напрямую в MetaTrader 5. Никаких ботов, никаких браузерных расширений, никакого ручного копирования. Вы получаете сигнал в Telegram, и советник открывает сделку на вашем терминале за несколько секунд. Продукт включает два компонента: приложение для Windows, которое слушает ваши Telegram-каналы, и этот советник, который исполняет сигналы на терминале MT5. Также доступна версия для MT4. Руководст
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Профессиональный копировщик сделок для MetaTrader 5 Быстрый, профессиональный и надежный копировщик сделок для MetaTrader . COPYLOT позволяет копировать сделки Forex между терминалами MT4 и MT5 с поддержкой счетов Hedge и Netting . Версия COPYLOT для MT5 поддерживает: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Версия MT4 Полное описание + DEMO + PDF Как купить Как установить Как получить файлы жур
YuClusters
Yury Kulikov
4.93 (43)
Внимание: Ознакомиться с работой программы можно с помощью бесплатной версии  YuClusters DEMO . YuClusters это профессиональная система анализа рынка. Для трейдера открываются уникальные возможности анализа потока ордеров, объемов торговли, движения цены используя различные графики, профили, индикаторы, графические объекты. YuClusters оперирует данными на основе ленты сделок или тиковой информации, в зависимости от того, что доступно в котировках финансового инструмента.  YuClusters позволяет с
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
Trade Manager, который поможет вам быстро входить и выходить из сделок, автоматически рассчитывая риск. Включает функции, которые помогут предотвратить чрезмерную торговлю, торговлю из мести и эмоциональную торговлю. Сделками можно управлять автоматически, а показатели эффективности счета можно визуализировать в виде графика. Эти функции делают эту панель идеальной для всех трейдеров, занимающихся ручной торговлей, и помогают улучшить платформу MetaTrader 5. Многоязычная поддержка. Версия для МТ
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
Anchor Trade Manager
Kalinskie Gilliam
5 (6)
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account, including daily loss protection built for prop firm rules. Attach Anchor to any chart. Type your EA names and magic numbers in one line. Click OK. Anchor begins coordinating immediately. Built for portfolios. Built for prop firms. Built for discipline. The Problem Running multiple EAs on the same acc
Trade Dashboard MT5
Fatemeh Ameri
4.95 (131)
Trade Dashboard simplifies how you open, manage, and control your trades, with built-in lot size calculation. It allows you to execute trades, manage risk, and control positions directly on the chart, with tools such as partial close, breakeven, and trailing stop. Designed to reduce manual work and help you stay focused on your trading decisions. A demo version is available for testing. Detailed explanations of features are provided within the MQL5 platform. Installation instructions are include
Unlimited Trade Copier Pro - это мощный инструмент для удаленного копирования сделок между несколькими счетами MetaTrader 4/MetaTrader 5, расположенными удаленно друг от друга, по сети интернет. Это идеальное решение для провайдеров сигналов, которые хотят поделиться своей торговлей с другими трейдерами по всему миру. Один поставщик может копировать сделки на неограниченное количество счетов-получателей, а один получатель также может копировать сделки неограниченного количества провайдеров. Пост
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – Всё-в-одном для умного и простого трейдинга Обзор Представьте, что вы можете просканировать весь рынок — Форекс, золото, криптовалюты, индексы и даже акции — всего за несколько секунд, без ручного просмотра графиков, сложной установки или настройки индикаторов. EASY Insight AIO — это ваш идеальный инструмент экспорта для трейдинга с поддержкой искусственного интеллекта. Он предоставляет полный снимок рынка в одном аккуратном CSV-файле — готовом к мгновенному анализу в ChatGP
ВРЕМЕННАЯ СКИДКА  -40% ! Всего  $470 вместо $790!  Максимальный реальный дисконт! ТОЛЬКО ДО 22.08 Суть: используя юзер-интерфейс вы настраиваете параметры, которым должен соответствовать график до входа в позицию(позиции), настраиваете какие входные модели использовать, настраиваете правила по которым надо завершать торговлю и планирование. А всю рутину по наблюдению за графиком и исполнению Lazy Trader берет на себя. полное описание  :: 3 ключевых видео [1] -> [2] -> [3]  :: [ ДЕМО-ВЕРСИЯ ] Чт
Quant AI Agents
Ho Tuan Thang
5 (1)
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating un
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart - уникальный инструмент для создания секундных графиков в MetaTrader 5 . С помощью Seconds Chart вы можете построить график с таймфреймом, заданным в секундах, получая идеальную гибкость и точность анализа, недоступную на стандартных минутных или часовых графиках. Например, таймфрейм S15 обозначает график со свечами продолжительностью 15 секунд. Вы можете использовать любые индикаторы и советники с поддержкой пользовательских символов. Работать с ними так же удобно, как и на станда
EA Auditor
Stephen J Martret
5 (4)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts is an all-in-one trading utility for professional traders. It combines custom chart types such as Seconds Charts and Renko with advanced order flow analysis using Footprints , Clusters , Volume Profiles , VWAP studies, and anchored analysis tools for deeper market insight. Trading and position management are handled directly from the chart through an integrated trade management panel , while Market Replay and Virtual Accounts provide environments for practicing trading skills and
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
Торговая панель для MetaTrader 5 — профессиональная торговля в один клик с графика и клавиатуры Мощная торговая панель для активного ручного трейдинга, которая позволяет открывать, сопровождать и закрывать сделки значительно быстрее и удобнее, чем стандартными средствами MetaTrader. Панель создана для тех, кто хочет получить полный контроль над позициями, ордерами, прибылью и торговыми сценариями в одном рабочем пространстве. Это не просто вспомогательная утилита. Это полноценный торговый интер
The News Filter MT5
Leolouiski Gan
4.78 (23)
Этот продукт фильтрует всех экспертных советников и ручные графики во время новостей, так что вам не нужно беспокоиться о внезапных скачках цены, которые могут разрушить ваши ручные торговые настройки или сделки, введенные другими экспертными советниками. Этот продукт также поставляется с полной системой управления ордерами, которая может обрабатывать ваши открытые позиции и ордера на ожидание перед выпуском новостей. После покупки   The News Filter   вам больше не придется полагаться на встроен
Equity Protect Pro: Ваш эксперт по комплексной защите счетов для спокойной торговли Если вы ищете такие функции, как защита счета, защита капитала, защита портфеля, защита мультистратегий, защита прибыли, сбор прибыли, безопасность торговли, программы контроля рисков, автоматический контроль рисков, автоматическая ликвидация, условная ликвидация, запланированная ликвидация, динамическая ликвидация, скользящий стоп-лосс, закрытие в один клик, ликвидация в один клик и восстановление в один клик,
EA Performance Tracker (AESTracker) A clean, modern dashboard that shows exactly how your trades and EAs are performing — right on your chart. It reads your full account history automatically and breaks down the numbers by magic number / strategy. Display only — it does not place any trades. What it shows - Account header: live Balance, Equity, and Open (floating) P/L - Profit summary: gross profit, net profit, and the exact commission & swap deducted - Key stats: win rate, profit factor, exp
Другие продукты этого автора
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
This product can be used to synchronize multiple Charts, and each Chart can be set to a different sync mode. With this product you can better view and manipulate charts: different time frames for a single Symbol, the same time frame for multiple Symbols... and more. PS: The link below is the FreeDemo product, you can use it on EURUSD/XUAUSD/USDCNH symbol: https://www.mql5.com/en/market/product/38557 Feature: Chart settings  can be synchronized, including : background, indentation, size, etc. M
Do you think it's a bit cumbersome when you need to switch symbols or timeframes with mouse click? 1. What is this? This is a program that can switch symbols and timeframes with direction keys. Fast switching, very convenient, no mouse click required. For traders, one symbol with multi-timeframe charts are usually added,  you can change symbol on those charts easily. For multi-currency traders, different symbol charts are usually added, you can also change those timeframes easily. I wrote this p
1. What is this         Rising volatility and falling volatility are not the same, whether it is academic research or actual testing has shown this point.         The original ATR indicator is calculated by putting up and down fluctuations together. This indicator is to calculate separately the upward volatility and the downward volatility, which can better help you study the market. 2. Indicator description          There are two modes for the calculation of this indicator, as shown in the fo
Have you ever take a long time to watch a Symbol when the network link is not good ? Have you ever wait for a long time when you switch chart between different Symbols or different TimeFrames ? If you do long-term backtesting , Have you ever to be downloaded datas for a long time ? Yes, If there is no data in the system, those will happen.  1. What is this: Download all the Symbol data in Market Watch to the system. PS: This is not outputting data to Files. This Link go to Demo version: https:/
This product can be used to synchronize multiple Charts, and each Chart can be set to a different sync mode. With this product you can better view and manipulate charts: different time frames for a single Symbol, the same time frame for multiple Symbols, system indicators for single/multiple Symbols... and more. Feature: Chart settings can be synchronized, including : background, indentation, size, etc. Multiple Chart window start times  or end times can be synchronized. Multiple Chart time fr
I see that many tools in the market deal with Position and Order in the form of operation panels. Which is loaded into a Chart in the form of an EA. However, once the operator panel EA is loaded, no other EAs can be loaded. So, I wrote the one-click operation of Position and Order as a script, so you can load other EAs and easily complete one-click operation of Trade. 1. What is this: This is a one-click script to close position order. Now you can close position tickets at high speed, for examp
I see that many tools in the market deal with Position and Order in the form of operation panels. Which is loaded into a Chart in the form of an EA. However, once the operator panel EA is loaded, no other EAs can be loaded. So, I wrote the one-click operation of Position and Order as a script, so you can load other EAs and easily complete one-click operation of Trade. 1. What is this: This is a one-click script to delete the pending order . Now you can delete pending tickets at high speed, for
Do you think it's a bit cumbersome when you need to switch symbols or timeframes with mouse click? 1. What is this? This is a program that can switch symbols and timeframes with direction keys. Fast switching, very convenient, no mouse click required. For traders, one symbol with multi-timeframe charts are usually added,  you can change symbol on those charts  easily . For multi-currency traders, different symbol charts are usually added, you can also change those timeframes easily. I wrote thi
According to trading experience: Some symbols are easy to reverse on certain days, such as Monday, or afternoon, and so on. So comparing the current price with the corresponding historical moment price is valuable. If the price coordinate system uses a logarithmic price, you will get a lot of valuable information. 1. What is this? This program can convert the symbol price and add it to your Chart. You can compare it with your major chart. The DEMO version Link: https://www.mql5.com/en/market/pr
What is this: Violent trading: means sending a large number of orders to your brokerage server,  it can conduct a stress test of the trading. In this program you can run a variety of trading tests.  Now you can trade at high speed, For example 1000 orders in an instant. The Demo version's link:  https://www.mql5.com/en/market/product/38431/ Why to use: Whether manual trading or EA trading,  the status of the broker server is very important. So it is beneficial to conduct a trading stress test on
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
1. Why did I develop this series of indicators I found that most traders need to use multiple time frame indicators. They usually switch time frame to see indicators. However, once the timeframe is switched, you cannot see the  corresponding relationship  between  the price in the smaller timeframe  and  the indicator in the larger timeframe . For example: if your price chart is in H1 timeframe, you can see H4, D1 and W1 indicators in H1 timeframe Chart. This is more helpful for you to find th
Фильтр:
Нет отзывов
Ответ на отзыв