Direct export to matlab mt4

Use this script to export the price history to MATLAB mat files from any chart. Optionally, a CSV file can be created. This script allows easily creating and verifying your trading strategy in MATLAB, for example, statistical arbitrage or pairs trading strategies.


Input parameters

  • startDT: start export from this date and time. Can be '1970.01.01 00:00:00' to start from the first available date and time.
  • endDT: the last date and time in the file. Can be '1970.01.01 00:00:00' to export until the most recent available date and time.
  • tryDownloadHistory: try to download history if there is no corresponding history in the terminal.
  • writeCSV: create CSV file as well.

Then simply open the created mat file in MATLAB. Variable name created in MATLAB corresponds to exported symbol name and timeframe. If there are special symbols in the instrument name, then they are replaced with "_".

The resulting variable has a matrix structure, where the columns are values of the corresponding parameters below:

Matlab serial date number(datenum), Open, High, Low, Close, Tick volume, Spread, Real volume.

To simplify access to corresponding time series scalar, index variables are created: itime, iopen, ihigh, ilow, iclose, itick_volume, ireal_volume. For example, they can be used to plot the chart of Close price relative to time in MATLAB (assuming EURUSD_M1 is the corresponding variable):

plot(datetime(EURUSD_M1(:, itime),'ConvertFrom','datenum')), EURUSD_M1(:, iclose));

The format of CSV file is: Date, Time, Open, High, Low, Close, Tick volume, Spread, Real volume.

