Mario KLine Platformer

# Mario KLine Platformer - Side-scrolling Candlestick Platformer 🎮📊

`Mario KLine Platformer` is an incredibly creative side-scrolling platformer game for MetaTrader 5 (MT5). this script cleverly merges financial charts with classic Super Mario-style mechanics—**using the real-time candlestick data (OHLC) of the current chart as the level terrain**. Run, jump, and shoot fireballs across market trends in a unique "chart adventure"!

---

## 🌟 Key Concepts & Features

1. **Candlesticks as Playable Terrain (K-Line Terrain)**
   * Upon launch, the game fetches historical candlestick data (Open, High, Low, Close) from the active chart and translates it into grounds and cliffs.
   * Green bull candles and red bear candles form steps of various heights. The tops of the candle bodies serve as the walkable floor. Shadows and high-light borders add retro-style 3D aesthetics to the charts.
   * **Market Trends Dictate Difficulty**: A strong uptrend creates steep "mountains" to climb, while a severe downtrend forms deep "gorges" that require precise jumps to cross.

2. **Upgrades & Power-Up System**
   * Hitting the floating golden Question Blocks randomly spawns different power-ups:
     * 🍄 **Super Mushroom**: Enlarges Mario's sprite (up to 40 pixels taller) and upgrades the growth level (up to 5). Each level acts as a shield, absorbing one hit of damage.
     * 🔥 **Fire Flower**: Upgrades Mario's shooting capability up to level 5. Higher levels allow shooting more fireballs simultaneously (multi-directional spread), at faster speeds, and with reduced cooldown.
     * 🪙 **Coins**: Hits the coin blocks to bounce gold coins and immediately gain 200 points.

3. **Diverse Enemies & Mini-Boss Encounters**
   * **Goombas (Regular Enemies)**: Patrol between candlestick ledges, jump randomly, and shoot dark-purple energy bullets towards Mario.
   * **Mini-Bosses**: Spawn at parameter-defined intervals of candlesticks. Boasting 5 HP (with a health bar displayed above), golden crowns, and purple armor, they shoot a 3-way spread of projectiles.
   * **Combat Mechanics**: You can eliminate enemies by jumping on top of their heads (instantly kills Goombas, deals 1 damage to Bosses and triggers a high bounce) or by shooting them with fireballs.

4. **Advanced Movement Mechanics**
   * **Step Assist**: Mario automatically steps onto low candle edges, saving you from constant jumping.
   * **Wall Slide & Wall Jump**: When airborne next to a high wall, holding the direction key triggers a slow slide. Pressing the Jump key during a slide performs a Wall Jump off the wall in the opposite direction, allowing you to scale high walls easily.

5. **Built-in 2D Software Rasterizer**
   * The game requires no external GDI dependencies. It utilizes MQL5's raw pixel buffer arrays (`g_image[]`) to draw pixels and shapes (`FillRect`), which are updated inside an `OBJ_BITMAP_LABEL` resource.
   * Immersive background system: Gradient skies, a glowing sun, parallax scrolling clouds (0.3x speed) and far-mountains (0.5x speed), overlayed with trading grid lines.

---

## 🕹️ Controls Guide

* **←** and **→**: Move Mario left and right.
* **↑**: Jump. Press when sliding on a wall to trigger a "Wall Jump".
* **Ctrl (Control)**: Shoot fireballs (Requires Fire Flower level $\ge 1$).
* **Enter**: Restart/Reset the game.
* **ESC**: Exit the game and restore the normal chart view.

---

## 🛠️ Code Architecture

The codebase is clean and follows standard retro game loop designs:

1. **`BuildTerrain()` (Terrain Builder)**
   * Downloads current candlestick OHLC data (up to 10,000 bars) and maps price ranges to screen pixels (a typical candlestick occupies 32 horizontal pixels and roughly 110 vertical pixels).
   * Stores values into `g_highH`, `g_lowH`, `g_bodyTopH`, `g_bodyBotH` arrays.

