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

RoboTradeSoft Deviation

The Expert Advisor with strategy based on the Moving Average indicator. When the Bid price is above or below the MA indicator by the specified range, a trade is opened For example, if the Bid price is less than MA and the difference between the price and the indicator line is equal to or greater than the Deviation distance, the EA will open a buy trade. For sell trades it is the opposite: if the Bid price is greater than MA and the difference between the price and the indicator line is equal to or greater than the Deviation distance, the EA will open a sell trade.

The feature of the EA is that it has the ability to change the strategy of closing and maintaining orders right from the built-in panel on the chart. For example, if placing pending orders is enabled, then all trailing functions will work as a whole based on the average price, and not each order separately. If there are multiple open positions, the same stop loss, take profit levels will be set for them, breakeven and trailing stop will be activated for the entire order grid.

The EA can also work manually opened orders and orders opened by any other EAs. This can be applied to attempt to recover the losing trades opened by any other EA or even save the trader form losing the deposit. The Autotrading parameter, if = false, the EA will not open initial orders according to its specified strategy.

The news filter allows to avoid entering the market during the news releases. In order to provide operation of the news filter: In the terminal, open Tools ---> Options ---> Expert Advisors ---> add "http://calendar.fxstreet.com" to the "Allow WebRequest for listed URL list" field.


Advantages

  • The EA has been designed for the actual current market conditions;
  • Does not depend on the trading account type, the broker of the financial instrument;
  • Works well with small and large deposits;
  • Not affected by gaps, slippage or spread widening;
  • It can be used in conjunction with other EAs or manual trade.


Parameters

  • MA_Period – period of the Moving Average indicator;
  • MA_Method – indicator averaging method;
  • MA_Price – applied price;
  • Deviation – difference between the price and indicator line;
  • Autotrading – if = false, the EA will not open initial orders according to its specified strategy;
  • MinutesAfterNews – minutes after a news release to start automated trading;
  • NewsImpotance – upcoming news importance:
    • _All – all news;
    • _Low – low volatility;
    • _Medium – medium volatility;
    • _High – high volatility;
    • _Low_Medium – low and medium;
    • _Low_High – low and high;
    • _Medium_High – medium and high;
  • AutoLots – lot size calculation based on free margin;
  • StartLots – initial lot if AutoLots = 0;
  • AddLots – lot increase element for the next position to be opened by the utility.
  • MaxLots – maximum lot;
  • MaxSpread – maximum spread allowed for automated trading;
  • StopLoss – stop loss in points;
  • TakeProfit – take profit in points;
  • MagicNum – trades ID. If = 0, the utility will work with all orders;
  • EaComment – comment to deals;
  • SendOrderStop – distance from the last open position to allow placing a pending order. Calculation of SendOrderStop + SendOrderStep;
  • SendOrderStep – pending order step, distance from the current price;
  • MaxOrders – maximum number of opened positions;
  • TrailStopOrder – distance the price should pass for trailing a pending order. Calculation of TrailStopOrder + TrailStepOrder;
  • TrailStepOrder – distance to trail a pending order following the price;
  • BreakevenStop – distance the price should pass for position to reach breakeven. Calculation of BreakevenStop + BreakevenStep;
  • BreakevenStep – profit in points to be protected by a breakeven;
  • TrailingMethod – select position trailing mode;
    • _Points – in points;
    • _Money – in money;
    • _Percent – % of deposit;
  • TrailingStop – distance the price should pass for trailing a position. Calculation of TrailingStop + TrailingStep;
  • TrailingStep – profit to be protected by trailing.
