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

Dark Trader

EAは急激な価格変動に対応しており、オープンポジションのロックとピラミッドを使用できます。仮想ストップが使用され(利益を得る、トレーリングストップ)、注文ロックと残高の%でのストップロスが損失を制限するために使用されます。同時に数十の注文を開くことができ、アドバイザーはロックから抜け出し、総利益に基づいてすべてのポジションを閉じるために無料の資金を必要とします。これは取引する商品の数を選択するときに考慮に入れる必要があります。



Expert Advisorは、設定された時間枠に依存しません。計算には価格と時間のみが使用されます(ただし、テストと最適化にはM1を使用することをお勧めします)。実際の口座で作業するには、スプレッドが最小でボラティリティが高い通貨ペアが推奨されます:EURUSD、GBPUSD、AUDUSD、USDCAD、USDCHF、USDJPY、NZDUSD。 Expert Advisorは通貨ペアでの取引用に開発されており、金属、契約、株式などではテストされていません。実際の口座にインストールする前に、少なくとも過去3か月間は実際のティックでExpertAdvisorをテストしてください。推奨される最低保証金は、0.01ロットを開始するための500ドルです。

価格が私たちの方向に動かなかった場合、注文は指定された距離でロックされますFIX_LOCK_DISTANCE

次の注文のロットは、EXIT_LOCK_DISTANCEポイントを介して、注文の利益がロック下にあるすべてのポジションのドローダウンに等しくなるように計算され、その後、すべてのポジションが損益分岐点から利益を取るか、トレーリングストップ。 LOT = DRAWDOWN / EXIT_LOCK_DISTANCE * TICKVALUE(現在のドローダウン/ロックを終了するポイント数*ポイント値)



