SyncDB LT

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

This version "Learn & Test" is designed for familiarization and training, as well as debugging your programs.
The service will synchronize data only for demo accounts.
No other restrictions or differences from SyncDB (https://www.mql5.com/en/market/product/127024 )

Parameters

SyncDB LT creates and maintains 2 databases at the same time :

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

db/ram/{server_name}.{account}.trade-lt.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-lt.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-lt.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 LT service, and use the data in your applications and for integration.

This version "Learn & Test" is designed for familiarization and training, as well as debugging your programs.
The service will synchronize data only for demo accounts.
No other restrictions or differences from SyncDB (https://www.mql5.com/en/market/product/127024 )



Produits recommandés
ÉTAPE FRANCHIE : PFTA Honey Harvester v14 est OFFICIELLEMENT EN LIGNE sur le MT5 Market ! Après une ingénierie acharnée, un perfectionnement approfondi du système et une validation de stress dans le monde réel, PFTA Honey Harvester v14 a conquis avec succès le MetaTrader 5 Market Validator — l'un des environnements de tests automatisés les plus brutaux de l'industrie. Ce n'est PAS une simple approbation de base. ️ Le Validateur MT5 simule : Des pics de spread extrêmes Un chaos multi-sym
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
Outil multifonctionnel : Calculateur de Lot, Ordres Grid, Ratio R/R, Gestionnaire de Trades, Zones d'Offre et de Demande, Price Action et bien plus Version Démo   |   Manuel d'Utilisation L'Assistant de Trading   ne fonctionne pas dans le testeur de stratégies : vous pouvez télécharger la   Version Démo ICI  pour tester l' utilitaire . Contactez-moi   pour toute question  / idée d'amélioration / en cas de bug détecté Si vous avez besoin d'une version MT4, elle est disponible ici Simplifiez, acc
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
Защитите счёт от проскальзывания и ложных входов Многие стратегии показывают убыток не из-за плохой логики, а из-за входа в неподходящее время: на открытии/закрытии сессий, при аномальном спреде или в условиях низкой ликвидности. NovaSpread Guard — это интеллектуальный фильтр рыночных условий для MetaTrader 5, который автоматически блокирует торговлю, когда параметры рынка выходят за безопасные границы. ️ Ключевые возможности Мониторинг спреда в реальном времени — блокирует вход, если тек
Trade2Telegram
Strifor (Mauritius) Ltd
5 (5)
Trade2Telegram — un plugin pour les notifications de trades automatiques de MetaTrader vers Telegram. Cet outil est conçu pour les traders gérant des capitaux, animant des chaînes de signaux ou dirigeant des communautés éducatives. Le plugin copie toutes les opérations de trading depuis le terminal et les publie dans un chat, groupe ou canal Telegram sélectionné. Les messages sont envoyés automatiquement lorsque des positions sont ouvertes ou fermées, lorsque les niveaux de stop-loss ou take-pro
FREE
Advanced History Collector Panel for MT5 The Advanced History Collector Panel is a professional-grade account analysis and visualization indicator for MetaTrader 5 (MT5). It bridges the gap between raw trading logs and actionable insights by transforming execution data into interactive charts and comprehensive tables. Key Features: Comprehensive Data Metrics : Track daily/weekly profit and loss, long/short ratios, total volume, and deposit/withdrawal history. Dynamic Visualizations : Toggle betw
FREE
TradeMux Execution API Bridge MT5
SkyBlue Fintech Solutions LLP
Stop Coding in MQL. Start Trading in the Programming Language of Your Choice! TradeMux Execution API Bridge EA is the definitive industrial-grade gateway that connects your MT4/5 terminal to the TradeMux Unified Forex API ecosystem . Designed for algotraders,  fintech builders, and quant teams, this bridge EA allows you to skip weeks of MQL4/5 development and execute sophisticated strategies directly from Python, Node.js, or any REST-compatible stack with  sub-second latency . Quick Start Guide
FREE
Product Name: Smart Switch Dashboard STOP WASTING SECONDS. SECONDS COST MONEY. Are you losing trades because you're fumbling through the Market Watch? Is your workspace messy and slowing you down? In trading, Speed is everything. If you aren't organized, you are losing money to traders who are. Smart Switch Dashboard is not just a tool—it is your COMMAND CENTER . Designed for serious Scalpers and Day Traders who demand Speed, Precision, and Zero Lag. DOMINATE YOUR WORKFLOW 1. ULTRA-FAST SY
Market Maestro: Your Ideal Partner for Automated Forex Trading If you're looking for a reliable assistant for trading in the currency market, Market Maestro is exactly what you need. This modern Forex bot is built using the latest technologies and algorithms, allowing it to effectively analyze market data and make informed trading decisions in real-time. Key Features of Market Maestro 1. Multicurrency Capability for Broad Opportunities Market Maestro can work with a wide range of currency pairs,
Range Volume Hybrid Generator
Trade The Volume Waves Single Member P.C.
1. Introduction Range Volume Hybrid (RVH) is a MetaTrader 5 Expert Advisor that creates custom chart symbols using a unique dual-condition bar formation method. Unlike traditional charts where bars close based on a single criterion (time, range, or volume), RVH bars close only when BOTH a minimum price range AND a minimum volume threshold are met simultaneously.  Download also and install RVH Monito r Indicator - to control the EA from the custom charts (it's Free)  https://www.mql5.com/en/marke
CSP eurusd Strategy
Francisco Tomas Moreno Garcia
Stratégie CSP. Le backtest et l'optimisation ont été effectués sur des données historiques externes pour cette raison un backtest effectué sur meta trader5 ne montrera pas les mêmes bons résultats, néanmoins en plus du backtest, nous avons effectué un test réel pendant 1 semaine du 2023.03.27 au 2023.0330 les résultats sont exposés sur les images fournies. Conseils pour améliorer cette stratégie (et la plupart des stratégies). Comme certains d'entre vous l'ont peut-être constaté, nous avons t
Classic Market Surfer EA - A Timeless, Proven Strategy for Gold Trading For years, this powerful trading strategy has been hidden from the public-reserved for a select few. Now, for the first time, the Classic Market Surfer EA is available to traders like you.   Built on pure, time-tested trading principles, this EA doesn't rely on trendy gimmicks like AI or machine learning. Instead, it harnesses a classic, robust strategy that has consistently delivered results over the years. This is not a "g
Lunox Killzone
Akpofure Bright Gageche-gold
================================================================================ LUNOX SB-KILLZONE v2.0 - Professional Session Breakout Trading System ================================================================================ OVERVIEW -------- Lunox SB-Killzone is a sophisticated algorithmic trading system designed for  professional traders who understand institutional market structure and session- based trading dynamics. The Expert Advisor implements proven session breakout  methodologie
FREE
Exp5 The xCustomEA for MT5
Vladislav Andruschenko
4.27 (11)
The xCustomEA pour MetaTrader 5 — Expert Advisor universel pour indicateurs personnalisés Transformez presque n’importe quel indicateur personnalisé en stratégie de trading automatisée. The xCustomEA pour MetaTrader 5 est un Expert Advisor universel conçu pour lire les signaux de vos propres indicateurs et exécuter les ordres selon la logique que vous définissez. Il vous suffit d’indiquer le nom de l’indicateur, les buffers de signaux et les paramètres essentiels, puis l’EA utilise ces données p
Aurus Core
Dmitriq Evgenoeviz Ko
AURUS CORE: Multi-AI Consensus Architecture Aurus Core is more than just an advisor; it's a next-generation trading ecosystem built on the principle of multi-layered artificial intelligence consensus . The system is based on an architecture of four specialized AI agents, each responsible for a specific stage of trade filtering. AI Quartet (4-Layer Filter) Aurus Core opens a trade only when all four independent algorithms give an "APPROVED" signal: GEMINI Layer (Global Market Context): Analyzes
Aurus AI
Dmitriq Evgenoeviz Ko
Aurus AI : Multi-AI Architecture Aurus AI Core is more than just a trading advisor; it's a next-generation intelligent ecosystem based on the principle of multi-layered artificial intelligence consensus. The system consists of four specialized AI modules, each responsible for a separate stage of trade entry signal verification. Four-layer filter system The advisor opens a trade only when all four independent modules give an "APPROVED" signal: Market Sense Layer : Evaluates overall market volati
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
LT Candle Counter
Thiago Duarte
5 (3)
Candle Counter is a simple indicator that list the amout of candles in the day according to the current chart timeframe. It is specially useful for those teaching others how to trade, as it can draw attention to a specific candle of the day. Configuration: Reverse mode - if on, the actual candle is the first one. Position - Above or below the candles. Vertical distance - Vertical distance from the candles in pipets/points. Size - Font size. If you need help please don't hesitate to contact me.
FREE
AI Algo
Vasil Georgiev Todorov
AI Algo – Intelligent Automated Trading System for Gold (XAUUSD) AI Algo is a cutting-edge algorithmic trading bot designed specifically for high-volatility, high-impulse markets — with a core focus on gold (XAUUSD) . It combines machine logic , adaptive risk management , and multi-layered signal filtration to deliver accurate entries, consistent protection, and reliable performance — both in fully automated and semi-manual operation modes. Key Features: Smart Entry Logic Precision entr
Сообщения в Telegram из MT5 о торговых событиях: Открытие/закрытие сделок; Выставление/удаление отложенных ордеров. Версия утилиты для MT4 здесь: https://mql5.com/8bjjy Настройки  Telegram: Создайте своего бота. Для этого напишите для пользователя  @BotFather команду  /newbot , и следуйте инструкциям. В результате вы получите Token бота, примерно такой:   1245680170:BBGuDFVkTYIPtjSaXMgQEhdfg7BOQ6rl8xI.  Узнайте свой ID в  Telegram, для этого напишите пользователю  @userinfobot любое сообщение.
HTB Throne Gold Scalper EA est un système de trading automatique conçu pour XAUUSD (or), fonctionnant sur le timeframe M5. Ce système exécute des opérations de scalping intraday en se basant sur des règles prédéfinies et des paramètres de gestion des risques. Cet EA analyse la structure du marché et les conditions de volatilité pour sélectionner les opportunités de trading. Chaque opération est gérée individuellement. Il n’utilise ni stratégie de grille ni technique Martingale. Gestion des risqu
Universal Trend
Maryna Shulzhenko
The Universal Trend indicator was created to detect trends in price movement and allows you to quickly determine not only the direction of the trend, but also understand the levels of interaction between buyers and sellers. The indicator works on all timeframes and currency pairs. The indicator gives fairly accurate signals and it is customary to use it both in trending and flat markets. It is advisable to use the indicator in combination with other tools for more reliable signals and making a
SPECIAL LAUNCH OFFER: $30 (1-Month Rent) Limited time offer to build our community and gather feedback! AmbM GOLD Institutional Scalper A high-precision M5 algorithm for XAUUSD (Gold) , engineered to trade exclusively at Institutional Liquidity Levels ($5/$10 psychological marks). PERFORMANCE DATA (BUY ONLY) • Win Rate: 87.09%. • Safe Growth: +$4,113 profit on $10k (13.75% Max Drawdown). • Extreme Stress Test: Successfully generated +$22,997 in a 5-year stress test (2020-2026), proving
DDKiller Pro
Njaratahiry Michael Randrianiaina
Arrête de faire sauter ton compte. Une bonne fois pour toutes. DDKiller Pro est le gardien du risque MT5 qui tourne silencieusement sur ton graphique et coupe le trading dès qu'une limite est atteinte — que tu passes un challenge prop firm ou que tu gères ton propre compte CFD. Le problème que tout trader connaît : Tu fixes tes règles. Tu les enfreins quand même. Un trade de vengeance. Une position surleviéragée. Une session qui efface un mois de gains. DDKiller Pro retire cette décision de tes
SyncTradeSQL
Maxim Kuznetsov
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
BREAK RETEST NON-REPAINT. WORKS BEST AT M15 AND ABOVE.  Benefits Fewer false breakouts . Combining close confirmation + retest + previous-close filter greatly reduces noise vs. raw high/low breaks. Tighter execution plans . The drawn level line gives an objective spot for entries, stop placement (just beyond the level), and partial-take-profit structure. Non-repainting confidence . Signals are placed on current bar. Flexible across markets . Works on FX, indices, metals, crypto; scalping on M15
Expert. Automatic and manual trading. Ready-made trading system based on Elliott waves and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for setting up
Bonjour les amis Aux yeux des gens, l’investissement est considéré comme une activité difficile et risquée. Mais si vous investissez en acquérant des connaissances et des compétences, le marché ne vous fera jamais de mal. L'écriture de filtres sur le marché des capitaux est l'une des actions que les professionnels entreprennent dans ce domaine pour augmenter la productivité et gagner du temps. En raison de l’activité d’un grand nombre de symboles, le volume d’informations et de données stockée
AdaptiveStats  is a comprehensive and visually stunning performance analysis tool for the MetaTrader 5 (MQL5) platform, featuring a professional "Fintech Dark" (JARVIS-inspired) aesthetic. It is engineered to provide traders with real-time, actionable insights into their trading performance directly on the chart interface. Key features and capabilities include: Multi-Timeframe Performance Tracking : Automatically calculates and aggregates Net Profit, Win Rate, and Total Trades for three critical
FREE
Reverse Trader
ELITE FOREX TRADERS LLC
ELITE REVERSE TRADER (MT5) Instantly hedge or invert any trade opened on your account—manual or EA. Reverse Mirror EA monitors your live positions and opens an opposite trade using your chosen lot mode (Fixed or Multiplier). When the original position is closed (manual close, SL/TP hit, EA exit—any method), the mirrored position closes automatically. Because it runs in the same terminal, it reacts faster than third-party copy tools. WHY THIS MATTERS It is widely cited that a large majority of
Les acheteurs de ce produit ont également acheté
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (211)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Bienvenue sur Trade Manager EA, l’outil ultime de gestion des risques conçu pour rendre le trading plus intuitif, précis et efficace. Ce n’est pas seulement un outil d’exécution d’ordres ; c’est une solution complète pour la planification des trades, la gestion des positions et le contrôle des risques. Que vous soyez débutant, trader expérimenté ou scalpeur ayant besoin d’une exécution rapide, Trade Manager EA s’adapte à vos besoins, offrant une flexibilité sur tous les marchés, des devises et i
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (139)
Découvrez une expérience exceptionnellement rapide de copie de trades avec le   Local Trade Copier EA MT5 . Avec sa configuration facile en 1 minute, ce copieur de trades vous permet de copier des trades entre plusieurs terminaux MetaTrader sur le même ordinateur Windows ou Windows VPS avec des vitesses de copie ultra-rapides de moins de 0.5 seconde. Que vous soyez un trader débutant ou professionnel, le   Local Trade Copier EA MT5   offre une large gamme d'options pour le personnaliser en fonc
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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 unique data streams. The Supervisor r
TradePanel MT5
Alfiya Fazylova
4.87 (156)
Trade Panel est un assistant commercial multifonction. L'application contient plus de 50 fonctions de trading pour le trading manuel et permet d'automatiser la plupart des tâches commerciales. Avant l'achat, vous pouvez tester la version de démonstration sur un compte de démonstration. Télécharger la version d'essai de l'application pour un compte de démonstration : https://www.mql5.com/fr/blogs/post/762644 . Instructions complètes ici . Commerce. Permet d'effectuer des opérations commerciales e
Version Bêta Le Telegram to MT5 Signal Trader est presque prêt pour la sortie officielle en version alpha. Certaines fonctionnalités sont encore en développement et vous pourriez rencontrer de petits bugs. Si vous rencontrez des problèmes, merci de les signaler, vos retours aident à améliorer le logiciel pour tout le monde. Telegram to MT5 Signal Trader est un outil puissant qui copie automatiquement les signaux de trading depuis des chaînes ou groupes Telegram vers votre compte MetaTrader 5 .
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.91 (33)
Copieur professionnel de trades pour MetaTrader 5 Un copieur de trades rapide, professionnel et fiable pour MetaTrader . COPYLOT permet de copier des trades Forex entre les terminaux MT4 et MT5 avec prise en charge des comptes Hedge et Netting . La version MT5 de COPYLOT prend en charge : - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting Version MT4 Description complète + DEMO + PDF Comment acheter Comme
AntiOverfit PRO MT5
Enrique Enguix
5 (6)
Avant d’acheter un EA, vérifiez s’il tient vraiment la route ou s’il a simplement eu de la chance en backtest. La plupart des robots se vendent avec un beau backtest. Une courbe qui monte. Un bon profit factor. Très peu de doutes. Et pourtant, beaucoup de ces EA s’effondrent dès que le marché cesse de se comporter comme dans cet historique précis. Pourquoi ? Parce qu’un backtest ne prouve qu’une seule chose : que cette stratégie a fonctionné sur un parcours de prix bien précis. Il ne prouve pas
Trade Dashboard MT5
Fatemeh Ameri
4.94 (126)
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
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:/
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.
Power Candles Strategy Scanner - Outil de recherche de configurations multi-symboles à optimisation automatique Le Power Candles Strategy Scanner utilise le même moteur d'auto-optimisation que celui qui alimente l'indicateur Power Candles, pour chaque symbole de votre Market Watch, en parallèle. Un panneau vous indique quels symboles sont statistiquement négociables à l'instant, quelle stratégie est la plus performante pour chacun, la paire Stop Loss / Take Profit optimale, et vous alerte dès qu
The News Filter MT5
Leolouiski Gan
4.78 (23)
Ce produit filtre tous les conseillers experts et les graphiques manuels pendant les heures de publication des actualités, de sorte que vous n'avez pas à vous soucier des pics de prix soudains qui pourraient détruire vos configurations de trading manuelles ou les transactions entrées par d'autres conseillers experts. Ce produit est également livré avec un système de gestion des ordres complet qui peut gérer vos positions ouvertes et vos ordres en attente avant la publication de toute actualité.
SMC Trade Pilot MT5 Assistant de trading semi-automatique pour les traders Smart Money Concepts. Recevez les signaux directement sur Telegram avec capture du graphique, puis placez le trade en un seul appui. Gérez vos positions depuis votre téléphone, même loin de votre ordinateur. Le problème résolu Les setups Smart Money n'attendent pas. Les Order Blocks et les Liquidity Sweeps se forment pendant l'ouverture de Londres, de New York ou en plein milieu de la session asiatique, souvent quand vous
Premium Trade Manager - Gestion de trades rapide et disciplinée pour MetaTrader 5 Premium Trade Manager est fait pour les traders qui veulent garder leur attention sur la décision pendant que le panneau prend en charge la routine : dimensionnement, placement, partiels, trailing, actualités et limites de prop firm, traités de la même façon disciplinée à chaque trade. C'est un panneau rapide sur le graphique pour MetaTrader 5 qui supprime le travail mécanique de chaque trade. Vous décidez de la di
Trade copier MT5
Alfiya Fazylova
4.55 (44)
Trade Copier est un utilitaire professionnel conçu pour copier et synchroniser les commandesentre les comptes de trading. Les commandes sont copiées du compte/terminal du fournisseur vers le compte/terminal du destinataire, qui sont installés sur le même ordinateur ou vps. PROMOTION - Si vous avez déjà acquis le "Trade copier MT5", vous pouvez obtenir le "Trade copier MT4" gratuitement (pour la copie MT4 > MT5 et MT4 < MT5). Pour obtenir des informations plus détaillées sur les conditions, veuil
Telegram To MT5 Receiver
Levi Dane Benjamin
4.31 (16)
Copiez les signaux de n'importe quel canal dont vous êtes membre (y compris les canaux privés et restreints) directement sur votre MT5.  Cet outil a été conçu en pensant à l'utilisateur et offre de nombreuses fonctionnalités nécessaires pour gérer et surveiller les trades. Ce produit est présenté dans une interface graphique conviviale et attrayante. Personnalisez vos paramètres et commencez à utiliser le produit en quelques minutes ! Guide de l'utilisateur + Démo  | Version MT4 | Version Disc
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
Telegram to mt5 pro
Janet Abu Khalil
3.67 (3)
Telegram to MT5 Pro — Advanced Telegram Signal Copier with Auto-Fix, Multi-TP, Risk Control and Full Trade Management Telegram to MT5 Pro — Copieur de signaux Telegram professionnel Telegram to MT5 Pro est un copieur de trading haute performance qui exécute automatiquement les signaux de Telegram directement dans votre compte MetaTrader 5, avec un contrôle total du risque, de l’exécution et de la gestion des trades. Le système se compose de deux composants : • L’Expert Advisor (EA) exécuté dans
Copy Cat More Trade Copier MT5 (Chat Copieur MT5) est un copieur de trades local et un framework complet de gestion des risques et d'exécution conçu pour les défis commerciaux d'aujourd'hui. Des défis de prop firms à la gestion de portefeuille personnel, il s'adapte à chaque situation avec une combinaison d'exécution robuste, de protection du capital, de configuration flexible et de gestion avancée des trades. Le copieur fonctionne à la fois en mode Master (expéditeur) et Slave (récepteur), avec
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
Timeless Charts
Samuel Manoel De Souza
5 (6)
Timeless Charts est un utilitaire de trading tout-en-un destiné aux traders professionnels. Il combine des types de graphiques personnalisés tels que les graphiques en secondes et Renko avec une analyse avancée du flux d’ordre s utilisant Footprints , Clusters , Profils de Volume , études VWAP et outils d’analyse ancrés pour une compréhension plus approfondie du marché. Le trading et la gestion des positions sont effectués directement depuis le graphique via un panneau intégré de gestion des ord
MT5 to Telegram Signal Provider est un utilitaire facile à utiliser et entièrement personnalisable qui permet l'envoi de signaux spécifiés vers un chat, un canal ou un groupe Telegram, transformant ainsi votre compte en fournisseur de signaux. Contrairement à la plupart des produits concurrents, il n'utilise pas d'importations DLL. [ Démonstration ] [ Manuel ] [ Version MT4 ] [ Version Discord ] [ Canal Telegram ]  New: [ Telegram To MT5 ] Configuration Un guide utilisateur étape par étape est
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
Trade Manager pour vous aider à entrer et sortir rapidement des transactions tout en calculant automatiquement votre risque. Y compris des fonctionnalités pour vous aider à éviter le sur-trading, le trading de vengeance et le trading émotionnel. Les transactions peuvent être gérées automatiquement et les mesures de performances du compte peuvent être visualisées dans un graphique. Ces fonctionnalités rendent ce panneau idéal pour tous les traders manuels et contribuent à améliorer la plateforme
Telegram to MT5 Multi-Channel Copier copie automatiquement les signaux de trading de vos canaux Telegram directement dans MetaTrader 5. Pas de bots, pas d'extensions de navigateur, pas de copie manuelle. Vous recevez un signal sur Telegram et l'EA ouvre la position sur votre terminal en quelques secondes. Le produit comprend deux composants : une application Windows qui écoute vos canaux Telegram, et cet Expert Advisor qui exécute les signaux sur votre terminal MT5. Une version MT4 est également
Trading View ToMT5
Mirel Daniel Gheonu
The Ultimate TradingView to MT5 Bridge Automation Arrêtez le trading manuel et les problèmes de latence. TradingView to MT5 Copier PRO est la passerelle (bridge) la plus rapide et la plus fiable pour exécuter vos alertes TradingView directement sur MetaTrader 5. Que vous utilisiez des indicateurs personnalisés, des scripts du Testeur de Stratégie ou des dessins manuels, cet Expert Advisor (EA) exécute vos trades instantanément grâce à la technologie WebSocket Haute Vitesse . Contrairement aux co
HINN MagicEntry Extra
ALGOFLOW OÜ
4.73 (15)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, adaptive, and customizable interface - Works
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
Poc Breakout Signal: The Ultimate Institutional Order Flow & Price Action System Elevate your trading with Poc Breakout, a comprehensive technical analysis tool designed to bridge the gap between retail trading and institutional market understanding. This all-in-one system combines powerful Buy/Sell signals, advanced Volume Profile analysis, real-time Order Flow (Depth of Market), and critical macroeconomic data to give you a clear, unambiguous edge in the markets. Poc Breakout Signal decodes c
Plus de l'auteur
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
Maltese cross GBP   Универсальный инструмент для определения трендов, флетов и торговли по графическим паттернам. Объединяет техники Гана, Эллиота, Мюррея. Просто разместите его на графике и он покажет направление и скорость движения цены, выделит разворотные моменты. Maltese cross поможет точно определять узловые моменты в истории, планировать торговые действия и сопровождать открытые сделки.  Эта бесплатная демонстрационная версия MalteseCross ограничена GBPUSD и кроссами GBP. Никаких прочих о
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
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
SyncTradeSQL
Maxim Kuznetsov
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
IntradayMagicGBP
Maxim Kuznetsov
4 (1)
IntradayMagic прогнозирует характер ATR и тиковых объёмов на 1 сутки вперёд. Индикатор не перерисовывается и не отстаёт. Используя Intraday Magic вы можете значительно повысить качество торговли и избежать излишних рисков. По его показаниям можно детектировать кризисные состояния рынка и моменты разворота тренда, уточнять моменты и направления входов. Это бесплатная ознакомительная версия ограничена символами (парами) включающими GBP. Никаких иных ограничений нет. Для других пар вы можете исполь
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
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
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
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
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
SyncDB
Maxim Kuznetsov
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 th
Filtrer:
Aucun avis
Répondre à l'avis