• 概要
  • レビュー (1)
  • コメント (1)
  • 最新情報

AnyChart MT4

AnyChart is a multifunctional tool allowing you to work with non-standard charts in MetaTrader 4. It includes collector of ticks and generator of charts for trading (hst files) and testing (fxt files). Supported chart types are second, tick and renko ones.


Settings

  • Starting Date - start date for chart plotting.
  • Ending Date - end date for chart plotting.
  • Chart Type - chart type:
    • Time - time chart, each bar contains a certain time interval;
    • Tick - volume chart, each bar contains a certain number of ticks;
    • Renko-real - renko chart, each bar contains a certain price range. Only actual prices are used;
    • Renko-nogaps - smoothed renko chart, each bar contains a certain price range. Gaps are closed by synthetic bars, open and close prices are smoothed.
  • Step (sec, ticks, points) - bar step (in seconds, ticks, points).
  • Period for hst file - offline chart period (should be non-standard).
  • Period for fxt file - tester file period (should be standard).
  • Use common folder - use common data folder for writing/reading tick history.
  • Collect ticks at start - start collecting ticks immediately after the launch.
  • Tick sending mode - mode of sending a new tick to an offline chart:
    • Off - do not send;
    • Send event (CUSTOM+14) - send as a custom event.


Description

The program interface consists of three buttons (screenshot 2).

Mode 1 - collecting ticks (screenshot 3):

The mode is activated by ->CSV button. If Collect ticks at start = true, the mode is enabled automatically during the launch, otherwise it should be activated manually.

Use common folder defines the folder the files should be saved to - the common terminal folder or the current terminal one.

Tick history files are csv files containing three columns - time, bid and ask - located in the ..\Files\ subdirectory.

Tick collection is recommended to be performed daily on a separate computer (VPS).

Mode 2 - offline chart (screenshots 4-7):

When clicking ->HST, the program generates an offline chart using the available tick history, opens it and updates it in real time based on incoming price data.

The chart type is defined by Chart Type and Step settings, Period for hst file should be non-standard. Start and end dates are defined by Starting Date and Ending Date.

All indicators on the chart will be updated correctly. However, some changes should be made in the code to let EAs operation. The entire EA logic should be moved from the OnTick() handler to OnChartEvent().

void OnTick()
{
//take all EA logic from here
}

void OnChartEvent(const int id,
const long &lparam,
const double &dparam,
const string &sparam)
{
if (id == CHARTEVENT_CUSTOM+14)
{
//and place it right here
}
}

Mode 3 - tester file (screenshots 8-9):

When clicking ->FXT, the program generates the tester file using the available tick history.

The chart type is defined by Chart Type and Step settings, Period for txt file should be standard. Start and end dates are defined by Starting Date and Ending Date.

The file is created in the ..\MQL4\Files\ subdirectory. Move it to ..\tester\history\ manually and apply the read-only attribute (so that it is not overwritten by the tester).

Note! A saved ask price is not applied when testing. Testing can only be performed with a fixed spread set in the tester settings!