オプション:
COMMISSION_CONTROL-コミッションを確認するために、アドバイザーはシンボルの最小ロットですぐに取引を開始します。これは1回だけ発生します。
COMMISSION_IN_PIPS-トランザクションのコミッションのサイズを手動で設定し、ポイントで設定します。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
TIMER_SECONDS-注文開始レベルを変更するための秒単位のタイマー。
DYNAMIC_DISTANCE-スプレッド+コミッションとして計算された現在の価格からオープントレードまでの動的距離を使用します* DIST_COEFFICIENT;
DIST_COEFFICIENT-現在の価格からのオフセットのスプレッドの乗算係数。
FIX_PRICE_DISTANCE-DYNAMIC_DISTANCE = falseの場合、現在の価格からのオフセットの固定値。
OPEN_ORDER_DELAY-新しい注文を開始する間隔(秒単位)。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
CLOSE_ORDER_DELAY-秒単位の最小取引期間。
DYNAMIC_TAKEPROFIT-スプレッド+コミッションとして計算された動的テイクプロフィットを使用します* TP_COEFFICIENT;
TP_COEFFICIENT-利益スプレッドの乗算係数を取ります。
FIX_TAKEPROFIT-ポイントでの固定テイク利益。
USE_TRAILINGSTOP-トレーリングストップの使用を許可します。
TRAILING_STOP-固定利益が変化するポイント単位の仮想トレーリングストップのサイズ。
TRAILING_STEP-ストップロスが変更された後の価格変動のために残るポイントでの仮想トレーリングストップのステップ。
STOPLOSS_PERCENT-残高の%で損失を停止します。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
USE_LOCK_ORDERS-ロックを使用します。
START_LOCK_ORDERS-ロックを開始する注文の数。
FIX_LOCK_DISTANCE-取引がロックされる距離。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
USE_PYRAMIDING-ピラミッドを使用します。
PYRAMID_TRADES-ピラミッドの注文数。
PYRAMID_CLOSE-注文ピラミッドが閉じるまでのポイント数。
BREAKEVEN_PROFIT-注文ピラミッドを閉じるための最小利益。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
FIX_START_LOT-残高のN個ごとの開始ロットを修正しました。
FROM_BALANCE-開始ロットを計算するためのN残高。
EXIT_DD_DISTANCE-取引の利益がオープンポジションをカバーする距離。
---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
MAGIC_NUMBER-マジックナンバー;
ORDERS_COMMENT-注文へのコメント。
MAX_SLIPPAGE-最大スリップ;
MAX_SPREAD-最大スプレッド。
おすすめのプロダクト
MARKET MAKER EXPERT is an customizable advanced, fully automated Grid Trading Expert Advisor developed to trade on MULTIPAIR MODE ( EURUSD,USDJPY,USDCHF,USDCAD,EURCHF ), by spreading out risks. Expanding Grid is its speciality. It focuses on opening a large number of orders. The currency pairs have been chosen carefully to run this system. Once it analyze the market, it does a hedge order immediately, (so margin levels are not affected on the initial trade) Starts grid when the price move
The Expert Advisor works on sharp price movements; it can apply open position locking and pyramiding. Virtual stops are used (take profit, trailing stop), to limit losses, order locking and stop loss are used in% of balance. At the same time, several dozens of orders can be opened and the advisor will need free funds to exit the locks and close all positions for total profit, this should be taken into account when choosing the number of instruments for trading. The work of the adviser does not
CAP Zone Recovery EA MT4  is your tool to turn losing trades into winning trades by using a smart "back-and-forth" hedging mechanism. Let the price move to anywhere it likes - the awesome CAP Zone Recovery EA will make profits out of the situation. The secret behind this amazing EA is a famous trading algorithm known as "Zone recovery algorithm" or "The Surefire Forex Hedging Strategy". CAP Zone Recovery EA MT4  is extremely easy to use. You just open a trade in a trending market - no matter w
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. There is Demo version of this panel Dashboard Super Three MA Demo in my product list, please try it out to get familiar with all functionalities free, LINK . This system basically utilizes PA and three adjustable Moving Average as the main indicator set to generate trading signal. With the feature that all MA_timeframe, MA_period, MA_applied_price are a
This EA trades both with a stop loss, so it can trade without it, with an increase in the lot (martingale) and without an increase in the lot (without a martingale). The advisor trades in the continuation of the impulse. It has a number of filtering indicators. This Expert Advisor is not afraid of large spreads (there is protection), it also has protection from the maximum lot and has trading from the percentage of the deposit. There are two types of Martingale (by adding from the original lot,
GRV Grid expert Advisor is a regular grid trader trading in both directions. The peculiarity of this grid is that subsequent orders in the grid are opened not only upon reaching the set step but also on the basis of the signal, which allows not to accumulate a lot of orders that can very quickly drain the entire Deposit. The EA makes a decision based on the signals from THE mA indicator and the trend filter. The EA trades almost non-stop, i.e. there are almost always open orders, so for stable
注文のバスケットを「解決」するための適応システムを備えたグリッドアドバイザーを使用して、アカウントの不採算ポジションを復元することもできます。 線形回帰チャネル内で機能し、いくつかの条件で入力します。シグナルは、線形回帰チャネルの方向、指数移動平均、1日の平均ボラティリティを使用し、価格が逸脱した場合に注文グリッドを構築します。 グリッドステップは構成可能であり、価格が私たちに反する場合、一定数の注文の後、アカウント回復機能(ドローダウン削減)がアクティブになり、最も遠い不採算注文は、利益のある反対の注文で閉じることによって削減されます。 したがって、EAはほとんどすべての無反動砲の動きとドローダウンを克服します。グラフには利益に関する情報が表示され、回帰チャネル自体が描画されます。 エキスパートアドバイザーは、手動モードで開かれた、または別のエキスパートアドバイザーによって開かれた取引に同行することもできます-それはそれらを解決し、アカウントをプラスにします。 500ドルからの推奨デポジット額。 時間枠M15 自動モードでは、VPSが必要です。
Mir Station MT4  it is a Secure Automated Software for trade Forex market and indices. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions Mir Station MT4     Have  neurals nets to used the correct algoritm in the correct market situation Mir Station MT4         It is an advanced trading system. This is a fully automatic Expert Advisor.      Mir Station MT4     is a plug and play system Mir Station MT4  
ISS Station MT4        it is a Secure Automated Software for trade Forex market and indices. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions       ISS Station MT4         Have neurals nets to used the correct algoritm in the correct market situation       ISS Station MT4               It is an advanced trading system. This is a fully automatic Expert Advisor.        ISS Station MT4     is a plug and
The DoubleEverest Expert Advisor is a pure, distilled idea. This automated EA follows its own unique mathematical algorithm. DoubleEverest : no indicators no martingale, locking, averaging, other risky money management techniques trades every day DoubleEverest catches the price in the European and American sessions. Considers the volatility and dynamics of the market. DoubleEverest places pending orders on the price extremes: of the past and current day, fractals, significant resistance and supp
Need to open a pending order at news time, or need to open a pending/instant order at a specific time?    CAP News Trading EA is the right tool for you. The   News Trading EA  opens pending orders at a specific time or specific date for you avoiding human errors and enhancing your trading activity. It is useful for news traders who open pending orders before the news come out. News trading is one of the most difficult disciplines – but it can also be one of the most profitable ones if you know t
Matrix Arrow EA MT4
Juvenille Emperor Limited
5 (8)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT4 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT4 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。 Matrix Arrow EA MT4 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取引オプションを使用して100%自動的に
US30 Break Scalp
Vitor Manuel Goncalves Pinto
This Expert Advisor trades based on a specific range breakout within a specific hour using scalp techniques. It does not use dangerous techniques like martingale. It only opens a maximum of 3 trades per day (default settings). The default settings are optimized for IcMarkets, FTMO and MFF (set file in the comments) although it can be used with other brokers, you just need to confirm the hours input. Despite this Expert Advisor presents good results in backtesting and for this month (January 2023
The EA can trade multiple currencies. Please check our signals ( https://www.mql5.com/en/users/ugur-edin/seller ) for detailed information. No grid or martingale! No manual configuration or adjustment needed! Every trade is protected by stop loss. This Expert Advisor only trades for a short time frame at night, during the ending of the New York session. It uses low volatility moments and enters trades based on indicators. It then manages those trades with dynamic stop losses and take profits als
Worried about weekend price crashes wiping your account? Tired of adverse news releases stopping your positions? Trade with peace of mind with Smart Hedge. Smart Hedge protects your positions from weekend gaps and news spikes. MT5 version:  https://www.mql5.com/en/market/product/113024 Description : Have you ever feared that some breaking news during the weekend could wipe your account? Did you ever have your positions stopped by an adverse news release during the market open hours? I did,
Logic Machine
Viktor Barilko
5 (1)
Logic Machine is an automated Forex trading Expert Advisor ideal for EURUSD. The robot analyzes the market and automatically determines entry points based on the identified price fluctuations. The robot uses a dynamic system of profit taking and risk control. To make an entry decision, the robot monitors the formation of divergence and filters the signals taking into account patterns by volume. The robot uses virtual floating Take Profit, Stop Loss. Decisions are made at the opening of the bar.
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
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
EA Maestro
Fanur Galamov
4.43 (14)
Holiday sale -40% is active! Happy New Year and Merry Christmas! EA Maestro is a fully automated expert advisor designed for active trading in two directions. The EA contains an advanced entry filter based on the analysis of the price chart model and technical indicators, includes a two-step trailing stop, an analyzer of round price levels and an time trading filter. The EA allows you to work with both a fixed trading lot and an automatic lot calculated by the built-in money management module.
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated
Rebate Virtual Grid
Sergii Onyshchenko
3 (1)
This is a Virtual Grid EA  with  positive (for traders) slippage. I recommend it for pair EURUSD. EA may be use as Rebate generator. Works ok during news and gaps (with depo >1000$). Working timeframe M1 . Strategy The system does not use regular takeprofits and stop loss. Martingale is not used. EA use unique indicator (for open "Zero"). Monitoring (5EAs) _ https://www.mql5.com/en/signals/508303 Parameters (one of the safest) Rebate Virtual Grid                          MM_Type    0  MM: 0-
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
VR Cub
Vladimir Pastushak
VR Cub は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。
GRID MASTER EA - 高度なグリッド ヘッジ マルチペア トレーディング システムです! EA は自動的に市場状況に適応します。 他の多くのグリッド EA とは異なり、Grid Master は非常に安全な動作をします。 EA の使用/テストには、「コメント」セクションの Set_files を使用します。 - エントリー ポイントとエグジット ポイントは、市場のボラティリティに応じて EA によって自動的に調整されます。 - Expert Advisor は、各ペアの買い注文と売り注文を同​​時に管理できます。 - EA は 3 つのペアで同時に実行できます - 対応する Set_files は、「コメント」セクションにあります。 - ロボットは、ボラティリティに応じて動的グリッドを自動的に構築します。 - 厳しいスプレッド要件はありません - EA はどのアカウントでも使用できます。 - 多くのスキャルパーのように、システムは手数料のためにお金を無駄にしません。そのためには標準アカウントを使用するだけです。 - デフォルトでは、アカウント残高値に応じてグリッドの 1 番
Elastic Grid
Aliaksandr Charkes
4.83 (6)
Elastic Grid MT4 is a multi-functional grid Expert Advisor, designed for full or partial automation of various ideas related to grid trading. The EA trades on any timeframe and symbol. It can also trade several symbols with any amount of decimal places. It does not interfere with manual trading and other EAs' operation or any indicators. It allows to adjust its settings on the fly, works only with its own orders displaying all necessary data on them when needed, and for some situations it can be
ROYAL DUTCH SKUNK USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 6 great strategies The EA can be run on even a $20000
Details of each condition Type 1. Set no use Hedging Martingale, to open the order by yourself only through the push button. TP and SL follow setting. Set Setting_Hedging =false;     Use_Signal =false;  Type 2. Semi Auto Recovery Zone You have to open the order by yourself only through the push button. If in the wrong direction and Set true on Hedging Martingale, EA will fix the order with the zone system by use Hedging Martingale Set Setting_Hedging =true;     Use_Signal =false;  Type 3. Us
"The FXPivot Clicker EA is a game-changing automated trading robot designed to simplify and enhance your Forex trading experience. Powered by advanced algorithms and cutting-edge technology, this EA takes care of all the hard work for you, executing trades with precision and efficiency. With the FXPivot Clicker EA, you can enjoy the freedom of automated trading across all currency pairs. Whether it's major, minor, or exotic pairs, the EA is equipped to analyze the market and identify profitable
The Super scalper universal is a fully automated scalping Expert Advisor, which uses five indicators. Each open position is protected by a hidden stop order managed by an advanced modification algorithm. When searching for the suitable signals, the EA uses the integrated indicator in conjunction with the trend and time filters, as well as the volatility filter. It use dynamic position closure, which considers the location where the order had been opened and the subsequent price action. Profit is
このプロダクトを購入した人は以下も購入しています
CyNera MT4
Svetlana Pawlowna Grosshans
5 (8)
CyNera:あなたの取引、私たちの技術 シグナル >400%:  CyNera シグナル >500%: CyNera Turbo マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 4 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を
Hello, dear friends! 100% Automatic trading system (advisor) – EA MakScalping !!! TEST THE ADVISOR AND YOU WILL SEE THE RESULT FOR YOURSELF Scalping is popular due to small stops and a good ratio between SL and TP. These reasons led to the birth of the MakScalping trading robot, and a simple trading idea and excellent results in the tester will make it popular. MakScalping is based on 2 linearly weighted moving averages. The idea of ​​​​trading is to take rollbacks when volatility increases. W
Maknight
Aliaksandr Khudakou
3 (2)
100% Automatic trading system (advisor) – EA MakNikht !!! TEST THE ADVISOR AND YOU WILL SEE THE RESULT FOR YOURSELF  We have made everything as convenient and simple as possible for YOU: AND NOW IN MORE DETAIL: WE have studied the currency pair AUDNZD GBPCHF GBPCAD GBPAUD EURCHF for a long time and have seen many advisers and here is our difference: 1.  Simultaneous work with several currencies, which increases efficiency 2. No martingale 3. No scalping 4. No grid 5. Always uses stop loss and ta
CyNeron MT4
Svetlana Pawlowna Grosshans
5 (1)
CyNeron: 精密な取引とAIイノベーションの融合 シグナル :   CyNeron マニュアルと設定ファイル : 購入後にお問い合わせいただければ、マニュアルと設定ファイルをお送りします 価格 : 販売されたコピー数に応じて価格が上昇します 利用可能なコピー : 5 AI駆動のスナップショット分析:市場初 CyNeronは、市場で初めて高度なAIを革命的な取引アプローチに統合したEAであり、 市場状況の詳細なスナップショットをキャプチャして処理します。 最先端のAI対応ニューラルネットワークを利用して価格データと技術指標を評価し、 市場の動きを高精度に予測して、正確かつ戦略的な取引決定を可能にします。 このAI駆動技術はCyNeronを際立たせ、リアルタイムで進化する市場動向に動的に適応し、 これまで得られなかった洞察をトレーダーに提供します。 シンボル XAUUSD (ゴールド) 時間枠 M15またはM30   資本 最低 $100 ブローカー 任意のブローカー 口座タイプ 任意、スプレッドが低いものが推奨 レバレッジ 1:20以上 VPS 推奨されますが必須では
The Infinity EA MT4
Abhimanyu Hans
4.58 (19)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。
Quantum Emperor MT4
Bogdan Ion Puscasu
4.84 (150)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan Quantum Gold Emperorを無料で入手できます!*** 詳細についてはプライベートでお問い合わせください 新しい Live Signal V5:   ここをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエンペラー EA     は、
AI Golden Jet Fighter GTX     MT4 は、Meta Trader 4 プラットフォームでの金取引用のシンプルで効率的なエキスパート アドバイザー (EA) です。ニューラル ネットワークを利用して、この EA は金市場 (XAU/USD) でのスキャルピング用に設計されています。AI Golden Jet Fighter GTX の主な戦略は、小さな価格変動を特定し、ポジションを開いて短期間で利益を獲得することに重点を置いています。EA は市場の状況をリアルタイムで分析し、事前に定義されたストップロス レベルとテイクプロフィット レベルで取引を自動的に実行します。また、トレーリング ストップ機能もサポートしているため、市場が有利に動いたときにトレーダーは利益を確定できます。正確性を確保するために、EA はスプレッド フィルターを使用して不利な条件での取引を回避し、スリッページ保護メカニズムを使用して正確な注文を実行します。AI Golden Jet Fighter GTX にはリスク管理機能が含まれており、トレーダーはリスク レベルをアカウント残高のパー
AI Gen XII MT4
Denis Kurnev
4.4 (35)
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
Aurum AI mt4
Leonid Arkhipov
5 (19)
Aurum AI – ゴールド取引(XAU/USD)のための人工知能の力 取引における技術の力を体感してください! Aurum AI は、ゴールド市場で安定した安全な取引を実現するために設計された画期的なエキスパートアドバイザーです。人工知能の力、正確なトレンド分析、厳密なリスク管理を組み合わせ、各取引で最大の効率を保証します。 透明性と結果 12月19日、当社のエキスパートアドバイザー(EA)は、ライブ取引期間中に初めて損失を被り、 総利益が+54.40%から+36.72%に減少しました。 このEAは11月29日に稼働を開始し、それ以来優れた結果を示しています。 テストでは100%の勝率を達成し、そのアルゴリズムの有効性が確認されています。 しかし、12月は金融市場で最も予測不可能な時期の1つであることを理解することが重要です。 年末には、ポジションの決済、流動性の低下、そして高いボラティリティによって取引が混乱することがよくあります。 それにもかかわらず、このEAは強力な取引システムのおかげでポジティブな結果を維持しており、 稀な損失を相殺し、長期的に利益を安定的に増加させることが
Gold One MT4
Habib Gholamali Heidari
5 (4)
Gold One  MT4 Forexのゴールドトレード愛好者の皆さん、こんにちは。 私たちのロボットへようこそ。ここでは、トップゴールドトレーダーの仲間となることができます。20年以上の精密なForex市場の経験を持つ私たちは、最新世代のトレーディングロボットを誇りを持ってご紹介します。 特徴:  プロップファームチャレンジに最適です。 すべての口座サイズに対応しており、少額の資本でも使用可能です。 NO   グリッドと   NO   マーチンゲール 100% 完全自動化 このロボットは、ゴールド専用の最新かつ最先端のインジケーターを使用しており、売買ポイントの特定において比類なき精度を誇ります。これは、Forex市場におけるゴールド取引の革命的な突破口を示しています。この革新は、10年以上にわたる研究、試行錯誤、および広範なテストの結果であり、トップゴールド取引専門家の洞察を取り入れています。複雑なゴールド取引パターンを活用することで、ロボットは完全に自動化された取引をストレスなく監視できるようにし、心の平穏を確保します。長年のテスト結果は、私たちのロボットの優れたパフォーマ
Bitcoin Robot MT4
Marzena Maria Szmit
4.77 (35)
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
Gold Scalping Expert
Vasiliy Strukov
4.69 (49)
Gold Scalping Expert は、地政学的なニュース、パンデミック、経済変動などのさまざまな影響の大きいイベント中の金の反応を利用する、非常にインテリジェントなスマート アルゴリズムです。 このシステムは、人気のジグザグ指標を使用して転換点で未決注文を発注することでブレイクアウト取引を行い、価格がこれらのレベルを超えてブレイクアウトすると注文がトリガーされます。 EA は非常にスマートなトレーリング ストップとダイナミック ストップロスを使用して、マーチンゲール手法を使用せずにアカウントを保護し、リスクを適切に管理します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series - オン / オフ 新しい一連の注文の開始 Trade Buy - アドバイザーに購入を許可する Trade Sell - アドバイザーに販売を許可する Support manual orders - 手動注文の真偽をサポートします Max Orders - 許可される最大注文数 Max
Big Forex Players MT4
Marzena Maria Szmit
4.72 (29)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the   biggest Banks   (p ositions are sent from our databa
CoreX G MT4
Arseny Potyekhin
5 (7)
概要 CoreX G EAは、外国為替市場の複雑さに対応するために特別に設計された高度な取引システムです。最先端のニューラルネットワーク、高度な機械学習技術、および統合されたビッグデータ戦略を活用することで、CoreX Gは取引において卓越した精度とセキュリティを提供します。このエキスパートアドバイザー(EA)は、技術的な優秀さとプレミアムなカスタマーサポートにより際立ち、ユーザーが質問や懸念に常に対応できるようサポートします。 信号:   Live Signal Blog: CoreX G EA この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 790米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 200 ドル      シンボル XAUUSD タイムフレーム H1 ビッグデータ統合と取引戦略 ビッグデータはCoreX Gの戦略の基盤です。膨大な量の過去およびリアルタイムの市場データを処理し、十
GbpUsd Robot MT4
Marzena Maria Szmit
5 (11)
The GBPUSD Robot MT4 is an advanced automated trading system meticulously designed for the specific dynamics of the  GBP/USD  currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to  identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD. The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, Break-Even
Reverse Grid MT4
Connor Michael Woodson
5 (4)
Reverse Gridは通常のグリッドとは逆方向にポジションを取ります。トレンドの方向に沿ってポジションサイズを指数的に増加させ、大きな利益確定に到達します。 重要!購入後に連絡してください。説明とボーナスをお渡しします! Reverse Gridのライブシグナルが近日公開予定!現在の価格は引き上げられる予定です。期間限定価格 75 USD スマートな利益確定システム。EAは価格が反転する前に退出するタイミングを予測します 通常のグリッドに比べて潜在的なドローダウンが低い 推奨 チャート:EURUSD、GBPUSD、またはUSDCAD タイムフレーム:H1 入力項目 ロットサイズ計算方法 - 自動ロットまたは固定ロットを選択 固定ロットサイズ - 固定ロットサイズ 自動ロット - 口座通貨のこの金額ごとに0.01ロット 最大スプレッド - ポジションを開くために許可される最大スプレッドを設定 NFPフィルターを有効にする - 有効にすると、EAはNFPニュースの間は取引しません 自動GMT検出 - ブローカーのGMTオフセットを自動的に計算 最大浮動ドローダウン
Diamond PRO
Fanur Galamov
5 (25)
Holiday sale -40% is active! Happy New Year and Merry Christmas! Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an
EA Gold Stuff
Vasiliy Strukov
4.73 (974)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オー
Aura Black Edition
Stanislav Tomilov
4.73 (15)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
Boring Pips MT4
Thi Thu Ha Hoang
4.71 (14)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading
Aura Neuron MT4
Stanislav Tomilov
5 (1)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは、EURUSD や XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。
The Gold Reaper MT4
Profalgo Limited
4.55 (29)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here New V2.2 Live Signal Old Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィ
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (3)
需要と供給の 原理に基づいた 完全自動アドバイザー 。完全に自動化された 需要と供給のアドバイザー を初めて提供しました 。 取引が 簡単に なり、取引戦略を完全にコントロールできるようになりました 便利なグラフィカル操作パネルを使用。 15,000 行を超えるコードを含む、非常に高品質の アルゴリズム取引 ソフトウェアが手に入ります。 EA ProBot の需要と供給のガイド Prop Firms を取引するための最良の方法は、資格のあるトレーダーになるためのすべての手順に挑戦します。 すべてのトランザクションは自動的に行われ、管理されます。 インプットを選択する だけで、リラックスして利益の成長を観察できます。 パネル入力パラメータ: 取引方向の 選択 (買いまたは売り) 取引したい時間枠 を選択してください 操作したいゾーンのタイプ を選択します (広、中、狭、超狭) 3つの資金管理オプション から選択 利益を得る取引 または 損失を得る 取引の数の後に停止するアドバイザーを選択してください 。 リスクまたは ATR に基づいて TP および SL
Synapse Trader: トレードの新たな可能性を開くニューラルネットワーク 市場を分析するだけでなく、日々学習し、変化する市場環境に適応するインテリジェントなアシスタントとなるアドバイザーを想像してください。Synapse Traderは、先進的なニューラルネットワーク技術を基にしたユニークなツールで、市場の微細なシグナルを捉えることができます。ただのアドバイザーではなく、思考し、予測し、進化する「生きたニューラルネットワーク」です。 限定特別価格として、ホリデー期間中にSynapse Trader EAを399ドルで提供します。その後、価格は大幅に上昇します。この機会をお見逃しなく! 残り5つのコピーが399ドルで購入可能です。 プライベートチャンネルに加入するには、ダイレクトメッセージでお問い合わせください。 購入後に必ずご連絡ください。アドバイザーの設定をサポートいたします。 リアルタイムシグナル : スト ラ テ ジ ー モジュール 1 スト ラ テ ジ ー モジュール 2 スト ラ テ ジ ー モジュール 3 Synapse Trader は、トレーディングにおけるニ
The Prisma Expert Advisor is a set of rules that allows you to achieve consistent results on the FOREX currency market thanks to sophisticated open position management, quality money management and opening and closing of positions, where mathematics together with probability play the main role. Prisma is able to work with stability on all major currency pairs and their combinations provided the system is run with a suitable broker that offers favorable conditions for such trading. However, it is
ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2276213 Gold Scalping AI is an EA that uses artificial intelligence technology to analyze data of many indicators. From there, EA will have the best option to enter orders. The biggest difference of Gold Scalping   AI is that the EA can control the Risk:Reward ratio much better than other EAs.That is possible thanks to a set of tools to control e
AW Recovery EA
AW Trading Software Limited
4.4 (75)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
ビットコインスキャルピングMT4/MT5のご紹介 – 暗号通貨取引のためのスマートEA ローンチプロモーション: 現在の価格で残り3コピーのみ! 最終価格:$3333.33 ボーナス - 生涯Bitcoin Scalping購入で、無料EA EURUSDアルゴ取引(2アカウント)をプレゼント => 詳細についてはプライベートでお問い合わせください! EAライブシグナル MT5バージョン なぜビットコインが今日重要なのか ビットコインは単なるデジタル通貨以上の存在となり、金融革命を引き起こしました。暗号通貨の先駆者として、ビットコインは世界で最も取引され、認知されている暗号資産です。その価格変動性と成長する採用により、ビットコインはトレーダーにとって巨大な機会を提供します。しかし、このような機会にはリスクも伴います。そこで、ビットコインスキャルピングMT4/MT5は、より賢く取引する手助けをします。 ローンチコンボ: コンボ1 - 生涯 Gold Trend Scalping + Bitcoin Scalping購入。無料EA Forexアルゴ取引(アカウント無制限)をプレ
XG Gold Robot MT4
Marzena Maria Szmit
4.52 (27)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
現在のプロモーション: 残り 1 個 549$ 最終価格: 999$ NEW: Choose 1 EA for free! (for 2 trade account numbers) プロモーション ブログ で「 究極の EA コンボ パッケージ」 をチェックしてください 。   LIVE SIGNAL Bitcoin Scalp Pro は市場で唯一の取引システムです。  サポートとレジスタンスレベルのブレイクアウトを取引することにより、ビットコイン市場のボラティリティを悪用することに完全に焦点を当てています. EA の焦点は安全性にあります。これは、極端に低いドローダウンと取引の非常に優れたリスク/報酬比につながります。 EA は、ビットコインの実際の価格に基づいて、ストップロス、テイクプロフィット、トレーリングSL だけでなく、エントリーとロットサイズも計算する「スマート適応パラメーター システム」を内部で使用します。 つまり、ビットコインが 6000 または 30000 で取引されている場合、すべてのパラメーターの値が異なります。 EA は 2022 年 6 月以
作者のその他のプロダクト
プロのグリッドアドバイザーがRSI(相対力指数)指標に取り組んでいます。不採算注文をオーバーラップさせることにより、アカウントのドローダウンを減らす機能があります。グラフには、利益に関する情報が表示されます。 MT4バージョン https://www.mql5.com/en/market/product/56994 オプション: RSI_PERIOD-相対力指数を計算するための期間。 UP_LEVEL-上限; DN_LEVEL-下限; RSI_TIMEFRAME-計算の時間枠。 START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるためのピップ単位の最小利益。 STOPLOSS、TAKEPR
BadaBOOM PRO
Volodymyr Hrybachov
3 (2)
This multi-currency EA uses an adaptive grid strategy. It is designed for maximum effective real trading in today's market conditions. This trading robot analyzes the price action, price speed and direction. It does not require special conditions, does not depend on the trading account type, the broker, or the financial instrument. The function - total trailing stop of open position by equity in the deposit currency, points or as a percentage of profit allows to favorably close the order basket.
Auto TP and SL MT5
Volodymyr Hrybachov
3.67 (3)
ストップロスとテイクプロフィットレベルの自動設定のためのユーティリティ。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 MT4バージョン https://www.mql5.com/en/market/product/56485 ユーティリティでできること: 仮想ストップロスを設定し、1ピップから利益を得る 本当のストップロスと利益を取る 各注文を個別に処理します(ストップロスとテイクプロフィットは各注文に個別に配置されます) 一方向注文のバスケットで作業します(ストップロスとテイクプロフィットはすべての注文に共通に設定され、購入と販売は別々に設定されます) 多方向注文のバスケットで作業します(ストップロスとテイクプロフィットはすべての注文に共通に設定され、一緒に購入と販売します) テストと作業には、チャートのボタンを使用できます。 オプション: STOPLOSS
損益分岐点レベルを自動的に設定するためのユーティリティで、指定された距離を通過するときに取引を損益分岐点に転送します。リスクを最小限に抑えることができます。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 MT4バージョン https://www.mql5.com/en/market/product/57076 ユーティリティでできること: 1ピップから仮想ブレークイーブンレベルを設定 損益分岐点の実際のレベルを設定する 各注文を個別に処理します(ブレークイーブンレベルは注文ごとに個別に設定されます) 一方向注文のバスケットで作業します(損益分岐レベルはすべての注文に共通に設定され、購入と販売は別々に設定されます) 双方向注文のバスケットを操作します(ブレークイーブンレベルはすべての注文に共通に設定されており、一緒に購入と販売を行います) テストと作業には、チャートのボタ
ストップレベルを追跡することにより、取引を自動的に成立させるためのユーティリティ。利益を最大限に活用することができます。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 MT4バージョン https://www.mql5.com/en/market/product/56487 ユーティリティでできること: 1ピップから仮想トレーリングストップレベルを設定します 実際のトレーリングストップレベルを設定する 各注文を個別に処理します(トレーリングストップレベルは各注文に個別に配置されます) 一方向注文のバスケットで作業します(トレーリングストップレベルはすべての注文に共通に設定され、購入と販売は別々に設定されます) 双方向注文のバスケットを操作します(トレーリングストップレベルはすべての注文に共通に設定され、一緒に購入と販売を行います) テストと作業には、チャートのボタンを使
DarkForest
Volodymyr Hrybachov
3 (2)
The strategy is based on the price channel breakout. VPS is required for flawless operation, the recommended minimum deposit is 1000 units of the base currency. The EA is to be used on M5-H1 of highly liquid currency pairs with a small spread/commission (for example, EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP and EURCHF). Features The EA features a predictive algorithm based on price patterns, as well as stop loss and take profit levels; Customizable pyramiding, hedgi
The TELEGRAM BROADCAST utility helps to instantly publish your trading in the Telegram channel. If you have long wanted to create your Telegram channel with FOREX signals, then this is what you need. ATTENTION. This is a DEMO version, it has limitations - sending messages no more than 1 time in 300 seconds PAID version:  https://www.mql5.com/en/market/product/46865 https://t.me/moneystrategy_mql TELEGRAM BROADCAST can send messages: Opening and closing deals; Placing and deleting pending
FREE
This is a DEMO version of the copier with a restriction - copies only BUY orders. Paid version:  https://www.mql5.com/en/market/product/45792 Copier MT5  is the fastest and most reliable copier of transactions between several MetaTrader 4 (MT4) and MetaTrader 5 (MT5) accounts installed on one computer or VPS server. Transactions are copied from the MASTER account to the SLAVE account, copying occurs due to the exchange of information through a text file with a speed of less than 0.5 sec., The p
FREE
Phantom
Volodymyr Hrybachov
This is a fully automated multi-currency Expert Advisor. Does not use Martingale and grid trading. Uses stop loss to protect funds. It trades pending orders at acceptable time. Unengaged pending orders are deleted after the EA stops trading. Сделки совершаются по рынку (Market Execution) — Market Execution is applied — take profit and stop loss are placed after the order is executed and modified by the EA's settings. The EA is meant for trading EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZD
Serpent
Volodymyr Hrybachov
The strategy is based on the MACD and Moving Average indicators. It buys when the fast MA is above the slow MA and the MACD histogram is above the signal line. It sells when the fast MA is below the slow MA and the MACD histogram is below the signal line. Designed for 4 and 5-digit quotes, use it on a VPS hosting. Launching the EA It is recommended to launch the EA on several adjacent currency pairs with the same magical numbers. For example: GBP USD , EUR USD , AUD USD , NZD USD ; or USD CAD, U
This scalping Expert Advisor does not use any indicators. Martingale is not used as well. The product displays a channel, two lines from Ask and Bid. If the channel is touched or broken by the price, the timer is enabled. Upon its expiration, the channel is modified based on new prices. Pending BuyStop and SellStop orders are placed at the specified distance from the channel levels, pending orders are modified following the channel. As soon as a pending order becomes a market one, an opposite or
Gryphon
Volodymyr Hrybachov
The strategy is based on entries according to the Fibonacci levels and the Stochastic indicator. Buys when the Stochastic indicator line is above the specified level and the price is above or equal to the opening level of Fibonacci. Sells at the opposite conditions, when the indicator line and price are located below the specified levels. Designed for 4 and 5-digit quotes, use it on a VPS hosting. Launching the EA It is recommended to launch the EA on several adjacent currency pairs with the sam
The strategy is based on Bill Williams' indicators and my universal template. It uses Alligator, Fractals, AO and AC indicators. Buy entries: the Alligator mouth points upwards, AO and AC are in a green zone, the price is higher or equal to the last "upper" fractal. The product is designed for 4 and 5-digit quotes and should be launched on a VPS server. Expert Advisor Installation It is recommended to launch the EA on several adjacent currency pairs with the same magical numbers. For example: GB
Forex Bot
Volodymyr Hrybachov
The Expert Advisor does not use any indicators. It has a virtual trailing stop function and designed for 4-5-digit quotes. The EA opens deals in Market Execution mode. Take Profit and Stop Loss are placed after order execution and modified in accordance with the EA settings. Parameters TimeFrame – timeframe for defining the largest bar's Close price within n time period; StartBar – bar, from which the search for the largest bar starts; FinishBar – bar, at which the search for the largest bar is
Super Martingale
Volodymyr Hrybachov
1 (1)
This Expert Advisor uses martingale and order grid. An initial deal is opened when the price touches or breaks a price channel. The price channel is modified by timer in seconds. The following deals are opened by specified parameters. The EA flexibly configures step and volume, multiplier factor, amount of market orders to start increasing a step or a volume to open new orders. The EA has been adapted for 4-5-digit quotes. The EA is recommended for use on EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF,
A multifunctional trading robot for MetaTrader 4. The EA's basic strategy applies the range of price deviation from the average high/low values for a specified period. It has a minimum of configurable parameters, but has great functionality - the Expert Advisor can be configured for any trading style, which makes it not just a trading robot but a multi-functional flexible constructor. The EA applies order levels, stop loss, take profit and trailing stop levels invisible for brokers. The entire t
This is an automated Forex Expert Advisor. The strategy is based on the assumption that the market bounces in the opposite direction several times before the big bids are satisfied. It has a built-in algorithm for predicting the price movement, which allows the EA to make decisions on opening averaging orders or increasing positions. It works using pending (Stop, Limit) or market orders depending on the parameters specified. To diversify the risks, the EA works with short and long positions simu
WooHoo
Volodymyr Hrybachov
The entry signals are based on steady price movement for a certain distance within a specified time interval. VSP is required for flawless operation, the recommended minimum deposit is 1000 units of the base currency. The EA is to be used on highly liquid currency pairs with a small spread/commission (for example, EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP and EURCHF). Features Customizable pyramiding, hedging and order grid functions; Position tracking can be one of
Candle Closing
Volodymyr Hrybachov
2 (1)
Strategy: based on candle closure, entry in the movement direction. Features The template features an adaptive forecast algorithm based on history data of price action; It has multiple filters for opening new orders; Compatible with any trading strategy, both manual or automatic (Expert Advisors); It has the maximum possible and compatible functionality: adaptive order grid, locking, averaging, rebuying. Expert Advisor Installation The quotes history must be predownloaded for all currency pair
Joker System
Volodymyr Hrybachov
4.2 (5)
This multicurrency Expert Advisor uses an advanced adaptive trading strategy based on a position averaging. Stop loss can be calculated in currency or by drawdown in % of the balance. I recommend that you withdraw your profit regularly! The product is designed for 4 and 5-digit quotes. VPS server is recommended. Timeframes: M30-H4. Recommended minimum deposit – 1 000 units of the base currency. Setup The EA is launched on several low spread symbols simultaneously (for example, EURUSD, GBPUSD, AU
This is an automated Forex Expert Advisor. The trading system is based on the breakout of channel of the Moving Averages and my adaptive template. It uses a completely different approach to trading. The EA template is developed so that the signals are not followed literally, instead they provide a reason to a certain action since the signal may turn out to be false, while the price may go in the opposite direction. Depending on the basic settings, the EA may use pending (Stop and Limit) or marke
Trade System
Volodymyr Hrybachov
1 (1)
This is an adaptive grid Expert Advisor that applies Fractals and Fibo levels and is based on the price behavior. An Average weighted stop loss can be used to limit losses. Average volatility, speed and direction are also applied by the strategy. The Expert Advisor is designed for maximum effective real trading in today's market conditions. It does not require special conditions, does not depend on the trading account type, the broker, or the financial instrument. It works well with small and la
News Auto Trading
Volodymyr Hrybachov
3 (2)
This is a news Expert Advisor trading by the economic calendar. It features the following working modes: Manual – trader sets the news time on its own Automatic – the EA takes the news release time and its importance from the news website Several modes of customizable parameters allow the EA to conveniently adjust the EA to your trading strategy. The trading robot automatically determines the time zone, the news importance, the currency affected by the news release, displaying the news on a char
This is a non-indicator Expert Advisor based on steady (no roll-backs) price movement. When the price moves a defined distance without changing a direction, one point goes to bulls or bears depending on the price movement direction. When a predefined amount of points is reached, a position is opened. The Expert Advisor uses average weighted stop loss, take profit, breakeven and trailing stop levels. Parameters PriceMove – amount of points to be passed by the price without changing direction; Win
Butterfly Platinum
Volodymyr Hrybachov
1 (2)
This Expert Advisor is designed for effective investment management and medium-term trading. Unlike the usual version of Butterfly , it starts working when the minimum required number of High/Low bars are within the specified price range. The strategy is based on the assumption that the market bounces in the opposite direction several times before the big bids are satisfied. Do not use martingale, grid and other high-risk trading strategies similar to overstaying drawdown by keeping unprofitable
Snop
Volodymyr Hrybachov
The Expert Advisor strategy is based on the moving average channel breakthrough. VSP is required for flawless operation, the recommended minimum deposit is 1000 units of the base currency. The EA is to be used on M5-H1 of highly liquid currency pairs with a small spread/commission (for example, EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP and EURCHF). Features The EA features a predictive algorithm based on price patterns, as well as stop loss and take profit levels; Cu
Fully automated adviser using an advanced grid algorithm and a function to protect against increased volatility during news releases. The Advisor looks for anticipated levels of reversal / continuation in a narrow price range (the proposed new level of support / resistance) based on previous movements. Applies invisible for the broker dynamic levels of setting new orders, stop-loss, take-profit and trailing stop. If you set MagicNumber = 0, then the expert can be used in semi-automatic trading
Arbitrage-news trading EA. Works at a user-defined deviation from the price during the news release (optional). The trade is opened when the fast broker gets ahead of the slow one by the specified amount of points. The trades are opened by the direction of the fast broker price movement, works both during the news release and without the news filter. The news filter automatically determines the time zone and the currency the news is released on. To enable the news filter you need to do the follo
Joker System Stable
Volodymyr Hrybachov
5 (1)
New version of the semi-scalper multicurrency Expert Advisor that uses an advanced adaptive trading strategy based on a position averaging. It uses a completely different strategy for market entries. The new version features a new function – total trailing stop of the opened positions by equity in the deposit currency or as a percentage of profit. A virtual trailing stop can be applied to the first opened trade. A stop loss can be used to protect the capital. The product is designed for 4 and 5-
This scalper Expert Advisor uses instant execution pending orders. No grid and martingale. Each trade is protected by a tight stop loss. It is designed for 4-5-digit quotes. The EA is recommended for use on EURUSD, GBPUSD, AUDUSD, USDJPY, USDCHF, USDCAD, NZDUSD, EURJPY, EURGBP, and EURCHF. VPS is required for flawless operation, minimum deposit is 100 units of the base currency. Timeframe – from M15 to H4. Optimization tip! Only several parameters should be optimized for the period of the last f
フィルタ:
レビューなし
レビューに返信
バージョン 1.1 2022.03.04
update for new build