• 概要
  • レビュー (3)
  • コメント (3)

EA GapAngle

5
FOREXのマーケットは人生そのものです。
安定な人生などありません。
FOREXでも同じことがいえます。
常に、一定の価格レンジを推移すればいいのですが、
ときどき、レンジから大きく逸脱することもあります。
人生も然りです。
そのなとき、気軽に待ってあげましょう。
やがて、また安定したレンジに戻ってきます。
大きくレンジから外れたときはチャンスです。
このチャンスを逃してはいけません。
このロボットは、エンベロープのインジケーターを使い、大きく価格が推移から外れた時にエントリーを行います。
その判断にはZigZagインジケーターを使用しています。
// エンベロープを外れた時にエントリーするサンプルコード

extern int period = 20; // エンベロープの期間
extern double deviation = 0.1; // エンベロープの偏差
extern double stopLossPips = 50; // ストップロスのピップ数

void OnTick()
{
    double upperBand = iEnvelopes(NULL, 0, period, MODE_SMA, PRICE_CLOSE, 0) + deviation * Point;
    double lowerBand = iEnvelopes(NULL, 0, period, MODE_SMA, PRICE_CLOSE, 0) - deviation * Point;

    double currentPrice = Ask; // レートを使用する場合、AskやBidに変更してください

    if (currentPrice > upperBand)
    {
        // 上側エンベロープを上抜けた場合のエントリーロジック
        // ここにトレードの条件やエントリーコードを追加してください

        // 例:Buyエントリー
        double stopLossLevel = currentPrice - stopLossPips * Point;
        double takeProfitLevel = currentPrice + stopLossPips * Point;

        // ポジションを開く
        OrderSend(Symbol(), OP_BUY, 0.1, Ask, 2, stopLossLevel, takeProfitLevel);
    }
    else if (currentPrice < lowerBand)
    {
        // 下側エンベロープを下抜けた場合のエントリーロジック
        // ここにトレードの条件やエントリーコードを追加してください

        // 例:Sellエントリー
        double stopLossLevel = currentPrice + stopLossPips * Point;
        double takeProfitLevel = currentPrice - stopLossPips * Point;

        // ポジションを開く
        OrderSend(Symbol(), OP_SELL, 0.1, Bid, 2, stopLossLevel, takeProfitLevel);
    }
}

レビュー 3
MattyTrading
2268
MattyTrading 2024.01.04 05:02 
 

GOOD EA. Nice

Top Secret
969
Top Secret 2023.06.05 14:09 
 

Good EA