おすすめのプロダクト
Magic Grid
Aliaksandr Charkes
4.55 (22)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
Bar Boss
Iurii Tokman
5 (1)
Bar Boss   Expert   Advisorは、FletBoxPushインジケーターを使用して市場を分析し、取引シグナルを決定します。インディケータはエキスパートアドバイザーに組み込まれており、チャートに追加でインストールする必要はありません。取引は、フラットの境界として定義されたレベルのブレイクアウトで行われます。損失の制限が使用されます。 アドバイザ設定の説明 TimeFrames-チャート期間、インジケーターの設定 色-インジケーターの設定であるフラットとして定義された価格領域の色 長方形-インジケーターの設定で、フラットとして定義された価格エリアを表示します ロット-トランザクションの開始ボリューム MagicNumber-注文のマジックナンバー Count_LOSS-ゼロ利益が設定される(ゼロに終了する)後の連続した負けトレードの数 FlatPips-フラットを決定するためのポイントの制限、インジケーターの設定 FlatBars-フラットを決定するためのバーの数の制限、インジケーターの設定 MinBarsClosedOutside-終値が特定のフラットレベルより
ロボットは、ボリンジャーバンド指標のラインをブレイクする取引戦略を使用します。 この戦略の本質は、インジケーターラインの継続的な分析と、そのラインの最も効果的なブレイクアウトポイントの検索にあります。 価格がいずれかの方向で指標線を突破すると、ロボットはその方​​向で取引を開始し、それに追従し始めますが、ロボットは指標線が突破されるたびに取引を開始するわけではなく、指標線が突破された場所でのみ取引を開始しますそれが最も効果的であると考えられます。 これは、世界中の何千人ものトレーダーによって長年にわたってテストされてきた、非常に信頼できる戦略です。 これは、GPTchat が学習のために提供する実用的なスキャルピング戦略の 1 つです。 人工知能は、これが M5 時間枠で最も効果的な取引スキャルピング戦略の 1 つであると信じています。 私たちは人工知能にも同意し、この戦略の実際の有効性を確認します。 ロボットの利点: マーチンゲールは使用しません。 ロットサイズはトレーダーが設定で指定します。 残高が10%増加するごとにロットが10%増加します ロボットは適応型リスク管理機能を
Creating a trading strategy using the Moving Average Convergence Divergence (MACD) indicator can be a powerful tool for traders looking to identify trends and potential entry/exit points in the financial markets. Here's a simple MACD-based trading strategy: Strategy Name: MACD Trend-Following Strategy Timeframe: This strategy can be applied to various timeframes, but it's commonly used on daily or 4-hour charts. Indicators: MACD (Moving Average Convergence Divergence): This consists of three com
The Expert Advisor places pending orders at the points of the Parabolic Sar indicator. After installation, it moves the order after the indicator. You can configure to open orders only BuyStop or only SellStop, if necessary. By default, pending orders are placed for both buy and sell. In addition to the Parapolic Sar indicator, this Expert Advisor uses other indicators for a more correct solution for opening a position. For example, it identifies divergences and convergences by different indicat
Alligator Trade X is an EA based on Alligator. Alligator parameters such as BuyJawsperiod1, BuyJawsshift1, BuyTeethsperiod1, BuyTeethsshift1,   BuyLipssperiod1, BuyLipssshift1, BuyShift1, BuyCandlestickShift1, BuyJawsperiod2, BuyJawsshift2, BuyTeethsperiod2, BuyTeethsshift2,   BuyLipssperiod2, BuyLipssshift2, BuyShift2, BuyCandlestickShift2, BuyJawsperiod3, BuyJawsshift3, BuyTeethsperiod3, BuyTeethsshift3,   BuyLipssperiod3, BuyLipssshift3, BuyShift3, BuyCandlestickShift3, SellJawsperiod1, Sell
The system is tested and fully optimized on 4H. Furthermore, more 1370 models were used to optimize the indicator. It uses Aligator indicator to catch the trend.  Pros : Backtested using tick data for the last 6 years. Expected to keep the same performance Does not have to be turned on all the time as it uses major market movements. Fully optimized strategy on 4H chart. Cons : Has a maximum losing streak of 3 consecutive trades in several market conditions. ** Past performance is not a guarant
取引戦略は、移動平均帯に基づいています。バンドの出口方向を使用してトレンドを決定します。 トレードシグナル: 買いシグナル: (買値 > 移動平均帯) * 反対の動きの前提条件 * マイクロ トレンド フィルター (上昇トレンド)。 売りシグナル: (アスク < 移動平均バンド) * 反対の動きの前提条件 * マイクロ トレンド フィルター (下降トレンド)。 取引戦略は、移動平均帯に基づいています。バンドの出口方向を使用してトレンドを決定します。 トレードシグナル: 買いシグナル: (買値 > 移動平均帯) * 反対の動きの前提条件 * マイクロ トレンド フィルター (上昇トレンド)。 売りシグナル: (アスク < 移動平均バンド) * 反対の動きの前提条件 * マイクロ トレンド フィルター (下降トレンド)。
The Expert Advisor strategy is based on the intersection of moving averages. Buy - the fast МА (Moving Average) crosses the slow MA upwards, sell - fast МА crosses the slow MA downwards. It uses an adaptive grid and averaging with a time delay. Adapted for 4 and 5-digit quotes. Working timeframe is H1. Recommended initial deposit is at least 1000 units of the base currency. Parameters MaFast_period , MaSlow_period – periods of the fast and slow moving averages; MaFast_method , MaSlow_method –
IRobot Alligators is an Expert Advisor based on the chaos theory and the Alligator technical indicator. This expert advisor consists of three lines, overlaid on a price chart, that represent the jaw, the teeth and the lips of the Alligator. It was designed to help confirm that a trend is in effect and in what direction. As with all moving averages, the shortest one (green) moves first, followed by the middle (red) and then longer average (blue). If the three lines are entwined, then the Alligato
Night Rocker EA is a night scalper that has a system for evaluating market volatility and trades during a period when prices are flat. In addition, there is a built-in filter of spread and slippage.   Each open order has a stop loss and take profit. Also, the market volatility assessment system closes orders when market conditions change in a negative direction for the trader.   The Expert Advisor works on USDJPY, GBPUSD, EURCHF, GBPCAD pairs. Period M15.   The internal control system for workin
The Expert Advisor trades the signals from an artificial neural network. Network with one hidden layer. Presence of a signal is checked at the closing of the specified period, which significantly increases the optimization and testing speed. It differs from the previous version by a number of additional features: works with pending orders; subsequent trades are opened with a lot increased by the specified step; moves the trade to breakeven a specified time after it was opened; closes trades at t
The Expert Advisor with strategy based on the Bollinger Bands indicator. When the price is above or below the Bollinger Bands and the channel expands by the specified range, a trade is opened. For example, if the Ask price is less than the lower band of the indicator and the difference between the upper and lower bands of the indicator exceeds the distance of Delta, the EA will open a buy. For sell trades it is the opposite: if the Bid price is greater than the upper band of the indicator and th
Super Martingale
Vladimir Gribachev
3 (2)
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,
SuperTrend
Evgeniy Zhdan
3.33 (3)
The Supertrend Expert Advisor The Supertrend Expert Advisor with averaging elements. It has been developed during three months until I finally got good results. It is not a scalper. The minimum balance to start trading - 100 $. Is automatically adjusted to the 4 and 5-digit prices. Has an efficient risk management system. The lot and limit on the maximum lot is automatically calculated based on the settings specified in the EA. As a result, you have a complete automated trading system. Download
Pandora Gold
Nguyen Hang Hai Ha
5 (1)
Auto-trading robot Pandora Gold  gives you the advantage of accuracy, quick execution of trade orders when trading signals appear. Pandora Gold EA analyzes price movements combining short-term trend patterns to select accurate trading signals with high probability. Black Friday Sale Off 60% !!!  Old price 168 USD, latest price   68 USD   today. The EA does not use a hard Stop Loss, but it has a Closed all on Friday feature, it also uses different position management strategies for each situatio
EA MAGIC WIN is the advanced trading system which was tested for long on different market conditions with heavy load tests. Based on our custom indicator which is backed with mean reversion concept along with few other algorithm this products fits itself into the current market conditions and act accordingly.  Supported currency pairs: EURUSD, GBPUSD, AUDCAD, AUDNZD, NZDCAD Recommended TF: M15. Setfile can be downloaded from here : Click Here Live Signals https://www.mql5.com/en/signals/2
移動平均インジケーターのトレーディングロボット 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、手動取引または他の専門家によって開かれた取引のために、アカウントの負けたポジションを回復するために使用できます。マジックナンバーですべての注文を受け取り、処理することができます。 オープニングフィルターを扱う。 すべての取引戦略には、
eaVeryActive is an Expert Advisor (Robot) for any financial instrument on the MT4 platform. All input parameters were optimized and used on EURUSD, M15 . Of course you are able to optimized those parameters for any currency pairs and time frames. The main input parameters are a, b, c, d, e, f, g and h , which can be any numbers in the range from 1 to 9 - input parameters (weight coefficients) of the one layer neural network. This robot will open as many position as you want by input parameter ma
The Expert Advisor consists of four popular indicators: MovingAverage Stochastic MACD ZigZag It is possible to use all four indicators both together, and individually, selecting the necessary combination. Basic settings of the Expert Advisor Magic - order magic number Volume - volume for opened trades Slippage - price slippage when opening orders. StopLoss - close orders after reaching a certain loss in points, TakeProfit - desired profit in points. TrailingStop - move StopLoss to order's open
"RSI" usually refers to the Relative Strength Index, a technical indicator used in financial markets to analyze the strength or weakness of an asset's price. "Pending Grid" may suggest a specific trading strategy that combines pending orders with grid trading techniques. RSI EA : RSI (Relative Strength Index) is a technical indicator used in trading to assess whether an asset is overbought or oversold. It measures the speed and change of price movements. RSI values range from 0 to 100. Typically
Grid Flat   Expert Advisorは、指定されたステップで注文のグリッドを配置します。注文には、グリッドステップ距離での利益レベルと、同じタイプのすべての注文の一般的な損失レベルがあります。取引は設定で指定された期間内にのみ実行され、時間の終わりにすべての保留中の注文が削除され、すべてのオープンポジションが強制的に閉じられます。 EAは、重要なニュースや他の同様の市況のリリースなど、特定の市場状況でのみ機能するために、長期取引の完全に自動化された取引システムとして使用することはお勧めしません。 アドバイザ設定の説明 Open_BuyStop-保留中の購入停止注文のグリッドを開く/開かない Open_SellStop-保留中のセルストップ注文のグリッドを開く/開かない Open_BuyLimit-保留中の購入制限注文のグリッドを開く/開かない Open_SellLimit-保留中の販売制限注文のグリッドを開く/開かない TIME_HOUR_START-アドバイザーの作業開始時間、0から23までの値 TIME_MINUTE_START-アドバイザが動作を開始する分、0
ロボットダフ屋。 GBPUSD、期間 M5 のデフォルト設定。 ロボットは毎日 10 ~ 50 件の取引取引を開始します。 TakeProfitは物理的に設定され、StopLossはデポジットの%として表示されます。 ロボットはトレーリングストップを使用した取引にも同行します。 テイクプロフィットとストップロスによってクローズされた取引の比率は約90/10です。 ロボットはさまざまなニュースイベントでも活躍し、重要なニュースが出たとき、価格がテクニカル予想の方向に進まなかったとしても、ロボットはしっかりと保険をかけてプラスの結果を引き出そうとする。 ロボットは全自動です。 GBPUSD ペア (期間 M5) にロボットをインストールした後は、他に何もする必要はありません。 ロボットの設定を変更する必要はありません。 すでに完全に構​​成されており、すぐに使用および取引できます。 ロボットの利点: このロボットはダフ屋なので、毎日 10 ~ 50 件の取引取引が行われます。 重要なニュースが発表されたときにロボットの電源を切る必要はありません。 ロボットはすでに完全に構​​成さ
Smart Grid FX – is counter-trend trade multicurrency EA for automated Forex trading. EA uses principle of Martingale. EA work algorithm: At cycle start the pair of opposite order opens with initial lots. Further grid of orders is being built with variable step and lot volume at the price movement direction. Wherein every time at the next order opening the all grid orders close level is being changed with regard to parameters of TakeProfit. The EA does not use such function as locking, trailing,
The Moving Average Convergence Divergence (MACD) is a popular technical analysis tool used by traders and analysts to identify trends and potential buy or sell signals in a financial instrument, such as a stock, currency pair, or commodity. It's essentially a combination of two moving averages, often referred to as the "fast" and "slow" moving averages. Here's how the MACD is calculated: Fast Moving Average (12-period EMA): This is a 12-period Exponential Moving Average (EMA) of the asset's pric
This is a grid Expert Advisor. It has several trading strategies based on the MACD indicator. The virtual trailing stop, stop loss, take profit levels can be set pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The orders grid is adaptive, only market orders are used in it. If the price moves the distance of Order
Machinist
Mikhail Kornilov
3 (4)
5 copies are left for $240 The next price is $360 Machinist expert advisor uses 4 different strategies based on complex technical analysis to search for the best trading possibilities and to diversify risks. All strategies used in the EA have real stop loss. A multilevel optimization and rough sampling related to stability under changing market/internal parameters were carried out for every strategy. Signal: https://www.mql5.com/en/signals/822679 Advantages real stop loss 4 different strateg
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
WolongVn No1
HOANG ANH TUAN Huong
EA WolongVN No1 uses multipair to correlate transactions between pairs. Use data of the stock exchange https://www.nyse.com/ to evaluate the direction of the dollar index Use data of the stock exchange https://www.londonstockexchange.com/ to evaluate the trend of EUR Then compare the correlation between the two data to execute an order XAUUSD, EURUSD, GBPUSD .... EA runs on data of saxo bank and dukascopy bank. So the backtest will not have high accuracy There are of course some constraints, in
Multi-currency expert advisor based on the strategy of breaking through levels and trading on the trend. You can you it for scalp with little take profits. Martingale and averaging are NOT used! Use a demo account to check the expert's performance! It is necessary to conduct tests of each pair before making a decision to use it in the expert! Does not work correctly in the tester! Usd demo acc to test it. Main strategy settings: Easy and Hard . For the Hard method you must use stricte
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT4
Profalgo Limited
4.78 (18)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Quantum Emperor MT4
Bogdan Ion Puscasu
4.9 (125)
ご紹介     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 Empire EA を購入すると、Quantum StarMan、Quantum Trade EA、または Quantum Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT5バージョン:   ここをクリック 量子EAチャネル:       ここをクリック クォンタムエンペラー EA     は、1 つの取引
オリジナルの英語の製品ページはここにあります。 https://www.mql5.com/en/market/product/104871 製品の説明をよくお読みください。この製品を理解するには、英語に精通した人に手伝ってもらうとよいでしょう。 私はこの Expert Advisor の機能を明確かつ正直に書きましたが、「Prop Firm」が何なのか理解できず、上記の英語の説明も理解できない場合は、この製品を購入しないでください。 読んでくれてありがとう。 このEAは「Prop Firm」に合格するためのものであり、ライブ/リアルの 「  Broker」用ではありません。 ご購入前に英語のソフトウェア説明をよく読み、このEAの目的を理解してください。 私の他の製品とサービス: https://www.mql5.com/en/users/rodeong/seller
One Gold MT4
Stanislav Tomilov
5 (6)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and advanced technologies in neural networks, EA is capable of analyzing historical and current dat
HFT Prop EA
Manpreet Singh
4.94 (229)
HFT PROP EA is the High Frequency Trading Expert Advisor (EA/bot) designed to pass proprietary trading firms (prop firms) challenges which use stop orders to enter the trades when market is trending, It is basically designed for US30 just at opening of US30 in New York Session till it remain in its trending nature for 15-30 minutes, and using HFT PROP EA you can pass the challenge within few minutes for prop firms who doesn't have any lot size cap. Benefits You can use the bot for unlimited ti
へようこそ     GoldExcel EA   、XAUUSD (ゴールド) 通貨ペアのデイトレーダー。私たちのチームによって開発され、通常のアカウント、スポンサー付きプロップアカウント、プロップコンテストで利用できます。高頻度取引は使用しないでください。 See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller 導入開始価格は数週間ごとに値上げされます。 Live $1K account Aggressive :  https://www.mql5.com/en/signals/2133201 Live $5K Low Risk:  https://www.mql5.com/en/signals/2133189 Live ICMarkets Test account Medium Risk :  https://www.mql5.com/en/signals/2133192 ジン・ジュオ   これは、金ペアのみを使用するユニークなデイトレード戦略です。金ペアは、日々の変動が大きく、
Special Offer Day: $ 598 for one day only, after which it goes back to $1,198. TopBottomEA's advantage: the first support for small capital work EA, real trading for more than 4 years; this EA based on volatility adaptive mechanism, only one single at a time, each single with a stop-loss, an average of about 4 orders per day, holding a single length of 12 hours or so, with a limit of $ 20 principal challenge backtesting ran through more than 10 years. Every interval of three days to increase th
Aura Black Edition
Stanislav Tomilov
4.75 (16)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
Launch promo! Only a few copies left at 399$! Next price: 499$ Final price: 999$ MT5:   https://www.mql5.com/en/market/product/107337?source=Site+Profile+Seller For more top Expert Advisors and Indicators, visit:   https://www.mql5.com/en/users/lothimailoan/seller I am Los, please subscribe to receive more updates:   https://www.mql5.com/en/users/lothimailoan/news US30 Scalper EAは、トレードとコーディングに豊富な経験を持つチームによって開発された次世代のスキャルピングロボットです。これは、米国(US30)で最も人気のあるウォールストリート指数の一つでのスキャルピングを目的としています。 この戦略は実際の取
Gold Trade Pro
Profalgo Limited
4.44 (16)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール システムであり、市場が初期ポジションに逆らったときに取引を追加します。  それらは「ニューラル ネットワーク/AI/機械学習」として偽装されることがよくありますが、
あらゆる取引戦略をポジション取引戦略に変換したり、不利な動きをしたポジションの自動ドローダウン制御システムを含む実証済みの RSI および ADR ベースのポジション取引戦略を取引したりできます。 この EA は、Market Structure Trader Web サイトで長年にわたって教示されているポジション取引戦略に使用されてきた MRA EA を進化させ、簡素化したものです。 ウェブサイトへのリンク、無料のポジション取引コース、その他の商品については、私のプロフィールをご覧ください。 EA は、「エラスティックバンド理論」を使用して市場構造の動きに自動的にスケールし、RSI 指標または取引したい外国為替商品の平均日幅 (ADR) の拡張を使用して、銀行や金融機関がとった動きを反転します。 ポジション取引は、小さなリスクと複数のエントリーを使用して市場にエントリーする方法です。つまり、最初の取引エントリーの精度は、エントリー後の EA による取引の管理方法ほど重要ではありません。 市場は予測不可能であり、長期的に持続可能な正確さで動きのタイミングを計ることは事実上不可能で
Quantum Trade EA
Bogdan Ion Puscasu
4.77 (78)
ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってください。 ***Quantum Trade EA を購入すると、Quantum Gold Empire EA を無料で入手できます!*** 詳細については非公開でお問い合わせください。 ライブシグナル: ここをクリックしてください MT5バージョン:       ここをクリック 量子EAチャネル:       ここをクリック のみのプロモーション価格  5 99.99ドル !価格は間もなく 699.99 ドルに値上がりし、その後 10 回購入する
Oracle MT4
Stanislav Tomilov
4.8 (5)
Oracle Trading Expert the Quintessence of Modern Programming Technologies Expert Oracle for MetaTrader, trading on GBPUSD and Gold, represents the quintessence of modern programming technologies. Our unique proprietary methods and developments are based on advanced machine learning concepts, making our trading expert truly one-of-a-kind. We offer cutting-edge modules and neural architecture that embody innovative advancements in financial programming. Our algorithms rely on in-depth data analysi
Boring Pips MT4
Thi Thu Ha Hoang
5 (12)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading St
Aura White Edition
Stanislav Tomilov
4.25 (4)
Aura White Edition   is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of   Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPU
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 ライブシグナル: クリックして表示 EAはまもなく価格を上げる予定です。興味があれば、お早めにご購入ください。 実行の推奨事項 推奨通貨ペア:GBPUSD、USDCAD、AUDUSD、EURUSD、USDCHF 期間:M15 運用資金:1,000ドル以上を推奨 アカウントのタイプ:特
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
Candle EA MT4
Mansour Babasafary
4.56 (36)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs The price will increase by 100$ after every 10 purchases! Final price 2450$ Get a 50% bonus by buying (or even renting) any of our product
深層学習が金の取引を再構築し、インテリジェントアシスタントが庭師のように取引の庭を手入れします。「ゴールドガーデン」EAは、深層学習の知的技術を採用し、20年分のデータトレーニングにより、戦略のパフォーマンスを大幅に向上させます。これにより、取引がより簡単でインテリジェントになります。一緒にインテリジェント化の時代を切り開き、取引を幸せな庭園に変えましょう。これはあなただけのGold Garden Stewardになります。 MT5バージョン: Gold Garden MT5 現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 リスク設定: デフォルトは中リスクで、EAにはセキュリティと管理のために複数のリスク設定があります。慎重なユーザーは、EAに慣れるために低リスク値から始めることができます。 購入後: ユーザーマニュアル: クリックしてマニュアルを表示 最新の注意事項やヒントを得るには、プライベートメッセージを送ることをお勧めします。 安全で安定したEA: 当社のEAはグリッドやマーチンゲール戦略を使用しません。各注文にはストッ
ONLY 3 COPIES OUT OF 10 LEFT AT $99! After that, the price will be raised to $199. HFT  Propfirm Challenge Performance Monitor(Starting from $200) Account Number:  66668979 Server: ICmarketsSC-Demo06 Password: quantumhft1 You will get BONUS  worth $399 after you pass the HFT Prop Firm challenge round Quantum HFT Prop Firm is the EA is designed to pass the competition of HFT Prop Firms.  Please be aware that this Expert Advisor (EA) should not be used with a real account. Its sole pur
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY
XG Gold Robot MT4
Marzena Maria Szmit
4.6 (20)
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
Forex GOLD Investor
Lachezar Krastev
4.89 (19)
SHOCK DEAL --> -45% OFF --> VERY LIMITED COPIES AT THIS PRICE !!! + BONUS -> PREMIUM EA! Forex GOLD Investor Signal Account:  https://www.mql5.com/en/signals/1510678 Forex GOLD Investor is one of the best expert advisors developed to trade on GOLD(XAUUSD) in the forex market. Forex GOLD Investor consists of 2 trading systems . The first one is based on scalping trading strategy and the second system has time based dependency which opens up to 2 trades at a time. It has been tested rigorously to
バックテストではなく、実際の取引システムを購入してください。   Live Signal 1       Live Signal 2 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 毎週金曜日に値上がりします Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いや
Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   EAは現在順調に稼働しており、価格引き上げ計画がスタートしています。次のフェーズの価格は838ドルです。10部売るごとに価格が100ドル上がります。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) 特別注意: Currently recommended :GBPUSD, AUDUSD, EURUSD リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用してい
Big Forex Players MT4
Marzena Maria Szmit
4.6 (20)
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 databas
Dragon Multi EA MT4
Mansour Babasafary
4.71 (14)
3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can use 3 experts at the lowest price. All three strategies are based on price action. But based on different trends. Long term, medium term and short term The price will increase by 100$ after every 10 p
No Backtesting is allowed: (OIS IS NOT A HFT Strategy, Will not be violated by Prop firm rules) We don't rely on backtest results. The backtesting environment can't access our database to retrieve historical data. We aim to provide clarity to EA traders and not mislead them. The best approach is to monitor our signals. If you're wondering how to verify that it works with your broker, the response is the same: backtesting results alone don't prove effectiveness. "OIS" : The Final product of ours
Index Scalping Pro は 指数取引 のエキスパートアドバイザー(EA)です。他との違いは何でしょうか?このEAは 3つの実際の取引戦略 を利用しています。 他のEAが派手で危険なグリッドシステムや彼ら自身のマーチンゲールシステム(「ニューラルネットワーク/人工知能/機械学習」と偽っており、テストでの操作によりより高い売上を達成していることがよくあります)でシステムを埋め尽くしているのとは異なり、Index Scalping Proはシンプルなアプローチに頼っています。このEAは、日次のサポートとレジスタンスレベルに基づく非常に効果的な戦略を採用しています。日次、4時間、1時間のタイムフレームでサポートとレジスタンスのレベルを調査し、その戦略に基づいて取引を実行します。私は約1年間の個人的な使用の後にこのEAをアップグレードし、それからリリースしました。私たちは指数の変動とスリッページを理解しており、その上下をナビゲートするために戦略を精密に設計しました。 269ドル で残りわずか5部 -> 次の価格: 489ドル -> 最終価格: 1299ドル 実績  -> 
Luna AI PRO
Profalgo Limited
4.5 (2)
プロモーションを開始: 399ドルで1部のみ入手可能 最終価格: 2000ドル この EA の販売数は限られています 市場で最も先進的な「ミーンリバース」取引ロボットである Luna AI Pro EA を使用して 、人工知能の力を解き放ち、取引を前例のない高みに引き上げましょう。 経験豊富なトレーダーと初心者の両方に対応するように設計されたこの最先端の AI 駆動システムには、取引戦略を最適化し、利益を最大化するための幅広い機能が装備されています。 Luna AI Pro を使用して、取引戦略の可能性を最大限に引き出します。 トレーディングの未来を受け入れ、高度な人工知能があなたの投資の旅に革命を起こしましょう。 今すぐ AI のパワーを体験し、世界中で成功したトレーダーの仲間入りをしましょう。 この EA が他と異なる理由: OneChartSetup -> 1 つの単一チャートからすべてのペアを実行 個別のパフォーマンス モニター: 各ペアのパフォーマンスが良くない場合はリスクが自動的に削減され、再び収益が上がる場合はリスクが再び増加します。 マーチンゲール法、グリッド
作者のその他のプロダクト
ストップロスとテイクプロフィットレベルの自動設定のためのユーティリティ。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 MT4バージョン https://www.mql5.com/en/market/product/56485 ユーティリティでできること: 仮想ストップロスを設定し、1ピップから利益を得る 本当のストップロスと利益を取る 各注文を個別に処理します(ストップロスとテイクプロフィットは各注文に個別に配置されます) 一方向注文のバスケットで作業します(ストップロスとテイクプロフィットはすべての注文に共通に設定され、購入と販売は別々に設定されます) 多方向注文のバスケットで作業します(ストップロスとテイクプロフィットはすべての注文に共通に設定され、一緒に購入と販売します) テストと作業には、チャートのボタンを使用できます。 オプション: STOPLOSS
Grid MT5
Vladimir Gribachev
5 (1)
半自動取引のユーティリティである注文管理を使用して、アカウントの不採算ポジションを復元することもできます。不採算の注文を重ねることで、アカウントのドローダウンを減らす機能があります。手動注文、パネルから開かれた注文、または別のエキスパートアドバイザーによって開かれた注文で機能します。最小限のパラメーターがあり、構成が簡単で、任意の数の注文で機能します。テストには、ストラテジーテスターのビジュアルモードを使用します。 MT4バージョン https://www.mql5.com/en/market/product/56492 オプション: START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるための
半自動取引のためのユーティリティ。ストップオーダー、ストップロス、テイクプロフィット、トレーリングストップをブローカーに見えないように設定するための動的レベルを適用します。 FIFO要件のある米国のブローカーを含むあらゆるブローカーとの連携に適しています。 アドバイザリンクのMT4バージョン 取引はボタンまたは線を使用して開くことができます。アドバイザが線に沿ってポジションを開くには、チャートに線を引き、名前を変更します。価格がそれを超えると、EAは対応するコマンドを実行します。 OPEN_SELL-売り注文を開きます CLOSE_SELL-すべての売り注文を閉じます OPEN_BUY-オープンバイオーダー CLOSE_BUY-すべての購入注文を閉じる コマンドが実行された後、コメント「OK」が書き込まれ、行はコマンドを1回だけ実行します。 チャートには、受け取った利益、現在のオープンポジション(注文数、ロット数、利益)、オープニング注文のボタン、実行速度、スリッページに関する情報が表示されます。 オプション: MAGIC_NUMBER-マジックナンバ
DarkForest
Vladimir Gribachev
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
News Auto Trading
Vladimir Gribachev
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
Phantom
Vladimir Gribachev
5 (1)
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
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
Serpent
Vladimir Gribachev
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
Vladimir Gribachev
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
Vladimir Gribachev
2 (1)
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
Vladimir Gribachev
3 (2)
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
Vladimir Gribachev
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
Vladimir Gribachev
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
Vladimir Gribachev
4.43 (7)
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
Vladimir Gribachev
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
Not One Step Back
Vladimir Gribachev
5 (1)
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
Vladimir Gribachev
2.33 (3)
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
Vladimir Gribachev
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
Vladimir Gribachev
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
Mower
Vladimir Gribachev
The strategy is based on my own template, it utilizes the Stochastic indicator. It buys when the lines are below a predetermined level, and the signal line crosses the main one upwards; it sells when the lines are above a predetermined level and the signal line crosses the main downwards. The EA has been adapted for four- and five-digit quotes. VPS server is recommended. Before launching the EA on a real trading account, I recommend checking its parameters in the strategy tester using 99.90% qua
Grid and MA
Vladimir Gribachev
5 (3)
This is a grid Expert Advisor. It features several trading strategies based on Moving Average. It works on minute bar Open prices. Virtual trailing stop, stop loss and take profit can be set in pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The order grid is adaptive and is made of market orders. If the price ha
フィルタ:
レビューなし
レビューに返信
バージョン 1.1 2022.03.04
update for new build