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

News Trade EA MT5

4.5
僕自身が数年間使っている便利なロボットをご紹介します。半自動モードでも完全自動モードでもお使いいただけます。

当プログラムは経済指標カレンダーで発表されるニュースをもとにした取引の柔軟な設定が可能です。戦略テスターでは確認不可です。実際の取引のみです。端末の設定メニューを開いて許可URLリストにニュースサイトを追加する必要があります。サービス > 設定 > エキスパート・アドバイザーをクリックしてください。”次のURLの WebRequestを許可する:"にチェックを入れてください。次のURLを追加してください(空白は削除します): https://  nfs.faireconomy.media

設定のモニタリングはデフォルトで完全自動モードで行われます: https://www.mql5.com/ja/signals/1447007 。似たような結果を得たい場合は任意のタイムフレームの GBPUSDチャートにエキスパート・アドバイザーを関連付けてください。(タイムフレームの種類は問いません。)

当該エキスパート・アドバイザーのためのカスタマイズ設定セットを作る場合は、ブログの全パラメータの説明を参照してください: https://www.mql5.com/en/blogs/post/748545


基本的なデフォルト設定について

一つのチャートからGBPとの通貨ペア(GBPUSD、EURGBP、GBPJPY、GBPCAD、GBPAUD、GBPCHF)で取引をします。GBPは最もボラティリティの高い通貨のため、取引が成功するチャンスが高まります。
  • Use_Symbols_from_Line = true;
  • Symbols_Line = GBPUSD, EURGBP, GBPJPY, GBPCAD, GBPAUD, GBPCHF.
保留注文受付は、通貨ペアのGBP以外の通貨に関するニュース掲載の前に(複数の注文受付が同時に開始されることを避けるため)開始します。 即ち、GBPUSDの注文はUSD関連ニュース掲載の前に、EURGBPの注文はEUR関連ニュース掲載の前に、GBPJPYの注文はJPY関連ニュース掲載の前、などのように開始するのです。重要度の高いニュースが考慮されます。
  • News_currency_pairs = true;
  • Excluded_currency_str = GBP;
  • IncludeHigh = true.

もっとたくさんの取引を取得したい場合(より積極的なパターン)は、"Excluded_currency_str"を空白行にすると、GBP関連ニュース掲載でも注文受付が開始されます。そして重要度が中程度であるIncludeMedium = trueニュースも表示されます。

保留注文受付はニュース掲載の60秒前に開始します。執行できなかった保留注文はニュース掲載後20秒後に削除されます。
  • SecondBeforeHigh = 60;
  • SecondAfterHigh = 20.
今後数時間以内に重要度が中程度は高程度のスピーチが予定されている場合は、注文受付が開始されません。
  • IncludeSpeaks = false;
  • SpeaksHigh = true;
  • SpeaksMedium = true.

もっとたくさんの取引を取得したい場合(より積極的なパターン)は、SpeaksHigh = false и SpeaksMedium = falseを行ってください。そうすると、スピーチは注文受付開始をブロックしなくなります。

ニュース掲載直前には虚偽の価格変動が想定されるので、価格から2.5ポイント離れた LIMITオーダーが使用されます。保留注文受付は双方(BUYとSELL)に開始します。一方の注文が執行されると、もう一方の注文が削除されます。指定された時間内にどちらの注文も執行されなかった場合は、両方とも削除されます。
  • Trade_Direction = BUY_and_SELL;
  • Type_Orders = ORDERS_LIMIT;
  • Offset_from_price = 2.5.
ニュース掲載期間中のボラティリティが極端に異なる場合があるので、完全自動モードで全取引に対して標準SLを適用することは効率が悪いように思われます。 SLが短い場合はノックアウトされる頻度が高く、SLが大きい場合は、残高の大部分を使ってしまうので、無意味です。SLのあるセットが望ましい場合は、各通貨ペアごとに個別詳細設定を行ってください(Use_Symbols_from_Line = false)。デフォルト設定では、5ポイント相当のTPでポジションをクローズするまで24時間取引ができます。24時間後ポジションがクローズされなかった場合は、アベレージング注文受付が開始されます(一つの通貨ペア当たりの最大ポジション数は3つまで)。
  • TakeProfit_Safety = 5;
  • StopLoss_Safety = 0;
  • Total_open_transactions = 3;
  • Min_minuts_pause_between_positions = 1440;
  • Min_pips_between_positions = 35;
  • Multiplier_of_trade_Lot = 1.5.

Close_positions_at_percentage_of_loss=30のように、各通貨ペアごとに残高に対する最大損失率を設定できます。

最後のブロックである"consider other positions”のパラメータは、他のエキスパート・アドバイザーとの共同作業(その他のマジックナンバーが付いている開かれたポジションを考慮する)のために設定されているものです。そこではエキスパート・アドバイザーの総合プロフィールにこのエキスパート・アドバイザーを追加することができます。


レビュー 11
Forex Market
1878
Aller Uja 2024.04.29 13:41 
 

I see that no one has left a review for this EA for a long time. I'll correct this oversight on my part and confirm that the EA is reliable and the developer trustworthy. It doesn't make transactions very frequently, but it suits well as a background worker for a more active EA.

Patman
72
Patman 2023.11.08 14:04 
 

Hello Konstantin,

it's a smart tool and was quite easy to install.

I can recommend it to any passionated trader.

Franck Martin
97495
Franck Martin 2023.05.25 17:23 
 

The seller is very available if necessary to solve the problems. I always use it to diversify my investments besides my main EA.

