SyncTradeSQL

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/{server_name} directory.{account number}.trade.db

you can specify useDefaults=false and set your own save options:

  • useCommon - use the COMMON hierarchy or the data directory of the current terminal
  • useFolder - directory to save the database
  • useFilename - the name of the database inside the directory

Database schema

The database contains the necessary minimum, in the style of mt4 and adapted for frequent changes. 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

Using

Just run the script when you need to get the data.

For optimization, I recommend putting the db/ram directory on a ram disk

おすすめのプロダクト
Session Panel for MT5 Session Panel is a free MT5 indicator that gives you a fast and convenient live overview of the major trading sessions directly from the chart. Monitor Tokyo, London, and New York session times, see which session is currently active, track countdowns to the next session, and view session overlap information in one compact dashboard. Built for traders who want better market timing, clearer session awareness, and a cleaner chart workflow in live market conditions. Session Pan
FREE
CobWeb Ultimate Proのご紹介:のための最も先進的で包括的なExpert Advisor 説明:クモの巣究極のProは、expert advisorの開発と豊富な取引経験の10年以上の集大成です。 この最先端のEAは、10以上の戦略を組み合わせたもので、それぞれが細心の注意を払って設計され、最適化されています。 洗練された取引技術と分析方法論の配列では、クモウェブ究極のプロは、動的な外国為替市場で比類のない利点をトレーダーに提供します。 100kライブ信号解析: 100kライブ信号解析: https://www.mql5.com/en/signals/1999922 https://www.mql5.com/en/signals/1999922 確かに! CobWeb Ultimate Pro LiveアカウントにInvesting100,000を投資することは、このexpert advisorの広範な機能へのコミットメントと活用を示しています。 ここでは、このような投資が有利であることができるいくつかの理由があります: 1. 包括的な戦略の統合:クモの巣究極
"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
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
TradingX Hotkeys
Johannes Stephanus Lombard
Inputs Available Lotsizes Partial Close % You can change lotsizes as you require On an open chart click once to select chart to be able to use hotkeys on specific chart. All Pairs can be used with this expert We created this expert to be able to still trade C300 with a 0.06 Lotsize If you enter a 0.6 lot and close 0.90% you can trade with 0.06 Lot Keys to be used: B -Buy S -Sell C -Close Profitable D -Breakeven (Note if stoploss is set it won't break even) P -Partial close X -Close all
️ Trade Manager oneclick  ( Reverse Trade,  Partial Close,  Breakeven, Close All Running Trade )   control – Smart Manual Trade Control for MT5 Trade Manager oneclick control is a powerful yet lightweight trade management utility built for manual traders who want precise control over their open positions — directly from the MT5 chart. This EA does not open or close trades automatically based on any strategy. It simply provides one-click management tools to handle your running trades efficient
FREE
BLZ Candle TImer
Moustapha Boulouz
4.45 (20)
BLZキャンドルタイマー:トレーディングの未来を解き放つ BLZ Candle Timerは、現在のバーが終了し、新しいバーが出現するまでの残り時間を表示する高度なバータイマー・カウントダウンで、最先端のトレーディングの世界に足を踏み入れましょう。 このインジケーターは、チャート上の最後のバーの残り時間を表示し、市場のリズムを先取りします。新しいバーの到着をタイムリーに通知することで、あなたの取引戦略にダイナミックなエッジを加えます。 汎用性が鍵です: - M1タイムフレーム*の速いペースから*MNタイムフレーム*の広大なビューまで、あらゆるタイムフレームでシームレスに動作します。 - カスタマイズ可能なパラメーターで取引体験を調整し、お好みに応じて*色*、*文字サイズ*、*可視性*で遊ぶことができます。 *これは単なるツールではなく、スキャルパーや日中トレーダーのニーズに応える、すべての取引スタイル*のための多目的なコンパニオンです。電光石火の高速計算で、*BLZ Candle Timer*は市場の鼓動と同期し続け、ビートを決して逃しません。 そして最大の特徴は?BLZ
FREE
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
The utility is a checklist where you can write all the rules of your trading system and keep it on the chart in front of your eyes. As a rule is executed, mark it with a tick. To the right of each rule, you can write the "strength" (percentage) of the rule. And if there is a tick next to the rule, then all "forces" are summed up in the "Total" line. For the convenience of visual perception, you can set the color for displaying the “Total” value. Panel options: Title - The title of the panel N
FREE
TelegramからMT5へ: 究極のシグナルコピーソリューション Telegram to MT5 を使えば、取引がシンプルになります。DLL を必要とせず、Telegram のチャンネルやチャットから MetaTrader 5 プラットフォームに取引シグナルを直接コピーできる最新ツールです。この強力なソリューションは、正確なシグナル実行、豊富なカスタマイズオプション、時間の節約、そして効率性の向上を実現します。 [ Instructions and DEMO ] 主な特徴 直接的なTelegram API統合 電話番号とセキュアコードで認証します。 ユーザーフレンドリーな EXE ブリッジを通じてチャット ID を簡単に管理できます。 複数のチャネル/チャットを追加、削除、更新して、同時に信号をコピーします。 高度なフィルターによる信号解析 例外的な単語 (例: 「レポート」、「結果」) を含む不要な信号をスキップします。 柔軟な SL および TP 形式 (価格、ピップ、ポイント) をサポートします。 価格ではなくポイントを指定するシグナルのエントリ ポイントを自動的に計算します。
Ping-Monitor — Never Miss a Tick Again! Do you run EAs and worry about silent chart freezes or data feed stalls ?  This utility is your ultimate watchdog, alerting you the moment your charts stop receiving updates. Ping-Monitor is designed to detect when a chart freezes or the data feed stalls, even if MT5 still shows that the connection is active. It works by tracking the time of the last incoming tick. Every time the chart receives a new price update, the EA records the timestamp. Then, on a
EA Performance Monitor MetaTrader 5向けのユーティリティで、開いているすべてのチャートでアクティブなExpert Advisorを自動検出し、各EAをその取引データとマッピングし、ドローダウン、損益、勝率、オープンポジションのメトリクスを単一パネルにリアルタイムで表示します。 EA Performance Monitorは、MetaTrader 5向けの自動モニタリングユーティリティです。設定可能な間隔ですべての開いているチャートをスキャンし、マジックナンバーとシンボルで実行中の各Expert Advisorを識別し、チャート上の構造化されたパネルにパフォーマンスデータを表示します。このツールは、クローズ済み取引履歴とライブフローティングポジションの両方を追跡し、単一のアタッチメントポイントからアカウントのすべてのEAアクティビティの統合ビューを提供します。   概要 初期化時に、ユーティリティはアタッチされた時点からアカウントの取引履歴を読み込みます。すべてのオープンポジションをスキャンしてアクティブなマジックナンバーを探し、それぞれをExpert
FREE
Metrics Pro for Telegram - MT5 Metrics Pro for Telegram is a reporting utility for MetaTrader 5 that automatically sends your account performance data to a Telegram chat or channel via the Telegram Bot API. It is designed for algo-traders, signal providers, and fund managers who need scheduled performance summaries delivered directly to their phone without checking the terminal manually. The utility runs in the background on a chart and posts formatted reports at a scheduled server time. Reports
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
Quantum Flow Scalper - 高頻度スキャルピングシステム 説明 これはMetaTrader 5用の高頻度スキャルピングエキスパートアドバイザーで、取引セッション全体を通じて小さく頻繁な利益を目指します。EAは買いと売りの両方向に対応するデュアルスキャルピングエンジンを搭載し、両方向の価格変動を同時に捕捉できます。このシステムはスキャルピング操作向けに設計されており、取引日を通じて複数のポジションを開き、小さな価格変動を捕捉します。 コア機能 高頻度取引 EAはスキャルピング操作向けに設計されており、取引日を通じて複数のポジションを開き、小さな価格変動を捕捉します。システムは長期間ポジションを保持するのではなく、迅速な利益を目指します。EAがスキャルピング機会を継続的に監視するため、短い時間枠内で複数の取引を実行できます。スキャルピングアプローチは、大きな個別利益を狙うのではなく、小さな勝ちを繰り返し蓄積することに焦点を当てています。 双方向スキャルピング 2つの独立したスキャルピングエンジンが買いと売りの方向で動作します。各エンジンは独自のスキャルピングポジションシリ
OnlyPlusCloser — 利益のあるポジションだけをクローズ。高速かつスマートに。 スクリプトの機能: OnlyPlusCloser は MetaTrader 5 用のスマートスクリプトで、 現在のシンボルで利益の出ているポジションのみを自動でクローズ します。 手動でのフィルタリングは不要。リスクなし。ワンクリックでプラスのポジションだけを確実にクローズ。 トレーダーにとってのメリット: 完全なコントロール — 含み損ポジションには一切手を触れません 即時処理 — 利益のあるポジションは瞬時に決済 作業の自動化 — スキャルピングやデイトレードに最適 ️ 高い信頼性 — シンボル単位で正確に動作 トレードのシンプル化 — ワンクリックで利益を確定 ️ 主な特徴: 現在のシンボルで利益のあるポジションのみをクローズ 遅延なしの即時実行 軽量設計で自動売買との併用にも最適 スクリプトパネルからワンクリックで起動可能 利益を逃さず、すぐに確定したいですか? OnlyPlusCloser は、あなたのためのスマートなワンクリックアシスタン
FREE
DailyChange
Everton Fernando Da Silva Messias
デイリーチェンジインジケーター - リアルタイム市場変動表示 概要 デイリーチェンジインジケーターは、MetaTrader 5用に設計されたプロ仕様の取引ツールで、チャート上で直接日々の価格変動をリアルタイムで監視します。この軽量ながら強力なインジケーターは、当日の価格変動を絶対ポイントとパーセンテージの両方で表示し、即座の市場評価のためにBid価格線の隣に便利に配置されます。 主な特徴 リアルタイム日次変動: 日足始値以降の価格変動を追跡・表示 デュアル表示形式: 絶対ポイント変化とパーセント変動の両方を表示 Bid価格連携: 現在のBid価格を変動データとともに表示 スマートカラーコーディング: プラス変動は緑、マイナス変動は赤 柔軟な配置: チャート上のカスタマイズ可能な位置(デフォルト:左上隅) 自動日次リセット: 市場開始時に自動再計算 再描画なし: 遅延のない正確なリアルタイムデータを提供
Symbol Manager or Grid Manager, designed to group orders into one position (by Symbol or by Magic Number). This utility will be useful to multi-currency traders (many EAs), who can have multiple orders on several pairs. You will be able to see the total number of lots, the total profit, and set virtual stop loss and virtual take profit. To set a real TP (or SL), you must first set the virtual value, and then enter the command in this cell: "set". If you want to set real TP/SL for all orders at
VSA Power Meter very powerful analysis method uses volume spread analysis to determine strongest currency and weakest currency and then gives signals based on it. VSA Power Meter System Features Analyze all available instruments. Clear panel that determines stronges and weakest currencies. Clear buy and sell signals. You can use it as independent trading system or as filter. VSA Power Meter   Trading Rules You can use VSA in two ways: Enter VSA signals. Use it as filter to determine strongest
Orion Telegram Notifier Bot  allows the trader to receive trade notifications in his Telegram whenever a position is opened or closed. The EA sends notifications showing the Symbol, Magic Number, Direction, Lot (Volume), Entry Price, Exit Price, Take Profit, Stop-Loss and Profit of the position. How to setup Orion Telegram Notifier? Open Telegram and Search for “BotFather” Click or Type “/newbot” Create a nickname and username (Example: nickname: MT5trades   - username: MT5TelegramBot) *The use
Utility for reading news from investing.com To access the site, you need to add WebRequest in the Options terminal menu on the Expert Advisors tab: https://sslecal2.investing.com If reading is successful, a message about writing the file is displayed. The INV_week_this.txt file is written to the MQL5\Files folder of the terminal and is kept up to date, updating data according to its own timer. The  INV_week_last.txt   file is recorded on Saturday and saves the news data of the previous week .
TELEGRAM_NOTIFICATION は、MetaTrader 5 ターミナルからリアルタイムの取引イベントを任意の Telegram チャット、グループ、またはチャンネルに転送するユーティリティです。すべての注文イベント (オープン、クローズ、変更、キャンセル) を追跡し、数秒以内にフォーマット済みメッセージを送信します。ユーザー定義の時間枠で日次損益レポートも生成できます。 主な機能 成行および指値注文のオープン通知 (BUY, SELL, BUY LIMIT, SELL LIMIT, BUY STOP, SELL STOP) 純利益、残高、有効証拠金、当日合計利益を含むクローズ通知 StopLoss、TakeProfit、または指値価格の変更通知 (pips 差分付き) 指値注文のキャンセル通知、手動キャンセルと約定を区別 ユーザー定義の時刻に、ユーザー定義の期間を対象とした日次統計レポート MagicID とシンボルによるフィルター 送信失敗時に最大 3 回まで再試行 接続状態、最終イベント、最終エラーを表示するチャート上のダッシュボード Telegram グループトピッ
Draw Agent は、すべてのチャート分析、落書き、メモなどを作成および管理するための美しく革新的な方法として設計されています。 このツールは、チャート スペースを黒板として扱い、手で描くためのフリーハンド描画方法を提供します。 このフリーハンド描画ツールを使用すると、MT4/MT5 チャートに描画して、チャート上のイベントをマークまたは強調表示できます。 エリオット波動を手で下書きしたり、チャートに線を引いたり、チャートにアイデアを示したりしたい場合に 役立つツールです。クライアント向けのライブウェビナーを実行している場合、またはスクリーンショットやチャートファイルを人々に配布している場合に特に役立ちます同じように。 Draw Agent のインストールと入力ガイド EA追加URL(   http://autofxhub.com   )MT4/MT5端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT4 バージョン https://www.mql5.com/en/market/product/14929 MT5 バージョン https://www.mql5.
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
Cannon Trend
Tan Au Phuong
4.35 (62)
EA Cannon Trend は、トレーディングプロセスから個人的な感情を完全に排除するために設計された強力なトレーディングアシスタントです。MQL5を使用して開発され、このEAは事前に定義されたルールと戦略に基づいて完全に意思決定を行い、人間の感情に影響されることなく一貫性と効率性を保証します。 Cannon Trend の主な特徴: 5つの取引戦略モードを備えたCannon Trendは、初心者にもプロのトレーダーにも適しています。 スタイルに合わせたカスタマイズ: 簡単にパラメータを調整し、個人のトレード戦略を作成できます。 直感的なインターフェース: 明確で分かりやすい情報表示で、トレード活動を簡単に監視できます。 .set files and FAQ https://www.mql5.com/en/blogs/post/760485 なぜEA Cannon Trendを選ぶべきか? EA Cannon Trendは、初心者と経験豊富なトレーダーの両方にとって理想的な選択肢です。そのシンプルさ、高い精度、そして実績のあるパフォーマンスで知られています。このEAは、市場を
FREE
皆さん、こんにちは 人々の目から見ると、投資は難しくてリスクの高いビジネスであると考えられています。 しかし、知識とスキルを身につけて投資を行えば、市場があなたに害を及ぼすことはありません。 資本市場でのフィルター書き込みは、この分野の専門家が生産性を向上させ、時間を節約するために行うアクションの 1 つです。 多数のシンボルが活動するため、保存される情報とデータの量は非常に多くなります。 この市場で活動する人々は、一連の情報を必要とする場合があり、問題の機密性を考慮して、できるだけ早く情報を入手する必要があります。 この情報は通常、市場の将来を予測するのに役立ち、非常に重要です。 コマンドによる Fitler の書き込みにより、要求された条件に一致するシェアが検索されます。 選択した機能をフィルタリングすると、すべての取引可能な株式が検索され、適切な株式が表示されます。 資本市場では各人が取引の戦略を持っており、フィルタリングすることで戦略に沿って取引を進めることが容易であり、 その後、さまざまな時間枠で戦略の結果を確認できます。 フィルタリングの利点 1- 高速: 各株式の
Telegram Sender Osw MT5
William Oswaldo Mayorga Urduy
ユーザーマニュアル: Telegram Sender Osw Telegram Sender Oswは、MetaTraderからTelegramへの取引シグナルの送信を自動化するために設計されたエキスパートアシスタント(EA)です。シグナルプロバイダーやアカウント管理に最適で、重要なデータ(価格、ストップロス、テイクプロフィット、取引量)を瞬時にプロフェッショナルに送信します。 1. パラメータ設定 一般設定と接続 EAの有効化:システムを起動(true)または一時停止(false)します。 ボットトークン:@BotFatherから取得した英数字コード。 チャットID:送信先のチャンネル、グループ、またはプライベートチャットの識別子。 送信サブグループ/スレッドID:Telegramグループで「トピック」機能を使用している場合にのみ、これらのオプションを有効にしてください。 送信ロジック(送信タイプ) 自動:新しいポジションまたはコマンドを検出するとすぐに送信します。 ボタン:チャート上で「Telegramを送信」ボタンが手動で押された場合にのみ送信します。 カスタマイ
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
「セットして忘れるだけ」の多通貨対応リスク管理マネージャー ️ トレードを無防備なままにしないでください。 Auto Stop Loss (MT5 Manager) は、安全性を最優先するトレーダーのための究極のバックグラウンド・ユーティリティです。通常のパネルとは異なり、このツールは舞台裏で絶え間なく動作し、エントリーしたすべてのトレードを即座に保護します。裁量トレードでも、他のEAによるトレードでも、このマネージャーはすべてのポジションに即座にハードストップロス (Stop Loss)、テイクプロフィット (Take Profit)、および動的トレーリングストップ (Trailing Stop) を適用します。 ゲームチェンジャー: たった 1つのチャート からポートフォリオ全体を管理します。10個ものウィンドウを開いてPCを重くする必要はありません。お気に入りの通貨ペアをリストアップするだけで、このマネージャーがそれらすべてを同時に監視します。 [   Get the MT4 Version Here   ] 主な機能 マルチシンボル管理 (CPU節約) : EURU
MT5toTLGRM
Fernando Morales
4.2 (5)
Do not use Windows 7 with this EA MT5toTLGRM EA only sends text messages to a Telegram group or channel of your choice. The messages are customizable to show information about any trading activity in the account. Also it shows a daily PnL report. Several instances of this EA can be used simultaneously in the same MT5 terminal for sending messages to different Telegram group/channel but ensure that each one has a different number in [B13] setting. Following are the features of MT5toTLGRM EA send
FREE
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (209)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.96 (136)
Local Trade Copier EA MT5 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT5 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT5 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT5 >> ファイル >> データ フォルダを開く >> MQL5 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
TradePanel MT5
Alfiya Fazylova
4.87 (153)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 注意!割引は2026年5月5日まで有効です。2026年5月6日から価格は100ドルになります。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的に
ABQ Visual Risk Sizer
Cristian David Castillo Arrieta
ABQ Visual Risk Sizer - Institutional Risk & Trade Execution カテゴリ:ユーティリティ / リスク管理 手動によるロット計算は、時間とコストの浪費につながります。 現代のトレーディング、特にプロップファーム(Prop Firms)の口座を運用する場合、ロット計算の誤りや注文入力のわずか5秒の遅れが、デイリードローダウンルールの違反や絶好のエントリーポイントを逃す原因となります。 ABQ Visual Risk Sizer は、この問題を根本的に解決するために設計された機関投資家レベルのツールです。複雑なリスクの数学的計算を、MetaTrader 5のチャート上で直接、直感的かつ迅速、そして100%正確な視覚的体験へと変貌させます。 外部のカレンダ計算機やExcelシートはもう必要ありません。チャート上のラインをドラッグするだけで、ワンクリックで取引を実行できます。 ABQ Visual Risk Sizer が必要な理由 プロップファームのための完全保護: 各取引で、設定した正確なリスク比率(または金額)を維持します。ゴールド
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:/
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
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
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.82 (34)
MetaTrader 5 用のプロフェッショナル取引コピー機 MetaTrader 向けの高速・高性能・信頼性の高い 取引コピー機 です。 COPYLOT は、MT4 と MT5 のターミナル間で Forex 取引をコピーでき、 Hedge 口座と Netting 口座の両方に対応しています。 COPYLOT MT5 版の対応構成: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版 完全な説明 + DEMO + PDF 購入方法 インストール方法 ログファイルの取得方法 テストと最適化の方法 Expforex のすべての製品 MT4 ターミナルへのコピーも可能です(MT4 → MT4、MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT は、2台、3台、さらには10台のターミナル間で同時に動作できる、プロフェッ
Trade copier MT5
Alfiya Fazylova
4.59 (41)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 キャンペーン - すでに「Trade copier MT5」をご購入の方は、「Trade copier MT4」を無料で入手できます(MT4 → MT5 および MT4 ← MT5 のコピー用)。詳細な条件については、どうぞ個別メッセージでお問い合わせください。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT5> MT5、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus は、MetaTrader 5プラットフォーム上での取引効率と効果を向上させるために設計された高度なトレード管理ツールです。リスク計算、注文管理、高度なグリッドシステム、チャートベースのツール、パフォーマンス分析など、包括的な機能を提供します。 主な機能 1. リカバリーグリッド 逆境の市場環境下で取引を管理するための平均化および柔軟なグリッドシステムを実装します。 取引回復のための戦略的なエントリーおよびエグジットポイントを可能にします。 2. スタックグリッド 強い市場の動きの中でポジションを追加することで、有利な取引での潜在的なリターンを最大化するように設計されています。 トレンド市場で利益を得られるよう、勝ち取引を拡大します。 3. 損益(P&L)ライン チャート上に直接、潜在的な利益と損失のシナリオを視覚的に表示します。 設定を調整し、P&Lラインをドラッグして、実行前にさまざまな取引結果を評価します。 4. バスケットモード 同じシンボルでの複数ポジションの管理を簡素化し、それらを単一の集約ポジションにまとめます。 平均価格に基づいて、ストップロスやテイクプ
Timeless Charts
Samuel Manoel De Souza
5 (4)
Timeless Charts is an advanced charting solution designed for professional traders seeking for custom charts / custom timeframes , including seconds charts / seconds timeframe, renko charts / renko bars, cluster charts / footprint charts and advanced tools present in most of the popular platforms. Unlike traditional offline charts or simplistic custom indicators, this solution constructs fully custom bars with true timestamp accuracy , down to miliseconds, allowing for a powerful and precise tr
EA を買う前に、本当に耐えられるのか、それともバックテストでたまたま良く見えただけなのかを確認してください。 ほとんどのロボットは、見栄えのするバックテストと一緒に売られています。 右肩上がりのカーブ。 良い Profit Factor。 ほとんど疑いのない見た目。 それでも、その多くの EA は、市場がその履歴どおりに動かなくなった瞬間に崩れ始めます。 なぜでしょうか。 それは、バックテストが証明するのは一つだけだからです。 その戦略が、ある特定の価格の流れでは機能したということです。 別の流れでも通用することは証明しません。 頑健であることも証明しません。 もちろん、その EA があなたのお金に値することも証明しません。 なぜなら、あなたが EA を買うのは過去のきれいなカーブを眺めるためではないからです。 変化する市場で使うために買うのです。 AntiOverfit PRO がすること AntiOverfit PRO は、MetaTrader 5 の Expert Advisor が本当にしっかりしているのか、それとも特定の過去データにたまたまうまくはまっているだけなのかを確
Copy Cat More Trade Copier MT5 (コピーキャット MT5) は、今日の取引課題に対応して設計されたローカルトレードコピーシステムと完全なリスク管理・実行フレームワークです。プロップファームのチャレンジから個人ポートフォリオ管理まで、堅牢な実行、資本保護、柔軟な設定、高度な取引処理の組み合わせで、あらゆる状況に適応します。 コピーシステムはマスター(送信側)とスレーブ(受信側)の両方のモードで動作し、成行注文と指値注文、取引修正、部分決済、両建て決済操作のリアルタイム同期を行います。デモ口座とライブ口座、取引ログインまたは投資家ログインの両方に対応し、EA、ターミナル、またはVPSが再起動してもパーシスタント取引メモリシステムを通じて復旧を保証します。複数のマスターとスレーブをユニークIDで同時に管理でき、ブローカー間の違いはプレフィックス/サフィックス調整またはカスタムシンボルマッピングを通じて自動的に処理されます。 マニュアル/設定  | Copy Cat More MT4 | チャンネル  特別機能: 設定が簡単 — わずか30秒で完了(ビデオをご覧
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
MetaTrader 5 用トレーディングパネル — チャートとキーボードから行うプロフェッショナルなワンクリック取引 アクティブトレーダーのために設計された高機能 Trading Panel。標準の MetaTrader 操作よりも、はるかに速く、直感的に、そして効率的に取引を実行できます。 本パネルは、ポジション管理、未決注文管理、利益コントロール、執行スピードをひとつのプロフェッショナルなワークスペースに集約した実践的なソリューションです。 これは単なる補助ツールではありません。MetaTrader 5 のための本格的な trading cockpit です。チャートから直接操作し、キーボードで素早くコマンドを実行し、自動計算や視覚的なガイドを活用することで、手動トレードをより速く、より明確に、より快適にします。 このパネルを使えば、チャート上からワンクリックで注文を実行でき、標準の MetaTrader コントロールと比べて最大 30 倍速く取引操作を行うことができます。 MT4 バージョン | 完全説明 + DEMO + PDF | 購入方法 | インストール方法 | ログ
Seconds Chart - MetaTrader 5で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。カスタムシンボルをサポートしているインジケーターやEAをすべて使用できます。標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 組み込みのティックデータベースにより、ヒストリカルデータを 瞬時にロード 。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング や高頻度取引。 正確なエントリーとエグジット。 短期タイムフレームでの取引戦略のテスト。 タイムフレームの設定 デフォルトの設
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** 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
Anchor: The EA Manager Run your full EA portfolio without conflicts, without stacked risk, and without watching every chart yourself. Anchor coordinates up to 64 Expert Advisors on a single account so only one trades at a time. Attach Anchor to any chart. Type your EA names and magic numbers in one line. 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 posit
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
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
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
Cerberus Equity Watcher
Samuel Bandi Roccatello
5 (3)
Cerberus the Equity Watcher はリスク管理ツールであり、アカウントの資産を常に監視し、不完全な EA や裁量的なトレーダーの場合は感情的な行動によって引き起こされる大きなドローダウンを回避します。これは、バグを含む可能性のある EA や、予想外の市況でうまく機能しない可能性のある EA に依存するシステマティック トレーダーにとって非常に役立ちます。 Cerberus では、最小エクイティ値と (オプションで) 最大値を設定できます。これらのいずれかに達すると、すべてのポジションがフラットになり、すべての未決注文がクローズされ、すべての EA が「強制終了」されます。すべての位置を平坦化すると、ユーザーの携帯電話に通知が送信され、画面に明確なメッセージが表示されます。 「平坦化」の後、Cerberus は株式価値を監視し続け、再初期化されるまでそれ以上の取引の試みを停止し続けます。 Cerberus によって実行されるすべての操作は、画面に明確に表示され、Expert advisor タブに報告され、通知がユーザーに送信されます。ユーザーのミスを避けるために、
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
MT5用 Stats Dashboard & Journal ULTRA 完全なトレーディングコマンドセンター:分析、自動化、ニュースインテリジェンス。 Stats Dashboard ULTRAは、Pro分析ツールの究極の進化形です。MetaTrader 5をプロフェッショナルなトレーディングステーションに変え、機関投資家レベルのパフォーマンス分析と、自動化されたニュース保護、高度な心理的指標を組み合わせます。完全なコントロールを求める裁量トレーダーやEAポートフォリオマネージャー向けに設計されています。 ULTRAバージョンの新機能 ニュースインテリジェンスエンジン: ニュースを見るだけでなく、分析します。過去のニュースイベントが保有中のトレードにどう影響したかをシミュレーションし、ポジションを保持すべきか決済すべきかを教えてくれます。 EAボットガード(自動保護): 重要度の高いニュース(High-Impact News)の際、他のExpert Advisor(EA)を自動的に一時停止し、市場が落ち着いたら再稼働させます。 真の株式ドローダウン(True Equity Drawd
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
Trade Assistant 38 in 1
Makarii Gubaydullin
4.91 (23)
多機能ツール:ロット計算、グリッド注文、R/R比率、トレードマネージャー、サプライ&デマンドゾーン、プライスアクションなど デモ版   |   ユーザーマニュアル トレードアシスタント   はストラテジーテスターでは動作しません :   こちらからデモ版をダウンロード  して ユーティリティ をテストできます。 ご質問、改善のご提案、バグ発見の場合は ご連絡ください MT4版が必要な場合は こちら から入手できます トレード   プロセス を簡素化、高速化、自動化。   ダッシュボード で標準端末の機能を拡張。 トレードパネルは  あらゆる取引商品で動作:外国為替、株式、インデックス、暗号通貨など。 1. 新規トレードの実行 :ロット / リスク / R/R計算 :手動トレードのためのリスク管理 ロット計算機(リスクサイズに基づく取引量計算) リスク計算機(ロットサイズに基づくリスク額) リスクリワード   比率 グリッド注文:  + 動的間隔オプション、スプリットロットオプション 注文のアクティベーショントリガー、+ バイストップリミット / セルストップリミット 仮想SL、仮想
作者のその他のプロダクト
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 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
IntradayMagic прогнозирует характер ATR и тиковых объёмов на 1 сутки вперёд. Индикатор не перерисовывается и не отстаёт. Используя Intraday Magic вы можете значительно повысить качество торговли и избежать излишних рисков. По его показаниям можно детектировать кризисные состояния рынка и моменты разворота тренда, уточнять моменты и направления входов. Это бесплатная ознакомительная версия ограничена символами (парами) включающими GBP. Никаких иных ограничений нет. Для других пар вы можете исполь
FREE
Maltese cross GBP   Универсальный инструмент для определения трендов, флетов и торговли по графическим паттернам. Объединяет техники Гана, Эллиота, Мюррея. Просто разместите его на графике и он покажет направление и скорость движения цены, выделит разворотные моменты. Maltese cross поможет точно определять узловые моменты в истории, планировать торговые действия и сопровождать открытые сделки.  Эта бесплатная демонстрационная версия MalteseCross ограничена GBPUSD и кроссами 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
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
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
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 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
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
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 -
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
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
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
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
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.
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
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
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 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 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
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
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
フィルタ:
レビューなし
レビューに返信