おすすめのプロダクト
Expert candle finder for forex in MetaTrader 4 Expert candle finder is one of the practical trader assistant experts that is used in the forex financial market, this expert accurately identifies the candlestick patterns on the price chart as a signal, all the found candles. informs you. This expert is run on your Meta trader platform and in a very precise way, it examines all the currency pairs that are in your watch list and every currency pair that had a professional and good candlestick patt
MT4バージョン: https://www.mql5.com/en/market/product/154021 ダッシュボードスキャナーは、MetaTrader 4用のマルチペア市場スキャンおよび半自動取引ツールです。トレーダーが1つのシンプルなダッシュボードから複数のFXペアと金をモニタリングし、加重スコアリングエンジンで市場の方向性を評価し、内蔵の取引管理コントロールでより迅速に取引を執行できるように設計されています。 このシステムは、事前定義されたシンボルリストをスキャンし、RSI、MACD、ADX、マルチタイムフレームのローソク足の方向、スプレッド状況、そして前日の値幅に対する価格ポジションを組み合わせて、市場バイアスを計算します。各シンボルはランク付けされ、コンパクトなダッシュボードに表示されるため、強い買い、売り、または中立の状況を素早く特定できます。 ダッシュボードスキャナーには、シグナルスキャンに加えて、半自動取引、ペアベースのプリセット、損益分岐点、トレーリングストップ、部分決済、取引クールダウン、バスケットプロテクション、日次制限、エクスポージャーモニタリン
請點選copyright link跳轉至官方網站觀看詳細說明 https://www.ainstein.com.tw/ 由AInstein研發團隊獨立開發的全方位交易整合軟體,並獲得經濟部核可「智能交易系統軟體」智產權專利,提供協助交易者最專業的交易資訊軟體與諮詢服務。 由AInstein研發團隊獨立開發的獨創外匯智能交易系統,並持有經濟部智慧財產局頒發的專利證書新型第M598465號—智能交易系統,讓交易者能以玩遊戲的形式,輕鬆愉快地進行交易。 提供官方專屬的合作券商平台優惠方案,並依據個別需求,提供客製化策略方案設計及諮詢服務。 提供同業與異業間彼此推廣的商業合作策略方案設計及諮詢服務。 提供專業的客製化EA代寫,協助有策略但非程式專長的交易者,也能有專屬的量化交易工具。 提供與券商間互惠互利的合作,以及代理技術客製化培訓課程,協助代理專業交易知識與技術的提升。
The Visual Order Tracking (VOT) indicator makes trade history and performance metrics visible on the chart in three ways: 1) Draw History of closed and open trades with arrows, lines and trade result numbers (pips, $ profit, % profit, % change); 2) Summary Trade Panel to show open and closed trade summaries by symbol, lots, pips, profit and advanced stats; and 3)  Open Trades Panel to show open trades by Symbol Ticket, Type, Lots, Profit, pips, SL pips, StopLoss, TakeProfit, Spread, Magic, Comme
Program Overview: This program is a trading tool designed to monitor and analyze the 7 major currency pairs. It is a variant of a similar program used for tracking stock indices, but this version focuses on the seven major currency pairs. The program helps in identifying and calculating significant price movements (gaps) between the high and low prices of these currency pairs over a specified time frame. It then provides insights through comments and alerts based on the calculated gaps. Major Cu
最大 7 つの市場セッション と 3 つの週の範囲 を チャート に表示し、完全にカスタマイズ可能 各セッションとレンジは表示または非表示にすることができ、各トレーダーのニーズに応じて特別な日中または週内の期間に合わせて調整できます 次のいずれかを使用してセッションの開始/終了時間を定義します。 GMT/UTC 時間(任意のタイムゾーンに調整可能) サーバー/ブローカー時間 (チャート時間)  現地時間(コンピュータの時間) PRO バージョンの機能 名前 : 各セッションと週の範囲を特定の名前で区別します 開始時刻と終了時刻を分単位で指定する : 時:分(HH:mm) または単に時間(HH) 形式で設定できます 週単位範囲の開始日と終了日:  週単位範囲の任意の曜日(日曜日から月曜日まで)間の期間を設定します GMT 時間のタイムゾーン オフセットを調整可能 : タイムゾーン オフセットを GMT 基準時間に設定すると、場所に応じて市場の基準時間を簡単に使用できます。 たとえば、ニューヨーク時間: GMT -5 Android 版または iPhone 版 MetaTrader ア
Hello Trader ! If you are looking for a tool to export the historical data series of any timeframe in excel, you are in the right place! Load this tool on a chart for the selected pair, choose the timeframe you want to export, and that's it!  You can decide whether to export the entire historical series (pay attention at the number of bars you are exporting) or a predefined time interval; PARAMETERS: 1 - Choose the Time Frame you want to export, the chart will update automatically; 2 - The Inte
これは、キャンドルの終値を予測する指標です。 このインジケータは、主にD1チャートでの使用を目的としていますが. この指標は、従来の外国為替取引とバイナリオプション取引の両方に適しています。 インジケーターは、スタンドアロンのトレーディングシステムとして使用することも、既存のトレーディングシステムへの追加として機能させることもできます。 このインジケーターは、現在のキャンドルを分析し、キャンドル自体の内部の特定の強度係数と、前のキャンドルのパラメーターを計算します。 したがって、この指標は、市場の動きのさらなる方向性と現在のキャンドルの終値を予測します。 この方法のおかげで、この指標は、短期の日中取引だけでなく、中期および長期の取引にも適しています。 インジケーターを使用すると、市場の状況の分析中にインジケーターが生成する潜在的な信号の数を設定できます。 インジケーターの設定には、このための特別なパラメーターがあります。 また、インジケーターは、チャート上のメッセージの形式で、電子メールで、およびPUSH通知の形式で、新しい信号について通知することができます。 購入後は必ず私に書いて
Overview Harmonic Patterns MT4 is a technical analysis indicator designed for the MetaTrader 5 platform. It identifies and displays harmonic price patterns, such as Butterfly, Cypher, Crab, Bat, Shark, and Gartley, in both bullish and bearish directions. The indicator calculates key price levels, including entry, stop loss, and three take-profit levels, to assist traders in analyzing market movements. Visual elements and customizable alerts enhance usability on the chart. Features Detects six ha
Trend PA
Mikhail Nazarenko
5 (3)
The Trend PA indicator uses   Price Action   and its own filtering algorithm to determine the trend. This approach helps to accurately determine entry points and the current trend on any timeframe. The indicator uses its own algorithm for analyzing price changes and Price Action. Which gives you the advantage of recognizing, without delay, a new nascent trend with fewer false positives. Trend filtering conditions can be selected in the settings individually for your trading style. The indicator
Narcis Trader is an expert designed for managing trades and facilitating trading. Attention, the application does not work in the strategy tester. Download Demo Its features include: Determining the trade volume based on the selected trader's risk. Setting specific and fixed stop-loss and take-profit levels. Defining the take-profit level based on the specified risk-to-reward ratio (r/r). Entering trades using static and dynamic lines based on the predetermined risk. Position closure management
红盘手交易助手,该EA不会自动交易,属于辅助工具,参考4小时图表波动率参数,自动给订单设置止损和止盈,以及追踪止损。策略带有风控标准,如下<1K为50 >1K<1W为100, >1W<5W为500, >5W<10W为1000, >10<20为2000。最大的特色是资金管理和风控功能。显示信号为5日平滑均线方向,布林线中轨平仓功能,开仓警报提醒功能,手数资金恢复功能,该EA可以在历史数据测试时下单,所以它相当于复盘工具。注意EA会修改所不带止损和止盈品种的定单,并执行风控标准。EA参数经过实盘反复验证和优化,可以直接使用默认参数。        参数与功能: FixBuy_target 指定后统一修改当前品种所有多单的止盈价; FixSell_target 指定后统一修改当前品种所有空单的止盈价; 一比一恢复资金 默认不启用,启用盈利按固定亏损金额数字平仓; Boll_close_order 默认不启用,启用后价格遇到布林线(周期30)中轨平仓; Lots 设置固定手数,开启UseMM后无效; UseMM 默认启用资金管理; 风险系数 启用; ATR止损基数 默认按4小时
「Auto FIBO Pro」Crypto_Forex インジケーターは、取引の補助ツールとして最適です。 - インジケーターは、フィボナッチ レベルとローカル トレンド ライン (赤色) を自動的に計算してチャート上に配置します。 - フィボナッチ レベルは、価格が反転する可能性のある重要な領域を示します。 - 最も重要なレベルは、23.6%、38.2%、50%、61.8% です。 - リバーサル スキャルピングやゾーン グリッド取引に使用できます。 - Auto FIBO Pro インジケーターを使用して、現在のシステムを改善する機会も多数あります。 - Info Spread Swap Display があり、接続されている外国為替ペアの現在のスプレッドとスワップを表示します。 - ディスプレイには、アカウントの残高、エクイティ、マージンも表示されます。 - Info Spread Swap Display は、チャートのどのコーナーにも配置できます。 0 - 左上コーナー、1 - 右上、2 - 左下、3 - 右下。 高品質のトレーディングロボットとインジケーターをご覧にな
FiboPlusWave Series products 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).    Features: without delving into the Elliott wave theory, you can immediately open one of
Koala Supply Demand
Ashkan Hazegh Nikrou
5 (3)
MetaTrader 4 の Koala Supply Demand Indicator をご紹介します (他のトレーダーがあなたの経験から恩恵を受けられるように、肯定的なものでも否定的なものでも、レビューやフィードバックを共有することをお勧めします)。 Koala Supply Demandインジケーターへようこそ。このインジケーターは連続したサプライとデマンドゾーンを特定するために設計されています。このインジケーターはトレーダーが市場をゾーンエリアとして表示できるようにし、いくつかの強力なゾーンがどのように価格を尊重しているかを見るのに役立ちます。このインジケーターはまた、ゾーン内で形成されたときに価格アクションのシグナルを表示することもできます。 Koala Trading Solutionチャンネル で最新のKoala製品に関する最新情報を入手するために、mql5コミュニティに参加してください。参加リンクは以下です: https://www.mql5.com/en/channels/koalatradingsolution https://www.mql5.com/en/bl
FREE
エリオット波動カウンターは、エリオット波動を迅速かつユーザーフレンドリーに手動でマークアップするためのパネルです。マークの色とレベルを選択できます。最後のマークアップとツールによって作成されたマークアップ全体を削除する機能もあります。マークアップはワンクリックで作成されます。 5 回クリック - 5 つの波があります。エリオット波動カウンターは、エリオット波動の初心者にもプロのアナリストにも最適なツールです。 エリオット波動カウンターのインストールと入力ガイド 取得したい場合     EA 追加 URL (  http://autofxhub.com   ) MT5 端末に関する 通知 (スクリーンショットを参照)。 MT4 バージョン https://www.mql5.com/en/market/product/14016 MT5 バージョン https://www.mql5.com/en/market/product/15081 一般的な入力: 波の種類ボタン: このボタンを使用すると、ユーザーはチャートで強調表示する波のパターンの種類を選択できます。使用可能なオプションには、イン
Update:ver1.53 (2023/08/16) ・ Overview and required environment Generate a duplicate limit order reservation for manual orders or orders from other tools, etc. This is specialized to "simplify the ordering operation". For the analysis to decide ordering, please do your best by yourself, such as fishing for materials, deriving a rule of thumb, using other analysis tools and EA together, etc. Since version 1.28, the function of "automatically re-order after settlement" has been implemented. (This
Game Snake
Andrei Sokolov
1 (1)
The new version of the game "Snake". Added setting for the distance of the target (vertical + horizontal), which greatly enlivens the game. The snake moves in the background, along the grid layout. Control: Ctrl - pause, W - up, A - left, S - down, D - right. In the input parameters, you can set the time in milliseconds between movements. The snake increases by one division upon reaching the goal, and so on, until it occupies the entire field. The comment displays the size of the field a
FREE
This small trading tool will send all your trading information to your Telegram channel. It is very simple to use. Please see at the below video to know how install it on your MT4 platform. To use this tool, you need following information: * Your Bot token * Your Telegram channel name. Note: this tool will not touch your trading order. It only send your trading information to your telegram channel for all member can know.
The EA looks for the Fibonacci retracement drawn on a chart by the user and opens limit and/or stop orders (depending on where the current price is) on the 23.6, 38.2, 50.0, 61.8, 82.0, 100.0 Fibo levels with takeprofits also on the 123.0, 150.0, 161.8, 200.0, 261.9, 423.6 set Fibo levels. Additionally 6 orders are opened by market with takeprofits on the same levels. Plus money management and break even.
Harmonics detector  is a precise tool for identifying harmonics patterns.  Allows you to trade with reliable information, making your analysis fast and easy. Pattern detected: Gartley Bat Crab Butterfly Features: Working timeframes: M5, M15, H1, H4; Working symbols: any; Automatic settings; Upcoming patterns: Three dives; Deep Crab AB = CD Elliot Wave's motive wave
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
Y-tax Telegram Bot sends text messages only to a group of telegrams or a channel of your choice. Messages are configured to display information about any trading activity on the account. A daily, weekly and monthly report is also displayed. Below are the features of sending messages by a Y-tax Telegram Bot expert to a group / channel in a telegram: Trading activities: opening, changing, closing deals and pending orders. This adviser does not need an active Auto Trading button. This Expert Advi
Rocket FX Trading Manager PRO Note: Once you download the manager, message me for the background files The Ultimate All-in-One Trade Management Solution for MetaTrader 4 Version:   4.5 |   Platform:   MetaTrader 4 |   Category:   Utility / Trade Manager   Overview Rocket Fx Trading Manager v4.5 is a comprehensive, all-in-one trade management system designed to transform your trading experience. This powerful utility combines   intelligent position sizing ,   multi-target order placement
ロボットがあなたのために市場全体をスキャンし、あなたが通常の生活を送っている間に最高の取引機会を見つけましょう。 市場偏差スキャナーは、パーセントで指定された平均からの価格の偏差を測定します。 すべての平均の推奨設定は200日次単純移動平均ですが、任意のパラメーターを自由に変更できます-スキャナーは完全にカスタマイズ可能です。 特定の価格偏差レベルに違反した場合、電子メール、MQLプッシュ、またはアラート通知を設定する可能性があります。 1つのチャートで最大28の機器を監視できます。 機器の名前を変更し、スキャナーを新しいチャートに添付することで、市場全体(28,56,84,112機器など)を監視できます。 注意! 画面で新しいティック価格を受け取るには、すべての銘柄がMarket Watchウィンドウに表示されている必要があります。 SCANNERを使用またはテストする前に、スキャンする機器に計算用の完全なデータがあることを確認してください! 最初にチャートを更新してください! MT4は多通貨テストをサポートしていないことにも注意してください。 このタイプのプログラムでは、残念な
Constructor is a convenient tool for creating, (building strategies) testing and applying trading strategies and ideas, as well as testing and using separate indicators and their groups. Constructor includes opening, closing, deal tracking, averaging and recovery modules, as well as various trading options with and without averaging and martingale. You are able to connect up to 10 different external indicators. Find the detailed instructions in the attached pdf file. Trading settings averaging
FREE
This indicator is based on the same famous fractal indicator with a slight difference: MetaTrader version 5 click here Advantages:      Works on all instruments and time series,      Does not redraw its results,      Comparison depth is adjustable,      Works well with any popular strategy,      Adjust the power of fractals Input settings:      Number of comparisons - The number of candles that each side selects for comparison.      Marker distance from the candlestick You can contact u
This indicator will allow you to quickly go to the chart section that interests you, without unnecessary time costs. pt_shift - step of vertical scrolling; ButtonsHeight - button height; ButtonsWidth - button width; ButtonsColor - color of buttons; ButtonsBordersColor - button border color; Font - font; TextColor - button text color; TextSize - button text size; ButtonsBack - buttons in the background; ButtonsSelection - select buttons for movements; ButtonsHidden - hide buttons in
Smart Backtest
Mr Chaiyaporn Boonsamorn
For those who are still not confident in their system or are testing new techniques to make it easier without wasting time to change the charts one by one, we recommend EA Smart Backtest to help you backtest your system efficiently. -The EA is intended to Backtest your system.   -Able to open buy or sell in visual mode and can modify values ​​for LOT, SL, TP.   -The chart also shows the Balance Equity Profit status. -Can choose to close, Buy, Close, Sell
このソフトウェアは、どんな機器にも対応したライブデータエクスポーターであり、データをCSVファイルにエクスポートします。 手順: 任意の機器に展開し、指示が表示されたら、インターバル変数を好みの期間に変更してください(デフォルト設定は30秒です)。インターバルは、エクスポーターがデータをスナップショットし、エクスポートするまでの秒数を設定します(最小秒数は1秒ですが、これにより大きなファイルが生成され、Pythonや他のソフトウェアで処理する際に問題が発生する可能性があります)。最小推奨インターバル時間は15秒です。 MQL4データフォルダからエクスポートされたファイルを見つけてください(ターミナルで[ファイル]→[データフォルダを開く]をクリックします)。このデータフォルダ内のFILESフォルダを見つけ、そこにエクスポートされたCSVファイルがあるはずです。 特徴と機能: 以下のデータがエクスポートされます:日付、時間、始値、高値、安値、終値、出来高。 エクスポーターは、エクスポートされたファイル内のすべての利用可能なデータを自動的に含めます。 データは常に最新のキャンドルデータが最
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT4
Evgeniy Kravchenko
4.42 (193)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順 - アプリケーションの手順 - デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通貨」、「 % 残
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (108)
Local Trade Copier EA MT4 による、驚くほど高速な取引コピーを体験してください。1分で簡単にセットアップできるこの取引コピー機は、同じWindowsコンピュータまたはWindows VPS上の複数のMetaTrader端末間で取引をコピーすることができ、0.5秒未満の高速コピースピードを実現します。 初心者であろうとプロのトレーダーであろうと、 Local Trade Copier EA MT4 には、あなたの特定のニーズに合わせてカスタマイズするための幅広いオプションが用意されています。これは、利益の可能性を高めたい人にとって究極のソリューションです。 今すぐ試してみて、これが市場で最も速くて簡単なトレードコピー機である理由を理解してください。 ヒント: デモアカウントで Local Trade Copier EA MT4 デモバージョンをダウンロードして試すことができます: ここ ダウンロードした無料のデモ ファイルを MT4 >> ファイル >> データ フォルダを開く >> MQL4 >> Experts フォルダに貼り付けて、ターミナルを再起動しま
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
TradePanel MT4
Alfiya Fazylova
4.85 (92)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
Copy Cat More Trade Copier MT4 (コピー猫MT4) は単なるローカル取引コピーツールではなく、現代の取引課題に対応するために設計された完全なリスク管理と実行フレームワークです。Propファームのチャレンジから個人の資産管理まで、強力な実行力、資金保護、柔軟な設定、高度な取引処理を組み合わせ、あらゆる状況に適応します。 このコピーツールは Master(送信側) と Slave(受信側) の両モードで動作し、成行注文や指値注文のリアルタイム同期、取引修正、部分決済、Close By 操作をサポートします。デモ口座・リアル口座の両方に対応し、取引用パスワードまたは投資家パスワードでも利用可能です。Persistent Trade Memory 技術により、EA・ターミナル・VPS が再起動しても復元可能です。複数の Master と Slave を同時に管理でき、ブローカー間の違いはプレフィックス/サフィックスの自動調整やシンボルマッピングで処理されます。 マニュアル/設定: Copy Cat Trading Copier マニュアル Copy Cat Mo
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.65 (66)
MetaTrader4のコピー機を取引します。     それは任意の口座からの外国為替取引、ポジション、注文をコピーします。 それは最高の貿易コピー機の1つです     MT4 - MT4、MT5 - MT4     のために     COPYLOT MT4     バージョン(または     MT4 - MT5  MT5 - MT5     のために     COPYLOT MT5     バージョン)。 MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 のコピー機 バージョン       MetaTrader 5 ターミナル(   МТ5 - МТ5、МТ4 - МТ5   )-   コピーロットクライアントMT5 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログラムは、複数
Trade copier MT4
Alfiya Fazylova
4.58 (33)
Trade Copierは、取引口座間の取引をコピーして同期するように設計された専門的なユーティリティです。 コピーは、同じコンピューターまたはvps にインストールされている、サプライヤーのアカウント/端末から受信者のアカウント/端末に行われます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモ版 こちら 。 詳細な説明は こちら 。 主な機能と利点: MT5ネッティングアカウントを含む、MT4> MT4、MT4> MT5、MT5> MT4のコピーをサポートします。 高いコピー速度(0.5秒未満)。 ベンダーモードと受信者モードは同じ製品内に実装されています。 チャートから直接リアルタイムでコピーを制御できる、簡単で直感的なインターフェイス。 接続が切断されたり、端末が再起動されたりしても、設定と位置が失われることはありません。 コピーするシンボルを選択できます。また、受信者のシンボルを置き換えることもできます(例:EURUSD> USDJPY)。 バックコピーをサポートします。 特定の注文のみのコピーを有効にする機能。 取引開始価格の最大差と最大遅延時間を
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before   BUYING  and watch my video about it. Contact me for user support or bug reports, or if you want the MT5 version! MT5 Version I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own   Zone Recovery   strategy to capitalize on trending markets. Create   Grid   trading strategies, to profit from ranging markets. Place orders easil
トレーディングスペシャル – 40%オフ Advanced Trade Manager – より速く、よりスマートに、より安全に手動取引を行うための究極のオールインワンソリューション。 NextGen Trade Manager AIで手動取引を変革しましょう。これは、即時執行、視覚的な取引プランニング、そして強力なリスク管理を1つの直感的なツールに統合した、プロフェッショナルなオンチャートパネルです。チャートを離れることなく、注文執行、リスク管理、そして利益確保をかつてないほど迅速に行うことができます。取引の精度と効率性を高めたいすべてのトレーダーに最適です。 MT4ストラテジーテスターでリスクなしでテスト デモ版をダウンロードして、ペーパートレード機能をご利用ください。本番運用前に、安全なシミュレーション環境で執行の練習、リスク管理ルールのテスト、そして戦略の改良を行うのに最適な方法です。 完全なユーザーマニュアルとステップバイステップガイドについては、 https://www.mql5.com/en/blogs/post/764217 をご覧ください。 主なメリット:
The product will copy all telegram signal to MT4   ( 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
この製品は、ニュースタイム中にすべてのエキスパートアドバイザーと手動チャートをフィルタリングするため、急激な価格変動によるマニュアルトレードのセットアップの破壊や他のエキスパートアドバイザーによって入力された取引について心配する必要はありません。この製品には、ニュースのリリース前にオープンポジションとペンディングオーダーを処理できる完全な注文管理システムも付属しています。 The News Filter  を購入すると、将来のエキスパートアドバイザーのためにビルトインのニュースフィルターに頼る必要はなく、今後はすべてのエキスパートアドバイザーをここからフィルタリングできます。 ニュース選択 ニュースソースは、Forex Factoryの経済カレンダーから取得されます。 USD、EUR、GBP、JPY、AUD、CAD、CHF、NZD、CNYなど、任意の通貨数に基づいて選択できます。 Non-Farm(NFP)、FOMC、CPIなどのキーワード識別に基づいて選択することもできます。 影響レベルによってフィルタリングするニュースを選択することができ、低、中、高の影響範囲から選択できます。
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Seconds Chart - MetaTrader 4で秒足チャートを作成するユニークなツールです。 Seconds Chart を使用すると、秒単位のタイムフレームでチャートを構築でき、標準的な分足や時間足チャートでは得られない柔軟性と分析精度を実現します。例えば、 S15 は15秒足を表します。あらゆるインジケーター、エキスパートアドバイザー、スクリプトを利用可能で、標準的なチャートと同様に便利に操作できます。 標準的なツールとは異なり、 Seconds Chart は超短期のタイムフレームでも高い精度と遅延なく作業できるように設計されています。 Seconds Chartの利点 1秒から900秒 までのタイムフレームをサポート。 瞬時の読み込み MT5ターミナルからのティックデータベースのインポートにより、過去データを即時利用可能。 MT5ターミナルで「 Tick Database 」ユーティリティを最初に起動する必要があります。 リアルタイムでデータが更新され、 遅延やラグなし 。 複数の秒足チャートを同時に作成可能。 Seconds Chartが最適な用途 スキャルピング
MicroScalp Signal Finder マルチシンボル・マルチタイムフレーム スマートマネー スキャルピングシグナルスキャナー (MetaTrader 5) スキャルピングには、複数の銘柄にわたる精密なタイミングと多層的な分析が必要です。市場構造、オーダーブロック、フェアバリューギャップ、流動性スイープ、モメンタム確認を同時に追跡することは、手動ではほぼ不可能な作業です。 MicroScalp Signal Finder(MSF)は、5つのタイムフレーム(H4-H1-M15-M5-M1)にわたって最大20銘柄を同時スキャンし、厳格な5層スマートマネーコンセプト分析を適用します。トレンド、構造、関心ポイント、モメンタム、エントリーパターンがすべて一致した場合にのみ、正確なエントリー、ストップロス、3段階のテイクプロフィットレベルを含むスコア付きシグナルを生成します。 手動作業なしで機関レベルの分析を求めるFX、暗号通貨、指数のスキャルパー向けに設計されています。各シグナルにはコンフルエンススコア(0-18)が付与され、最も確率の高いセットアップに集中できます。 詳細はこちら:
MT4 to Telegram Signal Provider は使いやすく、完全にカスタマイズ可能なツールで、Telegramに信号を送信し、あなたのアカウントを信号提供者に変えることができます。 メッセージのフォーマットは 完全にカスタマイズ可能です! しかし、簡単な使用のために、あらかじめ定義されたテンプレートを選択し、メッセージの特定の部分を有効または無効にすることもできます。 [ デモ ]   [ マニュアル ] [ MT5バージョン ] [ Discordバージョン ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。開発者が必要なものをすべて提供します。 主要機能 購読者に送信される注文の詳細をカスタマイズする機能 例えばブロンズ、シルバー、ゴールドなど、階層型のサブスクリプションモデルを作成できます。ゴールドサブスクリプションでは、すべての信号が得られますなど。 ID、シンボル、またはコメントによる注文のフ
Crystal Trade Manager PRO – MT4向け 高度リスク管理・トレードコントロールシステム 無料版: https://www.mql5.com/en/market/product/150632 概要 Crystal Trade Manager PRO(CTM)は、MetaTrader 4 のために設計された、プロフェッショナル向けのリスク管理および取引管理ユーティリティです。 厳密な執行、強力な資金保護、高度な自動化を必要とするトレーダーのために構築されています。 本システムは、リスク管理、エクイティ保護、日次制限、SL/TP の自動設定を行い、プロレベルの高速ワンクリック取引パネルを提供します。 Prop Firm チャレンジ、デイトレード、スキャルピング、資金運用者に最適です。 MT5版も利用可能です。 主な特徴 1. 高度なリスク・ドローダウン保護 日次ドローダウン上限を 1%〜70% の範囲で設定可能。 上限超過時、 全てのポジションを即時クローズ 。 オプションで 全ての保留注文(Pending Orders)を自動削除 。 日次ロックアウトモード:翌日
Basket EA MT4
Juvenille Emperor Limited
5 (5)
Basket EA MT4 は、強力な利益収穫ツールであり、包括的な口座保護システムがシンプルで使いやすい形で統合されたソリューションです。その主な目的は、すべてのポジションを個別管理ではなく“バスケットレベル”で一括管理することで、口座全体の損益を完全にコントロールすることにあります。EAは、テイクプロフィット、ストップロス、ブレイクイーブン、トレーリングストップといったバスケットレベルの機能を備えており、これらを口座残高の%/口座通貨の固定額/管理対象取引の平均ポイントといった形で設定できます。この柔軟性により、トレーダーは個々のリスクと利益戦略を自分に合わせてカスタマイズできます。さらに、 Basket EA MT4 は、Magic Number、通貨ペア、コメントなどに基づいて特定の取引を管理対象から除外または含めるフィルタリング機能を提供し、望む取引だけを管理できるようにします。 追加の保護機能として、高度な口座セーフガード機能を搭載しています。指定したエクイティのテイクプロフィット・ストップロス水準、または最高残高からの最大ドローダウンに達した場合、EAはすべてのオープン
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. Why traders choose Take a Break One news filter for all your EAs — no more relying on individual built-in filters that may o
This EA is fully automated , it is built based on  the method of catching the pop-up Alert event and Open Market Orders (BUY/SELL) . Download trial version here:  https://www.mql5.com/en/blogs/post/751340 ***NOTE:   It is recommended to remove the available filter settings, only install the filter for your indicator. Parameters of the EA: -------- <EA Settings> -------- Magic Number:   The identifying (magic) number of the currently selected order. Allow Open trade:   Enable/ Disable Open Trade
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.86 (59)
ワンクリックで取引できるトレーディングパネル。ポジションと注文の操作!チャートまたはキーボードから取引。 手動取引用の取引パネル。チャート(チャートウィンドウ)またはキーボードから取引できます。開閉、リバース、ロックポジションと注文を処理する МetaТrader4のメインオーダーのトレーディングコントロールパネル:売買、売却、売却、売却、売却、閉じる、削除、修正、トレーリングストップ、ストップロス、takeproft MT5のバージョン 完全な説明   +DEMO +PDF 購入する方法 インストールする方法     ログファイルの取得方法     テストと最適化の方法     Expforex のすべての製品 シンボルウィンドウからの取引とキーボードからの取引! あなたはMetaTrader 4ターミナル - バーチャルコントロールパネルVirtualTradePadのためのユニークなプラグインを持っています。 Description on English 注意!  ストラテジーテスターの 取引方法を学びたい場合は、無料の TesterPad ユーティリティをチェックしてくだ
Short Description: FTMO Protector PRO MT4 is an EA designed to protect your funded account by managing risk and ensuring compliance with the Prop Firm's trading rules. This EA automatically monitors equity levels, closes trades when profit targets or drawdown limits are reached, and provides a visual display of key account metrics. EA w orks with all different Prop Firm service providers. Overview: FTMO Protector PRO MT4 is an Drawdown Safeguard Expert Advisor meticulously crafted for traders
Live Forex Signals サイト信号での取引用に設計されています   https://live-forex-signals.com/en   と https://foresignal.com/en . Live Forex Signals for MetaTrader 5  https://www.mql5.com/ru/market/product/81448 パラメータ サイトへのサブスクリプションを持っている場合は、ユーザー名とパスワードlive-forex-signals.com/foresignal.com サブスクリプションがない場合は、フィールドを空のままにします; オープンされているお得な情報へのコメント リスクリスクは、取引のための預金の割合として、リスク=0の場合、値ロットが使用されます 取引のためのロット固定ボリューム UseTakeProfitは、サイトから利益を取る使用します 当サイトからのご利用停止のご案内 F r e c h encysignalupdateinminute顧問のサイトへの訪問頻度を指定します MaximumSpreadFo
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Shepherd Safety EA
AW Trading Software Limited
4.92 (13)
The work of the utility is directed at opening new market orders, maintaining them, transferring the unprofitable orders into profit using an internal loss handling algorithm, trend filtering and various types of trailing stop and take profit. Suitable for any instruments and timeframes. The algorithm works separately for buys and sells, which allows simultaneously working in both directions as well. For the event when the additional orders opened by the utility do not become profitable, a Stop
コピー機->便利で高速なインターフェースインタラクション、ユーザーはすぐに使用できます     ->>>> WindowsコンピュータまたはVPS Windowsでの使用を推奨 特徴: 多様でパーソナライズされたコピー取引設定:1. 異なるシグナルソースに異なるロットモードを設定できます。2. フォワードコピー取引とリバースコピー取引に異なるシグナルソースを設定できます。3. シグナルはコメントで設定できます。4. 契約ロットに応じてロットを調整するかどうか 多様でパーソナライズされたコピー注文設定2:1.品種ごとに異なるロットモードを設定できます2.順方向コピー注文と逆方向コピー注文に異なる品種を設定できます3.コメントでシグナルを設定できます4.契約ロットに応じてロットを調整するかどうか コメントフィルタリング、MAGICフィルタリング、シグナルロットフィルタリング、ローカル製品フィルタリング 勤務時間設定 逆同期SLAVE終了 注文バインド機能: 任意の注文を設定されたシグナルソース注文にバインドできます (テーブルをダブルクリックして編集します) アカウントリスク管理 基本
The Ultimate Drawdown Recovery & Trade Protection EA for MT4! Your Trades Deserve a Second Chance. Give Them This Soldier. Struggling with floating losses or sudden drawdowns that threaten your account? Stop watching your trades drown in red and let the Ultimate Drawdown Recovery EA (UDR) recover, protect, and empower your trading strategy automatically. What Is UDR? UDR is an ultra-smart, lightning-fast MT4 Expert Advisor designed to recover drawdowns, secure break-even exits, manage trades wi
Risk/Reward Toolは、MetaTrader 4でのトレード計画、可視化、執行の方法を革新するために設計されたプロフェッショナルグレードのエキスパートアドバイザーです。精密なリスク管理を重視する裁量トレーダーでも、トレード設定を視覚的にテストする必要のある戦略開発者でも、このツールはエレガントで直感的なインターフェースで必要なすべてを提供します。 基本的なポジション計算機とは異なり、Risk/Reward Toolは視覚的なトレード計画を即時執行機能、リアルタイムの損益モニタリング、包括的なトレード管理機能と組み合わせています。このツールはMT4ストラテジーテスターと完全に互換性があり、実際の資金をリスクにさらすことなくトレード戦略を練習し、アプローチを改善することができます。 ツールの完全なマニュアルはこちら: https://www.mql5.com/en/blogs/post/766244 MT5 version:  https://www.mql5.com/en/market/product/158601 主な機能 視覚的なトレード計画 ドラッグ&ドロップ操作可能
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
日ごとおよび週ごとのクローズ取引履歴、現在のオープン取引、および外国為替エクスポージャーを 1 つのチャートで即座に確認できます。ヒートマップを使用して、収益性の高い取引と、取引ポートフォリオ内の現在のドローダウンの位置を特定します。 クイック クローズ ボタン クイック クローズ ボタンを使用すると、1 つのシンボルのすべての取引をクローズしたり、個々の取引を完全にクローズしたり、ボタンをクリックするだけで部分的な利益または損失を取得したりできます。リストで取引を探したり、取引の一部をクローズする方法を考えたりする必要はもうありません。ダッシュボードには、外国為替ペアの取引中に各通貨シンボルの現在のエクスポージャーも表示されるため、主要なニュース イベントの前にエクスポージャーが過剰になっている可能性のある領域を特定するのに役立ちます。ボタンを使用して、ニュースの前にエクスポージャーを即座にすばやく減らすことができます。または、ニュースがすでに発生して利益が出ている場合は、1 回のクリックでその利益をすばやく銀行に預けることができます。 オープン取引ヒートマップ 取引ヒートマッ
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
フィルタ:
レビューなし
レビューに返信