おすすめのプロダクト
Trade on Bybit with  MT5/MT4 EAs and indicators! GRat_BybitImport   is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency on one the most popular crypto exchanges   Bybit  24/7. Features 1. ALL Bybit instruments are available. 2. Import(automatic copying) to the specified Bybit  currency all trades (made manually or by an EA) from an MT5 account (including demo) by the specified symbol and/or magic number. 3. Import(automatic copying)   to the specified By
Robot Manual Order Manager is a tool that allows you to automatically include Stop Loss, Breakeven, Take Profit and partials in open trades. Be it a market order or a limit order. Besides, it automatically conducts your trade, moving your stop or ending trades, according to the parameters you choose. To make your operations more effective, the Manual Orders Manager Robot has several indicators that can be configured to work on your trade. Among the options you can count on the features: Conducti
The Expert Advisor analyzes tick micro-signals and determines the direction to open a position. Micro-signals are identified by predetermined codes, which in the optimization are recorded in the settings of the bot. When a bot sees the corresponding micro-signal, it reacts to it by opening a position and its accompaniment! The bot has good predictability. You can check the work of the bot on the simulation of real history, how to configure the tester will be shown in the screenshot. Also, we sh
Boom Slayer
Ignacio Agustin Mene Franco
Boom 500 Slayer. It is an algorithmic bot programmed %100 for the boom 500 index of synthetic indices. The bot is very effective, it starts with a balance of 1000usd It is used in a time frame of 1 Minute, to have greater results. It can be used at any time but the recommended is in M1 and with a balance of 1000usd since in a matter of time it will double your bill, with passive entries. use the bollinger bands indicator configure parameters just like in the image Good Profit!
Forget coding! You no longer need EAs! Any indicators (and not only) can now trade themselves anything anywhere! GRat_IndiTrade is a strategy builder for automatic trading by the signals of  ANY available indicators without limits (both standard and custom), as well as on ANY of their combinations, by candlestick patterns, without the need to write, generate or compile any code . You no longer need to be or hire a programmer to test and automate ALL your trading ideas. Just place the indicato
Joni Lee Second Forex Robot in the Market CAN RUN WITH ONLY $300 (recomended minimum deposit) LOT size 0.01 if <$2000 else 0.02 Introducing the “Joni Lee First Forex Robot,” a trailblazing innovation in automated forex trading. Developed by the renowned Joni Lee, this robot is the first of its kind, setting new standards in the forex market. Key Features: Can take profit (TP) and cut loss (CL) State-of-the-Art Algorithms:   Employs sophisticated algorithms to analyze market data and execute tra
Stop Loss with Profit Free Version*. Complete Version here. This utility / expert for MetaTrader 5 modifies the stop loss of all your operations dynamically and automatically to ensure the minimum benefits you want, and be able to operate with or without Take Profit. Maximize your benefits, by being able to trade with Unlimited Take Profit. You will ensure the number of minimum points you want to earn in each operation and the stop loss will be adjusted as long as the benefit of the oper
FREE
TheMarketDestroyerを紹介します。MQL5の熟練トレーダー向けの究極の半自動EAです! 主な特徴: 半手動制御: TheMarketDestroyerは、買いまたは売りのエントリーポイントを設定する柔軟性を提供します。市場が設定されたテイクプロフィット(TP)に達すると、取引は自動的に終了します。その後、次の取引のエントリを再設定するだけです。 カスタマイズ可能なロットマルチプライヤー: ロットマルチプライヤーシステムで戦略を適応させます。市場がストップロス(SL)に達するたびにロットサイズを調整し、リカバリーの機会を最適化できます。 複製設定: SLに達する回数を設定し、EAがロットマルチプライヤーを適用します。この柔軟性により、リスクをより効果的に管理し、トレーディングスタイルに合わせて調整できます。 実証済みの戦略: 私たちが示す画像とビデオは、MQL5の戦略テスターでのボットの自動テストに基づいています。これらのテストは、EAの潜在能力を示すために無限ループで行われます。しかし、実際の市場条件では、TheMarketDestroyerはTPに達すると動作を停止し
A ticker that shows the average bitcoin price of the selected currency and keeps updating it at regular intervals. PRO version updates more often and displays details about the price change! Make sure you have added the API address http://metakod.com/mk/api in the list of allowed URLs on tab Tools → Options → Expert Advisors. All of the supported currencies and the API address are listed in the screenshots below. Inputs Logging level - Controls the amount of details written to the log (default
FREE
Hedging Pro Ultimate uses a trend follow strategy coupled with virtual pending orders to maximize profits, virtual close partial to minimize drawdown and close by opposite signals if there is a change in trend to minimize losses. Hedging Pro Ultimate works fully automatically without manual intervention and is equipped with a news filter. MT4 Version  |  Product Knowledge & Setfile Suggested pairs: EURUSD,  GBPUSD, XAUUSD Expert parameters: 1. Manage Open Positions + Open Position Mode: Selec
Trade like a time traveler thanks to latency arbitrage Everyone knows that the best way to make money in the markets is by knowing the future. Have you ever wished to know the future price of something in advance? Even if it were just a few days, hours, or minutes ahead? What if it were possible to know it but with less than a second of advance notice? That's precisely what the PZ Latency Arbitrage EA robot does. PZ Latency Arbitrage EA is your personal time machine: but it can only travel into
Buffalo Trader BOT
Douglas Serra Braga Junior
The Buffalo Trader BOT is the most complete QUANT solution on the market. With it you'll be able to create any strategy you want, and better, without tying yourself to specialist models that only perform specific tasks. With Buffalo, you will have a true ally for your operations, as you will have the freedom to define, test and train the best Quantitative Trading models using a single and powerful tool. See what you can do with your Buffalo Robot BASIC DEFINITIONS OF STRATEGY Define names f
Prime Algo Mean Reversion - coded by Prime Capital Vietnam Best with XAUUSD  Strategy:  Mean Reversion   Find your best setting with the backtest before trade with a real account please. Our setting (XAUUSD): - Lot% Equity: 1 with 1000 Equity - Lot max: from 0.01 to 1 - DCA: +50 to +100 - TP: 2000 - SL: 200 - Trailing stop: 0.5 - Trailing start: 2.5 - Mean Buy and Sell: 5 - Timeframe: all timeframe - Best with spread max < 30 Important: contact us before rent/buy ------   ------   ------   -
Binance Grid Pro offers an alternative to the built in Grid systems Binance Platform offers. This utility let you define a grid parameters for interact with your Binance account using an Isolated Margin account. This is, similar to Spot Grid in Binance. This is not for handle with derivatives contracts, is for handle with Spot through Isolated Margin Account. But obviosly this utility offers a different approach than built in Binance Grid to handle the Grid, which I have found useful based o
Introducing our Trailing Stop Tool, a powerful solution designed to enhance your trading strategy by trailing your trades based on a selected number of candles. This tool provides an advanced feature that allows you to dynamically adjust your stop loss level as the market moves in your favor, aiming to lock in profits while minimizing potential losses. With the Trailing Stop Tool, you have the flexibility to choose the number of candles you want the tool to trail. Whether you prefer a conservat
Auto News Trading  is both a trading assistant and an automatic trading bot that can trade automatically on the news. It is very easy to use and just run on the chart. In Forex trading, news is one of the important factors that move the market.   In strategy tester mode, you will be able to see only the panel, because it is impossible to call the news. You can download free   demo version   here. Note:   these demo files expire on 2023-11-15. If the demo version has expired, please send me a
This EA has been developed, tested and traded live on NASDAQ M15 TF. Everything is ready for immediate use on real account. Very SIMPLE STRATEGY with only FEW PARAMETERS.  Strategy is based on  EXPANSION ON THE DAILY CHART .   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR STOP LOSS.   To catch the profits is a  TRAILING PROFIT  function in the strategy.  EA has been backtested on more than 10-year long tick data with 99% quality of mo
Algo Scalper EA
Tshepo Michael Motaung
Algo Scalper EA is a confluence day trading robot using market orders and it trades during Trading Sessions. The EA exercise consistency and risk management, it has 2 entry signals produced from  Moving Averages(90 & 120) to harvest the most out of the trending market (on automatic mode). It is capable of allowing you to trade any symbol you want and during the time you want. Profits can only be secured by take profit level. Low spread is highly recommended for this EA, and you will see signific
SYSTEM DESCRIPTION Our MT5 EA uses an advanced statistical system to determine the optimal time to open sell positions on the BOOM 1000, BOOM 500, and BOOM 300 assets. Based on rigorous market data analysis, the EA identifies the moment when there is a 90% probability of a bearish candle, allowing our users to enter a sell position with maximum confidence in success. This data-driven approach is the key to achieving profitable and consistent trades in BOOM 1000, and our EA is designed to aut
Angry Panda EA
William Brandon Autry
4.92 (13)
Introducing Angry Panda For more EAs, group discussion, and more, message me for an invite to my telegram group. Group Chat : Join Now Get ready to unleash the power of Angry Panda - the ultimate night scalper. Unlike other night scalping EAs, Angry Panda maintains a slightly more aggressive approach without compromising safety and longevity. Its precision coding tools enable it to execute high-quality market orders and limit orders with ease, all while maintaining a hard take profit and stop lo
FREE
The Forex trading advisor Modern bot is an automatic scalping system that opens and closes deals using a special tick analysis algorithm programmed in the code without human intervention. The main task of the ego is to instantly make a deal where a person loses time for analysis and decision making. They also automate trading, removing the emotional burden from a person and allowing you to save time. Scalping is one of the varieties of short-term strategies, moreover, the shortest of them. Usin
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Cyber Pulse
Marco Brugali
4.17 (6)
Cyber Pulse Cyber Pulse is an innovative automated trading bot designed to operate efficiently on the GBPUSD, XAUUSD, and USDJPY markets. This bot executes an average of 3-5 trades per week, employing a clever combination of machine learning algorithms and price action strategies to deliver an excellent trading experience. Performance and Reliability: Market Versatility: Cyber Pulse is optimized for a wide range of assets, including currency and precious metals markets, ensuring flexibility and
FREE
Hi you, I need your help! Be my Patron, let's make it possible! https://www.patreon.com/joaopeuko https://github.com/Joaopeuko/Mql5-Python-Integration Esse Expert Advisor copia os dados("symbol,last,bid,ask") dos ativos que foram colocados na lista e só funciona enquanto o mercado esta aberto. Esse EA não é um link DDE ou RTD, as informações não são passadas em tempo real ao excel. O EA tem um delay de 30 segundos e o Excel tem um delay de 1 minuto. A vantagem desse EA é que ele dispen
FREE
Whether you're a seasoned forex trader or just starting, Telegram Signal Sender is a must-have tool for anyone looking to start their telegram channel as a forex signal provider. With its user-friendly interface and advanced features, you can easily set up your signals and watch as your followers start to grow. So, what are you waiting for?  Comprehensive Trading Solution: With Telegram Signal Sender, you get a complete trading solution that generates stop loss and three target levels for y
Plug & Play portfolio - series of high-quality EURUSD H1 strategies for maximized success. The 4th out of 8 strategies  portfolio set.  Each EA works well as a standalone, works even better as portfolio. Triple tested  - backtest, robustness tests , portfolio correlation. Uses a well-known CCI indicator combined with an ADX indicator. Why to buy Fully automatic EA with really easy set-up. Only risk amount to be set and you are good to go. Developed using genetic algorithms on 'in sample' data
CandleBot
Mithlesh Kumar Mandal
キャンドルボットのご紹介 - ローソク足パターンを認識しトレードするための究極の無料ツール!キャンドルボットを使用して、簡単に高値と低値の両方に認識できる牛さんと熊さんのエングルフィング、モーニングスター、イブニングスター、そしてハンマーシグナルを活かし、市場で優位性を得ましょう。特定の期間にわたる始値、高値、安値、終値から導き出されたローソク足パターンは、価格動向の視覚的な表現となり、トレーダーが市場センチメントを分析し、潜在的な逆転や継続を予測するのに役立ちます。 ローソク足パターンの理解: エングルフィングパターン: 二つのローソク足から成り立ち、二つ目のローソクが完全に最初のものを覆います。ベアッシュエングルフィングは下降トレンドの終わりにおいて上昇トレンドの反転の可能性を示し、ブルッシュエングルフィングは上昇トレンドの終わりにおいて下降トレンドの反転の可能性を示唆します。エングルフィングキャンドルの本体が大きいほど、そのシグナルは強力です。 ハンマーパターン: 一本のローソク足で、本体が上部近くに小さく、下部に長い尾を持つハンマーのような形です。ブルッシュハンマーは下降トレン
FREE
YOU WANT TO WIN THE DUEL. Look the market in the eye, feel the trigger on your finger. Take a deep breath and shoot before anyone else. This system allows you to detect the right moment to attack the market. The whistles are already sounding in the air. Dare to win the duel at the market. This system is suitable for small accounts and can be used with only  $ 10 0 . You can download the demo and test it yourself.   Very stable growth curve as result of smart averaging techniques.
AO Trade
Ka Lok Louis Wong
AOトレードシステムは、市場のトレンドを利用したトレードに特化しており、競売やニュースの時間を参照ポイントとして、他の特定の注文時間と比較し、市場のトレンドを予測します。 **EAで使用されるすべての時間パラメータは、あなたの端末の時間を基にしています。異なるブローカーは異なるGMTのタイムゾーンで動作する場合があり、夏時間の調整によりさらに変化する可能性があります。** **実装前に、端末に合わせて時間設定を十分に確認してください。** 推奨設定: M1タイムフレームで使用する HK50 / DE40 / ustec / UK100 時間のチェック中には、特定のチェック時間の分後に価格のチェックが行われることに気付くでしょう(1.2チェック時間の分)。この設計は意図的であり、参照されているバーが完了することを許可し、オープン、ハイ、ロー、およびクローズの値が注文時間と正確に比較できるようにします。 設定 -----------------1 タイマー------------------- 1.1 チェック時間の時間(HH) -- 価格を記録するために使用されるタイム
Online Accounts Manager MT5
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
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.38 (164)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 注意、アプリケーションはストラテジーテスターでは機能しません。 説明ページからデモ版をダウンロードできます  Manual, Description, Download demo ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、
価格が一瞬で変わる可能性のある市場では、注文はできるだけ簡単にすべきだと思いますか? Metatraderでは、注文を開くたびに、開始価格を入力し、損失を止めて利益を得るウィンドウと、取引サイズを開く必要があります。金融市場の取引では、初期預金を維持し、それを増やすために資本管理が不可欠です。それで、あなたが注文をしたいとき、あなたはおそらくあなたがどれくらいの大きさの取引を開くべきか疑問に思いますか?この単一の取引であなたの預金の何パーセントを危険にさらすべきですか?この取引からどれだけの利益を得ることができますか?また、リスクに対する利益の比率はどのくらいですか?トレードサイズを設定する前に、トレードサイズがどうあるべきかという質問に対する答えを得るために必要な計算を行います。 これらすべてを自動的に行うツールがあると想像してみてください。チャートを開き、市場分析を行い、エントリーポイント、ディフェンスポイント(ストップロス)、ターゲット(テイクプロフィット)を水平線でマークし、最後にリスクのレベルを定義します。利用可能な資本の%として、このトランザクションで負担することができ、こ
TradePanel MT5
Alfiya Fazylova
4.85 (113)
Trade Panel は、多機能の取引アシスタントです。 このアプリケーションには手動取引用の 50 以上の機能が含まれており、ほとんどの取引アクションを自動化できます。 購入する前に、デモ アカウントでデモ バージョンをテストできます。 デモは こちら から。 詳しい手順は こちら をご覧ください。 取引。 ワンクリックで基本的な取引操作を実行できます。 未決の注文とポジションをオープンする 注文のグリッドを開く 未決の注文とポジションを決済する ポジションの反転(買いを閉じて売りをオープンする、または売りを閉じて買いをオープンする) ポジションをロックする(反対のポジションをオープンすることで、売りポジションと買いポジションの量を等しくします) すべてのポジションを部分的に決済します。 すべてのポジションのテイクプロフィットやストップロスを共通のレベルに設定します。 すべてのポジションのストップロスを損益分岐点レベルに設定します。 注文とポジションをオープンする際に、次のことが可能になります。 確立されたリスクに応じて取引量の自動計算を使用します。 ワンクリックで複数の注文を開き
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
The  Easy Strategy Builder (ESB)  is a " Do It Yourself " solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategi
Trade Assistant 38 in 1
Makarii Gubaydullin
4.88 (17)
多機能ツール 搭載機能: ロット計算機、プライスアクション、リスク/リワードレシオ、トレードマネージャー、需要供給ゾーンなどをはじめ65以上の機能。 バージョ:デモ版   |   ユーザーマニュアル   |    MT5版 このユーティリティはストラテジー テスターでは機能しません。 ここからデモ   バージョンをダウンロードして製品をテストできます。 ご不明な点や改善提案、バグの発見などございましたら、 連絡してください 。 取引プロセスを簡素化、高速化、自動化します。このダッシュボードで標準端末機能を拡張します 1. 新しい取引を開始します : ロット / リスク / RR の計算 1. Lot計算機(リスクサイズに基づく取引量計算 2. リスク計算機(ロットサイズに基づくリスク量) 3. リスク/リワードレシオ (R/R) 4. 注文のアクティベーション トリガー + Buy StopLimit / Sell StopLimit 5. 仮想 SL / TP レベル (隠しSL、TP: ブローカーには見えない) 6.  Smart SL / エントリー レベル: バ
Set price targets, and leave everything else to HINN Lazy Trader! This tool is designed for automatic position sizing from specified levels to designated targets. Using a VPS is recommended (*). The demo version   limited in functionality, be sure to watch this video before using -->  https://youtu.be/geLQ6dUzAr8 A community for users, product discussion, update news, and first line of support are organized in a free Discord: https://discord.gg/zFhEZc7QDQ Use Webmoney For payments in cryptocu
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナ
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
The product will copy all  Discord  signal   to MT5   ( 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 MT5. 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
ATTENTION the expert does not work in strategy tester, for a trial version visit my profile. Manual RiskGuard Management   RiskGuard management was born with the idea of ​​helping traders from their initial journey to becoming expert and aware traders. Compatible with any operating system whether Mac or Windows. The operations panel is integrated into the graph giving the possibility to choose size and position between right and left, while the various buttons light up when they can be used,
UTM Manager は、迅速かつ効率的な取引執行を提供する直感的で使いやすいツールです。際立った機能の 1 つは、「スプレッドを無視」モードです。これにより、スプレッドを完全に無視して、ローソク足の価格で取引できるようになります (たとえば、LTF でより高いスプレッドのペアを取引でき、スプレッドによって取引から除外されるのを回避できます)。 UTM Manager のもう 1 つの重要な側面は、独自のローカル取引コピー機であり、各ブローカーで異なる取引戦略と設定 (たとえば、さまざまな TP、BE、およびリスク ルール) を柔軟に実行できます。 取引執行: 迅速かつ効率的な取引執行: チャート上のエントリー価格とストップロス価格をクリックして簡単に取引を入力するか、ワンクリックの固定ストップロスサイズ機能を使用します。 自動ロットサイズ計算: ロットは事前定義されたリスク設定に基づいて計算され、ドラッグによってポジションが変更されると再計算されます。 1 つまたは複数のポジションを同時に処理できる能力。 利益確定と損益分岐点: 柔軟なテイクプロフィット設定: 特定のリスク対報
Partial Close Expert は 、多くの機能を 1 つの自動システムに統合したツールです。この EA は、リスクを管理し、潜在的な利益を最大化するための複数のオプションを提供することにより、トレーダーがポジションをより効果的に管理するのに役立ちます。 Partial Close Expert を使用すると、トレーダーは   一部閉鎖   利益を固定するレベル、     トレーリングストップ   利益を保護し、損失を制限するレベル、     とんとん   価格が反対に動いた場合でも取引が中断されることを保証するレベル、およびその他のいくつかの機能。 このオールインワン Expert Advisor を使用することで、トレーダーは常に取引を監視する必要がないため、時間と労力を節約できます。代わりに、EA は市場の状況に基づいて事前に設定された命令を実行し、トレーダーにより多くの柔軟性と取引の制御を提供します。 部分クローズエキスパートを取り付け、     キーボードの「p」を押して 設定を変更すると、準備完了です。 部分クローズエキスパート   インストール & 入力ガイド
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
YuClusters
Yury Kulikov
4.93 (41)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Botトークンや管理者権限の必要なしに、メンバーであるすべてのチャンネルからシグナルをコピーして、MT5に直接送信します。 多くの機能を提供しながら、ユーザーを考慮して設計されています この製品は、使いやすい視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT4バージョン | Telegramバージョン デモを試してみたい場合は、ユーザーガイドを参照してください。 DiscordからMT5への変換は、ストラテジーテスターで動作しません。 DiscordからMT5への変換の特長 メンバーである任意のチャンネルからコピーします。BotトークンやチャットIDは不要です リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズします すべてのシグナルを認識するための単語やフレーズを設定します(デフォルトは99%のシグナルプロバイダーに適用されます) コピーするタイミングと日時の設定をカスタマイズします 一度に
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the 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 calculates al
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt5 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator mt5 Video tutorials, manuals, DEMO download   here .   Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extend
これは視覚的な取引パネルであり、取引を簡単に配置および管理し、人為的エラーを回避し、取引活動を強化するのに役立ちます。使いやすい視覚的なインターフェースと、健全なリスクおよび位置管理アプローチを組み合わせています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど使いやすい チャートから簡単に取引 正確なリスク管理との取引、手間のかからない 資本の保存が最優先事項です 気をつけずに利益を上げましょう できるだけ早くリスクのない取引をお楽しみください 開かれているすべての取引の自動トレーリングストップ 最初のストップロスは、取引が行われるとすぐに配置されます EAは、取引を行った後に次のタスクを実行します。 最初のストップロス/テイクプロフィットは自動的に配置されます できるだけ早くフリーライドにロックします(オプション) ストップロスを初めて損益分岐点に移動します(オプション) 停止するまで、希望の方法を使用してストップロスを追跡します その他のクールな機能は次のとおりです。 優れたターミナルアクティビティレポート
This service is designed to stream online cryptocurrency quotes   from the Binance exchange to your MetaTrader 5 terminal. You will find it perfectly suitable if you want to see the quotes of cryptocurrencies in real time — in the Market watch window and on the MetaTrader 5 charts. After running the service, you will have fully featured and automatically updated  cryptocurrency charts in your MetaTrader 5. You can apply templates, color schemes, technical indicators and any non-trading tools to
Riskless Pyramid Mt5
Snapdragon Systems Ltd
3.5 (2)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
This trade copy utility allows you to instantly and seamlessly replicate and synchronize unlimited orders from multiple master accounts to multiple slave accounts on your local machine. You can create custom channels (or portfolios) with advanced filtering capabilities to copy from multiple master accounts to multiple slave accounts. Moreover, you can tailor these channels with a range of lot sizing and trade condition options to ensure that copied trades outperform the original source. You can
MT5-StreamDeck offers the possibility to use a certain number of pre-programmed Hot-keys with a clearly defined role. So by the push of a button you can open a trade with a pre-defined lot size, stoploss and take profit. Close all your trades, close the ones in profit, or in loss, set Break-even or set a trailing stop. All this with a Hot key button. See the feature list for all the actions that can take place at the push of a button. Ideal for Quick Scalping or day trading with set risk manage
« Trade Sync » — Really fast copying and precise synchronization of trades. Simple installation and configuration of the application within 5 seconds allows you to copy trades between different MetaTrader terminals installed on one Windows PC or Windows VPS at maximum speed. «Trade Sync» contains a large number of options for customizing the application to your specific needs and allows you to cope with even complex user tasks. Separate use: Trade Sync MT4 - allows you to copy (Мt4 > Мt4), Trade
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 (overri
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 MT5 performs the trades for you. In other words, Our   Telegram MT5 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT5 account. Reduce The Risk Telegram To Mt5   defines the whole experience of copying signals from   Telegram signal copier to MT5 pl
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! MT4 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 a perc
Ultimate MT5 to Telegram (UMT) sends controlled trades (via symbol, magic, comment) to your telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to any telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allows you to visualize all
Comprehensive on chart trade panel with the unique ability to be controllable from mobile as well. Plus has a library of downloadable configuration, e.g. exit rules, extra panel buttons, pending order setup and more. Please see our product video. Works with all symbols not just currency pairs. Features On chart panel plus controllable from free app for Windows, iPhone and Android Built-in script engine with library of downloadable configuration, e.g. add 'Close All Trades in Profit' button, exit
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
This software has no equals in the world and represents a universal trade "console" covering trading signals, automated market entry, setting of Stop Loss and Take Profit, as well as Trailing Profit for multiple trades at the same time in a single open window. Intuitive control of the Expert Advisor in "three clicks" ensures a comprehensive use of all its functions on different computers, including tablets PCs. Interacting with additional signal indicators that mark the chart to give a real mark
作者のその他のプロダクト
Friday Monday
Konstantin Kulikov
5 (2)
This EA trades a weekly gap, opening trades on the Friday before the market close and closing trades on Monday morning. This strategy do not contain grid and martingale elements. I have been using this strategy for a long time with my "Breakthrough Strategy" EA. I intentionally did not over-optimize the sets for "Breakthrough Strategy", as they have been showing good results for a long time on a real account: https://www.mql5.com/en/signals/395124   . Therefore, as an alternative or addition to
This system was developed to work with a large number of sets and after a certain time it showed itself well when working at the close of trading on Friday. As a result, this direction of trading became the main one for working with this Expert Advisor. There are 25 actual sets for different currency pairs, as well as   a profile for quick setup . You can analyze the statistics of the Expert Advisor for different currency pairs using my signal.   Evaluate statistics on a live signal , as the str
FrankoScalp
Konstantin Kulikov
3.79 (115)
おめでとうございます!お客様が来訪されたのは外国為替市場で最も長生きしているエキスパート・アドバイザーのページです! このエキスパート・アドバイザーは5年以上にわたり、よく耳にされ、様々なランキングの上位に入っております。 「FrankoScalp」エキスパート・アドバイザーに関するディスカッション・スレッドはどの外国為替フォーラムでも見つけることができますが、エキスパート・アドバイザーのオリジナルな更新バージョンを購入し、そして作成者と連絡を取り、フレンドリーな「FrankoScalp」ユーザーコミュニティに参加できるのはmql5のみです。 購入に関する詳細 エキスパート・アドバイザーをご購入いただきますと、永久にご使用いただけます(更新は全て無料)が、アクティベーションは10回までです。10台のコンピューター(またはVPS)でご使用いただけるのです。 取引口座と端末の数に制限はありません。 背景 私は2012年に外国為替の世界に飛び込み、2015年になると自動取引システムに完全に集中し、2016年には最初の自作エキスパート・アドバイザー「FrankoScalp」を公開しま
FrankoScalp MT5
Konstantin Kulikov
4.28 (29)
おめでとうございます!お客様が来訪されたのは外国為替市場で最も長生きしているエキスパート・アドバイザーのページです! このエキスパート・アドバイザーは5年以上にわたり、よく耳にされ、様々なランキングの上位に入っております。 「FrankoScalp」エキスパート・アドバイザーに関するディスカッション・スレッドはどの外国為替フォーラムでも見つけることができますが、エキスパート・アドバイザーのオリジナルな更新バージョンを購入し、そして作成者と連絡を取り、フレンドリーな「FrankoScalp」ユーザーコミュニティに参加できるのはmql5のみです。 購入に関する詳細 エキスパート・アドバイザーをご購入いただきますと、永久にご使用いただけます(更新は全て無料)が、アクティベーションは10回までです。10台のコンピューター(またはVPS)でご使用いただけるのです。 取引口座と端末の数に制限はありません。 背景 私は2012年に外国為替の世界に飛び込み、2015年になると自動取引システムに完全に集中し、2016年には最初の自作エキスパート・アドバイザー「FrankoScalp」を公開しま
GoldenScalp MT5
Konstantin Kulikov
4.2 (5)
Hello algo traders. This Expert Advisor can be considered the apogee of my activity in Forex. I managed to apply all my knowledge to the development of this trading system. The Expert Advisor trades on gold (XAUUSD), any timeframe (the same on any TF), the initial account balance is from $50. The following presets are available "GS default SL 001for100"   (same as default settings). Each position has several closing logics, including a hidden StopLoss, which is calculated individually for eac
Friday Monday MT5
Konstantin Kulikov
3.71 (7)
This EA trades a weekly gap, opening trades on the Friday before the market close and closing trades on Monday morning. This strategy do not contain grid and martingale elements. I have been using this strategy for a long time with my "Breakthrough Strategy" EA. I intentionally did not over-optimize the sets for "Breakthrough Strategy", as they have been showing good results for a long time on a real account: https://www.mql5.com/en/signals/395124 . Therefore, as an alternative or addition to t
An automated trading system with smart entry/exit algorithms that uses grid and martingale techniques to maximize profits. The expert has monitoring with a long history for many months, since this system, like all my other experts, is focused on long-term growth: https://www.mql5.com/en/signals/author/test-standart The best sets for currency pairs: GBPUSD, GBPCAD, EURJPY (timeframe М1). Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Description of EA parameters in comment
Good Monday MT5
Konstantin Kulikov
4.5 (2)
The expert trades at the opening of the market after the weekend, focusing on the price gap (GAP). Already developed sets are in the comments. At the same time, various options are available in the expert settings, allowing you to create your own unique sets yourself.  Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Currency pairs for which the sets have been developed: GBPUSD, AUDUSD, NZDUSD, USDCAD, EURGBP, EURCHF, GBPCAD, GBPAUD, AUDCHF, AUDJPY, AUDNZD, CHFJPY, CADJPY,
News Trade EA MT4
Konstantin Kulikov
4.33 (15)
僕自身が数年間使っている便利なロボットをご紹介します。半自動モードでも完全自動モードでもお使いいただけます。 当プログラムは経済指標カレンダーで発表されるニュースをもとにした取引の柔軟な設定が可能です。戦略テスターでは確認不可です。実際の取引のみです。端末の設定メニューを開いて許可URLリストにニュースサイトを追加する必要があります。サービス > 設定 > エキスパート・アドバイザーをクリックしてください。”次のURLの WebRequestを許可する:"にチェックを入れてください。次のURLを追加してください(空白は削除します): https://  nfs.faireconomy.media 設定のモニタリングはデフォルトで完全自動モードで行われます: https://www.mql5.com/ja/signals/1447007 。似たような結果を得たい場合は任意のタイムフレームの GBPUSDチャートにエキスパート・アドバイザーを関連付けてください。(タイムフレームの種類は問いません。) 当該エキスパート・アドバイザーのためのカスタマイズ設定セットを作る場合は、ブ
GoldenScalp MT4
Konstantin Kulikov
4.25 (4)
Hello algo traders. This Expert Advisor can be considered the apogee of my activity in Forex. I managed to apply all my knowledge to the development of this trading system. The Expert Advisor trades on gold (XAUUSD), any timeframe (the same on any TF), the initial account balance is from $50. The following presets are available "GS default SL 001for100" (same as default settings). Each position has several closing logics, including a hidden StopLoss, which is calculated individually for each
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets"   https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open   one   additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following fu
FREE
Hello friends. I wrote this utility specifically for use in my profile with a large number of Expert Advisors and sets ("Joint_profiles_from_grid_sets" https://www.mql5.com/en/blogs/post/747929 ). Now, in order to limit losses on the account, there is no need to change the "Close_positions_at_percentage_of_loss" parameter on each chart. Just open one additional chart, attach this utility and set the desired percentage for closing all trades on the account. The utility has the following function
FREE
Trailing by SAR
Konstantin Kulikov
5 (1)
Tracking positions using trailing on the Parabolic SAR indicator. It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false , posi
FREE
Tracking positions using trailing on the Parabolic SAR indicator. It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false , posi
FREE
The utility places stop loss and take profit for opened orders. It is necessary to allow automated trading in the terminal settings. Parameters magic - magic number. If less than 0, orders with any magic number are processed. only_this_symbol - only chart symbol. If false , orders of any symbols are processed. Take_Profit - take profit (TP). If the value is less than 0, then TP does not change. If the value equal to 0, TP is nullified (removed); Stop_Loss - stop loss (SL). If the value is less t
FREE
Hello everyone, this is another utility that I wrote specifically for users using my profile with a large number of experts and sets ( https://www.mql5.com/en/blogs/post/750723 ) . This utility is useful for working with a profile using grid strategies (averaging and martingale). As we know, such strategies periodically fall into a large drawdown and you need to be careful when opening averaging positions (do not open too many). In my profile, I use a limit of 3 positions for each EA, if this w
FREE
Spread Record
Konstantin Kulikov
4 (2)
This utility allows to record the spread value to the file, which is equal to or greater than the value specified in the settings, at the specified time. The utility also displays useful information on the symbol's chart: current spread value in points, name of account holder, name of trading server, leverage, the size of the swap for buy orders, the size of the swap for sell orders, day of the week for accruing triple swap, the size of a point in the quote currency, the minimum allowed level of
FREE
Hello everyone, this is another utility that I wrote specifically for users using my profile with a large number of experts and sets ( https://www.mql5.com/en/blogs/post/750723 ) . This utility is useful for working with a profile using grid strategies (averaging and martingale). As we know, such strategies periodically fall into a large drawdown and you need to be careful when opening averaging positions (do not open too many). In my profile, I use a limit of 3 positions for each EA, if this w
FREE
The utility places virtual (hidden from your broker) trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic   - magic number. If less than 0, positions with any magic number are tracked. only_this_sy
Breakthrough Strategy
Konstantin Kulikov
4.46 (35)
This system was developed to work with a large number of sets and after a certain time it showed itself well when working at the close of trading on Friday. As a result, this direction of trading became the main one for working with this Expert Advisor. There are 25 actual sets for different currency pairs, as well as a profile for quick setup . You can analyze the statistics of the Expert Advisor for different currency pairs using my signal. Evaluate statistics on a live signal , as the strateg
GridMartin Conqueror
Konstantin Kulikov
4.69 (13)
An automated trading system with smart entry/exit algorithms that uses grid and martingale techniques to maximize profits. The expert has monitoring with a long history for many months, since this system, like all my other experts, is focused on long-term growth: https://www.mql5.com/en/signals/author/test-standart The best sets for currency pairs: GBPUSD, GBPCAD, EURJPY (timeframe М1). Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Description of EA parameters in comment
The utility places trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false
Good Monday
Konstantin Kulikov
5 (8)
The expert trades at the opening of the market after the weekend, focusing on the price gap (GAP). Already developed sets are in the comments. At the same time, various options are available in the expert settings, allowing you to create your own unique sets yourself.  Download settings (sets):   https://www.mql5.com/en/blogs/post/747929 Currency pairs for which the sets have been developed: GBPUSD, AUDUSD, NZDUSD, USDCAD, EURGBP, EURCHF, GBPCAD, GBPAUD, AUDCHF, AUDJPY, AUDNZD, CHFJPY, CADJPY,
The utility places virtual (hidden from your broker) trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic   - magic number. If less than 0, positions with any magic number are tracked. only_this_sym
The utility places trailing stop, breakeven, stop loss and take profit.‌ It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic   - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol   - only chart symbol. If fals
フィルタ:
Forex Market
1878
Aller Uja 2024.04.29 13:41 
 

I see that no one has left a review for this EA for a long time. I'll correct this oversight on my part and confirm that the EA is reliable and the developer trustworthy. It doesn't make transactions very frequently, but it suits well as a background worker for a more active EA.

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2024.04.30 14:05
Thank you for your support, it is very valuable to me.
Patman
72
Patman 2023.11.08 14:04 
 

Hello Konstantin,

it's a smart tool and was quite easy to install.

I can recommend it to any passionated trader.

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2023.11.09 14:45
Hello Patrick, thank you very much.
Mctrading123
104
Mctrading123 2023.07.10 15:14 
 

hi, I use the EA as it says I put the currencies as the name comes out I activate the DLL data import and I accept the algorithmic trading, but when the time of the news arrives my entry is not activated, can you help me configure it so I can use it well please

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2023.07.11 13:44
Franck Martin
97495
Franck Martin 2023.05.25 17:23 
 

The seller is very available if necessary to solve the problems. I always use it to diversify my investments besides my main EA.

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2023.05.25 20:57
Thank you
Nail Sharipov
423
Nail Sharipov 2023.03.27 15:43 
 

Купил 8 янв 23г. очень доволен , советник супер , продавец отзывчивый быстро решает и помогает в проблемах с советником, 5+

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2023.05.25 20:58
Спасибо за отзыв
Yasir Ammar Raheem Al Kinani
784
Yasir Ammar Raheem Al Kinani 2022.10.30 17:48 
 

only 1 word about the ea are Excellent .. especially set file on signal with news EA

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2023.02.23 19:14
Thank you very much)
mistaeff
159
mistaeff 2022.08.20 02:16 
 

This thing blew 3 of my prop accounts on default settings. The fact it cannot be backtested and the author thinks backtesting isn't useful should be an amber flag. During the middle of the day it opened 2 separate positions that went into major DD and exceeded the 5% daily rule. I contacted him before this happened requesting for a backtesting functionality (which is possible by reading news in a txt file), he declined. I was told to just run it on default settings but found out the hard way that the defaults do not create a SL. It blew my accounts, he offered no explanation on how it happened. I then requested he added backtesting functionality (giving the opportunity for redemption essentially), he refused to bother. So this is purely intended to warn those using this to approach with caution.

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2023.02.23 18:27
A set with StopLoss has appeared, you can download it here: https://www.mql5.com/en/blogs/post/747929
dmorin
357
dmorin 2022.07.27 09:34 
 

I must say being impressed by the simplicity and the efficiency of this EA. So far and after 2 weeks of testing, only winning trades are reported on the demo account. positions do not last long, seems hence very efficient. The drawback of the testing is that no SL has been set (as per default settings). I have so far not seen the grid in action. Once I will see the behavior of this EA under a higher level of stress I will update this review and consider using it on real account. Congrats Konstantin !

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2022.07.27 18:43
Thanks for sharing your opinion, it's appreciated :) With regards to SL, when using the default settings (as in the signal), it is recommended to use the "Close_positions_at_percentage_of_loss" parameter if you want to limit losses. Close_positions_at_percentage_of_loss - percentage of floating loss from the balance at which all positions are closing (for each currency pair separately); 0 - disabled; (positions of other experts are not taken into account).
A value of around 20-30% seems normal.
Aleksandr Ziazev
354
Aleksandr Ziazev 2022.07.01 00:31 
 

Простой в работе, хороший профит.

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2022.07.02 12:05
Спасибо за отзыв
18sieben
125
18sieben 2022.04.22 13:32 
 

Simple but nicely working EA. Using it together with Konstantin other EA's. Support has been always good, products will be updated on occasion.

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2022.04.29 20:52
Thank you very much:)
28tradingfx
222
28tradingfx 2022.04.13 02:22 
 

ユーザーは評価に対して何もコメントを残しませんでした

Konstantin Kulikov
24884
開発者からの返信 Konstantin Kulikov 2022.04.19 15:30
Thank you very much for your feedback :) I really appreciate it.
レビューに返信
バージョン 2.20 2024.09.03
The news filter has become more stable (please note that the MQL5 calendar is the most stable, there are no failures).
バージョン 2.10 2024.08.25
1) News sites have become more stable.
2) Added the Only_News_from_string, Only_this_News parameters.
3) The 3rd news source has been added, namely, MQL5 (it is the most stable, no failures).
バージョン 2.0 2024.06.18
Fixed the definition of news of the "Interest Rate Decision" type for the FF website.
バージョン 1.91 2024.05.31
The site for the news filter has been changed. Find the new site in the product description and add it to the terminal settings.
The default settings have also been slightly changed.
バージョン 1.81 2023.12.20
Added parameters that allow you to trade only on Interest Rate Decision.

