SyncDB

A service to keep the SQLite database up to date. Fast real-time operation. Saves open positions and orders, current quotes, and trading history. Take advantage of SQLite's capabilities for intermediate data storage, analytics, and integration of the MetaTrader platform. Save all your data in one place. Use the saved data in SQL analytical queries, from Python and other languages, to build dashboards and integrate MetaTrader

Parameters

SyncDB creates and maintains 2 databases at the same time :

db/{server_name}.{account}.history.db is a replenished history database that contains the history of transactions and information about instruments

db/ram/{server_name}.{account}.trade.db is an updated database that contains open orders and positions, current prices.

Where {server_name} is the name of the DC trading server, it will be delivered automatically. {account} the number of the trading account on it. Thus, with the simultaneous operation of several terminals, their data is stored separately and will not cause mutual locks and slowdowns.

I strongly recommend placing the db/ram directory on a ram disk or fast media.

Very simple parameters:

  • priceUpdateSec, 15 - the period (seconds) for updating prices in the database. When using a ram disk, you can specify smaller values, up to 0
  • useCommon , true. Use a [COMMON] shared data directory.
  • dbFolder , "db". The name of the database storage folder

The scheme of the trade.db database

The database contains the necessary minimum, in the style of mt4 and adapted for frequent additions. After creating the database with the script, you can make your own adjustments to it (add indexes, computable fields, additional data and tables)

CREATE TABLE IF NOT EXISTS 
Trade (
        ticket          INT PRIMARY KEY,
        symbol          VARCHAR(16),
        'type'          VARCHAR(16),
        lots            REAL,
        openPrice       REAL,
        stopLoss        REAL,
        takeProfit      REAL,
        price           REAL,
        'time'          DATETIME,
        closeTime       DATETIME,
        expiration      DATETIME,
        profit          REAL,
        swap            REAL,
        commission      REAL,
        magic           INT ,
        'comment'       VARCHAR(255)
) WITHOUT ROWID

and

CREATE TABLE IF NOT EXISTS
Watch (
        name            VARCHAR(16) PRIMARY KEY,
        'time'          DATETIME,
        bid                     REAL,
        ask                     REAL,
        spread          INTEGER,
        stopLevel       INTEGER,
        tickValue       REAL
) WITHOUT ROWID

History.db database schema

CREATE TABLE IF NOT EXISTS 
History (
        ticket          INT PRIMARY KEY,
        symbol          VARCHAR(16),
        'type'          VARCHAR(16),
        lots            REAL,
        openPrice       REAL,
        stopLoss        REAL,
        takeProfit      REAL,
        price           REAL,
        'time'          DATETIME,
        closeTime       DATETIME,
        expiration      DATETIME,
        profit          REAL,
        swap            REAL,
        commission      REAL,
        magic           INTEGER,
        'comment'       VARCHAR(255)
) WITHOUT ROWID

and

CREATE TABLE IF NOT EXISTS 
Symbol (
        name    VARCHAR(16) PRIMARY KEY,
        base    VARCHAR(16),
        quote   VARCHAR(16),
        digits  INTEGER,
        point           REAL,
        tickSize        REAL,
        minLot          REAL,
        maxLot          REAL,
        lotStep         REAL
) WITHOUT ROWID

Usage

Just run an instance of the SyncDB service, and use the data in your applications and for integration.