2. **`SpawnEnemies()` & `SpawnBoxes()` (Scene Generators)**
   * Spawns enemies, bosses, and items based on mathematical distributions across the candlesticks.
   * Generates blocks at 110 pixels above the candle heights.

3. **`UpdateGame(double dt)` (Game State Tick)**
   * Computes player positions, gravity physics, collision with the terrain, and wall slide inputs.
   * Checks block-head-hits, updates power-up movements, and handles item collection.
   * Handles bullet movements, bullet-to-enemy damage, and enemy-to-player collisions.
   * Stage completion: If the player coordinates `g_px` reach the final candlestick, it triggers the victory state (+1,000 points and shows completion message).

4. **`RenderGame()` & `DrawMario()` (Pixel Rasterizer)**
   * Draws sky gradients, shifts parallax mountains and clouds relative to camera `g_camX`.
   * Loops through visible ranges to draw candlesticks, flags, blocks, particles, and health bars.
   * Renders the animated Mario sprite (alternating leg frames for walk cycle) and flashes the sprite during invincibility frames.

---

## ⚙️ Configuration Parameters

Adjust these settings when launching the script:

* **InpMaxBars** (`Candlesticks Count`): Default `1000`. Set the total length of the level (up to 10,000 bars).
* **InpBossBars** (`Boss Interval`): Default `100`. Defines how many candlesticks pass before a Mini-Boss spawns.

---

## 🚀 How to Run

1. Open MetaTrader 5.
2. Select your desired symbol and chart timeframe (e.g., EURUSD, H1).
3. In the "Navigator" window, browse to **Scripts -> My_Scripts -> 3D动画 -> Mario_KLine_Platformer**.
4. Double-click or drag `Mario_KLine_Platformer` onto the chart.
5. Set the level parameters in the dialog box, then click "OK".
6. The chart will be hidden, and the game will begin. Press **ESC** at any time to return to your normal trading chart.

---