おすすめのプロダクト
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation. S
This copier was originally developed for the professional order management of a team of traders and therefore, first of all, a risk manager was built into it. For simple operation, you need to configure the following settings: For the master! 1. Select the program type ''Program mode'' - master 2. Enter a new name for the ''Folder name'' folder, in which the EA will record information on working with orders. The name must be the same for both master and slave!!! 3. In the ''Feedback from
Description: Please tick "Show object descriptions" in chart properties to enable hrays views That utility converts a trendline into a horizontal ray known as tool for drawing supply and demand zones. Simply create a trendline on a chart and once selected, it will get converted. Ray remains horizontal while dragging.  Quick ray plot: press "R" key to create horizontal ray. It will be snapped to the nearest OHLC value Further versions will be improved. For feature request please post new c
KopierMaschine - локальный копировщик сделок между различными счетами MetaTrader 4 и MetaTrader 5 в любом направлении расположенных на одном компьютере с интуитивно понятным интерфейсом. Направления копирования: MT4 --> MT5 MT4 --> MT4 MT5 --> MT5 MT5 --> MT4 для копирования между терминалами MetaTrader 4 и MetaTrader   5 необходимо приобрести версию продукта KopierMaschine  для  MetaTrader   5 Особенности Программа работает в двух режимах Master и Slave На один подчиненный счет можно копирова
自動注文とリスク管理のためのユーティリティ。利益を最大化し、損失を抑えることができます。トレーダーのための練習トレーダーによって作成されました。このユーティリティは使いやすく、トレーダーが手動で、またはアドバイザーの助けを借りて開いた成行注文で機能します。マジックナンバーで取引をフィルタリングできます。このユーティリティは、同時に任意の数の注文を処理できます。 次の機能があります。 1.ストップロスとテイクプロフィットレベルの設定; 2. トレーリング ストップ レベルで取引を終了します。 3. 損益分岐点の設定。 ユーティリティは次のことができます。 1. オーダーごとに個別に作業します (レベルはオーダーごとに個別に設定されます)。 2. 一方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL は個別に設定されます)。 3. 多方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL が一緒に設定されます)。 オプション: STOPLOS
Basic Support and Resistance インジケータは、テクニカル分析を強化するために必要なソリューションです。このインジケータを使用すると、チャートにサポートレベルとレジスタンスレベルを投影できます/ mt5バージョン 機能 フィボナッチレベルの統合: サポートと抵抗レベルとともにフィボナッチレベルを表示するオプションを使用すると、私たちの指標は市場行動と逆転領域の可能性についてさらに深い洞察を提供します。 パフォーマンスの最適化: 各バーの開口部のみで拡張ラインを更新するオプションを使用すると、インジケータは、サポートレベルと抵抗レベルの精度を犠牲にすることなく最適なパフォーマンスを保証します。 入力 メイン設定 Timeframe:  この入力を通じて、より高い時間枠のサポートラインとレジスタンスラインをチャート上に表示することを選択できます。 Support/Resistance Strength [Number of Bars]:  この入力を使用して、サポートと抵抗の強度を決定できます。数が高いほど、サポート/抵抗がより強くなります。 Pri
Strong Retracement Points Pro demo edition! SRP (Strong Retracement/Reversal Points) is a powerful and unique support and resistance indicator. It displays the closest important levels which we expect the price retracement/reversal! If all level are broken from one side, it recalculates and draws new support and resistance levels, so the levels might be valid for several days depending on the market! If you are still hesitating to start using this wonderful tool, you can check this link to see h
This panel is a part of the SupDem-Pro trading system and is used to search for the best opportunities for any available instruments. Which can be selected manually in the Market Watch (open it with CTRL + M). Using this trading panel in combination with ShvedSupDem-Pro_Zone allows to analyze multiple currency pairs with a single click. The panel allows to load any instruments from the Market Watch, from 6 major currency pairs up to all instruments (480). The indicator parameters Button Width
VR Cub
Vladimir Pastushak
VR Cub は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a p
TWO PAIRS SQUARE HEDGE METER INDICATOR Try this brilliant 2 pairs square indicator It draws a square wave of the relation between your two inputs symbols when square wave indicates -1 then it is very great opportunity to SELL pair1 and BUY Pair2 when square wave indicates +1 then it is very great opportunity to BUY pair1 and SELL Pair2 the inputs are : 2 pairs of symbols         then index value : i use 20 for M30 charts ( you can try other values : 40/50 for M15 , : 30 for M30 , : 10 for H1 ,
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, and symbol. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so you can check the oper
This utility is designed to help you with your Manual Trading. It allows different ways of closing trades. It can display total number of BUY and SELL orders individually and also their individual profits. It can enter trades without stopl loss and take profits. However upon selecting UseStopLossTakeProfit from the settings it can use best possible stop loss and take profits based on the market conditions. Upon selecting the CloseOppositeTrades  from the settings it can close opposite trades. Fo
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (67)
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 独自のコピーアルゴリズムにより、すべての取引がマスターアカウントからクライアントアカウントに正確にコピーされます。 また、動作速度が速いことでも知られています。タフなエラー処理。 強力な機能セット。 プログ
The Best One Scalping Trade Panel functional manual trade panel with risk reward, auto SL by candle ( original solution), lot size calculation, one-click trading, scale in and out of trades (partial close),  Works with all symbols not just currency pairs, perfect works on DAX, NASDAQ, GOLD, ...... I earn every day during live stream on ZakopiecFX - join Me Risk by lot Risk by percent SL by points SL by Candle, Renko, RangeBar ( original solution) TP by point TP by Risk/Reward Auto Trailing b
Easy Virtual Trader
Anoop Sivasankaran
4.9 (10)
Easy Virtual Traderのセットアップ>ルールの入力>モバイル、別のEA、またはどこからでも取引する準備ができました。...ロボットが取引を管理できるようにします。     この強力なEAは、事前設定のルールと設定に基づいて、すべてまたは特定の取引を自動的に管理するのに役立ちます     セットアップして実行すると、注文を監視する必要がなくなります。ソフトウェアは定義済みのルールで注文を監視および制御します     デスクトップMT4またはモバイルアプリケーションから取引するか、別のEAの取引を管理できます。     マルチプロテクションとトレーリング戦略をサポートするように設計されています。損益分岐点による保護、パーセンテージによる保護、ピップによる保護、アカウント値による保護、距離によるトレーリング、インジケーターによるトレーリングなど。 Easy Virtual Traderは、自動バージョンの多くのリクエストにより、すでに人気のあるEasy Tradeマネージャーを拡張したものです: https://www.mql5.com/en/marke
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (overr
数列の一つに「森林火災数列」があります。これは、最も美しい新しいシーケンスの 1 つとして認識されています。その主な特徴は、このシーケンスが線形トレンドを回避することです。最短のものであってもです。この指標の基礎を形成したのはこのプロパティです。 財務時系列を分析する場合、この指標は可能なすべての傾向オプションを拒否しようとします。そして失敗した場合にのみ、トレンドの存在を認識し、適切なシグナルを発します。このアプローチにより、新しいトレンドの始まりの瞬間を正しく判断できます。ただし、偽陽性の可能性もあります。それらの数を減らすために、このインジケーターに追加のフィルターが追加されました。新しいバーが開くとシグナルが生成されます。いずれの場合も再描画は発生しません。 指標パラメータ: Applied Price - 適用価格定数; Period Main - インディケータのメイン期間、その有効な値は 5 ~ 60 です。 Period Additional - 追加の期間。このパラメーターの有効な値は 5 ~ 40 です。 Signal Filter - 追加の信号フィルター、有効
Forex Gump
Andrey Kozak
2.83 (6)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button, saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at your own risk. We sharll not be liable for any disadvantage or damage caused by
GLOD Winner EA is the most efficient EA on the market. I spent a lot of time and effort to make this software sophisticated with possibilities of high potential returns while keeping the drawdown below 20%. The algorithms of the robot provide investors of any level of training with an investment opportunity that is both safe and aggressive. Golden Coup EA imitating the work of the brain, capable of learning and adapting to changing conditions and predicting situations. When applied to trading in
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
これは、キャンドルの終値を予測する指標です。 このインジケータは、主にD1チャートでの使用を目的としていますが. この指標は、従来の外国為替取引とバイナリオプション取引の両方に適しています。 インジケーターは、スタンドアロンのトレーディングシステムとして使用することも、既存のトレーディングシステムへの追加として機能させることもできます。 このインジケーターは、現在のキャンドルを分析し、キャンドル自体の内部の特定の強度係数と、前のキャンドルのパラメーターを計算します。 したがって、この指標は、市場の動きのさらなる方向性と現在のキャンドルの終値を予測します。 この方法のおかげで、この指標は、短期の日中取引だけでなく、中期および長期の取引にも適しています。 インジケーターを使用すると、市場の状況の分析中にインジケーターが生成する潜在的な信号の数を設定できます。 インジケーターの設定には、このための特別なパラメーターがあります。 また、インジケーターは、チャート上のメッセージの形式で、電子メールで、およびPUSH通知の形式で、新しい信号について通知することができます。 購入後は必ず私に書いて
Requirements Optimized to work with   EURUSD-EURCHF-USDJPY, AUDUSD-CADJPY-AUDNZD, CHFJPY-NZDJPY-NZDUSD For timeframe 4H. *(Minimum recommended deposit is $300 for each Pair) for initial lot set to 0.10, My favorite Pair are (CHFJPY-NZDJPY-EURUSD-AUDNZD-USDJPY) Warning it will be SALE only 5 Copys at 60$ Then it will be update up to 200$  You can use it the way it is, For new Set Files will be add on (Comments) ECN broker with low spread is recommended to get better results. Setup is
Alpha AI MT4
Habib Gholamali Heidari
Alpha AI MT4 最高のトレーダーの皆様、革新的なロボットで取引を体験しましょう! 私たちは、 20年以上の豊富な外国為替市場経験に基づいて、 100%AI自動外国為替取引ソリューション「Alpha AI」を開発しました。 機能: プロップファームの課題に最適 低資金を含むあらゆる口座規模に対応 グリッドやマーチンゲール不使用 100%完全自動化 その他の重要な機能: EURNZD、 NZDUSD、 NZDCHF、 AUDNZD、 GBPNZD、 NZDCAD 通貨ペアの最適なシンボルで自動的に取引を行います。 各取引はストップロス(SL)で保護されています。 インストールが非常に簡単で、 設定を変更する必要がなく、 EURNZD H1で1日1回のみ実行されます。 EAを24時間365日低遅延で稼働させるためにVPSの使用を推奨します。 低スプレッドのブローカーを推奨します。 最低初期入金:口座100ドル ニュースと代替設定はTelegramチャンネルで 当社のインテリジェントな戦略は、 世界最先端の指標を使用して、 外国為替市場の主要なパターンとトレンドを検出し、 最適な買い
Introduction It is common practice for professional trades to hide their stop loss / take profit from their brokers. Either from keeping their strategy to the themselves or from the fear that their broker works against them. Using this indicator, the stop loss / take profit points will be drawn on the product chart using the bid price. So, you can see exactly when the price is hit and close it manually.  Usage Once attached to the chart, the indicator scans the open orders to attach lines fo
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Ma
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with
使用説明: https://www.mql5.com/zh/blogs/post/754946 MT4バージョン: https://www.mql5.com/zh/market/product/88205 MT5バージョン: https://www.mql5.com/zh/market/product/88204 ------------------------------------------------- 1. 注文を 12 個のマスター アカウントから 100 個のスレーブ アカウントにコピーします。 スレーブ アカウントの数は 12 から 100 までカスタマイズできます。 2.MT4からMT4、MT4からMT5、MT5からMT4、MT5からMT5をサポートします。 3. EURUSD、EURUSDm、EURUSDk など、さまざまなプラットフォームでの取引種類のサフィックスを識別します。 4. カスタム通貨マッチング (XAUUSD=GOLD など)。 5. すべての取引をコピーすることも、買い、売り、決済命令のみをコピーすることもできます 6. ストッププロフィットとス
このプロダクトを購入した人は以下も購入しています
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
I present to your attention a powerful utility for predicting the future movement of an asset based on W.D. Ganna’s law of vibration. This utility analyzes the selected market model and provides codes for future possible market movement patterns. If you enter the selected code into the appropriate box, you will receive a forecast of the potential market movement. The utility has the ability to display several potential forecast models. The forecast is not yet tied to time and price and gives th
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
あなたがメンバーである任意のチャンネル(プライベートおよび制限されたチャンネルを含む)からのシグナルを、直接あなたのMT4にコピーします。 このツールは、ユーザーを念頭に置いて設計されており、取引を管理および監視するために必要な多くの機能を提供しています。 この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5版 | Discord版 デモを試したい場合は、ユーザーガイドを参照してください。 Telegram To MT5レシーバーは、ストラテジーテスターでは機能しません! Telegram To MT4の特長 一度に複数のチャンネルからシグナルをコピー プライベートおよび制限されたチャンネルからシグナルをコピー BotトークンやチャットIDは不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識する
BBMA Oma Ally Signals Scanner (BBMA Oma Ally Analyzer Dashboard EA) This is a multi-pair and multi scanner dashboard to find the key signal of BBMA Oma Ally Strategy BBMA consists of the use of 2 indicators: Moving Averages Bollinger Bands BBMA consists of many types of entries: Reentry Extreme Rejection EMA50 GAP (EMA50 to Upper/Lower BB) MHV Full Setup (CSE>TPW>MHV>Direction>Reentry) There are many multi timeframe signals based on this strategy. RRE (Reentry - Reentry - Extreme) REE (Reentry
News Trade EA MT4
Konstantin Kulikov
4.38 (16)
僕自身が数年間使っている便利なロボットをご紹介します。半自動モードでも完全自動モードでもお使いいただけます。 当プログラムは経済指標カレンダーで発表されるニュースをもとにした取引の柔軟な設定が可能です。戦略テスターでは確認不可です。実際の取引のみです。端末の設定メニューを開いて許可URLリストにニュースサイトを追加する必要があります。サービス > 設定 > エキスパート・アドバイザーをクリックしてください。”次のURLの WebRequestを許可する:"にチェックを入れてください。次のURLを追加してください(空白は削除します): https://  nfs.faireconomy.media 設定のモニタリングはデフォルトで完全自動モードで行われます: https://www.mql5.com/ja/signals/1447007 。似たような結果を得たい場合は任意のタイムフレームの GBPUSDチャートにエキスパート・アドバイザーを関連付けてください。(タイムフレームの種類は問いません。) 当該エキスパート・アドバイザーのためのカスタマイズ設定セットを作る場合は、ブ
多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit: MT4でも可  5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart SL / エントリー レ
Mentfx Mmanage
Anton Jere Calmes
5 (16)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
Online Accounts Manager MT4
Kyra Nickaline Watson-gordon
5 (1)
OneClick Online Account Manager is a powerful utility that helps you to manage all your accounts from a centralized panel. It is suitable for all single account traders and specially for multiple accounts traders. The utility help you to : Monitor status of all accounts on a private web page. Some information such as account connection status, account profit, DD, Balance, Equity, Margin Level, Number of positions and orders, Daily and Weekly profit/loss and also overall summation of all these
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please DON'T BUY this product before testing or watching my video about it. Contact me for user support & advices! MT5 Version 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 easily and clearly. Display your trades/strategies on the chart. Display your Take Profits/Stop Losses as
MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
Averaging Helper - This sort of trading helper instrument will help you average out your previously unprofitable positions using two techniques: standard averaging hedging with the subsequent opening of positions according to the trend The utility has the ability to sort out several open positions in different directions at once, both for buy and for sell. For example, you opened 1 position for a sell and the second for a buy, and they are both unprofit, or one is in the unprofit and one is in
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 ---------------------------------------------------------------------------------------------------------------------------
あなたがメンバーである任意のチャンネルからシグナルをコピーします(   ボットトークンや管理者権限は必要ありません  MT4に直接送信します。 ユーザーを考慮して設計され、必要な多くの機能を提供します この製品は使いやすく、ビジュアルに魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5バージョン | テレグラムバージョン デモを試したい場合は、ユーザーガイドに移動してください。 ディスコードからMT4への送信はストラテジーテスターで動作しません。 ディスコード   からMT4への特徴 メンバーである任意のチャンネルからコピーします。ボットトークンやチャットIDは必要ありません リスク%または固定ロットを使用して取引します 特定のシンボルを除外します すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズします すべてのシグナルを認識するための単語やフレーズを設定します(デフォルトは99%のシグナルプロバイダーで動作するはずです) 希望するときにのみシグナルをコピーする
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. MT4 Limitation :
EA for Cycle Sniper Indicator This utility is designed to open/close auto trades according to the Cyle Sniper indicator's signals. Different entry rules  with various stop loss, take profit options can be applied. You will find the details in this blogpost.  https://www.mql5.com/en/blogs/post/749655 Some important issues are explained in the video. Please do not hesitate to contact us if you need further information. IMPORTANT NOTE: You can not test the full functions of the EA on the strategy t
FX28 Trader
Tsvetan Tsvetanov
5 (1)
FX28 Trader Dashboardをご紹介します - あなたの究極のトレードマネージャー FX28 Trader Dashboardは、あなたの外国為替(Forex)取引を新たな高みに押し上げるために設計された包括的で直感的なトレードマネージャーです。経験豊富なトレーダーでも、まだ金融の旅を始めたばかりの方でも、この強力なツールは取引活動を効率化し、意思決定プロセスを向上させるために開発されました。 主な特徴: ユーザーフレンドリーなインターフェース: FX28 Trader Dashboardは、あらゆるレベルのトレーダーに適したユーザーフレンドリーなインターフェースを備えています。さまざまな機能やツールを簡単にナビゲートし、わずか数クリックでトレードを完全にコントロールできます。 リアルタイムマーケットデータ: リアルタイムのマーケットデータフィードで先を見越してください。通貨ペア、トレンド、マーケットの変動に関する最新の情報を提供し、情報を元に自信を持ってトレードを実行できます。 高度なトレードアナリティクス: FX28 Trader Dashboardでは、高度なアナ
Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 -------------------
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT5 version   here You only open the first order. When your trade goes into profit RM opens
What Exactly Is A Smart Trading Tool? Smart Trading Tool was developed for fast and comfortable trading of the financial markets especially for ORDER BLOCKS TRADERS . It provides traders functionalities, such as: A Drawing Tool One-Click Trading Panel Automated Lot Sizes Calculation based on your risk appetite & Money Management ( Watch this video , how this tool can help manage your risk per trade better!) Built in PRICE LEVELS (Fibonacci, Round Numbers, Daily hi-low, etc) Shows Trading Informa
Trade Copier Agent は、複数の MetaTrader(4/5) アカウント/端末間で取引をコピーするように設計されています。 このツールを使用すると、プロバイダー (ソース) または受信者 (宛先) として機能できます。すべての取引アクションは、遅延なくプロバイダーからレシーバーにコピーされます。 このツールを使用すると、0.5 秒未満の超高速のコピー速度で、同じコンピューター上の複数の MetaTrader ターミナル間で取引をコピーできます。 Trade Copier Agent インストール & 入力ガイド コピーを開始する前、または注文がないうちに、プロバイダー アカウントで設定を適用してください。 注文中の変更は、受取人のアカウントに影響します。 例: プロバイダー アカウントが買い注文を適用し、その後、受信者アカウントのすべての買い注文を無効にすると、決済されます。 EA追加URL(   http://autofxhub.com   )MT4端末(スクリーンショット参照) に関する通知を受け取りたい場合 。 MT5 バージョン https://w
Trade Copier Pro is a tool to copy trade remotely to MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be able to receive t
MT4からテレグラムEAへのテキスト送信、MT4からテレグラムチャネルへ MT4 Telegram Signal Provider EAは、プロの電信信号プロバイダーになりたい人にとって、市場で最も優れた電信ユーティリティへのMT4です。 シンプルですが、強力でプロフェッショナル Metatrader 4プログラムでの注文に基づいて、シグナルとレポートをテレグラムチャネルに送信します Facebook、Twitter、Blogger、Wordpressなどの多くのプラットフォームに信号を送りたいですか?問題ありません。IFTTTを使用して、テレグラムチャネルをこれらのプラットフォームに接続し、信号を簡単に送信します。 * 主な特徴: 多くのチャンネルに信号を送信:マルチテレグラムチャネル、メール、モバイル端末へのプッシュ通知の送信 注文を非常に高速にスキャン:ティックではなく、数秒でスキャン すべての注文タイプの情報を送信:オープン(保留中の注文を含む)、キャンセル、クローズ(%部分的なクローズを含む)、トリガー、変更注文 送信オーダーをフィルタリングする
MULTIPLE ORDERS With Symbol and Time Frame Changer Multiple Orders Utility is created to give easy profits-making trades with a little movements and without going long distance to get it all. This Utility opens multiple orders as many trades as the number specified by the User or as many as permitted by your Broker in the same direction on the same currency pair simultaneously. The idea behind it, is that instead of running after 100 - 200 pips which may not likely be attainable in the re
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
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
作者のその他のプロダクト
Rooster MT4
Irek Gilmutdinov
5 (3)
Rooster - is a handy tool that allows you to receive alerts from your favorite indicators: Supports up to 3 indicators, built-in and custom; Supports up to 4 different signals at the same time; Able to show pop-up alerts, send e-mail and push notifications. This is version for MetaTrader 4, version for MetaTrader 5 is here . Detailed manual is attached in the Comments . Default settings demonstrate MACD lines crossing signal.
This utility ensures a real-time synchronization of multiple charts. Any event of a graphical object creation/modification/deletion, chart scrolling and zooming is copied from the current source chart to one or more receiving charts. Note: demo-version of this product doesn't work in the backtester! ______________________________________________________________ Settings: Synchronize with - select the receivers: Same symbol - all charts with the same symbol; Same symbol - all charts with the same
The utility displays information about performed trades on the current chart. The account history as well as a separate file can be used as a data source. The file format is set manually or selected from available templates. Settings: Source - where to take data from, from_History - account history, from_File - csv file. File Name - file name. The file has to be located at ..\MQL4\Files\ directory of the terminal. File Format - select the file format from the list: MQ_Signals - file of trades
FREE
This panel is designed for manual binary options trading. It is possible to set the position volume and the expiration time. Note: make sure your broker supports binary option trading via the MetaTrader 4! Settings Ask confirmation - ask for additional confirmation before opening; Magic number - unique identifier of opened positions.
FREE
This utility binds each created graphical object to the chart symbol. Binding is performed by adding a symbol prefix to a graphical object name. Later, after you change the symbol on the chart, it provides displaying only the objects binded to the current symbol and all other objects become hidden. Parameters Ignore objects with prefix - the indicator will skip graphical objects with the specified prefix in their names. Note: demo version from the market is limited to strategy tester and canno
FREE
Rooster - is a handy tool that allows you to receive alerts from your favorite indicators: Supports up to 3 indicators, built-in and custom; Supports up to 4 different signals at the same time; Able to show pop-up alerts, send e-mail and push notifications. This is version for MetaTrader 5, version for MetaTrader 4 is here . Detailed manual is sent on request. Default settings demonstrate MACD lines crossing signal.
This utility ensures a real-time synchronization of multiple charts. Any event of a graphical object creation/modification/deletion, chart scrolling and zooming is copied from the current source chart to one or more receiving charts. Note: demo-version of this product doesn't work in the backtester! ______________________________________________________________ Settings: Synchronize with - select the receivers: Same symbol - all charts with the same symbol; Same symbol - all charts with the same
フィルタ:
Zhigang Liu
175
Zhigang Liu 2018.09.03 09:43 
 

Hello, do you have more references? Do you buy active code? Can it be used on MT4?

レビューに返信
バージョン 1.1 2021.11.24
Recompiled for newer builds.