추천 제품
Script for quick updates (synchronization) up-to-date data in the SQLite database. Saves open positions and orders, current quotes. Take advantage of SQLite's capabilities for intermediate data storage, analytics, and integrations of the MetaTrader platform. Keep all your data in one place. Use the saved data in SQL analytical queries, from Python and other languages, to build dashboards Parameters useDefaults true - use default parameters. Save data to the COMMON hierarchy, to the db/ram/{s
FREE
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading.  
FREE
Indicator Values Panel MT5
AL MOOSAWI ABDULLAH JAFFER BAQER
Indicator Values Panel – Your Ultimate Indicator Monitoring Solution! Are you tired of constantly switching between indicators to check values? Want a simple, elegant, and real-time solution that puts all key indicator readings in one place? Indicator Values Panel is the ultimate utility for traders who want a clear and concise display of important indicator values – directly on their chart! What is Indicator Values Panel? Indicator Values Panel is a sleek, easy-to-use utility that provides rea
"Support or Resistance Alert Broken" is a simple and very intuitive tool that allows you to create or eliminate horizontal and trend supports and / or resistances with a simple click. When the support or resistance line is broken by the closing price at the end of the current candle, the "Support or Resistance Alert Broken" tool will send an alert with sound, as well as a notification to the MT4 or MT5 mobile application. This tool can send alerts from multiple pairs at the same time. Utility
거미줄 궁극적 인 프로 소개:10 년 동안 거래를위한 가장 진보되고 포괄적 인 전문가 고문 설명:거미줄 궁극적 인 프로는 10 년 이상의 전문가 고문 개발 및 광범위한 거래 경험의 절정입니다. 이 첨단 기술은 10 가지 이상의 전략을 결합하고 있으며,각 전략은 세심하게 설계되고 최적화되어 있습니다. 정교한 거래 기술 및 분석 방법론의 배열로,거미줄 궁극적 인 프로 동적 외환 시장에서 비교할 수없는 이점을 가진 상인을 제공합니다. 100 천개 라이브 신호 분석: https://www.mql5.com/en/signals/1999922 확실히! 거미줄 궁극적 인 프로 라이브 계정에$100,000 투자하는 것은 헌신이 전문가 고문의 광범위한 기능을 활용 보여줍니다. 이러한 투자가 유리할 수 있는 몇 가지 이유는 다음과 같습니다: 1. 포괄적 인 전략 통합:거미줄 궁극적 인 프로는 10 개 이상의 신중하게 만들어진 거래 전략을 결합하여 10 년 이상의 전문 지식을 얻었습니다. 상당한
Real-Time Spread Display Tool A   real-time spread display tool   is a specialized software or application designed to provide traders and investors with instant, live data on the   spread —the difference between the bid price (the price at which buyers are willing to purchase an asset) and the ask price (the price at which sellers are willing to sell it)—for various financial instruments. This tool is critical in markets such as forex (FX), stocks, futures, and cryptocurrencies, where price f
EA Auditor
Stephen J Martret
EA AUDITOR - VERIFY EA'S BEFORE YOU BUY The Only Independent EA & Signal Verification Tool for MetaTrader 5 MAKE SMARTER EA PURCHASES. EVERY TIME. The MQL5 market is home to some genuinely outstanding Expert Advisors built by talented developers — strategies that can transform your trading. But it can also include EAs with history readers coded in to produce fake backtest results, curve-fitted strategies, manipulated signals, and EAs falsely marketed as "AI-powered" or "machine learning" when th
Boleta de negociação, adiciona automáticamente as ordens Take Profit e Stop Loss quando excutada uma ordem de compra ou venda. Ao apertar as teclas de atalho (A, D, ou TAB), serão inseridas duas linhas de pre-visualização, representando as futuras ordens de take profit (azul) e stop loss (vermelho), as quais irão manter o distanciamento especificado pelo usuário. Ditas ordens só serão adicionadas ao ser executada a ordem inicial. Ao operar a mercado, as ordens pendentes de take profit, e stop lo
AUTO RISK MANAGER PRO: 포렉스 거래에서 당신의 파트너! AUTO RISK MANAGER PRO_MT4 — MT4용 버전 데모 버전 + 자세한 설명 감정 때문에 돈을 잃는 것을 멈추세요! 이제 전문가 알고리즘에게 리스크 관리를 맡길 때입니다. 한번 상상해 보세요: 시장이 갑자기 당신의 포지션  으로 움직이는데, 그 순간 당신은 잠을 자거나, 일하거나, 가족과 시간을 보내고 있습니다. 익숙한 이야기인가요? Auto Risk Manager Pro — 더 이상 그렇지 않습니다! 장점 혁신적인 리스크 관리 접근 방식 24/7 자동 자본 보호 당신이 컴퓨터 앞에 없을 때도 작동 정확한 이익 목표 — 필요한 순간에 수익 고정 엄격한 손실 제한 — 치명적인 손실을 차단 멀티통화 지원 — 모든 거래 상품과 호환 차트를 닫아 EA까지 함께 언로드 가능 컨트롤 패널 Control Panel Settings PanelColor = clrDarkSlateGray; — 패널 색상
Welcome to Smart Algo Trade Panel Manager MT5 - the ultimate   risk management tool designed to make trading more effective based on user needs.  It is a comprehensive solution for seamless trade planning, position management, and enhanced control over risk. It does not matter weather you a beginner or an advanced trader, or a scalper needing rapid executions, SmartAlgo Trade Panel  adapts to your needs offering flexibility across all markets of your choice. You can put SL, Lot and TP of choice
Tiger Lite
Dang Cong Duong
Tiger Lite recreate the history of entry and exit orders. The goal is that you can grasp their strategy how to play. CSV format support for WEB, MT4 and MT5 platforms. The sequence of steps is described in the photo. Note: Please choose the existing date and symbol on the CSV file. For MT4/5, export historical data and copy the records to excel, save it with the extension CSV. For MT4/MT5/WEB, save the name with format mt4.csv/mt5.csv/web.csv If you get the history from another source and your
FREE
Binance is a world-renowned cryptocurrency exchange! In order to facilitate the real-time data analysis of the encrypted digital currency market, the program can automatically import the real-time transaction data of Binance Futures to MT5 for analysis. The main functions are: 1. Support the automatic creation of USD-M futures trading pairs of the Ministry of Currency Security, and the base currency can also be set separately. The base currency BaseCurrency is empty to indicate all currencies,
Binance Quotes Updater
Andrey Khatimlianskii
5 (1)
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
TerminatorTrades
Uriel Alfredo Evia Canche
"Terminator Trades " EA robot, built on the powerful MQ5 code,  is designed to simplify the process of closing your positions and pending orders. You can adjust if you want close all the trades or by specific symbols. With just a single click on a button, you can efficiently manage your current positions, ensuring that you never miss an opportunity to terminate a trade.  Close Trades , Delete Pending Orders with Terminator Trades. 
FREE
Chart Time Plus MT5
Isaac Montesinos Valdes
Description:   -   Chart Time + Indicator is very simple and easy, but it can be very important to control the time before opening any manual trade. This indicator shows the time in a panel between 3 different options. Can be possible to move the panel with mouse or with fixed coordinates on the chart. Input Parameters:   -   Local Time : Enable Local Time if you want to show it (Personal Computer Time).   -   Server Time : Enable Server Time if you want to show it (Broker Time).   -   GMT Time
Premium Trade Panel Pro MT5 is a professional trading utility designed to assist traders in executing and managing trades efficiently within the MetaTrader 5 platform. The panel provides a convenient dashboard directly on the chart, allowing traders to open, manage, and control positions quickly while maintaining proper risk management. This tool is suitable for manual traders who require faster trade execution and efficient position management. One-Click Trading Open BUY or SELL positions inst
OVERVIEW Transform your MT5 trading account into an automated signal execution station! This Expert Advisor automatically receives and executes trading signals from Telegram channels in real-time, enabling seamless copy trading operations from master accounts. SYSTEM NOTICE: This EA receives and executes trading signals FROM Telegram channels. To broadcast signals TO Telegram, you need the companion EA: " Telegram Signal Broadcaster MT5 " (sold separately).  KEY FEATURES: Automated signal recept
Position Limit Monitor Full: Total Control of Your Trading Operations Are you looking for an efficient way to manage both your open positions and pending orders? Position Limit Monitor Full is the all-in-one solution you need to maintain total control over your trading activity. Key Features: Real-time Monitoring: Constantly tracks the number of open positions and pending orders in your account. Customizable Limits: Easily set the maximum number of open positions and pending orders you want to m
Envelopes RSI Zone Scalper MT5 EA Unleash your trading edge with the Envelopes RSI Zone Scalper MT5 EA , an Expert Advisor for MetaTrader 5, engineered to thrive in any market—forex, commodities, stocks, or indices. This dynamic EA combines the precision of Envelopes and RSI indicators with a zone-based scalping strategy, offering traders a versatile tool to capitalize on price movements across diverse instruments. Whether you’re scalping quick profits or navigating trending markets, this EA del
FREE
ORB Master Breaker
VALU VENTURES LTD
Configurable Opening Range Breakout EA Professional opening range breakout strategy with comprehensive filtering system and advanced risk management Strategy Overview This Expert Advisor implements the proven Opening Range Breakout (ORB) strategy, designed specifically for NYSE market hours. The EA identifies the opening range during the first 15 minutes after NYSE open and executes breakout trades when price moves beyond this range with confirmation. Core Features Risk Management Configurable
TrailNow Ghost EA - 고급 클라이언트 사이드 트레일링 스톱 유틸리티 TrailNow Ghost EA - 고급 클라이언트 사이드 트레일링 스톱 유틸리티 개요 TrailNow Ghost EA는 서버 사이드 스톱 로스 주문을 수정하지 않고 정교한 클라이언트 사이드 트레일링 스톱 기능을 구현하는 고급 MetaTrader 5 유틸리티입니다. 이 혁신적인 접근 방식은 다양한 브로커 환경 및 거래 전략과의 호환성을 유지하면서 트레이더에게 포지션 관리에 대한 향상된 제어를 제공합니다. 핵심 기능 고스트 트레일링 스톱 시스템 EA는 다음과 같은 "고스트" 트레일링 스톱 메커니즘을 사용하여 작동합니다: 포지션과 대기 주문을 실시간으로 모니터링 가격 움직임을 기반으로 가상 트레일링 스톱 레벨 계산 고스트 스톱 레벨이 트리거될 때 포지션 종료 실행 원래 서버 사이드 스톱 로스 주문을 그대로 유지 차트 디스플레이 요소를 통한 시각적 피드백 제공 주요 특징 멀티 심볼 지원 모든 심볼 또는 특
Telegram to MT5 Coppy
Sergey Batudayev
5 (8)
Telegram에서 MT5로:   최고의 신호 복사 솔루션 DLL 없이도 Telegram 채널과 채팅에서 MetaTrader 5 플랫폼으로 거래 신호를 직접 복사하는 최신 도구인 Telegram to MT5를 사용하여 거래를 간소화하세요. 이 강력한 솔루션은 정밀한 신호 실행, 광범위한 사용자 정의 옵션을 제공하고 시간을 절약하며 효율성을 높여줍니다. [ Instructions and DEMO ] 주요 특징 직접 Telegram API 통합 전화번호와 보안 코드를 통해 인증하세요. 사용자 친화적인 EXE 브리지를 통해 채팅 ID를 쉽게 관리하세요. 여러 채널/채팅을 추가, 삭제, 새로 고침하여 동시에 신호를 복사합니다. 고급 필터를 사용한 신호 파싱 예외 단어(예: "보고서", "결과")가 포함된 원치 않는 신호를 건너뜁니다. 유연한 SL 및 TP 형식을 지원합니다: 가격, 핍 또는 포인트. 가격 대신 포인트를 지정하는 신호에 대한 진입 포인트를 자동으로 계산합니다. 주문 맞춤화 및
Draw Agent MT5
Omar Alkassar
5 (1)
Draw Agent는 모든 차트 분석, 낙서, 메모 등을 만들고 관리할 수 있는 아름답고 혁신적인 방법으로 설계되었습니다. 이 도구는 차트 공간을 칠판으로 취급하고 손으로 그리는 자유 그리기 방법을 제공합니다. 이 자유형 그리기 도구를 사용하면 차트에서 이벤트를 표시하거나 강조 표시하기 위해 MT4/MT5 차트에 그릴 수 있습니다. Elliott 파동을 손으로 작성하거나, 차트에 선을 긋거나, 차트에 아이디어를 설명하려는 경우   유용한 도구입니다. 클라이언트를 위한 라이브 웨비나를 실행하거나 사람들에게 스크린샷 또는 차트 파일을 배포하는 경우 특히 유용합니다. 또한. Draw Agent 설치 및 입력 가이드 EA 추가 URL(   http://autofxhub.com   ) MT4/MT5 터미널(스크린샷 참조)   에 대한 알림을 받으려면   . MT4 버전   https://www.mql5.com/en/market/product/14929 MT5 버전   https://www.
Trading Companion is an EA bridge to the Telegram chat. It does not place trades, it provides to your Telegram's terminal information about your accounts - it can be used with any other EA, indicator or trading solution. It notifies you about the server lag (ping between your terminal and your broker) and includes a feature to withdraw wisely from your account.‌ Settings Ping limit: default 300ms - will warn you if ping is superior Basis Fund: 0, deactivated - each time you will withdraw, it is
FREE
T Manager for Price action Traders
Haidar Lionel Haj Ali
4.5 (10)
T Manager, the ultimate trade management solution designed by traders for traders. If you are searching for a simple and efficient trade panel, trade manager, or trade assistant, you are at the right place.   The market contains a diverse number of those tools , but this one is designed by traders for traders . I designed this tool, and I am using it daily. Take my advice and stop buying tools blended with un-useful features that you will never use,   T Manager provides you with the essential y
This script is designed to download a long history of cryptocurrency quotes from the Binance exchange. You will find it perfectly suitable if you want once to download the history of cryptocurrencies for charts analyzing, collecting statistics or testing trading robots in the MetaTrader 5 strategy tester, or if you need to update the history not very frequently (for example, once a day or once a week). After running the script, you will have fully featured (but not automatically updated) cryptoc
Symbol Cost Info
Opeyemi Fuad Anokwu
Introducing the “Symbol Cost Info MT5” indicator – your ultimate tool for staying ahead in the forex market! This innovative indicator is designed to empower traders with real-time cost information, directly on their charts. Here’s why every trader needs the “Symbol Cost Info MT5” in their arsenal: Real-Time Spread Monitoring : Keep a close eye on the spread for any currency pair, ensuring you enter the market at the most cost-effective times. Pip Value at Your Fingertips : Instantly know the v
FREE
Telegram to mt5 signal copier
Chukwuemeka Kingsley Anyanwu
5 (1)
Copies Signal from any Telegram channel and instantly executes the trade on MT5 without admin rights! Do you receive trading signals on Telegram and wish they could execute instantly on Meta Trader 5? READ THIS FOR SETUP GUIDE Telegram to MT5 Signal Copier is a powerful bridge between your Telegram signal channels and MetaTrader 5. It listens to messages from a specific Telegram channel and automatically extracts trading signals — including symbol, action, entry price, stop loss, and take prof
Binance Copier allows to seamlessly and easily copy trades between MT5 and Binance Futures! The tool's main feature is to replicate trades and all available orders between MetaTrader 5 and Binance that can be applied to both Expert Advisors and manually opened ones. Key Features: Bidirectional Copying - MT5 → Binance (Master Mode): Copy your MT5 trades to Binance - Binance → MT5 (Slave Mode): Mirror Binance positions in MT5 - Real-time synchronization with configurable delays Complete Trade M
AO Trade
Ka Lok Louis Wong
AO Trade 시스템은 경매 또는 뉴스 시간을 기준으로 하여 다른 특정 주문 시간과 비교하여 시장 트렌드를 예측하기 위해 특별히 설계되었습니다. **EA에서 사용하는 모든 시간 매개 변수는 귀하의 터미널 시간을 기반으로 합니다. 다양한 브로커들은 서로 다른 GMT 시간대에서 작동할 수 있으며, 여름 시간 조정으로 인해 더욱 다양할 수 있습니다.** **구현하기 전에 귀하의 터미널에 맞는 시간 설정을 주의 깊게 확인하십시오.** 권장 설정: M1 시간대에서 사용 HK50 / DE40 / ustec / UK100 시간 체크 중에는 특정 체크 시간 분(1.2 체크 시간 분) 후에 가격 확인이 발생한다는 것을 알 수 있습니다. 이 설계는 의도적으로 이루어졌으며, 참조중인 바(bar)가 완료되도록하고, 주문 시간과의 정확한 비교를 위해 개방, 고점, 저점 및 종가 값을 활용할 수 있도록 합니다. 설정 -----------------1 타이머------------------- 1.1
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (208)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
TradePanel MT5
Alfiya Fazylova
4.86 (148)
Trade Panel은 다기능 거래 보조원입니다. 이 애플리케이션에는 수동 거래를 위한 50개 이상의 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 전략 테스터에서는 애플리케이션이 작동하지 않습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 버전 여기 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래 작업을 수행할 수 있습니다: 자동 위험 계산을 통해 지정가 주문 및 포지션을 엽니다. 한 번의 클릭으로 여러 주문과 포지션을 열 수 있습니다. 주문 그리드를 엽니다. 그룹별 대기 주문 및 포지션을 마감합니다. 포지션 반전(매수 청산 후 매도 개시 또는 매도 청산 후 매수 개시). 포지션 고정(매수 포지션과 매도 포지션의 양을 동일하게 하는 추가 포지션 개설). 한 번의 클릭으로 모든 포지션을 부분 청산합니다. 모든 포지션의 이익실현과 손절매를 동일한 가격 수준으로 설정합니다. 모든 포지션에 대한 손절매를 해당 포지션의 손익 분기
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading Approac
Copy Cat More Trade Copier MT5 (복사 고양이 MT5) 는 오늘날의 거래 과제를 위해 설계된 로컬 거래 복사기이자 완전한 위험 관리 및 실행 프레임워크입니다. 프롭펌 챌린지부터 개인 포트폴리오 관리까지, 견고한 실행, 자본 보호, 유연한 구성 및 고급 거래 처리의 조합으로 모든 상황에 적응합니다. 복사기는 마스터(송신자)와 슬레이브(수신자) 모드 모두에서 작동하며, 시장 주문과 예약 주문, 거래 수정, 부분 청산 및 헷지 청산 작업의 실시간 동기화를 제공합니다. 데모 및 실계좌, 거래 또는 투자자 로그인과 호환되며, EA, 터미널 또는 VPS가 재시작되어도 지속적인 거래 메모리 시스템을 통해 복구를 보장합니다. 고유 ID로 여러 마스터와 슬레이브를 동시에 관리할 수 있으며, 브로커 간 차이는 접두사/접미사 조정 또는 사용자 정의 심볼 매핑을 통해 자동으로 처리됩니다. 매뉴얼/설정  | Copy Cat More MT4 | 채널  특별 기능: 설정이 간편함 —
Smart Stop Manager – 전문 트레이더 수준의 자동 스톱로스 실행 개요 Smart Stop Manager는 Smart Stop 라인업의 실행 계층으로, 여러 개의 오픈 포지션을 보유한 트레이더를 위해 설계된 구조적이고 신뢰할 수 있으며 완전 자동화된 스톱로스 관리 시스템입니다. 모든 활성 거래를 지속적으로 모니터링하고, Smart Stop 시장 구조 로직을 사용해 최적의 스톱레벨을 계산하며, 명확하고 투명한 규칙에 따라 스톱을 자동으로 업데이트합니다. 단일 자산부터 전체 멀티심볼 포트폴리오까지, Smart Stop Manager는 모든 거래에 규율, 일관성, 그리고 완전한 리스크 가시성을 제공합니다. 감정적 판단을 제거하고, 수동 작업을 줄이며, 모든 스톱이 항상 시장 구조 기반의 논리적 진행을 따르도록 보장합니다. 하이라이트 시장 구조 기반 자동 스톱 배치 • 모든 오픈 포지션을 평가하여 Smart Stop 로직에 기반한 최적의 스톱로스를 자동 적용합니다. 포트폴
Telegram To MT5 Receiver
Levi Dane Benjamin
4.53 (15)
가입한 모든 채널에서 (개인 및 제한된 채널 포함) 시그널을 바로 MT5로 복사합니다.   이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용할 수 있습니다! 사용자 가이드 + 데모  | MT4 버전 | 디스코드 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT5 특징 여러 채널에서 동시에 신호를 복사합니다. 개인 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다.   (원하는 경우에는 사용할 수 있습니다) 위험 % 또는 고정된 로트로 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 또는 복사할 신호를 사용자 정의할지 선택할 수 있습니다. 모든 신호를 인
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus 는 MetaTrader 5 플랫폼에서 거래 효율성과 효과를 향상시키기 위해 설계된 고급 거래 관리 도구입니다. 리스크 계산, 주문 관리, 고급 그리드 시스템, 차트 기반 도구 및 성과 분석 등 포괄적인 기능을 제공합니다. 주요 기능 1. 리커버리 그리드 불리한 시장 상황에서 거래를 관리하기 위한 평균화 및 유연한 그리드 시스템을 구현합니다. 거래 회복을 최적화할 수 있도록 전략적인 진입 및 종료 포인트를 제공합니다. 2. 스택 그리드 강한 시장 움직임 동안 포지션을 추가하여 유리한 거래에서 잠재적 수익을 극대화하도록 설계되었습니다. 유리한 시장 트렌드에서 승률을 높이며 거래를 확장할 수 있도록 합니다. 3. 손익(P&L) 라인 차트에서 잠재적인 수익 및 손실 시나리오를 시각적으로 표현합니다. 설정을 조정하고 P&L 라인을 드래그하여 실행 전에 다양한 거래 결과를 평가할 수 있습니다. 4. 바스켓 모드 동일한 심볼에 여러 포지션을 단일 집계 포지션으로 결합하여 관리합니
The News Filter MT5
Leolouiski Gan
4.74 (19)
이 제품은 뉴스 시간 동안 모든 전문가 어드바이저 및 수동 차트를 필터링하여 수동 거래 설정이나 다른 전문가 어드바이저가 입력한 거래가 파괴될 수 있는 급격한 가격 상승으로부터 걱정하지 않아도 됩니다. 이 제품은 또한 뉴스 발표 전에 열린 포지션과 대기 주문을 처리할 수 있는 완전한 주문 관리 시스템이 함께 제공됩니다.   The News Filter  를 구매하면 더 이상 내장 뉴스 필터에 의존할 필요가 없으며 이제부터 모든 전문가 어드바이저를 여기서 필터링할 수 있습니다. 뉴스 선택 뉴스 소스는 Forex Factory의 경제 캘린더에서 얻어집니다. USD, EUR, GBP, JPY, AUD, CAD, CHF, NZD 및 CNY와 같은 어떤 통화 기준으로 선택할 수 있습니다. Non-Farm (NFP), FOMC, CPI 등과 같은 키워드 식별을 기준으로 선택할 수도 있습니다. 저, 중, 고 영향을 가지는 뉴스를 필터링할 수 있도록 선택할 수 있습니다. 차트와 관련된 뉴스만 선
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MT5용 트레이드 복사기는 metaТrader 5 플랫폼용 트레이드 복사기입니다   . 그것은 사이의   외환 거래를 복사합니다       모든 계정   COPYLOT MT5 버전의 경우   MT5   -   MT5, MT4   -   MT5 (또는 COPYLOT MT4 버전의 경우   MT4 -   MT4 MT5   -  MT4) 믿을 수 있는 복사기! MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 МТ4 터미널에서 거래를 복사할 수도 있습니다(   МТ4   -   МТ4, МТ5   -   МТ4   ):   COPYLOT CLIENT for MT4 이 버전은 МТ5   -   МТ5, МТ4   -   МТ5   터미널 간을 포함합니다. 거래 복사기는 2/3/10 터미널 사이의 거래/포지션을 복사하기 위해 만들어졌습니다. 데모 계정 및 투자 계정에서
Smart Stop Scanner – 실제 시장 구조 기반의 멀티자산 스톱로스 분석 시스템 개요 Smart Stop Scanner는 여러 시장에서 스톱로스 구조를 전문적으로 모니터링하기 위해 설계된 강력한 도구입니다. 실제 시장 구조, 핵심 브레이크아웃, 가격 행동 로직을 기반으로 가장 의미 있는 스톱 영역을 자동으로 감지하며, 고해상도(DPI 지원)의 깔끔하고 일관된 패널에 모든 정보를 표시합니다. 포렉스(FOREX), 금, 지수, 금속, 암호화폐 등 다양한 자산군을 지원합니다. 스톱 레벨 계산 방식 이 시스템은 기존의 인디케이터 공식을 사용하지 않습니다. 대신 브레이크아웃, 더 높은 고점, 더 낮은 저점 과 같은 실제 시장 구조 이벤트를 분석합니다. 스톱 레벨은 이러한 구조적 지점에서 직접 생성되므로 시장의 실제 움직임과 자연스럽게 일치하며, 더 신뢰도 높은 스톱 시스템을 제공합니다. 주요 기능 • 고정밀 멀티자산 호환성 포렉스, 금속, 금, 지수, 암호화폐 등 다양한
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. Check out Ultimate Extractor Cloud on mql5 for the Cloud version****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates detailed HTML reports with inte
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
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
한 번의 클릭으로 거래할 수 있는 거래 패널.   위치 및 주문 작업!   차트 또는 키보드에서 거래. 당사의 거래 패널을 사용하면 차트에서 직접 클릭 한 번으로 거래를 실행할 수 있으며 표준 MetaTrader 컨트롤보다 30배 빠르게 거래 작업을 수행할 수 있습니다. 매개변수와 기능의 자동 계산을 통해 트레이더는 더욱 빠르고 편리하게 거래할 수 있습니다. 그래픽 팁, 정보 라벨, 무역 거래에 대한 전체 정보는 MetaTrader 차트에 있습니다. MT4 버전 전체 설명   +DEMO +PDF 구입 방법 설치하는 방법     로그 파일을 얻는 방법     테스트 및 최적화 방법     Expforex의 모든 제품 열기 및 닫기, 반전 및 잠금, 부분 닫기/오토로트. 가상/실제 손절매/이익 실현/후행 정지/손익분기점, 주문 그리드 ... MetaТrader 5   의 주요 주문 거래 컨트롤 패널: 구매, 판매, 구매 중지, 구매 제한, 판매 중지, 판매 제한, 닫기, 삭제, 수
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
Trade Manager DaneTrades
Levi Dane Benjamin
4.36 (28)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 5 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT4 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
Entry In The Zone with SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1),
DrawDown Limiter
Haidar Lionel Haj Ali
5 (20)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Custom Alerts AIO: 다중 시장을 동시에 모니터링 – 설정 없이 즉시 사용 가능 개요 Custom Alerts AIO 는 복잡한 설정 없이 즉시 사용할 수 있는 통합 시장 모니터링 도구입니다. FX Power, FX Volume, FX Dynamic, FX Levels, IX Power 등 필요한 모든 지표가 내장되어 있어 별도의 설치나 구성 없이 알림 기능을 바로 사용할 수 있습니다. 차트 그래픽 없이 작동하며, Forex, 금속, 지수, 암호화폐 등 주요 자산군을 모두 지원합니다. 주식(Symbols)은 별도로 입력하여 추가할 수 있으나, MetaTrader에서는 일반적으로 제한적으로만 사용됩니다. 1. 왜 Custom Alerts AIO를 선택해야 하나요? 추가 라이선스가 필요 없습니다 • 모든 Stein Investments 지표가 내장되어 있어 별도 구매가 필요 없습니다. • 즉시 알림 기능을 시작할 수 있어 빠르고 간편합니다. 모든 시장을 하나의 도구로
Anchor: The EA Manager A coordination system for traders running multiple EAs. Anchor ensures only one EA can trade at a time, preventing conflicting positions and keeping your portfolio safer. Attach Anchor to any chart. Configure your EAs and their magic numbers. Anchor handles the rest. Built for portfolios. Built for discipline. Built for prop firms. The Problem Running multiple EAs on the same account creates risk. Two gold EAs can open opposite positions on the same candle. Three EA
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
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 takes over all the routine chart watching and execution.  Lazy Trader  handles the rest. full description What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston (ICT) / Linda Raschke - Can w
Notify To Telegram MT5 Expert Advisor will send notifications via Telegram when orders are opened/modified/closed on your MetaTrader 5 account. Send message to person, channel or group chat.  Easy to customize message.  Support custom message for all languages Support full Emoji.  Parameters Telegram Bot Token - create bot on Telegram and get token. Telegram Chat ID    - input your Telegram   user ID,   group /   channel ID, use comma to input multi chat ID as chat_id_1, chat_id_1 Magic number f
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
Auto Trade Copier is designed to copy trades to multiple MT4, MT5 and cTrader accounts/terminals with 100% accuracy. The provider and receiver accounts must be on the same PC/VPS. With this tool, you can copy trades to receiver accounts on the same PC/VPS. All trading actions will be copied from provider to receiver perfectly. This version can be used on MT5 accounts only. For MT4 accounts, you must use Auto Trade Copier (for MT4). Reference: - For MT4 receiver, please download Trade Receiver Fr
TradeMirror 은 MT4/MT5 플랫폼을 위해 특별히 설계된 현지화된 주문 복사 도구로, 실시간 거래 작업을 동기화합니다. 제품 장점 금융 소프트웨어의 보안성, 안정성 및 개인정보 보호에 대한 높은 표준 요구사항을 기반으로, 우리는 세 가지 핵심 차원에서 심층 최적화를 수행했습니다: 직관적이고 간결한 그래픽 인터페이스로 누구나 쉽게 조작 가능 강화된 개인정보 보호 메커니즘으로 금융 환경의 민감한 데이터 격리 요구 충족 밀리초 단위의 주문 동기화로 신호 분배의 정확성과 지연 없음 보장 MT4/MT5 양 플랫폼과 완전히 호환되어 다양한 거래 환경에 원활하게 적용 지능형 시스템 모니터링과 이메일 알림을 결합하여 거래 안정성을 실시간으로 보장 핵심 기능 특성 제품은 다음과 같은 전문적인 복사 기능을 탑재하고 있습니다: 다중 계정 병렬 연결 이메일 실시간 푸시 맞춤형 로트 크기 조정 신호 필터링 메커니즘 역방향 거래 모드 손절매/이익실현 재설정 무료 체험 절차 정식 구매 전, 다음 단
Take a Break MT5
Eric Emmrich
4.75 (24)
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
실제로 발생했던 단 하나의 시장 경로만으로 EA를 테스트하지 마십시오. 여러 개의 그럴듯한 시장 에서 테스트하여 그 로직이 정말로 견고한지 확인하십시오. 전통적인 백테스트에는 근본적인 한계가 있습니다. 그것은 시스템이 단 하나의 실제 과거 에서 어떻게 작동했는지만 보여준다는 점입니다. 문제는 바로 여기에 있습니다. 시장은 전혀 다른 여러 경로를 따라 움직였을 수도 있습니다. 그리고 실제 히스토리에서 잘 작동하는 EA라도, 조건이 조금만 달랐으면 같은 방식으로 작동하지 않을 수 있습니다. 바로 이 지점에서 AntiOverfit PRO 가 등장합니다. AntiOverfit PRO는 시스템을 하나의 과거에만 평가하는 대신, 해당 심볼의 실제 히스토리 데이터로부터 통계적으로 일관된 여러 개의 대체 시장 을 생성합니다. 이것은 무작위 시뮬레이션이 아닙니다. 각 합성 시장은 원래 시장의 핵심 통계적 특성을 유지하면서도, 서로 다른 가격 움직임의 순서를 가집니다. 서로 다른 시장이지만, 충분
MT5 Professional Copy Trading System (MT5 버전) MT5 Professional Copy Trading System은 산업급 초고속 LOCAL 트레이드 코피어 로, 전문 트레이더, 시그널 제공자, 기관 수준의 멀티 계정 운용을 위해 설계되었습니다. 일반적인 클라우드 기반 또는 리테일용 복사 도구와 달리, 본 시스템은 동일한 Windows 환경에서 여러 터미널을 실행하는 것을 전제로 한 LOCAL 아키텍처를 기반으로 구축되었습니다. 산업급 LOCAL 아키텍처 LOCAL 설계를 통해 동일한 PC 또는 동일한 Windows VPS 인스턴스에서 실행되는 터미널 간 통신이 최소 지연과 높은 안정성으로 이루어집니다. 불필요한 네트워크 의존성을 줄임으로써 더 빠른 동기화, 정확한 실행, Master와 Receiver 계정 간 높은 일관성을 제공합니다. 이는 전문 거래 환경과 24/7 무인 운용에 적합합니다. Master / Slave / Self-Copier +
제작자의 제품 더 보기
VisualVol EURUSD
Maxim Kuznetsov
The indicator highlights the points that a professional trader sees in ordinary indicators. VisualVol visually displays different volatility indicators on a single scale and a common align. Highlights the excess of volume indicators in color. At the same time, Tick and Real Volume, Actual range, ATR, candle size and return (open-close difference) can be displayed. Thanks to VisualVol, you will see the market periods and the right time for different trading operations. This version is intended f
FREE
XFlow CHF
Maxim Kuznetsov
XFlow shows an expanding price channel that helps determine the trend and the moments of its reversal. It is also used when accompanying transactions to set take profit/stop loss and averages. It has practically no parameters and is very easy to use - just specify an important moment in the history for you and the indicator will calculate the price channel. This is a demo version limited to CHF currency pairs. Designed to familiarize you with the interactive use of XFlow DISPLAYED LINES ROTATE
FREE
IntradayMagicGBP
Maxim Kuznetsov
4 (1)
IntradayMagic прогнозирует характер ATR и тиковых объёмов на 1 сутки вперёд. Индикатор не перерисовывается и не отстаёт. Используя Intraday Magic вы можете значительно повысить качество торговли и избежать излишних рисков. По его показаниям можно детектировать кризисные состояния рынка и моменты разворота тренда, уточнять моменты и направления входов. Это бесплатная ознакомительная версия ограничена символами (парами) включающими GBP. Никаких иных ограничений нет. Для других пар вы можете исполь
FREE
The script calculates the rate of price change and its deviation. Displays a typical price movement channel. Transfer the script to the chart and it will automatically mark up the channels through which the price can move in the near future. Place orders according to the channel boundaries. The script uses statistical methods to determine the rate and amplitude of the price. It calculates and displays channels and limits of further movement based on them.  This   version   is   intended   for
FREE
Script for quick updates (synchronization) up-to-date data in the SQLite database. Saves open positions and orders, current quotes. Take advantage of SQLite's capabilities for intermediate data storage, analytics, and integrations of the MetaTrader platform. Keep all your data in one place. Use the saved data in SQL analytical queries, from Python and other languages, to build dashboards Parameters useDefaults true - use default parameters. Save data to the COMMON hierarchy, to the db/ram/{s
FREE
SyncDB LT
Maxim Kuznetsov
A   service   to   keep   the   SQLite   database up   to   date .   Fast   real -t ime   operation .   Saves   open   positions   and   orders ,   current   quotes ,   and   trading   history .   Take   advantage   of   SQLite 's   capabilities   for   intermediate   data   storage ,   analytics ,   and   integration   of the   MetaTrader   platform .   Save   all   your   data   in   one   place .   Use   the   saved   data   in   SQL   analytical   queries ,   from   Python   and   other   la
FREE
Script for quick updates (synchronization) trade history in the SQLite database. Saves closed positions and orders, symbols data. Take advantage of SQLite's capabilities for intermediate data storage, analytics, and integrations of the MetaTrader platform. Keep all your data in one place. Use the saved data in SQL analytical queries, from Python and other languages, to build dashboards Parameters useDefaults   true - use default parameters. Save data to the COMMON hierarchy, to the db/ram/{s
FREE
MalteseCross GBP
Maxim Kuznetsov
Maltese cross GBP   Универсальный инструмент для определения трендов, флетов и торговли по графическим паттернам. Объединяет техники Гана, Эллиота, Мюррея. Просто разместите его на графике и он покажет направление и скорость движения цены, выделит разворотные моменты. Maltese cross поможет точно определять узловые моменты в истории, планировать торговые действия и сопровождать открытые сделки.  Эта бесплатная демонстрационная версия MalteseCross ограничена GBPUSD и кроссами GBP. Никаких прочих о
FREE
Another Relation
Maxim Kuznetsov
Another Relation displays the relative movement of the other symbols (up to 5) in a separate chart window. The indicator works currency pairs, indices and other quotes. Another Relation allows to visually estimate the symbol correlation and their relative amplitude. Thus, the trader is able to compare the movement of the current instrument to others, identify correlations, delays and make decisions based on their general movement. Indicator usage The window displays the data on all the symbols
SMArrows
Maxim Kuznetsov
Reliable SMA reversal signals. No repainting. Simple settings. Suitable for binary options. Made for maximum traders' convenience. The indicator performs a complex analysis of a price movement relative to SMA and displays the array which is to be most probably followed by a price impulse and SMA reversal. Internal sorting mechanisms sort out definitely late, unreliable or inefficient entries. Options SMA_PERIOD - considered SMA period should be no less than 24, the default is 44 SMA_APPLIED - S
SpeedChan
Maxim Kuznetsov
SpeedChan Leading indicator. Marks in the future two price channels - if the price comes into the channel, then the quote changes with the speed specified in the parameters. In these areas, price reversals are most likely. Two price channels are displayed - one on top, showing the growth rate; the second one - below, shows the speed of the fall. Channels are displayed as a solid center line and two borders drawn with a dotted line. In many cases, the area between the channels is not important fo
Intraday Magic
Maxim Kuznetsov
IntradayMagic predicts the nature of ATR and tick volumes for 1 day ahead. The indicator does not redraw and does not lag behind. Using Intraday Magic, you can significantly improve the quality of trading and avoid unnecessary risks. According to its indications, you can detect the crisis state of the market and the moments of trend reversal, specify the moments and directions of entries. How the indicator works Periodic events, exchange schedules, Bank schedules, expirations, and other similar
Maltese cross
Maxim Kuznetsov
A universal tool for determining trends, flats and trading on graphical patterns. Combines the techniques of Gan, Elliot, and Murray. Just place it on the chart and it will show the direction and speed of the price movement, highlight the turning points. Maltese cross will help you accurately determine the key points in the history, plan trading actions and accompany open transactions. Basic principles Maltese Cross displays the Trend, Flat and Impulse lines before and after the selected momen
Inguz 4
Maxim Kuznetsov
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate exce
XFlow4
Maxim Kuznetsov
XFlow shows an expanding price channel that helps determine the trend and the moments of its reversal. It is also used when accompanying transactions to set take profit/stop loss and averages. It has practically no parameters and is very easy to use - just specify an important moment in the history for you and the indicator will calculate the price channel. DISPLAYED LINES ROTATE - a thick solid line. The center of the general price rotation. The price makes wide cyclical movements around the
Bright Road MT5
Maxim Kuznetsov
The indicator shows the direction and sustainability of the trend, as well as its reversals. Use the indicator to search for successful entries, the performance bottlenecks to minimize risk and time to exit deals. The indicator is never redrawn . It is an easy-to-setup visual tool for both novice and experienced traders It fits any trading style. The indicator is displayed immediately at a candlestick open as two lines: ROAD - smoothed movement. It is drawn as a solid orange line BRIGHT - trend
AnotherSymbol displays the relative movement of another symbol on the current chart as candlesticks, High/Low or Close lines. The plotted chart is aligned to the selected Moving Average and scaled by the standard deviation. When sing this data representation the trader should focus not on the absolute values, but on the behavior of the price relative to the Bollinger bands. Another Symbol provides additional opportunities in the pair strategies and cross rates trading. Main Parameters SYMBOL -
Prima MT5
Maxim Kuznetsov
Price Reversion Indicator based on MA shows trend reversals. The indicator algorithm provides highly reliable entry points, and its simple settings allow using it for any symbol and trading style. Signals are generated at the opening of a bar and are not redrawn. Prima analyzes the relative movement of two moving averages (fast and slow) with respect to the price, and determines the moments when the next movement will cause the reversal of the two MAs with a high probability. These points are ma
IntradayMagic predicts the nature of ATR and tick volumes for 1 day ahead. The indicator does not redraw and does not lag behind. Using Intraday Magic, you can significantly improve the quality of trading and avoid unnecessary risks. According to its indications, you can detect the crisis state of the market and the moments of trend reversal, specify the moments and directions of entries. How the indicator works Periodic events, exchange schedules, Bank schedules, expirations, and other similar
MartinGame 5
Maxim Kuznetsov
Trading can be fun and exciting! The MartinGame Expert Advisor game will help you get acquainted with money management while having fun, understand the value of correct forecasts and just pass the time usefully. You will act as an analyst predicting the direction and strength of the trend, and the wayward "Martin" will listen to your advice and try to follow them. Rules of the game All transactions are made by your ward "Martin". He has absolutely no knowledge of analysis, always uses fixed ta
Variativity
Maxim Kuznetsov
The indicator evaluates the degree of price variability and identifies the components leading to growth and fall. Using Variability, you can determine the places where the movement changes, successful moments for trading on the trend or against the trend. Accompany open transactions. DISPLAY The indicator displays 3 lines: VARIABILITY - a thin gray line. Total price variability. The growth of the line indicates an increase in market activity. The decline shows the possibility of counter-trend tr
AutoGan
Maxim Kuznetsov
The script statistically reveals the main rate of movement (Gan angle) for the selected instrument. Using mathematical methods, it determines the speed of following the candles of the current timeframe against the background of the older one. Just place AutoGan on the graph and it will perform the required calculations and correctly draw the Gan grid. The script is very easy to use, only the colors of the grid lines are set in the parameters. Parameters: GRID_COLORING : How many colors to us
MACD by MK
Maxim Kuznetsov
Use the opportunities of the MACD with maximum efficiency. Choose the price, filters and averaging method, all possible parameters. A unique feature of "MACD by MK"is the amplified signal line. The bends of the indicator have color designations and are additionally reflected on the main chart. By correlating them and the initial price, make your trading more qualitative. For ease of use, a neat ZigZag has been added A remarkable property of "MACD by MK" is the detection of motion attenuation.
AutoLevels
Maxim Kuznetsov
Automatic calculation and marking of resistance and price reversal levels. The script will perform statistical calculations and plot a regular grid on which the quote moves on the graph. These levels are very stable. Use them in trading planning and for placing pending orders. Just select a timeframe and AutoLevels will indicate the important places of the chart in the form of horizontal lines. Solid lines indicate more "dense" areas - areas of price reversal, where the quote happens more oft
Inguz
Maxim Kuznetsov
Ing (inguz,ingwar) - the 23rd rune of the elder Futhark ᛝ, Unicode+16DD. Add some runic magic to your trading strategies. The correct marking of the daily chart will indicate to you the successful moments for counter-trend trading. Simple to use, has high efficiency in volatile areas. Be careful in lateral movements. Signals ᛝ are generated when the main lines of construction intersect. Red arrow down - recommended sales Blue up arrow - recommended purchases rare purple arrows indicate exce
Ing
Maxim Kuznetsov
Intraday diagonal grid trading, development of Gan and Murray trading techniques. Relying on cyclical volatility, the Expert Advisor makes optimal inputs. Very easy to use - the main parameter is the minimum daily range. Additionally, you can set the parameters of averaging and profit taking. Every day, the ADVISER displays a diagonal network of lines forming a semblance of the Ing rune The BUY trading signal is the price crossing of the descending construction lines The SELL trading signal
SessionAlert
Maxim Kuznetsov
Taking into account the difference in trading sessions, the indicator shows the trend direction and the resistance level. All events are marked on the chart and alerts are sent. Using SessionAlert, you can trade calmly, steadily. You just need to specify the start and end time of the sessions. The indicator displays the resistance level, the arrow indicates the trend change event and additionally marks the price touching the resistance level. The principle of operation of the indicator is very s
XFlow
Maxim Kuznetsov
XFlow shows an expanding price channel that helps determine the trend and the moments of its reversal. It is also used when accompanying transactions to set take profit/stop loss and averages. It has practically no parameters and is very easy to use - just specify an important moment in the history for you and the indicator will calculate the price channel. DISPLAYED LINES ROTATE - a thick solid line. The center of the general price rotation. The price makes wide cyclical movements around the
DayRate
Maxim Kuznetsov
The script calculates the rate of price change and its deviation. Displays a typical price movement channel. Transfer the script to the chart and it will automatically mark up the channels through which the price can move in the near future. Place orders according to the channel boundaries. The script uses statistical methods to determine the rate and amplitude of the price. It calculates and displays channels and limits of further movement based on them.  Parameters PLACEMENT - channel place
MyChart
Maxim Kuznetsov
The beautiful design of the trading chart makes trading more convenient and enjoyable. MyChart neatly marks out the time and price grid. Marks up the visual labels of the graph. Displays candlesticks of the older period, spread and stop-level levels. Flexible options allow you to customize the appearance to your taste. It looks good in any color theme of the terminal.  Settings TIME & PRICE grid - the appearance of the time and price grid. You can turn the grids on/off separately. Set fonts and
필터:
리뷰 없음
리뷰 답변