InterestRateDecision - enable special conditions for Interest Rate Decision.
IncludeRate - if true, then open pending orders before the Interest Rate Decision; if false, then avoid the Interest Rate Decision (i.e., do not open any orders in the time ranges specified below).
SecondBeforeRate - the number of seconds until the Interest Rate Decision is released.
SecondAfterRate - the number of seconds after the Interest Rate Decision is released.
RateRemains - take into account the news of the Interest Rate if, according to the forecast, the interest rate remains the same.
RateChanges - take into account the news of the Interest Rate if, according to the forecast, the interest rate changes.
DirectionalOpening - open orders only in the direction of the forecast of changes in the Interest Rate.

To the archive with the settings ( https://www.mql5.com/en/blogs/post/747929 ) added a basic set of settings with a stop loss, trading only on Interest Rate Decision: "NewsTrade SL Rate".
バージョン 1.71 2023.06.11
1) Added alternative news site. Details in the comment thread.

2) Fixed a bug. In previous versions, errors could be observed (an extra order was not deleted and TP was not set) if many symbols were used in the line: Symbols_Line.
バージョン 1.61 2023.03.26
The news site is back up and running.
バージョン 1.60 2023.02.21
Added breakeven parameters.
Breakeven_Start - necessary amount of points from an position Open price for setting a breakeven. 0 - disabled.
Breakeven_Plus - increase a breakeven by a number of points.