おすすめのプロダクト
NIGHTCrusher Lite FREE
Christian Opperskalski
4.5 (2)
NIGHTCRUSHER is a fully automated expert advisor, designed for scalping on quite market situation. The Lite - Version is limited to minimal Lot per Pair and dont has lot mulitplier and dynamic function you can also run different strategies like swing trading or grid different Trade Entry Signals different Exit Strategies included (MA Cut / Signal Change / Trailing TP) clever Risk & Money management - Balance based - Longrun trades tracking You can also use a Grid function or Lot multipier, if n
FREE
Introducing Dumangan MT5 - The Philippine God Of Harvest  ( MT5 Version -  https://www.mql5.com/en/market/product/98640 ) Experience the abundance of successful trades with Dumangan MT5, our new Expert Advisor available on MQL5.com. Named after the revered Philippine God of Harvest, Dumangan, this tool embodies the essence of reaping profits from the fertile ground of the markets, just like Dumangan blessed the fields with bountiful crops. A Focused Strategy with Customizable Settings Dumangan
FREE
This trading expert advisors is an clone & upgrade of  "EA Rough Duster ", also trades best on GBPNZD minute 5 timeframe. Maintains a constant account growth and runs best on low spread and commission based accounts. Uses Martingale & perfect hedging to recover unprofitable positions ensuring no loss. Its consistent profit curves,low DrawDowns & risk proves the record for itself in reliability and consistency plus its unique market analysis ensures quick extraction of profits by scalping the mar
United Rsi
Kenneth Parling
3.5 (2)
Introduction United Rsi is an expert everyone should have in their arsenal, simple and easy to handle. From the name, you will surely understand that the expert works with the Relative Strength Index indicator, which constitutes a signal for trading in overbought and oversold price zones. Orders are placed with the usual take profit and stop loss. The characteristic features of the expert Presets ready to use on eurusd M5 No dangerous trading methods are used Works after optimization on the mo
FREE
The Extreme Breakout EA Lite is a fully automated multi currency Expert Advisor that trades time based breakouts and has various options to improve performance. The Extreme Breakout EA Lite trades using pending orders and has the option to enter using market orders if required. Lite version is limited to 0.01 lots without money management. View More Products - https://www.mql5.com/en/users/robots4forex/seller#!category=1 Monitoring Signals - https://www.mql5.com/en/signals/author/robots4forex
FREE
CHF Portal is designed for Trading USDCHF specifically. Trading Concept The operation concept of CHF Portal is based on an algorithm which tries to determine the Trend. To be more specific, CHF Portal works with its own calculation logic according to historical volatility and price movement. It is trying to find out the Top or Bottom in a Trend, and open the Short or Long Position accordingly. Don't expect CHF Portal can be able to open the trade on the highest or lowest level, because CHF Por
ChristMyHedge (Christ My Hedge)  is an EA (Expert Advisor) aka forex trading robot based on Overbought/Oversold, trend-reversal/trend-confirmation principle. Recommended pairs are EURUSD, USDCHF, USDCAD, NZDUSD, USDJPY, AUDUSD, EURJPY, CADJPY, AUDJPY, EURGBP , EURCHF and GBPUSD .  This EA is the MT4 version and run on D1 (or Daily ) charts only. ( MT5 version is also here in the market ).  However, the newer version of ChristMyHedge-MT5 is news-based .i.e. it monitors economic news before openin
Crossover Tactics Ultimate Expert Advisor は、 一般的な 移動平均クロスオーバー戦略 を自動化するように設計された強力なツールです。高度なフィルタリング技術を採用して信号の信頼性を高めながら、3 つの移動平均の交差に基づいて最適なエントリー ポイントを特定することに優れています。ただし、この EA を際立たせているのは、TPSL ドライバー ユーティリティ アルゴリズムとして知られる包括的な取引管理システムです。 このエキスパートアドバイザーの際立った機能の 1 つは、ストップロスとテイクプロフィットのレベルを目に見えずに管理できることです。この革新的な技術により、トレーダーは自分の取引アイデアをマーケットメーカーブローカーから隠すことができ、追加の保護層が提供されます。さらに、テイクプロフィットレベルとストップロスレベルは、$10 のテイクプロフィットレベルを指定するなど、金額を使用して設定できます。 EA には利益保護機能も含まれており、利益が増加するにつれてストップロスを迅速に調整します。たとえば、利益が 5 ピップスに達すると、ストップ
Euro Gift (EURUSD M15) I am celebrating my birthday, so i will publish some EAs for FREE. This EA has been developed for EURUSD M15.  Strategy is based on ICHIMOKU indicator and has very little parameters - so its VERY ROBUST. It uses Stop pending orders with   ATR   Stop Loss . At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust these times to your broker time. Preset values are for UTC+2 only!!! For every candle the pending orders are modified to adapt the mar
FREE
Candles Power
Alexander Nikolaev
4.5 (2)
This adviser analyzes the candles, determines their strength and volume. It trades when there is a high probability of continuing a trend that has formed a little earlier (based on several candles, the number of which is adjustable). Has the ability to use several methods for analyzing the strength of movement by candlelight. Many options are customizable. Input parameters Lots  - lot size; MinProfitForAutoClose - automatic closing of a transaction upon a return signal when the profit in points
FREE
This EA takes advantage of Momentum in the Major Currencies . If a certain currency has enough momentum, the EA makes trades on the related pairs. The User Inputs of the EA are so straight-forward, they are in form of questions and suggestions. For example, you will see such questions or statements in the input panel: "Should we trade maximum once per day per pair?" "Close order if Break Even not activated after these seconds:" You will specify the required percentage difference between a Bullis
FREE
Trend Rider AIは私のEAの名前です。これはトレンドに基づいて動作し、設定された利益が達成されるまで、あらかじめ設定された価格範囲に従って取引に入り、その時点で全てのポジションを閉じます。 実際のシグナル: https://www.mql5.com/en/signals/2179495 推奨: ・初期預金:2000ドル ・通貨:USDCHF、EURUSD、GBPUSD、USDJPY、AUDCHF、... 設定のための主要なパラメータ: ・StepPrice = 10; 2つの注文の間の距離は10ピップスです。 ・ProfitThreshold = 1; BuyまたはSellの注文の総利益が1ドルに達すると、全てのBuyまたはSellの注文が閉じられます。 ・MagicNumber = 123; EAの取引のためのユニークな識別子です。 ・spreadEA = 10; スプレッドが10以上の場合、EAは注文を実行しません。 ・stopEA = false; trueに設定されている場合、全てのオープン注文が閉じられた時に新しい注文は行われません。 ・stopSel
Prop Firm Real  No grid/No Martingale/No risky risk management.  Low drawdown!!! Perfect for Prop Firm    How to test the Expert Advisor? Before testing, download the history of quotes of the currency pair XAUUSD/GOLD Test the Expert Advisor for at least 3-4 years. Setting up the Expert Advisor: Recommended pair: XAUUSD/GOLD Recommended Timeframe : H1 Minimum Balance : 500$ Change the parameter in the Expert Advisor: Max Risk
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! Night Scalper ATR - версия советника Night Channel ATR с максимальным лотом 0.01 - советник работает только в ночное время, для входа использует фильтры ATR и Moving Average для определения точек входа в более спокойный рыночный период. Поддерживает валютные пары: USDJPY, USDCHF, GBPUSD, EURCHF, EURJPY, NZDUSD. Рекомендуемый ТФ: M5,   Р
FREE
Ilan Barbudos Fx Советник Ilan Barbudos Fx -это аналог советника торгующий на одном графика в разные стороны одновременно(для этого требуется соответственный счёт который это позволяет), с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первые ордера робот выставляет по двум свечам. Так же советник имеет возможность прекраща
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! Simple fully automatic trading robot with simple default settings for currency pairs: EURUSD, GBPUSD working timeframe H1. The EA has averaging with the  d'Alembert  rate system for each subsequent order in the grid. Settings: Magic Number is a magic number. SL - Fixed Stop Loss. TP - Fixed Take Profit. Lot% - market entry (lot) as a pe
FREE
Circinus 2021  is a versatile algorithm which can use wide range of deposit. Suitable for EURUSD pair. Backtesting showed more than 220% profits in 12 months for initial deposit 100 USD and initial Lot 0.01 (TP_money =10) Backtesting showed more than 140% profits in 12 months for initial deposit 1,000 USD and initial Lot 0.1 (TP_money =10) Backtesting showed more than  140% profits  in 12 months for  initial deposit 10,000 USD  and  initial Lot 1.0 (TP_money =100) Circinus 2021 is combination of
I speak in Hungarian. Magyarul beszélek benne. Első felvétel. https://www.youtube.com/watch?v=MapbQrJ0uPU&t=9s (Első felvétel. https://www.youtube.com/watch?v=i2id5O1KPrI Második felvétel. https://www.youtube.com/watch?v=Zp2i7QN-IMc Első felvétel. https://www.youtube.com/watch?v=h7UbTWiM-Lw Második felvétel. https://www.youtube.com/watch?v=y54q4Rasf2A&t=1s Harmadik felvétel. https://www.youtube.com/watch?v=13zYjsoe6ZQ Negyedik felvétel. https://www.youtube.com/watch?v=NGiB1AnxxfU ) Nice Day Sign
The EA’s unique algorithm calculates the average price (reflected in the form of a trend line on the chart), which is the center of price attraction in the framework of the traded timeframe. At times of increasing volatility, the adviser begins work with the goal of fixing profit in the region of the center of attraction of the price. Advisor does not use dangerous trading methods. It is recommended to install a trading expert on a remote server (VPS). Recommended Trading Instruments (TF
Perfection is a multicurrency, fully automated and secure trading robot. The robot is designed for both portfolio trading and trading a single instrument. The EA does not use averaging methods, the volume of positions is strictly regulated. Orders are opened only in the direction of market movement in a grid. Due to this, the robot operates efficiently on any strong movements. The decision making algorithm does not use indicators. Instead, the robot automatically calculates the key levels, which
エントリーポイントPro EA MT4、MT5用トレーディングロボット 購入後すぐに、このサイトのプライベートメッセージで私に連絡し、説明書と非常に強力なボーナスを入手してください。 Entry Points Pro EAは、MQL5で450以上のポジティブなフィードバックを受け、何千ものインジケーターの中で1年以上1位を維持している伝説のインジケーター、Entry Points Proをベースにしています。 ここでは、MT4とMT4端末でトレーディングアドバイザーがどのように動作するかのビデオです、最後までご覧ください。 トレーディングロボットってどんなことをするんですか? トレーディングアドバイザーは、暗号通貨、金属、指数、株式など、あらゆる資産で機能します。エントリーポイントプロEAは、トレーダーの選択により、自動または半自動で株式取引を行い、自律的に取引開始・維持します。これは、インジケータとの大きな違いです。インジケータは、取引に参入し、決済するための最適な瞬間を示すだけで、それ自体で取引するわけではありません。  エントリーポイントプロEAのメリット - MT4、MT
Unleash Your Forex Potential with TrendSurfer Awesome! Are you ready to elevate your forex trading game? Introducing TrendSurfer Awesome—an advanced automated trading system powered by the MetaTrader 4 indicator, the Awesome Oscillator. Let's explore why TrendSurfer Awesome is the ultimate solution for traders seeking to conquer the forex market: Harness the Power of the Awesome Oscillator: Developed by Bill Williams, the Awesome Oscillator is a versatile momentum indicator that identifies
Ipmans
Tatiana Savkevych
The     Ipmans     bot (for EURUSD) works on the Metatrader trading platform, which is widespread in the Forex market. The bot is based on a complex transaction control algorithm. Many indicators are used as the main entry signal (Envelopes, ADX, Bands, MA, RSI, AD, Alligator, BearsPower, Fractals, Momentum). Environment for the bot: Currency pair - EURUSD. TimeFrame - H1. The maximum spread is 20 pips. The required deposit is $10,000 (or equivalent). The maximum drawdown is 12%. Peculiaritie
Constant Trader は、完全に自動化されたプロの取引ロボットです。 外国為替市場 EURUSD 用に特別に設計されています。 EA はパラメータを設定する必要はありません。 EURUSD M30 で作業する準備ができました。 ロットの選択を決定するだけです。 トレンドを検出し、市場のノイズを除去するスマートなアルゴリズムを備えています。 エキスパートはトレンド方向に注文を作成します。 入力と出力の注文は、どの MT4 プラットフォームでも見られる 3 つの指標 (ボリンジャー バンド、標準偏差、ストキャスティクス) の組み合わせによって与えられます。 すべての取引はストップロスによって保護されており、ボラティリティが高まる時期に資本のセキュリティをもたらします。 エキスパートは、1 年間の EURUSD の履歴データ(2022-2023)でテストされました。 実際のお金で使用する前に、ダウンロードして自分でテストしてください。 このエキスパートは EURUSD M30 向けに最適化されています。 すべてのペアには独自の特徴があります。
FREE
<LOGIC> EA will place order based on the original logic. This EA should work with take profit and stoploss. Default TP is 50pips and SL is 50pips. If the order was closed with stoploss, EA will stop in that day. Next day, EA will restart and trade again with lot size increasing. Lot size and volume multiple is changeable in the parameters. <Best Pair and TF> EURUSD and GBPUSD TF H1 <Default set> Already optimized TP 50pips SL 50pips Martingale Volume muti X 2 Max martingale 5
FREE
Vision Fx v
Samuel Nancwat Isaac
Introducing the Vision fx EA, a sophisticated trading robot designed to capitalize on the dynamic interplay of short-term and long-term reversal patterns within the Forex market. Unlike other robots, this EA avoids grid, or arbitrage strategies, ensuring a secure and calculated trading experience. Perfect for traders of all backgrounds, whether seasoned or beginners, the vision fx EA accommodates all skill levels. This versatile trading system comes packed with features, including guarding ag
ブラックオプアイ | Expert Advisor Unlimited (MT4) - EURUSD と GBPUSD を 5 分足チャートで取引します - エキスパートアドバイザー (EX4) - SETファイル - 無制限のサポート - 最小口座サイズ 200 (EUR/USD/X) - 最小レバレッジ 1:10 一連の複雑な価格パターン検出アルゴリズムを使用して、この EA は長期にわたって安定した結果を生み出すことができます。 ストライクレート(勝率)は74%で、1日あたり約2.7回のトレードを行います。 8 年以上の期間にわたって、取引あたり 2% のリスク (EURUSD および GBPUSD) を使用して、年間平均 138% の複利収益を生み出すことができました。 Expert Advisor は、5 分足チャートで EURUSD と GBPUSD の市場を取引します。 簡単にインストールできるように、SET ファイル (通常および保存モード) が「コメント」セクションに含まれています。 EA は 5 分足 (M5) チャートでのみ実行してくださ
Ensac
Vladislav Filippov
ENSAC is a fully automated Expert Advisor, built on a scalping strategy that involves closing a deal while achieving a small, but sufficient profitability indicator, which allows the user to minimize the leakage of funds from opening losing trades. The Expert Advisor is multi-functional and does not require a specific type of account for normal operation. The mechanism of the Expert Advisor is designed so that, before opening a transaction, instant implicit filtering is carried out thanks to the
Optimus Prime Pro Beast
Luis Mariano Vazquez Marcos
5 (1)
Optimus Prime Pro, tu aliado en el emocionante mundo del trading de divisas! Optimus Prime es un asesor experto meticulosamente diseñado para la plataforma MT4, con un enfoque especializado en el par de divisas EUR/USD en el marco de tiempo H1. Este robot de trading automático ha sido creado con precisión y eficiencia para ayudarte a aprovechar al máximo las oportunidades del mercado, llevando tu experiencia de trading al siguiente nivel. Características Destacadas de Optimus Prime: Optimización
FREE
Sir Maverick MT4
Miss Ria Krishna Malde
5 (1)
Sir Maverick identifies regular and persistent market efficiencies.  It is based on an advanced, complex and custom mathematical algorithm. It is quite sophisticated, consisting of several filters, variable settings to play around with, and a very good Risk/Reward ratio. It also supports a floating Stoploss and determines the best price to place it. Sir Maverick is not some Night Scalper, Martingale, Grid system or even Backtest Curve fitting. Sir Maverick is a one entry, SL and TP masterpiec
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT4
Profalgo Limited
4.83 (23)
プロップしっかり準備完了!   (   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 (124)
ご紹介     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チャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が10
One Gold MT4
Stanislav Tomilov
5 (8)
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
オリジナルの英語の製品ページはここにあります。 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
Gold Trade Pro
Profalgo Limited
4.53 (19)
プロモーションを開始します! 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/機械学習」として偽装されることがよくありますが、
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT5バージョン: MT5へ移動 EAはまもなく価格を上げる予定です。興味があれば、お早めにご購入ください。 実行の推奨事項 推奨通貨ペア:GBPUSD、USDCAD、AUDUSD、EURUSD、USDCH
Aura White Edition
Stanislav Tomilov
4.4 (5)
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
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
HFT Prop EA
Manpreet Singh
4.95 (242)
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. Special benefit for buyers who share their re
72% discount for the first 5 buyers (original price $9000): 1 person left 50% more discount for old customers, message me Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using hig
Forex GOLD Investor
Lachezar Krastev
4.75 (28)
SHOCK DEAL --> JUST RELEASED UPDATE + DISCOUNT + BONUS EA 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 get the most successful results. You don't need to do any optimizations if you use the default settings
EA Gold Stuff
Vasiliy Strukov
4.74 (959)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオータロットオータロット 各0.01ロットの無料証拠金-各0.01ロット単位の開口部のための無料証拠金の量
深層学習が金の取引を再構築し、インテリジェントアシスタントが庭師のように取引の庭を手入れします。「ゴールドガーデン」EAは、深層学習の知的技術を採用し、20年分のデータトレーニングにより、戦略のパフォーマンスを大幅に向上させます。これにより、取引がより簡単でインテリジェントになります。一緒にインテリジェント化の時代を切り開き、取引を幸せな庭園に変えましょう。これはあなただけのGold Garden Stewardになります。 MT5バージョン: Gold Garden MT5   現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI TradingVision GPX」の使用権を得ることができます。詳細についてはお問い合わせください。 現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI Tr
Dragon Multi EA MT4
Mansour Babasafary
4.75 (16)
78% discount for the next 10 buyers (original price $3000): 1 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 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
Oracle MT4
Stanislav Tomilov
4.17 (6)
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
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 the price of $ 100, the price process: 998 --> 1098 --> 1198...... Up to the targ
Quantum Trade EA
Bogdan Ion Puscasu
4.7 (79)
ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってください。 ***Quantum Trade EA を購入すると、Quantum Gold Empire EA を無料で入手できます!*** 詳細については非公開でお問い合わせください。 ライブシグナル: ここをクリックしてください MT5バージョン:       ここをクリック 量子EAチャネル:       ここをクリック のみのプロモーション価格  5 99.99ドル !価格は間もなく 699.99 ドルに値上がりし、その後 10 回購入する
Big Forex Players MT4
Marzena Maria Szmit
4.64 (22)
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
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
バックテストではなく、実際の取引システムを購入してください。   Live Signal 1     Live Signal 2 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 現在の価格では残りわずかです。次の価格は -->> 500 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Hig
Live signal : TrendMaster FX The MT5 version : TrendMaster FX MT 5 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) 特別注意: Currently recommended :GBPUSD, AUDUSD, EURUSD リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは
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
SSX Titan TT MT4
Artem Minchuk
2.55 (11)
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading. Neural network advisors, despite showcasing impressive efficiency in the initial stages, proved to be highly unstable in the long run. Vario
Smart Funded Hft
Barbaros Bulent Kortarla
5 (45)
!! 最新バージョン2.05にアップデートして、さらに高速なパフォーマンスを実現してください!! スマートファンデッドHFTは、2024年1月29日の市場オープンで、低ボラティリティにもかかわらず、KORTANA FXの100Kチャレンジを突破しました。 スクリーンショットセクションをチェックしてください。証拠をそこに置きました。 重要:2024年1月29日までのKORTANA FXの暗号支払いに対する40%の独占割引をお見逃しなく。 スマートファンデッドHFT EAでトレーディングの可能性を解き放ちましょう! VPS不要 / 設定ファイル不要 / プラグアンドプレイを楽しむ 限定時間のプロモーション価格 2024年2月1日に価格が上がります!! https://www.youtube.com/watch?v=56FKxI-noI4 最初の満足なクライアントの結果が添付されています。今日、自分自身でFAST FOREX FUNDINGの50Kチャレンジを突破しました。以下に結果を添付しました)) トレーダーの皆さん、こんにちは、 私のトレーディングの
Diamond PRO
Fanur Galamov
5 (9)
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 advanced position management algorithm. Main goal of Diamond PRO
Darwin Evolution MT4
Guillaume Duportal
4.83 (12)
ダーウィンの進化 ! 1490 USDから990 USDの限定時間 (オファーは次のアップデートの到着まで有効です、時間を無駄にしないでください(もちろん、更新は価格に含まれています)。 ! MT4は同時マルチペアを処理しないため、このEAのバックテストを行うことはできません。 ダーウィンは指標の計算のために28ペアを必要としています! 説明:  - その操作を理解するには、ブログをやってくる(このEAは私の外国為替取引の哲学を反映しています...あなたが物事を見るための私の方法が好きなら、あなたは私のEAが好きです 時間をかけてください! (Forexはレースではありません):https:// www.mql5.com/en/blogs/post/745790  - 過去のパフォーマンスを見るために、ここでシグナルのリンクがあります ライブノーマルシグナルモード: https://www.mql5.com/en/users/tradedeal/seller ライブシグナルリスクモード: https://www.mql5.com/en/users
あらゆる取引戦略をポジション取引戦略に変換したり、不利な動きをしたポジションの自動ドローダウン制御システムを含む実証済みの RSI および ADR ベースのポジション取引戦略を取引したりできます。 この EA は、Market Structure Trader Web サイトで長年にわたって教示されているポジション取引戦略に使用されてきた MRA EA を進化させ、簡素化したものです。 ウェブサイトへのリンク、無料のポジション取引コース、その他の商品については、私のプロフィールをご覧ください。 EA は、「エラスティックバンド理論」を使用して市場構造の動きに自動的にスケールし、RSI 指標または取引したい外国為替商品の平均日幅 (ADR) の拡張を使用して、銀行や金融機関がとった動きを反転します。 ポジション取引は、小さなリスクと複数のエントリーを使用して市場にエントリーする方法です。つまり、最初の取引エントリーの精度は、エントリー後の EA による取引の管理方法ほど重要ではありません。 市場は予測不可能であり、長期的に持続可能な正確さで動きのタイミングを計ることは事実上不可能で
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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
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
強力な1分のスキャルピングシステム -  Xauusd通貨ペアの取引用の自動ロボットスキャルパー(ロボットは他の通貨ペアで取引されますが、ゴールドで最高の結果を得ます)。 推奨期間M1およびM5。 最小初期残高は500ドルからです。 このロボットは、価格のターニングポイントを自動的に決定し、トレンドの将来の方向にいくつかの繰延注文を設定します。 価格が正しい方向に展開されない場合、ロボットは遅延した注文を削除します。 しかし、価格が正しい方向に展開された場合、ロボットはオープン注文に伴い(変更)、最大の結果を得るようになります。 ロボットは2つのモードで動作できます。 ロボット設定の「ロット」パラメーターが= 0の場合、ロボットは各トランザクションのロットのサイズを自動的に計算します。 ロットのサイズは、最小限のリスクで最大の結果を得るために計算されます。 このモードでは、ロットのサイズはバランスの成長に比例して増加します。 「ロット」パラメーターが0.01に関係しない場合、ロボットは固定ロットサイズ= 0.01で注文を開きます。 このモードでは、ロットのサイズは常に固定されます
作者のその他のプロダクト
<Amazing Low DD Forex robot> Balance Hedge EA is designed for Low Draw-down. The EA robot always make long and short order to monitor the each profit. For this reason . DD is always low even the market changes drastically. <Input parameter> Main input parameter is lot size. Main lot size is 0.01 Recovery lot size is 0.03. This lot is placed when long and short profit balance is somehow different. After placed recovery order, all order are closed together with profit target. Profit ta
FREE
Gold Angels
Hong Ling Mu
3.8 (5)
ゴールドエンジェルのEAへようこそ とても安定した利益が見込めるEAです。 おすすめです。 ロジックは簡単です。 BANDインジケータを使用しています。バンドを価格がハズレた場合に、フラグがONになります。まだエントリーはしません。 そして価格の動きを注意深くモニターします。 価格がバンドの中に戻り、センターラインにタッチしたときに、順張りでエントリーします。シンプルですが、トレントが安定しているときは利益が大きいです。 特にXAUUSDにベストマッチします。 ただし、タイムフィルターを使うことが条件です。 ヨーロッパ時間や、ニューヨーク時間帯は、大きなボラティリティのため、利益がでません、タイムフィルターを使ってボラティリティの小さい時間帯を設定してください。 ストップロスは、逆のシグナルを使います。 またTPはトレーリングストップでクローズします。 また利益がマイナスでクローズした場合は、次のロットをあげます。設定で変更可能です。
FREE
Entry Logic The EA (Expert Advisor) will monitor price movements (M5, M15, H1, H4) during the specified input period. If these price movements exceed the input parameters, an entry will be executed. Take Profit (TP) = 50 pips Stop Loss (SL) = 50 pips Maximum Order Quantity = 1 To facilitate profit loss recovery, the robot offers the option to increase the lot size in the next entry (True/False choice). The best pair GBPUSD  / EURUSD TF M5 Set file (default)
FREE
このEAは、ADX指標の論理を基にし、トレンドの強度をエントリーシグナルとして活用しています。 最も重要なポイントは、エントリーの成功率です。 成功率を向上させ、多くの異なる通貨ペアでトレードすることで、個々のトレードが小さくても、合計では大きな利益を得ることができます。 このEAは、できるだけ長い時間枠を活用しています。 なぜなら、トレンドが上昇しているか下降しているかを判断することが比較的簡単だからです。 また、このEAは、ローソク足が切り替わるタイミングでエントリーします。 具体的には、D1のような長期の時間枠を使用した場合、1日に1回のエントリーとなります。 エントリー回数は制限されていますが、成功率は80%を超えます。 さらに、もしトレンドが逆方向に変化した場合、新しいローソク足が始まる際に再び逆方向にエントリーします。 (最大回数は必要に応じて設定可能です) 通常、1日1回のトレードはその日の内にクローズされますが、もし翌日まで保有した場合、複数のオーダーが存在することになります。 この場合、トータル
FREE
forex のトレードで広く使われるRSIをベースにロジックをデザインしました。 通常、RSIの値が買われすぐ、売られすぎのエントリーは有名ですが、トレンドが逆行した場合は、あまり効果的ではありません。 そこでその対策として、このEAは、RSIの値を元にエントリーしたあと、逆方向にマーケットが動いた場合、順張りのエントリーを行います。いわゆるグリッドオーダーですが、一定間隔ごとではなく、一定間隔ごとに、RSIの値が売られすぎの場合は、SELL売りの追加オーダーがでます。また逆に買われ過ぎの場合は、トレンドに沿ってBUY買いのオーダーがでます。 RSIの値に基づいたメインオーダーと、順張りのグリッドオーダーを持ちながらトレードを行い、それらすべてのオーダーがバスケットクローズされます。 バスケットクローズされる利益は0.01ロットが$1を基準に トータルロットサイズから平均利益を自動計算しています。 また、ストップロスは低めの20PIPSに設定していますが、もしストップロスでオーダーがクローズした場合、次のロットを上げてトレードするいわゆるマーチンゲールの機能も備えています。
FREE
Gold Bloom
Hong Ling Mu
3 (4)
Welcome to Gold Bloom World! This forex robot, "Gold Bloom," is made for gold lovers around the world. The entry logic is sophisticated for the XAUUSD forex pair. The robot monitors the previous day's candle pattern and places a pending order in one direction. Take profit is determined by a trailing stop, while the stop loss is placed automatically based on the previous candle's price. Simple input Just enter initial lot size and set trailing stop.(points) For XAUUSD , please input points
FREE
ロボットは、1週間のうちでマルチタイムフレームでローソク足の高値、安値を調査します。 またその価格での反転を予測しながらエントリーします。 ベスト通貨はEURUSD でタイムフレームはH1,H4が好相性です。 デフォルトの設定では、最大で10までエントリーしますので、エントリー数を調整してください。 バスケットクローズを使用して、複数のエントリーを利益が一定値になるとまとめてクローズします。 デフォルトではストップロスは30pipに設定してありますので、ベストの値を入力してください。 利益がマイナスでクローズすると、次のエントリーからロットサイズを上げる設定も使用できます。 タイムフィルターや、GRIDオーダーの機能もついています。 マジックナンバーは自動設定です。複数のチャートにEAをアタッチすると自動で割り振られます。 スプレッドフィルターを使用しない場合はゼロを入力します。 デモテストデーターはMyfxbookと、mq5 webにあります。 URL: Miracle Robot https://www.mql5.com/ja/signals/1795756?utm_
FREE
This forex robot was specially designed for XAUUSD Gold. The best time frame is H1 and the logid is base on Moving average. If the price touch the range of 2 moving average, the EA will make an entry. Stoploss is made based on the outer band of the moving average. The trade time is already ptmized and you can use the time filter to make a good profit. You can change these parameters. tp and stoploss and time trade time and lot size.
FREE
Based on my original trading strategy, it appears that this EA is programmed to use technical analysis to identify an inside candle pattern in the current candle and wait for a breakout in either direction. If the price breaks out higher, the EA will place a buy order, and if it breaks out lower, the EA will place a sell order. The take profit and stop loss levels are set at 50 pips each. Additionally, using a martingale strategy, which involves increasing the lot size after a losing trade, c
FREE
This EA has a very unique logic, meaning it does not use any indicators at all. It relies solely on monitoring the movement of candlesticks to determine entries. Specifically, it enters trades when certain conditions are met, such as the relationship between the previous candlestick and the current candlestick, or the timing of new highs or lows being reached. The number of entries is not significant, but it consistently generates profits by increasing the lot size when a loss occurs. Please T
FREE
I like a simple Robot and I will share with you. I can provide some information about using Simple Moving Average (SMA) as a trading strategy in Forex. SMA is a commonly used technical analysis tool in Forex trading. It calculates the average price of a currency pair over a specified period of time, and the resulting line can be used to identify trends in the market. Traders often use the crossover of different time period SMAs (e.g. 50-day and 200-day) to identify potential buy or sell signals.
FREE
このEAは、マーケットの変動に関係せず安定したトレードをできるようにデザインされました。 M5のタイムフレームが最適です。上位足H1とH4の価格の変更を計算して、大きくトレンドが発生した後に、価格が戻されるタイミングを見てEntryします。 takeprofit と stoplossはあえて、広めに設定しておくのがコツです。1日1回のトレードにはちょうど良いですね。 そして、もし1回のトレードが負けてしまった場合、ロットサイズを2倍で再トレードの機会を待ちます。 もしトレードがtake profitでクローズした場合は、その日のトレードは終わりです。 また次の日になるまでEAは停止します。 今まで、数多くのトレードを重ねて大きなドローダウンや損失を出してきた反省からこのEAはつくられました。 初期設定ではtakeprofit =40pip, stoploss =40pipsの設定にしてありますが、最適な値に調整してください。 また、stoplossでオーダーがクローズした場合の次のロットサイズの倍率も変更可能です。 安定した利益をコツコツ重ねて大きな夢をつかみまし
FREE
<LOGIC> EA will place order based on the original logic. This EA should work with take profit and stoploss. Default TP is 50pips and SL is 50pips. If the order was closed with stoploss, EA will stop in that day. Next day, EA will restart and trade again with lot size increasing. Lot size and volume multiple is changeable in the parameters. <Best Pair and TF> EURUSD and GBPUSD TF H1 <Default set> Already optimized TP 50pips SL 50pips Martingale Volume muti X 2 Max martingale 5
FREE
This EA was created based on a certain phenomenon incorporating my ideas. The logic was inspired by observing the XAUUSD chart. When the candlestick size is very large, it tends to indicate a trend. This EA enters a trade when the candlestick size exceeds a predefined input value. It conditions the entry such that if it's a BUY entry, the previous candlestick must be bearish, and for a SELL entry, the previous candlestick must be bullish. Additionally, the EA comes equipped with a Trend Follo
FREE
"Forex Super Robot AIB is a free robot that anyone can easily trade with. By simply attaching it to the EURUSD H1 chart, your life will be rosy from today on. This robot was created to fulfill your dreams. Please enjoy. The robot will make multiple entries, with a default of 20 orders. These orders will be closed together. The initial settings are TP=50 and SL=50, so please find the best settings for yourself."
FREE
Muscle ZigZag
Hong Ling Mu
3.4 (5)
今までこのようなロジックはまったくおもいつきませんでした。 あるとき、夢の中で、筋肉隆々の男の人が私に言いました。 いいから、ZigZagインジケーターを移動平均線と一緒に使ってごらんなさい。 そうすれば、あなたは世界平和に貢献できるようになります。 私はさっそくEAの作成に着手しました。 わずか30分程度で理想的なEAができあがりました。 いままで、移動平均線をつかうのは知っていましたが、zigzagと一緒に使うアイデアは、まさに神です。 私は思わず笑ってしまいました。そして、EAを作った後に、コーヒーを飲みながら、考えました。 実際このEAで利益をだすことができるのでしょうか? とくに難しい設定はいりません。 タイムフレーム H1 or H4でそのまま稼働させてみましょう。 https://www.mql5.com/ja/signals/1961000
FREE
Entry logic The EA, called EA_BreakTheBox, creates a rectangle BOX based on the highest and lowest price within a certain time period. Once the BOX is formed, the EA is ready for entry. It allows you to input the time period for forming the BOX, and you can set a time filter for the EA. The default setting for EntryPips is 2 pips, but this can be changed. If the price breaks the upper price of the BOX by 2 pips, then a BUY Entry is placed (if Reverse mode=true). If the price breaks the lower pri
FREE
EA BUMANはエントリー回数はそれほど多くはありませんが、安定した利益が期待できます。 エントリーロジックはいたってシンプルです。 1本の移動平均線しか使っていません。 EMAの移動平均線をローソク足がクロスするときにエントリーします。ただしローソク足の終値が移動平均線よりも上にある場合はBUYエントリー、下にある場合はSELLエントリーが実行されます。 また利益確定の勝率を上げるためにブレークイーブンとトレーリングストップの機能をうまく使う必要があります。 デフォルトの設定を調整してください。 もしECNアカウントを使っている場合は、ブレークイーブンの設定は2pipsくらいが最適です。 またトレーリングストップはTS_Start=5pips 、TS_Stop=5pipsあたりが最も安定しています。 トレーリングストップとブレークイーブンの最適な設定値は画像をご覧ください。 利益を継続していくためにはストップロスの設定は重要になってきます。ストップロスを使用しない場合は、逆方向にトレンドが発生してしまった場合、オーダーを長期間にわかって保持する必要がありあまり効果
FREE
<EA main logic> 1. EA reads candle pattern for most profitable of BUY & SELL. 2. If these pattern matches , then EA places the order. 3. If the order was closed with stoploss, then EA should stop trade on that day. 4. Next day EA will re-start again with increasing lot size to recover the loss. <INPUT parameters> Slippage 3 pips MaxPosition 1 BaseLots 0,01 takeprofit 10pips stoploss 20pips Martingale True/False Max martingale 2 (times) Multiplier (lot size) 2,5 <Best pair &
FREE
Forex Robot BOBOB This EA forex robot concept is based on Market range value. EA check the certain range (highest and lowest price) price  and if the price break that level, then EA will place the order in reversal. Also the entry is judged based on Market trend directions. EA can be run in any pairs but most of time, the major pair is desired. Time frame is longer is better but short time frame such as M15 is possible. EA default set is already optimized ,  so you can ju
FREE
このロボットのロジックはシンプルです。しかしとても強力です。 長期ローソク足で現在のトレンドをモニターしています。複数のローソク足を使うことで信頼性を高めています。 最初にEAは、現在のトレンドをモニターします。その後、トレンドに沿ってオーダーを出します。 オーダーを出すタイミングは、内部のRCIインジケーターを参考にしています。 RCIのエントリーする値は自由に設定可能です。値を1に近づけると正確ですが、エントリー回数は減少します。 TP=50,SL=50でトレードしますが、もしストップロスになってしまった場合、トレンドとは逆の方向にロットサイズを上げてエントリーします。 設定で変更も可能です。 どうぞお楽しみください。
FREE
<Logic> EA will entry when the price breaks average candle stick price. EA will make Grid order with Hedge logic. When grid order is placed , EA check the trend and if trend is BUY, then place buy order. If trend is sell, then place sell order. This is to reduce a big draw down. <Input parameter> Slippage(pips) Max position Baselot size take profit stoploss Risk (MM) Grid order settings. Moving average period and Time frame N of bars for average line calculation <BEST PAIR and Time frame> X
<Basic logic > The Golden attacker Super is designed to follow the trend. The entry is made following market big trend and if the order was in the wrong directions, the grid order is placed. However Grid order is also follow the trend to reduce the draw down. Grid order is placed in the same direction of the Trend. There is no tp/sl , instead if the market trend changes, the order is closed with opposite signal. <The best pair and time frame> XAUUSD M5 <Myfxbool> Check here <Setfile>
<LOGIC> Forex Robot EA VIX used VIX indicator. The VIX Index is a calculation designed to produce a measure of constant, 30-day expected volatility of the U.S. stock market, derived from real-time, mid-quote prices of S&P 500 Index (SPX ) call and put options. On a global basis, it is one of the most recognized measures of volatility -- widely reported by financial media and closely followed by a variety of market participants as a daily market indicator. After entry is made with VIX index
<LOGIC> The EMA RENKO EA should run in Renko chart to show the best performance. The EA will entry based on 2 EMA line cross. (it is changeable in parameter.) As a result of FT , the best box size for XAUUSD (GOLD) is BOX 60 to 100.  Renko box size should be larger than spread value. Normally 3 times of spread. Please decide your box size with yourself. The EA will place addtional order as Grid if the trend move  to xxx pips from the last order. You can turn on/off in the parameter. T
<LOGIC> The EA entry based on ATR indicator. The Average True Range (ATR) is a technical indicator that measures the volatility of an asset’s price. If market move with big volatility, then ATR value will increase. The EA reads a certain period of the ATR value and make an order with ATR input value. Also once EA made an order, it will be closed with a profit or it will be closed when the market volatility decreased. <Best parameter> After some FT result I shared the best set file. Please see
Obondesu forex robot is amazing low DD EA. The best pair is GBPUSD and EURUSD TF H1. <LOGIC> The EA makes entry based on candlestick pattern and price movement. <Take profit  and stoploss> Take profit is profit dollars. The robot make Grid entry with stoploss 100pips. The main order and each grid order are closed with total profit $1 with lot size 0,01. These parameters can be changed. <Recommend equity> $1000, lot size 0,01
The super forex Robot Z-ABC is made based on Hedge logic. Can you imagine how wonderful if we could reduce draw down during the trade. Many people feel that it is very scarly during trades and want to reduce the high floating percentage. Now you don't worry about it. The Z-ABC uses the Hedge logic and this enable to reduce floating money. Normal Grid order is only in the same type of order in the wrong direction. But this robot has buy and sell order at the same time and they are closed
Thank you for seeing this information about the Forex Robot Matsuwa. It appears that the robot's main trading logic is based on analyzing the price gap between the current price and the price of the candlesticks that have passed over a specified barback period. Based on this analysis, the robot determines the future price trend and makes either a BUY or SELL order when the price gap reaches a certain intensity value. The EA template seems to have several functions, including Grid entry, trailin
The EA (Expert Advisor) is built on the Parabolic logic combined with multi-time frame analysis. Utilizing Parabolic indicators across multiple time frames allows for more stable entry points, enhancing accuracy in trading decisions. The EA incorporates numerous useful functions, but not all of them need to be utilized. To make adjustments, focus on changing the lot size, take profit (TP), and stop loss (SL) settings. By default, both the TP and SL are set at 50 pips each. If a trade is cl
フィルタ:
agrushev777
2329
agrushev777 2024.02.19 21:06 
 

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

MattyTrading
2268
MattyTrading 2024.01.04 05:02 
 

GOOD EA. Nice

Top Secret
969
Top Secret 2023.06.05 14:09 
 

Good EA

レビューに返信