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.

---



추천 제품
표시기는 현재 시세를 작성하여 과거 시세와 비교할 수 있으며 이를 바탕으로 가격 변동을 예측합니다. 표시기에는 원하는 날짜로 빠르게 이동할 수 있는 텍스트 필드가 있습니다. 옵션: 기호 - 표시기가 표시할 기호 선택. SymbolPeriod - 지표가 데이터를 가져올 기간 선택. IndicatorColor - 표시기 색상. HorisontalShift - 지시자가 그린 따옴표를 지정된 막대 수만큼 이동합니다. Inverse - true는 인용 부호를 반대로, false - 원래 보기를 반전합니다. ChartVerticalShiftStep - 차트를 수직으로 이동합니다(키보드의 위/아래 화살표). 다음은 날짜를 입력할 수 있는 텍스트 필드의 설정으로, '엔터'를 누르면 즉시 이동할 수 있습니다.
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 - 36개의 이동평균선을 탑재한 추세 지표 == 개요 LT Rainbow Trend는 스마트 컬러 시스템(Rainbow)을 적용하여 36개의 이동평균선(Moving Averages)을 동시에 처리하는 고급 기술적 추세 분석 지표입니다. 최고의 시각적 명확성을 바탕으로 주 추세 방향으로 거래하고자 하는 트레이더를 위해 개발되었으며, 멀티 타임프레임 분석의 복잡함을 심플하고 다채로우며 매우 직관적인 시각 효과로 전환해 줍니다. "추세는 당신의 친구(The trend is your friend)"라는 격언을 이해하는 트레이더에게 가장 이상적인 도구이며, 추세의 강도, 방향 및 잠재적 반전 신호를 미리 확인할 수 있도록 도와줍니다. 작동 원리 본 지표는 4개의 추세 구역에 분산된 36개의 이동평균선을 모니터링합니다: 빨간색 (추세 전환 구역) 31~20번째 이동평균선 추세가 반전될 수 있음을 나타내는 강한 신호 주황색 (추세 약화 구역)
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: 안정적인 거래를 위한 필수 도구 인터넷 제공업체와 VPS는 안정적인 연결을 약속하지만, 과연 이들을 신뢰할 수 있을까요? 1밀리초가 중요한 세계에서 느리거나 불안정한 연결은 수익 손실이나 손실로 이어질 수 있습니다. Ping 스크립트는 다음을 가능하게 합니다. 정보에 입각한 결정: 다양한 VPS 서버와 브로커의 속도를 시각적으로 비교하여, 전략에 가장 빠르고 안정적인 연결을 선택할 수 있습니다. 위험 제거: 주문 실행 속도가 결과에 직접적인 영향을 미치는 스캘퍼 및 고빈도 트레이더에게 특히 유용합니다. 문제 식별: 인터넷이나 VPS가 언제 문제를 일으키는지 신속하게 감지하고, 거래에 영향을 미치기 전에 대응할 수 있습니다. 타협 없는 작업: 저희 스크립트는 다른 전문가 고문과 충돌하지 않고 모든 차트 및 시간 프레임에서 작동합니다. 최대한 편리하고 눈에 띄지 않도록 설계되었습니다. Ping 스크립트는 MetaTrader 5 터미널을 위해 특별히 개발된, 개인용 연결 속도
Premium level Pro
Dmitriy Kashevich
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
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
Wedge Pattern MT5
Sathit Sukhirun
Korean 이 보조지표는 차트 패턴 거래를 즐기는 트레이더를 위한 고급 차트 분석 비서 역할을 합니다. 시각적 분석의 부담을 줄이고 수익 창출의 정확성을 높이도록 설계되었습니다. 실제 사용 관점에서 본 이 보조지표의 주요 장점과 특징입니다: 1. 자동 패턴 감지 (Automated Pattern Detection) 시간 절약 및 편향(Bias) 감소: 수동으로 추세선을 그릴 필요가 없습니다. 인디케이터가 가격 스윙(Pivot High/Low)을 검색하고 가격 구조가 조건에 부합할 때 라이징 웨지(Rising Wedge, 상승 쐐기형) 및 폴링 웨지(Falling Wedge, 하락 쐐기형) 구조를 자동으로 그립니다. 모든 상황 포괄: 패턴이 형성되는 중, 브레이크아웃(돌파), 심지어 실패한 패턴까지 감지할 수 있어 시장의 전반적인 흐름을 명확하게 파악할 수 있습니다. 2. 내장된 목표가 및 피보나치 익절 (Built-in Targets & Fibonacci TP) 자동 목표가 계산:
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 - 거래를 시작하도록 설계되었습니다! 이 거래 로봇은 특별하고 혁신적이며 고급 알고리즘을 사용하여 가치를 계산합니다. 금융 시장의 세계에서 여러분의 조수입니다. SolarTrade Suite 시리즈의 지표 세트를 사용하여 이 로봇을 시작할 순간을 더 잘 선택하세요. 설명 하단에서 SolarTrade Suite 시리즈의 다른 제품을 확인하세요. 투자와 금융 시장의 세계를 자신 있게 탐색하고 싶으신가요? SolarTrade Suite Financial Robot: LaunchPad Market Expert는 정보에 입각한 투자 결정을 내리고 수익을 늘리는 데 도움이 되도록 만들어진 혁신적인 소프트웨어입니다. SolarTrade Suite Financial Robot: LaunchPad Market Expert의 장점: - 정확한 계산: 로봇은 고급 알고리즘과 분석 방법을 사
CosmiCLab FIBO
Kirils Subins
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 – 무료 버전 MetaTrader 5 (MT5)용 공정 가치 갭(FVG) 탐지 지표 단순한 지표가 아닌 실제 트레이딩 도구 를 찾고 계신가요? FVG Smart Zones – 무료 버전 은 **공정 가치 갭(FVG)**을 자동으로 감지하고 차트에 고확률 거래 구역 을 표시하여 전문적인 시장 통찰력을 제공합니다. 다음을 따르는 트레이더를 위해 설계됨: 스마트 머니 컨셉(SMC) ICT 트레이딩 컨셉 가격 행동(Price Action) 수요와 공급 분석 기관 트레이딩 전략 이 지표는 가격이 반응할 가능성이 높은 구역 에 집중할 수 있도록 도와줍니다. 주요 기능: 스마트 존 감지 상승 및 하락 FVG 자동 감지 깔끔하고 전문적인 시각적 구역 약하거나 관련 없는 갭 제거를 위한 지능형 필터링 고급 확인 기능 상위 시간대(HTF) 컨플루언스 확인 가격이 채워지면 유효하지 않은 구역 자동 제거 활성 구역과 채워
FREE
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — Hull Moving Average (HMA) 지표 기반 MetaTrader 5 자동 거래 어드바이저 개요 HMA Scalper Pro EA는 Hull Moving Average (HMA) 방향으로 거래하는 MetaTrader 5용 전문 트레이딩 로봇(Expert Advisor)입니다. HMA 지표는 현재 추세 방향을 결정하며, 어드바이저는 Smart Risk 자본 관리, 적응형 그리드 거래, 트레일링 스톱, 브레이크 이븐 및 시간 필터로 보완된 해당 방향으로 거래를 실행합니다. 이 어드바이저는 Netting 및 Hedging 계정을 모두 지원하며 금(XAU/USD), 외환 통화쌍, 원유, 지수 및 암호화폐 거래에 적합합니다. HMA SCALPER PRO EA를 선택해야 하는 이유 - Hull Moving Average 신호 — 클래식 이동 평균보다 추세 변화에 더 빠르게 반응하는 HMA 방향 기반 진입 - 멀티 타임프레임 HMA 계산
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는 트렌드 감지, RSI 필터링, 그리고 리커버리 기반 거래 관리 시스템을 결합한 완전 자동화된 Expert Advisor (EA)입니다. 이 EA는 일간(D1) 차트의 Parabolic SAR을 사용하여 시장 방향을 판단하고, 추세 방향으로만 거래를 실행합니다. 진입 정확도를 높이기 위해 RSI 필터를 사용하여 과매수 및 과매도 구간에서의 잘못된 신호를 방지합니다. 내장된 리커버리 시스템은 손실 포지션을 관리하기 위해 사용되며, 손실이 설정된 수준에 도달하면 같은 방향으로 추가 거래를 실행하여 손실을 회복하도록 돕습니다. 또한, 설정된 수익 목표에 도달하면 자동으로 포지션을 청산하는 익절(Take Profit) 기능이 포함되어 있습니다. 주요 기능: - 완전 자동 매매 시스템 - Parabolic SAR (D1)을 이용한 추세 판단 - RSI 기반 진입 필터 - 손실 회복(리커버리) 시스템 - 자동 익절 기능 - Crash 300 지수 전
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 – 차세대 AI로 구동되는 정밀한 트레이딩 EA AlphaGain AI는 MetaTrader 5용으로 개발된 고급 인공지능 기반 EA로, 10년 이상의 데이터를 분석하여 시장 변화에 적응하는 전략으로 정확한 진입/청산 신호를 제공합니다. 주요 특징: AI 기반 핵심 알고리즘: 캔들 패턴, 변동성 영역, 모멘텀 분석; 10년 이상의 백데이터 기반 훈련; 지능형 매수/매도 전략: SL/TP, 트레일링 스탑, 손익분기점 설정, 변동성 기반 목표가 설정; 자금 보호 기능: 최대 손실 제한, 잔고 보호, 최대 스프레드 필터, 거래 시간 제어; 완전 자동화: 수동 개입 없이 작동; ECN 환경에 최적화된 저지연 실행. 추천 설정: 거래쌍: EUR/USD 타임프레임: 15분 (M15) 최소 잔고: $100 추천 계정 유형: ECN 또는 Raw Spread 레버리지: 1:100 이상 왜 AlphaGain AI인가요? 바로 사용 가능: .ex5
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
Adaptive Vertical Chart Scaling Forget about constantly adjusting your chart manually! The market moves — your chart should adapt automatically. ScaleFix Smart Auto Scaling is an intelligent utility for MetaTrader 5 that automatically keeps price action within a comfortable viewing zone: • upper extremes — with approximately 10% spacing from the top border; • lower extremes — with approximately 10% spacing from the bottom border. Your chart always looks clean, professional, and easy to read — re
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
Ekaterina Saltykova
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.
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.97 (143)
Local Trade Copier EA MT5 를 사용하여 매우 빠른 거래 복사 경험을 해보세요. 1분 안에 간편하게 설정할 수 있으며, 이 거래 복사기를 사용하면 Windows 컴퓨터 또는 Windows VPS에서 여러 개의 MetaTrader 터미널 간에 거래를 0.5초 미만의 초고속 복사 속도로 복사할 수 있습니다. 초보자든 전문가든   Local Trade Copier EA MT5 는 다양한 옵션을 제공하여 사용자의 특정 요구에 맞게 맞춤 설정할 수 있습니다. 이는 수익 잠재력을 높이려는 모든 사람을 위한 최고의 솔루션입니다. 지금 사용해보시고 이것이 왜 시장에서 가장 빠르고 쉬운 무역용 복사기인지 알아보세요! 팁: 여기 에서 데모 계정에서 Local Trade Copier EA MT5 데모 버전을 다운로드하여 사용해 볼 수 있습니다. 다운로드한 무료 데모 파일을 MT5 >> File >> Open Data Folder >> MQL5 >> Experts 폴더에 붙여넣고 터
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel은 다기능 거래 도우미입니다. 이 애플리케이션에는 50개 이상의 수동 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 계정용 애플리케이션 체험판 다운로드: https://www.mql5.com/en/blogs/post/750865 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래를 수행할 수 있습니다: 리스크 자동 계산과 함께 예약 주문 및 포지션 열기. 한 번의 클릭으로 여러 주문 및 포지션 열기. 주문 그리드 열기. 예약 주문 및 포지션을 그룹별로 닫기. 포지션 방향 전환 (Buy 닫기 > Sell 열기, Sell 닫기 > Buy 열기). 포지션 잠금 (부족한 포지션을 열어 Buy와 Sell 포지션의 수량을 동일하게 만들기). 모든 포지션 한 번의 클릭으로 부분적으로 닫기. 모든 포지션의 테이크 프로핏과 스톱로스를 같은 가격 수준에 설정. 모든 포지션의 스톱로스를
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
================================================================================ 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 는 Telegram 채널의 트레이딩 신호를 자동으로 MetaTrader 5로 직접 복사합니다. 봇도, 브라우저 확장 프로그램도, 수동 복사도 필요 없습니다. Telegram에서 신호를 받으면 EA가 몇 초 안에 터미널에서 거래를 엽니다. 본 제품은 두 가지 구성 요소로 구성되어 있습니다: Telegram 채널을 감시하는 Windows 애플리케이션과 MT5 터미널에서 신호를 실행하는 이 Expert Advisor입니다. MT4 버전도 제공됩니다. 설정 가이드 및 애플리케이션 다운로드: https://www.mql5.com/en/blogs/post/768988 작동 방식 Windows 애플리케이션은 봇이 아닌 사용자 자신의 API 자격 증명을 사용하여 Telegram에 연결됩니다. 이는 프라이빗 및 VIP 채널을 포함하여 구독 중인 모든 채널, 그룹 또는 주제를 읽을 수 있음을 의미합니다. 신호를 감지하면 이를 파싱하여
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 5 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT4 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
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)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
파워 캔들 전략 스캐너 - 자체 최적화 다중 종목 설정 찾기 도구 파워 캔들 전략 스캐너는 마켓 워치에 등록된 모든 종목에 대해 파워 캔들 지표와 동일한 자체 최적화 엔진을 동시에 실행합니다. 하나의 패널에서 현재 통계적으로 거래 가능한 종목, 각 종목별 최적의 전략, 최적의 손절매/익절 조합을 알려주며, 새로운 신호가 발생하면 즉시 알림을 전송합니다. 이 도구는 Stein Investments 에코시스템의 일부입니다. 18개 이상의 도구와 함께 당신의 1대1 AI 트레이딩 멘토 Max.  항상 대기 중, 모든 인디케이터를 깊이 있게 이해, 무언가를 차근차근 생각해보고 싶은 순간에 도움을 줍니다.  https://stein.investments 에서 만나보세요 완벽한 시장 모니터링. 종목당 3,000건 이상의 자동 최적화. 2가지 알림 유형. 한 번의 클릭으로 차트를 전환하고 바로 거래하세요. 이 도구가 필요한 이유 대부분의 다중 종목 스캐너는 가격 변동만 보여줍니다. 티커별
Trade copier MT5
Alfiya Fazylova
4.59 (49)
Trade Copier는 거래 계정 간의 거래를 복사하고 동기화하도록 설계된 전문 유틸리티입니다. 복사는 공급자의 계정/단말기에서 동일한 컴퓨터 또는 vps에 설치된 수신자의 계정/단말기로 발생합니다. 프로모션 - 이미 "Trade copier MT5"를 구매하셨다면, "Trade copier MT4"를 무료로 받으실 수 있습니다 (MT4 → MT5 및 MT4 ← MT5 복사용). 조건에 대한 자세한 정보를 원하시면, 개인 메시지를 통해 저희에게 문의해 주시기 바랍니다! 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 주요 기능 및 이점: 복사기는 "МТ5> МТ5", "МТ4> МТ5", "МТ5> МТ4" 복사를 지원합니다. 복사기는 데모 계정 > 실 계정, 실 계정 > 데모 계정, 데모 계정 > 데모 계정 및 실제 계정 > 실 계정 복사를 지원합니다. 복사기는 읽기 전용 암호가 적용된 투자자 계정에서 복사를 지원합니다. 하
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
MetaTrader 5용 전문 트레이드 복사기 MetaTrader 용 빠르고 전문적이며 신뢰할 수 있는 트레이드 복사기 입니다. COPYLOT 은 MT4와 MT5 터미널 간의 Forex 거래 복사를 지원하며, 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 구매 방법 설치 방법 로그 파일 확인 방법 테스트 및 최적화 방법 Expforex의 모든 제품 MT4 터미널로도 거래를 복사할 수 있습니다(MT4 → MT4, MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT은 2개, 3개, 심지어 10개의 터미널과 동시에 작동할
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 – 스마트하고 손쉬운 트레이딩을 위한 올인원 솔루션 개요 외환, 금, 암호화폐, 지수, 심지어 주식까지 — 전 시장을 몇 초 만에, 수동 차트 확인이나 복잡한 설치, 인디케이터 설정 없이 스캔할 수 있다고 상상해 보세요. EASY Insight AIO 는 AI 기반 트레이딩을 위한 궁극의 플러그 앤 플레이(Plug & Play) 데이터 내보내기 도구입니다. 단 하나의 깔끔한 CSV 파일로 전체 시장 스냅샷을 제공하며, ChatGPT, Claude, Gemini, Perplexity 등 다양한 AI 플랫폼에서 즉시 분석할 수 있습니다. 창 전환, 복잡함, 차트 오버레이는 더 이상 필요 없습니다. 자동으로 내보내지는 순수하고 구조화된 데이터 인사이트만으로, 반복적인 차트 감시 대신 데이터 기반의 스마트한 의사결정에 집중할 수 있습니다. 왜 EASY Insight AIO인가요? 진정한 올인원 • 별도의 설정, 인디케이터 설치, 차트 오버레이가 필요 없습
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 - MetaTrader 5에서 초 단위 차트를 생성하는 독특한 도구입니다. Seconds Chart 를 사용하면 초 단위로 설정된 타임프레임으로 차트를 작성할 수 있어, 표준 분 또는 시간 단위 차트에서는 불가능한 유연성과 정밀한 분석이 가능합니다. 예를 들어, S15 타임프레임은 15초 동안의 캔들로 구성된 차트를 의미합니다. 사용자 정의 심볼을 지원하는 모든 인디케이터와 전문가 어드바이저를 사용할 수 있습니다. 이를 사용하는 것은 표준 차트에서 거래하는 것만큼 편리합니다. 표준 도구와 달리, Seconds Chart 는 초고속 타임프레임에서도 높은 정확도와 지연 없이 작업할 수 있도록 지원합니다. 무료 데모: Seconds Chart v2.29 Demo.ex5 무료 데모를 다운로드하고 직접 확인하십시오: 완전한 기능 - 모든 기능 사용 가능 24시간 테스트 - 정확성과 편리성을 평가하기에 충분한 시간 데모 계정만 - 대부분의 브로커에서 쉽게 개설 가능
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
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.
작동 데모 다운로드 Copy Cat More (카피캣) MT5 트레이드 카피어 (Trade Copier) 는 로컬 트레이드 카피어이자, 오늘날의 트레이딩 과제를 위해 설계된 완전한 리스크 관리 및 실행 프레임워크입니다. 프롭 펌 (prop firm) 챌린지부터 개인 포트폴리오 관리까지, 견고한 실행, 자본 보호, 유연한 설정, 고급 트레이드 처리의 조합으로 모든 상황에 적응합니다. 이 카피어는 마스터 (Master, 송신측) 와 슬레이브 (Slave, 수신측) 두 모드 모두에서 작동하며, 시장가 주문과 대기 주문, 트레이드 수정, 부분 청산, 상호 청산 (Close By) 작업을 실시간으로 동기화합니다. 데모 및 실거래 계좌, 트레이딩 또는 인베스터 로그인 모두와 호환되며, EA·터미널·VPS가 재시작되더라도 영구 트레이드 메모리 (Persistent Trade Memory) 시스템을 통해 복구를 보장합니다. 고유 ID로 여러 마스터와 슬레이브를 동시에 관리할 수 있으며, 브로커
The News Filter MT5
Leolouiski Gan
4.78 (23)
이 제품은 뉴스 시간 동안 모든 전문가 어드바이저 및 수동 차트를 필터링하여 수동 거래 설정이나 다른 전문가 어드바이저가 입력한 거래가 파괴될 수 있는 급격한 가격 상승으로부터 걱정하지 않아도 됩니다. 이 제품은 또한 뉴스 발표 전에 열린 포지션과 대기 주문을 처리할 수 있는 완전한 주문 관리 시스템이 함께 제공됩니다.   The News Filter  를 구매하면 더 이상 내장 뉴스 필터에 의존할 필요가 없으며 이제부터 모든 전문가 어드바이저를 여기서 필터링할 수 있습니다. 뉴스 선택 뉴스 소스는 Forex Factory의 경제 캘린더에서 얻어집니다. USD, EUR, GBP, JPY, AUD, CAD, CHF, NZD 및 CNY와 같은 어떤 통화 기준으로 선택할 수 있습니다. Non-Farm (NFP), FOMC, CPI 등과 같은 키워드 식별을 기준으로 선택할 수도 있습니다. 저, 중, 고 영향을 가지는 뉴스를 필터링할 수 있도록 선택할 수 있습니다. 차트와 관련된 뉴스만 선
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: 안심 거래를 위한 종합 계좌 보호 전문가 계좌 보호, 자산 보호, 포트폴리오 보호, 다중 전략 보호, 수익 보호, 수익 확보, 거래 보안, 위험 관리 프로그램, 자동 위험 관리, 자동 청산, 조건부 청산, 예약 청산, 동적 청산, 추적 손절매, 원클릭 종료, 원클릭 청산, 원클릭 복원 등의 기능을 찾고 있다면 Equity Protect Pro가 바로 필요한 프로그램입니다. 설정이 간편하고 사전 설정된 조건이 충족되면 모든 차트를 닫을 수 있으며 신호 구독 취소도 지원합니다(이는 모든 거래 프로그램도 중지됨을 의미합니다). 이 시점에서 새로운 주문이 생성되지 않으며 최종적으로 모든 주문이 종료되어 예상치 못한 손실을 효과적으로 방지하고 안심하고 거래할 수 있습니다. Equity Protect Pro (Technical Manual) Equity Protect Pro Demo Version for yo u to test   Equity Protect
제작자의 제품 더 보기
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
필터:
리뷰 없음
리뷰 답변