Bug fixed. In previous versions, trailing stop in virtual mode (Trailing_Reall=false) did not work for multiple pairs from the same chart.
バージョン 1.50 2022.10.31
Improved work stability.
バージョン 1.40 2022.10.04
Added parameter.
Maximum_Lot_Size - maximum trading lot size.
バージョン 1.3 2022.08.05
Added the following.

1) Ability to avoid interest rate decision days.
InterestRateDecision_StopOpen - if true, then do not open any orders within the time ranges specified via the "SecondBeforeRate" and "SecondAfterRate" parameters.
SecondBeforeRate - the number of seconds before the release of the interest rate decision.
SecondAfterRate - the number of seconds after the release of the interest rate decision.

2) Ability to use a virtual trailing stop.
Trailing_Reall - if true, then a real trailing stop is used, if false, then a hidden trailing stop.

3) Ability to open orders every day at a specified time.
At_this_time_every_day - if true, then open orders every day at the time specified in "Add_Event" (hours:minutes:seconds).



This update does not affect sets and profiles, the settings remain the same.

How to update in order not to reset the settings of Expert Advisors on open charts.
1) Save your current profile (tab "file" -> "profiles").
2) Switch to another profile (for example, the default profile).
3) Update the experts in the terminal (via the market).
4) Open your profile (saved in step 1).
This can be done even if you have open positions.
バージョン 1.2 2022.04.29
Fixed a bug in the operation of parameters from the "consider other positions" block.
This update does not affect sets and profiles, the settings remain the same.

How to update in order not to reset the settings of Expert Advisors on open charts.
1) Save your current profile (tab "file" -> "profiles").
2) Switch to another profile (for example, the default profile).
3) Update the experts in the terminal (via the market).
4) Open your profile (saved in step 1).
This can be done even if you have open positions.
バージョン 1.1 2022.04.16
Fixed a bug in the calculation of "Multiplier_of_Min_minutes_pause" and "Multiplier_of_Min_pips_between_positions" parameters.
This update does not affect sets and profiles, the settings remain the same.

How to update in order not to reset the settings of Expert Advisors on open charts.
1) Save your current profile (tab "file" -> "profiles").
2) Switch to another profile (for example, the default profile).
3) Update the experts in the terminal (via the market).
4) Open your profile (saved in step 1).
This can be done even if you have open positions.