Produtos recomendados
O indicador cria cotações atuais, que podem ser comparadas com as históricas e, com base nisso, fazer uma previsão do movimento dos preços. O indicador possui um campo de texto para navegação rápida até a data desejada. Opções: Símbolo - seleção do símbolo que o indicador exibirá; SymbolPeriod - seleção do período do qual o indicador coletará dados; IndicatorColor - cor do indicador; HorisontalShift - deslocamento das cotações desenhadas pelo indicador pelo número especificado de barras; I
SmartRAL
Jemy Yeferson Dimu Ludji
SmartRAL (Smart Risk Auto-Lot EA) SmartRAL: The Ultimate Risk & Lot Management Expert Advisor (EA) SmartRAL is an essential tool for traders who demand precise risk management and automated position sizing in MetaTrader 5. Stop guessing your lot size and let the algorithm handle the calculations. This EA allows you to trade with confidence by guaranteeing your risk exposure on every single trade, while offering absolute flexibility in setting your Stop Loss (SL). Key Features & Benefits Guarante
This indicator created based on original John Carter's TTM_Squeeze indicator and represents "squeeze" of the market which can be followed (or maybe not) by significant moves. Original indicator prints black dots when Bollinger Bands are inside Kelthner Channels and exactly this implemented in this custom version. Instead of original implementation as momentum indicator MACD indicator with standard settings 12-26-9 is being used. Mainly, the indicator is useful for understanding when it's better
LT Rainbow Trend
Thiago Duarte
5 (1)
== LT RAINBOW TREND - O INDICADOR DE TENDÊNCIA COM 36 MÉDIAS MÓVEIS == VISÃO GERAL O LT Rainbow Trend é um indicador técnico avançado de análise de tendências que utiliza 36 Médias Móveis simultâneas com um sistema de cores inteligente (Rainbow). Desenvolvido para traders que desejam operar na direção da tendência principal com máxima clareza visual, o indicador transforma a complexidade da análise multi-timeframe em uma visualização simples, colorida e altamente intuitiva. Ideal para operado
ALIEN Dashboard
Youssef Esseghaiar
ALIEN DASHBOARD FULL EDITION – Professional ICT & Precision Trading Dashboard for MT5 ( HYBRID ENGINE ) Overview The   Alien Dashboard Full Edition   is a comprehensive, all‑in‑one technical indicator for MetaTrader 5 that merges the most powerful concepts from Inner Circle Trader (ICT) methodology with advanced precision‑entry logic, multi‑timeframe analysis, and an intuitive on‑chart dashboard. Designed for serious traders who want to visualise institutional order flow, identify high‑probabili
Key Features: 200+ Fully Implemented Patterns   across all categories Advanced Market Structure Analysis Smart Money Integration   (Wyckoff, Order Blocks, Liquidity) Professional Risk Management Multi-Timeframe Analysis AI-Powered Confidence Scoring Advanced Visualization Real-time Alerts Pattern Categories: Single Candle Patterns (Hammer, Doji, Marubozu, etc.) Multi-Candle Patterns (Engulfing, Stars, Harami, etc.) Chart Patterns (Head & Shoulders, Cup & Handle, Triangles, etc.) Harmonic Pattern
FREE
Ping
Vagif Shabanov
Ping: Sua ferramenta indispensável para uma negociação confiável Seu provedor de internet e seu VPS prometem uma conexão estável, mas você pode realmente confiar neles? Em um mundo onde cada milissegundo conta, uma conexão lenta ou instável pode resultar em lucros perdidos ou prejuízos. O script Ping permite que você: Tome decisões informadas: Compare visualmente a velocidade de diferentes servidores VPS e corretoras para escolher a conexão mais rápida e confiável para sua estratégia de negociaç
O nível Premium é um indicador único com mais de 80% de precisão nas previsões corretas! Este indicador foi testado pelos melhores Especialistas em Negociação por mais de dois meses! O indicador do autor você não encontrará em nenhum outro lugar! A partir das imagens você pode ver por si mesmo a precisão desta ferramenta! 1 é ótimo para negociar opções binárias com um tempo de expiração de 1 vela. 2 funciona em todos os pares de moedas, ações, commodities, criptomoedas Instruções: Assim
QuickTrade Panel – Fast Execution & Smart Risk Management The QuickTrade Panel is a professional trading utility for MetaTrader 5 that makes order execution faster, safer, and easier. It allows traders to place market and pending orders directly from the chart while automatically managing position size based on their risk settings. Key Features Interactive On-Chart Panel: Easily adjust Lot Size, Risk %, Stop Loss (SL), Take Profit (TP), and Pending Order Distance without opening EA settings. Sma
Portuguese Este indicador funciona como um assistente avançado de análise de gráficos para traders que adoram operar com Padrões Gráficos. Ele foi projetado para reduzir a carga de análise visual e aumentar a precisão na obtenção de lucros. Principais características deste indicador do ponto de vista do uso prático: 1. Detecção Automática de Padrões (Automated Pattern Detection) Economiza tempo e reduz viés: Você não precisa desenhar linhas de tendência manualmente. O indicador buscará oscilaçõe
Fastest Trades Copier is the fastest and most lightweight trade copier between MT5 accounts available on the market. Running entirely through the MT5 Common Folder — no DLLs, no external servers, no internet dependency — it copies your trades between two terminals on the same VPS or PC with near-zero latency, polling every 500ms with minimal CPU footprint. Key Features: Ultra-fast local copy via MT5 Common Folder Configurable symbol name translation between brokers (e.g. USDJPY.sc → USDJPY)
##   ONLY GOLD ##   Тiльки Золото ## **Mercaria Professional Trading Zones - Complete Guide** ## **Mercaria Professional Trading Zones - Повний посібник** ### **How Mercaria Zones Work / Як працюють зони Mercaria** **English:** Mercaria Zones is an advanced trading indicator that identifies high-probability support and resistance areas using ZigZag extremes combined with mathematical zone calculations. The indicator works on multiple timeframes simultaneously, providing a comprehensive view
Trading Advanced Panel - Professional Trading Panel for MT5 Transform Your Trading into a More Professional Experience Trading Advanced Panel is the ultimate control panel for traders seeking precision, agility, simplicity, and professional risk management. Developed with the best management experiences from top-tier platforms, this EA revolutionizes how you trade on MetaTrader 5. KEY FEATURES Real-Time Monitoring Position value updated every second - See the exact financial value of your trad
Order Book, known also as Market Book, market depth, Level 2, - is a dynamically updated table with current volumes of orders to buy and to sell specific financial instument at price levels near Bid and Ask. MetaTrader 5 provides the means for receiving market book from your broker, but in real time only, without access to its history. The indicator OrderBook Cumulative Indicator accumulates market book data online and visualizes them on the chart. In addition, the indicator can show the market
Lot calculator tool MT5
Ernestas Kvedaras
3.67 (3)
More stable MetaTrader 4 version is available here:  Lot Calculator Tool . This tool helps you to automatically calculate and manage risk, conveniently place orders visually, schedule orders, trail stops, move them to break-even and more. Features Place market or pending orders using draggable lines Schedule orders Calculate and limit risk using various methods See current spread See time till next candle Set custom order comments Trail stops Move stops to break-even See order profit/loss in p
SolarTrade Suite Financial Robot: LaunchPad Market Expert - concebido para abrir negociações! Este é um robô comercial que utiliza algoritmos especiais inovadores e avançados para calcular os seus valores, o seu assistente no mundo dos mercados financeiros. Utilize o nosso conjunto de indicadores da série SolarTrade Suite para escolher melhor o momento de lançamento deste robô. Veja os nossos outros produtos da série SolarTrade Suite na parte inferior da descrição. Quer navegar com confiança
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
Fvg Edge
Ahmad Meftah Abdulsalam Alawwami
5 (3)
FVG Smart Zones – Edição Gratuita Indicador de Detecção de Gap de Valor Justo para MetaTrader 5 (MT5) Está procurando uma ferramenta de trading real – não apenas mais um indicador qualquer? FVG Smart Zones – Edição Gratuita oferece uma visão profissional do mercado detectando automaticamente Gaps de Valor Justo (FVG) e destacando zonas de trading de alta probabilidade diretamente no seu gráfico. Criado para traders que seguem: Conceitos de Smart Money (SMC) Conceitos de Trading ICT
FREE
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Assessor Automático para MetaTrader 5 baseado no indicador Hull Moving Average (HMA) DESCRIÇÃO RESUMIDA HMA Scalper Pro EA é um robô de trading profissional (Expert Advisor) para MetaTrader 5 que opera na direção da média móvel Hull (Hull Moving Average, HMA). O indicador HMA determina a direção atual da tendência, e o assessor abre negociações nessa direção, complementando a entrada com gestão de capital Smart Risk, trading em grid adaptativo, trailing stop, break even e
DAILY OH/OL SDEV QUANT MODEL - STATISTICAL TRADING WITH PRECISION RISK MANAGEMENT TRADE WITH MATHEMATICAL CERTAINTY - KNOW YOUR EXACT STOP-LOSS AND TAKE-PROFIT BEFORE YOU ENTER This indicator analyzes 5,000+ days of price history to give you: Exact entry levels (sigma bands locked at daily open) Exact stop-loss distance (from M
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
Crash300 Pro Trader é um Expert Advisor (EA) totalmente automatizado, desenvolvido para operar o índice Crash 300 utilizando uma combinação de detecção de tendência, filtragem RSI e gerenciamento de operações baseado em recuperação. O EA identifica a direção do mercado usando o indicador Parabolic SAR no timeframe diário (D1) e executa operações apenas na direção da tendência. Para melhorar a precisão das entradas, utiliza o filtro RSI para evitar sinais falsos em regiões de sobrecompra e sobr
Overview Harmonic Patterns MT5 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
TradeForge AlphaGain AI
Akshay Chunilal Patil
AlphaGain AI – Precisão de elite com IA de nova geração AlphaGain AI é um poderoso Expert Advisor (EA) para MetaTrader 5, impulsionado por inteligência artificial e dados históricos para gerar sinais precisos e consistentes. Ideal para traders que buscam consistência com controle de risco rigoroso e execução inteligente. Principais recursos: Núcleo com IA: identifica padrões de velas, zonas de volatilidade e lógica de momentum; Treinado com mais de 10 anos de dados; Estratégia avançada
Sweeper PRO – Advanced Candle Sweep Detector (3-in-1)   WhatsApp Support: Contact1 Money.transporter@gmail.com Overview Sweeper PRO is a powerful and fully customizable indicator designed to detect three unique types of candle sweeps — smart entry and reversal patterns commonly used by professional price action traders. It automatically identifies potential fakeouts, liquidity grabs, and continuation signals , helping you anticipate market reversals and confirm strong directional moves
Escala Vertical Adaptativa do Gráfico Esqueça os constantes ajustes manuais do gráfico! O mercado se move — o gráfico deve se ajustar automaticamente. ScaleFix Smart Auto Scaling é uma ferramenta inteligente para MetaTrader 5 que mantém automaticamente o preço dentro de uma zona de visualização confortável: • extremos superiores — com um espaçamento de aproximadamente 10% da borda superior; • extremos inferiores — com um espaçamento de aproximadamente 10% da borda inferior. O gráfico sempre pare
World Session Zone Clock for MetaTrader 5 (MT5) *NO DEMO VERSION AVAILABLE* World Session Clock is a professional market session clock for MetaTrader 5 that visually displays global trading sessions in real time . It helps traders quickly identify market opens, closes, and session overlaps without manual time calculations or time-zone adjustments. The product combines a 24-hour analog clock , digital time display , session arcs , and optional chart session zones into a clean, lightweight interf
Gino Renko EA
Stephane, Andr Valette
Here is an EA based on the Renko indicator, it can be used with currencies, commodities, and forex. Just associate it with the corresponding graph. The indicator used for the EA is available here, but it is not necessary for its operation, they are 2 independent products: https://www.mql5.com/fr/market/product/87852?source=Site +Market+MT5+Indicator+Search+Rating006%3agino+renko Personally I don't like renko like EA, and I haven't done any tests to find out which configuration is the best. Th
CRT Candle Range Theory HTF MT5.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicator automates the highly effective  Candle Range Theory (CRT) , a core pillar of  ICT Concepts (Inner Circle Trader
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.
Os compradores deste produto também adquirem
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
Ajuda a calcular o risco por comércio, a fácil instalação de uma nova encomenda, gestão de encomendas com funções de fecho parcial, trailing stop de 7 tipos e outras funções úteis. Materiais e instruções adicionais Instruções de instalação   -   Instruções para a aplicação   -   Versão de teste da aplicação para uma conta de demonstração Função de linha Mostra no gráfico a linha de Abertura, Stop Loss, Take Profit. Com esta função é fácil definir uma nova ordem e ver as suas características ad
Bem-vindo ao Trade Manager EA—uma ferramenta de gestão de risco criada para tornar o trading mais intuitivo, preciso e eficiente. Não é apenas uma ferramenta para executar ordens, mas uma solução abrangente para planejamento de operações, gerenciamento de posições e controle de risco. Seja você um iniciante, trader avançado ou scalper que precisa de execução rápida, o Trade Manager EA adapta-se às suas necessidades, oferecendo flexibilidade em todos os mercados, desde forex e índices até commodi
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (143)
Experimente uma cópia de negociação excepcionalmente rápida com o Local Trade Copier EA MT5 . Com sua fácil configuração de 1 minuto, este copiador de negociações permite que você copie negociações entre vários terminais MetaTrader no mesmo computador Windows ou em um Windows VPS com velocidades de cópia ultra rápidas de menos de 0.5 segundos. Seja você um trader iniciante ou profissional, o   Local Trade Copier EA MT5   oferece uma ampla gama de opções para personalizá-lo de acordo com suas ne
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel é um assistente de negociação multifuncional. O aplicativo contém mais de 50 funções de negociação para trading manual e permite automatizar a maioria das tarefas de negociação. Antes da compra, você pode testar a versão de demonstração em uma conta demo. Baixe a versão experimental do aplicativo para uma conta de demonstração: https://www.mql5.com/pt/blogs/post/762547 . Instruções completas aqui . Comércio. Permite realizar operações de negociação com um clique: Abrir ordens pendent
Versão Beta O Telegram to MT5 Signal Trader está quase no lançamento oficial da versão alfa. Alguns recursos ainda estão em desenvolvimento e você pode encontrar pequenos erros. Se tiver problemas, por favor reporte, seu feedback ajuda a melhorar o software para todos. Telegram to MT5 Signal Trader é uma ferramenta poderosa que copia automaticamente sinais de trading de canais ou grupos do Telegram diretamente para sua conta MetaTrader 5 . Suporta canais públicos e privados do Telegram, e você
================================================================================ 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
Telegram to MT5 Multi-Channel Copier copia automaticamente sinais de trading dos seus canais do Telegram diretamente para o MetaTrader 5. Sem bots, sem extensões de navegador, sem copiar manualmente. Você recebe um sinal no Telegram e o EA abre a operação no seu terminal em poucos segundos. O produto inclui dois componentes: um aplicativo do Windows que escuta seus canais do Telegram, e este Expert Advisor que executa os sinais no seu terminal MT5. Também está disponível uma versão para MT4. Gui
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
Trade Manager para ajudá-lo a entrar e sair rapidamente de negociações enquanto calcula automaticamente seu risco. Incluindo recursos para ajudar a evitar negociações excessivas, negociações de vingança e negociações emocionais. As negociações podem ser gerenciadas automaticamente e as métricas de desempenho da conta podem ser visualizadas em um gráfico. Esses recursos tornam este painel ideal para todos os traders manuais e ajudam a aprimorar a plataforma MetaTrader 5. Suporte multilíngue. Vers
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:/
YuClusters
Yury Kulikov
4.93 (43)
Atenção: A versão demo para revisão e teste está aqui . YuClusters é um sistema profissional de análise de mercado. O trader tem oportunidades únicas para analisar o fluxo de pedidos, volumes de negociação, movimentos de preços usando vários gráficos, perfis, indicadores e objetos gráficos. O YuClusters opera com base em dados de Tempos e Negócios ou informações de ticks, dependendo do que está disponível nas cotações de um instrumento financeiro. O YuClusters permite que você crie gráficos com
Power Candles Strategy Scanner - Localizador de configurações multissímbolo com auto-otimização O Power Candles Strategy Scanner utiliza o mesmo motor de auto-otimização que alimenta o indicador Power Candles — em todos os símbolos da sua lista de observação, lado a lado. Um painel indica-lhe quais os símbolos que são estatisticamente negociáveis neste momento, qual a estratégia vencedora para cada um, o par ideal de Stop Loss / Take Profit, e avisa-o assim que um novo sinal é emitido. Esta ferr
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copier é um utilitário profissional projetado para copiar e sincronizar negociações entre contas de negociação. A cópia ocorre da conta / terminal do fornecedor para a conta / terminal do destinatário, instalada no mesmo computador ou vps. PROMOÇÃO - Se você já adquiriu o "Trade copier MT5", pode receber o "Trade copier MT4" gratuitamente (para cópia MT4 > MT5 e MT4 < MT5). Para obter informações mais detalhadas sobre os termos, por favor, entre em contato conosco através de mensagens priv
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
Copiador profissional de operações para MetaTrader 5 Um copiador de operações rápido, profissional e confiável para MetaTrader . COPYLOT permite copiar operações de Forex entre terminais MT4 e MT5 com suporte para contas Hedge e Netting . A versão MT5 do COPYLOT oferece suporte a: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Versão MT4 Descrição completa + DEMO + PDF Como comprar Como instalar Como
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
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
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 MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – A solução tudo-em-um para trading inteligente e sem esforço Visão geral Imagine analisar todo o mercado — Forex, Ouro, Cripto, Índices e até Ações — em segundos, sem precisar examinar gráficos manualmente, instalar indicadores ou lidar com configurações complicadas. EASY Insight AIO é sua ferramenta definitiva de exportação para trading com IA, pronta para usar. Ela oferece um panorama completo do mercado em um único arquivo CSV limpo — pronto para análise imediata no ChatGP
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understand
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
Seconds Chart MT5
Boris Sedov
4.61 (18)
Seconds Chart - uma ferramenta exclusiva para criar gráficos de segundos no MetaTrader 5 . Com o Seconds Chart , você pode criar gráficos com períodos definidos em segundos, proporcionando flexibilidade e precisão ideais para análise, indisponíveis em gráficos padrão de minutos ou horas. Por exemplo, o período S15 indica um gráfico com velas de 15 segundos. Você pode usar qualquer indicador ou Expert Advisor com suporte a símbolos personalizados. Trabalhar com eles é tão conveniente quanto negoc
Timeless Charts
Samuel Manoel De Souza
5 (7)
Timeless Charts é um utilitário de trading tudo-em-um para traders profissionais. Ele combina tipos de gráficos personalizados, como Gráficos por Segundos e Renko , com análise avançada de fluxo de ordens utilizando Footprints , Clusters , Perfis de Volume , estudos VWAP e ferramentas de análise ancorada para uma visão mais profunda do mercado. O gerenciamento de ordens e posições é realizado diretamente no gráfico por meio de um painel integrado de gerenciamento de operações , enquanto o Market
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
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
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.
Baixar demo funcional Copy Cat More (Gato Copião) — Copiador de Trades (Trade Copier) MT5 é um copiador local de trades e um completo framework de gerenciamento de risco e execução, projetado para os desafios de trading de hoje. De desafios de prop firm ao gerenciamento de portfólio pessoal, ele se adapta a cada situação com uma combinação de execução robusta, proteção de capital, configuração flexível e manuseio avançado de trades. O copiador funciona em ambos os modos — Mestre (Master, emiss
The News Filter MT5
Leolouiski Gan
4.78 (23)
Este produto filtra todos os consultores especializados e gráficos manuais durante o horário das notícias, para que você não precise se preocupar com picos de preços repentinos que possam destruir suas configurações de negociação manuais ou negociações realizadas por outros consultores especializados. Este produto também vem com um sistema de gerenciamento de pedidos completo que pode lidar com suas posições abertas e ordens pendentes antes do lançamento de qualquer notícia. Depois de comprar o
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
Equity Protect Pro: Seu Especialista em Proteção de Contas Abrangente para Negociação Tranquila Se você está procurando recursos como proteção de conta, proteção de patrimônio, proteção de portfólio, proteção de múltiplas estratégias, proteção de lucro, coleta de lucro, segurança de negociação, programas de controle de risco, controle automático de risco, liquidação automática, liquidação condicional, liquidação programada, liquidação dinâmica, trailing stop loss, fechamento com um clique, liqu
Mais do autor
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
Filtro:
Sem comentários
Responder ao comentário