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

Bollinger Bands Builder Premium

The Bollinger Bands Builder Premium expert advisor is an extension of the freely available Bollinger Bands Builder Basic:
  •     it provides 2 new trading techniques besides the standard Bollinger squeeze (already available in the basic edition);
  •     in most configurations, backtesting usually shows more than double (2x) average yearly return rate;
  •     the account growth curve is also smoother, due to larger number of trades (about 3x) compared to the free version.
While aimed primarily at obtaining a good long-term profitability for a reasonable product price, this expert advisor also seeks to ensure a low drawdown and to avoid exposure to high risks, through:  
  •     usage of automatically placed stop loss orders for all launched trades;
  •     allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load;
  •     minimization of positions holding time by automatic trade closure at pre-calculated intervals;
  •     avoiding the usage of exotic, highly volatile instruments.

Technical details:

Currently, 3 distinct strategy types are supported:
1. Bollinger squeeze, conservative entry;
2. Bollinger squeeze, aggressive entry;
3. Bollinger bounce.

Both the conservative-entry and aggressive-entry Bollinger squeeze methods start by verifying an increase in the Bollinger bands height following an existing contraction phase. Between these 2 there are a few important differences:

  • the aggressive-entry method generates a signal as soon as a support or resistance level is broken, signaling the beggining of a new trend;
  • the conservative-entry method waits for 1 more chart candle with the right direction (bullish or bearish) to confirm the viability of the newly detected trend;
  • the aggressive-entry method uses more strict validations for the detection of the support or resistance level breakout, in order to compensate for the lack of trend extra-validation candle;
  • the conservative-entry method has a shorter predefined lifetime, being theoretically prone to slighly shorter trends (due to delayed entry caused by extra-validation/confirmation candle).

The Bollinger bounce method enters an opposite direction trade when a chart candle hits one of the higher or lower bands levels.

For all 3 strategies, additional validations are performed by various methods, mostly related to the particularities of the last formation on the chart. This is usually either a trend-wise big body candle, or a counter-trendwise doji. Additional validations may be performed for detection of potential counter-pattern (leading to signal exclusion). The strength of this validation mechanism may be configured, allowing to deploy either fewer (but more reliable) or more (but less reliable) signals.

- instruments: EUR/USD and GBP/USD Forex pairs, along with DJIA and S&P 500 stock indices;
- timeframes: M15, M30, H1 and H2.
By default, the system uses a multi-instrument and multi-timeframe approach with the above-mentioned parameters. Thus, only a single instance of the Expert Advisor needs to be run. Specific instruments or timeframes may be removed, but not added to these lists. There are also available configuration options for running in a single-instrument and/or single-timeframe mode, according to the current chart _Symbol and _Period variables.

This EA does not use dangerous techniques such as grid trading or martingale nor does it require parameter optimization before being used.

Input parameters:

### MAIN SETTINGS
- Enable multi-instrument mode :
Specifies whether multiple instruments should be traded from the same chart (true - default setting) or only the current instrument (false).     
- Used symbols (in multi-instrument mode only) :
List with symbols to be processed, separated by semi-colon (;). Due to differences in various brokers instrument naming, these are not be specified directly, but rather through their corresponding parameter name: instr_eurusd, instr_gbpusd, instr_us30, instr_sp500 (only these 4 are currently supported)
- Symbol for EUR/USD currency pair (instr_eurusd) :    
This would be EURUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. EURUSD-Z)
- Symbol for GBP/USD currency pair (instr_gbpusd) :    
This would be GBPUSD in almost all situations, however some brokers may apply prefixes, suffixes or other custom naming schemes in some cases (e.g. GBPUSD-Z)
- Symbol for Dow Jones stock index (instr_us30) :
The instrument name of the Dow Jones Industrial Average (DJIA) stock index. This is broker-specific, such as: [DJI30], US_30, #US30 etc.
- ... lot multiplier for instr_us30 :
The lot multiplier to be applied for the Dow Jones Industrial Average (DJIA) stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 0.1, the effective lot size will be 0.2). The value for this parameter would be usually set to either 0.1 or 1.0, depending on your broker's instrument configuration.
- Symbol for S&P 500 stock index (instr_sp500) :
The instrument name of the Standard & Poor 500 stock index. This is broker-specific, such as: [SP500], US_500, #USSPX500 etc.
- ... lot multiplier for instr_sp500 :
The lot multiplier to be applied for the  Standard & Poor 500 stock index. Used along with the "Lot size" parameter (e.g. if lot size is set to 2.0 and multiplier is 10.0, the effective lot size will be 20.0). The value for this parameter would be usually set to either 1.0 or 10.0, depending on your broker's instrument configuration.
- Enable multi-timeframe mode :
Specifies whether multiple timeframes should be traded from the same chart (true - default setting) or only the current timeframe (false).
- Used timeframes (in multi-timeframe mode only) :
List with timeframes to be processed, separated by semi-colon (;). It is recommended to keep the default value (H2;H1;M30;M15), although individual specific timeframes may be removed from the list.
- Order filling mode for new trades :
Specifies in which mode the new trade orders will be sent to the MetaTrader terminal. Different brokers might allow different filling modes. Most frequently, the ORDER_FILLING_FOK (Fill Or Kill) and ORDER_FILLING_IOC (Immediate Or Cancel) modes would be used.
- Auto-close trades (after pre-defined expiration time)
Specifies whether launched trades will be closed automatically (true), after fixed periods calculated by the system, or whether they will be allowed to continue until either Stop Loss or Take Profit levels are reached (false). It is recommended to keep the default value (true).    
- Lot size (the expert advisor may apply some small adjustments)
Fixed lot size for new trades. As stated above, some small adjustments may be applied by the system in some cases (e.g. instead of specified 1.0 lots value, the Expert may start e.g. a 0.96 or 0.64 lots trade). Default value is 0.20 lots.    
- Expert advisor magic number :   
Used by this Expert Advisor in order to be able to identify its own trades between others launched by different EAs (or placed manually).

### BOLLINGER BANDS SIGNALS
- enable Bollinger squeeze:
true/false, enables or disables the conservative entry Bollinger squeeze method in the trading strategy;
- enable aggressive Bollinger squeeze: true/false, enables or disables the aggressive entry Bollinger squeeze method in the trading strategy;
- enable Bollinger Bounce: true/false, enables or disables the Bollinger Bounce method in the trading strategy.
- Signal selectivity (0 .. 100) :
Specifies the strength for the signal validation mechanism of the price action signals. When set to 0 it allows the maximum detected number of signals to be traded, but with a lower reliability. When set to 100, the minimum number of signals will be allowed to trade, but their reliability will be significantly higher. In principle, any in-between values can be set between 0 and 100, but for good results the recommendation is between 75 and 95. The default value is 90.  

### RISK MANAGEMENT
- Reward-to-risk ratio :
The ratio between potential profit (upto the Take Profit price) and potential loss (to the Stop Loss price) of a trade. This setting determines how far the Take Profit price will be set (since the Stop Loss is automatically calculated by the Expert Advisor). Default value is 2.0.
- Use trailing stop:
Use a trailing stop order (when set to true) rather than a regular, fixed stop order (when set to false). Default value is false.     
- Use break even:
When set to true, the trades will have their Stop Loss order advanced to the initial price, as soon as they become marginally profitable. Default value is false.
- Break even distance ratio (relative to stop loss) :
Determines the minimal profit that needs to be obtained in order for the break even mechanism to be triggered (when enabled, according to the above setting). This is calculated in pips and is multiplied by the distance to the Stop Loss order. Default value of this ratio is 0.50.
- Close all existing positions before week-end
When set to true, all managed positions will be automatically closed on Friday evening, 15 minutes before midnight. When set to false, the existing positions will be kept open over the week-end. Default (and recommended) value is true.


Important notes:

  •     before running this EA, you should first perform backtesting on your own account, making sure you have a profitable configuration in the long run;
  •     after backtesting, it is highly recommended to run it for at least 2-4 weeks on DEMO before moving it to a REAL account;
  •     please apply a careful money management policy, by adapting (and re-adjusting, if needed) the Lot Size to the funds available in your account.

Recommended settings:
  •     account type: either hedging or netting;
  •     symbol: EUR/USD;
  •     timeframe: M15;
  •     minimum deposit: 1000$ (preferably: at least 2000$);
  •     lot size: 0.10 per above-mentioned minimum amount.

Set files:

Development and primary testing was done under accounts opened at Admirals broker, and default parameter values generally follow their corresponding settings. Additional testing was done, with *.set files provided for AvaTrade and FxPro brokers. You may also send me a private message if you need additional *.set files corresponding to your broker.



おすすめのプロダクト
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selec
キャンドルフォーメーションは戦略として使用されます。 1ロボットには、合計5つの異なるフォーメーションがあります。内部; 「ダブルエングルフ」、「ブル/ベアトラップ」、「3つの黒いカラス/3人の白人兵士」、「ピンバー +エングルフ」、私のお気に入りの「魔法のパターン」。それぞれを「真(オープン)」または「偽(閉じた)」として開閉できます。 トランザクション注文を開いたり販売したりする場合、TPおよびSL値をポイントとして使用するか、TPとSL値を入力して平均真の範囲(ATR)値を使用できます。 ATR値を使用することをお勧めします。なぜなら、ご存知のように、ATR値はパリティごとに個別に計算されるからです。 ロボットにMartingaleシステムを使用したい場合は、「Martingaleを使用」オプションをTrue(Open)にすることができます。さらに、各パリティに利益オプションがあります。到達すると、自動的に閉じて閉じて開始します新しいフォーメーションを待ちます。 ロット値は、デフォルトでは「0.01」ロットに設定されています。アカウントの残高に従ってロット設定を
Rice Martingale is an EA, which uses the Martingale algorithm with a low DD rate (not for XAUUSD, not TimeFrame M1) Rice Martingale can open two sides:   buy and sell at the same time. We can set the maximum number of orders, the number of Martingale, and the number of the first orders. Especially, if the number of orders reach the point that users want to start the risk parameters, Rice Martingale can manage risks. It will cut loss at the point of the nearest average price which users set befor
Live signal https://www.mql5.com/en/users/datbh/seller [MT4 version: https://www.mql5.com/en/market/product/93601 ] ! Next price --> $699 and final: 1779$ MSC Line  is the advanced smart  grid system  which already works on real accounts. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechani
Candle formations are used as strategy. There are a total of 5 different formations in 1 robot. The orders are opened using hedge and grid system. You can use TP and SL values ​​as points or you can enter the coefficient to use the Average True Range (ATR) value. I suggest you to use ATR values. Because, as you know, ATR values ​​are calculated separately in each parity. The "TP Target ($)" option allows us to be an early TP for an appropriate value operations. Do not use it in the real a
Note: minimum investment 1000 usd or (100 usd is Account Cent (10000 Cent)) Run At 0.01 lot start.  Trading with an Expert Advisor (EA) on the M1 timeframe (1-minute chart) can be quite challenging due to the rapid price movements and increased noise in such short timeframes. However, it's not impossible, and some traders do use EAs on the M1 chart for specific strategies. Here are some considerations for trading with an EA on the M1 timeframe: 1. Strategy Selection:   Choose a trading strategy
Introducing the ultimate news trading robot for forex MetaTrader 5 - designed specifically for traders who want to profit from market volatility during news events. With this robot, you can easily set up two pending orders - buy stop and sell stop - just 10 minutes before the news release. Simply set the time on the robot to 10 minutes prior to the news release time (for example, if the news is scheduled for 6:30, set the time on the robot to 6:20), and the robot will take care of the rest. But
Use for EURUSD H1 is very good for low drawdown and high profit. Can use original data for trade if you want high profit you can adjust new data and test before run. Can run it minimum capital 500 USD but you increase capital you can safe very good for port. We recommend that you run it on port standard not run on port raw spread because your profit will decrease. If you run port on swap free is very good for you.
EA Frankenstein
Nguyen Thanh Cong
5 (3)
INTRODUCTION Unleash the power of our brand new EA "Frankenstein" and conquer the forex market like never before! Our revolutionary expert advisor combines the strength of a price channel strategy with a sophisticated machine learning algorithm, allowing you to navigate the ever-changing market with precision and confidence. And the best part? For a limited time, you can get "Frankenstein" at a jaw-dropping 80% off during our exclusive launch promotion, priced at just $44! FEATURES Trade p
CAP Channel Trading EA MT4  is Expert Advisor that base on our famous indicator  CAP Channel Indicator .  EA is a non-optimized expert advisor you have to find best setting by yourself. Who using our CAP Channel Indicator and looking for EA that base on Channel indicator this EA is best for them. We give lots of options so you can customize your trading strategy.  [  Installation Guide  |  Update Guide  |  Submit Your Problem  |  All Products  ] Channel Trading is a volatility-based indicator th
Exclusive EA for FOREX HEDGE account The EA (FuzzyLogicTrendEA) is based on fuzzy logic strategies based on the analysis of a set of 5 indicators and filters. Each indicator and filter has a weight in the calculation and, when the fuzzy logic result reaches the value defined in the EA parameter, a negotiation is opened seeking a pre-defined gain. As additional functions it is possible to define maximum spread, stop loss and so on . Recommended Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUD
Investopedia FIVE
Joseph Anthony Aya-ay Yutig
Investopedia FIVEEAはこの記事に基づいています: https://www.investopedia.com/articles/forex/08/five-minute-momo.asp 取引条件 -X期間のEMAとMACDの下で取引されている通貨ペアがマイナスの領域にあることを確認します。 -価格がX期間のEMAを超えるのを待ってから、MACDがネガティブからポジティブにクロスする過程にあるか、5バー以内でポジティブな領域にクロスしたことを確認します。 -X期間EMAの上に長いXピップを移動します。 -エントリー時のポジションのXとリスク額を売ります。後半のストップを損益分岐点に移動します。 -トレーリングストップを使用 -リスク警告 -ADX PROを購入する前に、関連するリスクに注意してください。 -過去のパフォーマンスは将来の収益性を保証するものではありません(EAも損失を出す可能性があります)。 -示されているバックテスト(スクリーンショットなど)は、最適なパラメーターを見つけるために高度に最適化されていますが、結果をライブ取
Pullback ATR
Sergio Tiscar Ortega
Introducing our innovative Expert Advisor (EA) designed to capitalize on pullback opportunities in the forex market, with the support of the Average True Range (ATR) indicator. This strategy focuses on identifying moments when the price temporarily retraces within a dominant trend, offering potential entry points with controlled risk. The ATR is a volatility indicator that measures the amplitude of price movements over a given period of time. By integrating the ATR into our EA, we can assess the
Pick and Roll   it is a Secure Automated Software for trade 28 pairs ​​simultaneously. P ick and Roll It is optimized for 28 pairs of forex market Pick and Roll  system operation: 1: PREVIOUS   TREND 2: CONSOLIDATION 3:   RUPTURE D o not use this robot at the same time as others, it is a multi-value robot, therefore it manages 28 pairs simultaneously. The architecture is a Fully Automatic Autonomous Robot Expert capable of independently analyzing the market and making trading decisions   
Matrix Arrow EA MT5
Juvenille Emperor Limited
5 (5)
マトリックスアローEAMT4 は、 マトリックスアローインジケーターのMT5 シグナルをチャート上のトレードパネルと手動または100%自動でトレードできるユニークなエキスパートアドバイザーです。 マトリックスアローインジケーターMT5 は、初期段階で現在のトレンドを判断し、最大10の標準インジケーターから情報とデータを収集します。 平均方向移動指数(ADX) 商品チャネルインデックス(CCI) クラシック平研アシキャンドル 移動平均 移動平均収束発散(MACD) 相対活力指数(RVI) 相対力指数(RSI) 放物線SAR ストキャスティクス ウィリアムズのパーセント範囲 すべてのインジケーターが有効な買いまたは売りシグナルを与えると、対応する矢印がチャートに印刷され、次のろうそく/バーの開始時に強い上昇トレンド/下降トレンドを示します。ユーザーは、使用するインジケーターを選択し、各インジケーターのパラメーターを個別に調整できます。   Matrix Arrow EA MT5 を使用すると、チャートのトレードパネルから直接、または100%アルゴリズム取引オプションを使用して100%自動
Crystal Bot mt5
Ramil Minniakhmetov
5 (2)
Crystal EAは、伝統的な確率発振器の高度なバージョンであり、買われ過ぎと売られ過ぎのレベルを示す3D Oscilatorインジケータで動作します。 オシレーターがレベル75に達すると弱気のアラートが表示され、EAが販売され、オシレーターが-75レベルに達すると強気のアラートが表示され、EAが購入されます。 それは利益を取るに達するまで、取引の各サイクルは、グリッド/マーチンゲールスタイルで管理されます。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! 私の他のプロダクトと同様、実質操作の監視はここに見つけることができます: https://www.mql5.com/en/users/mechanic/seller   水晶の設定 新しいシリーズを開く-新しいシリーズの注文の開始のオン/オフ Trade Buy-アドバイザーが購入できるようにする トレード売り-アドバイザーが売ることを許可する 手動注文の管理-True/false-TRUE EAが手動注文を管理する場合 ヘッジを使用する–True/false-真のEAが売買を許可さ
More informations at Telegram group: t.me/DARKRAYFXEAEN Darkray FX EA  uses a return-to-average strategy coupled with buying and selling exhaust zone detection. ️ Expert Advisor for Forex ️ Any Symbol, CDFs, etc.  ️ Developed for  Metatrader 5 ️ Swing/Position trading ️ Accuracy higher than 95% ️ Low Drawndown Indicators available for setups settings: EMA200  • moving average of 200 periods (other periods can be used with excellent results as well); RSI  • Checks the levels on sale for th
Check out the new pull back strategy Expert Advisor that I'm working on right now. Get it while it's still free! https://www.mql5.com/en/market/product/97610 Before you buy this expert adviser I strongly recommend to download FREE DEMO and test it in your Strategy tester few times. When you are satisfied with the results, you can come back to this page to buy full version for your real account. This expert adviser was designed specifically for Volatility 75 index ( VIX75 ), also shows o
ZoneTrader
Kambiz Shahriarynasab
Using this robot, you can avoid sudden stops without setting a limit, especially during news. This robot will not enter the trade until the trigger is taken in the specified time frame. The amount of risk and volume of transactions is completely dynamic and customizable. Also, by specifying different goals, after reaching each of the targets, it will automatically become part of the close volume. Let us know what you think about correcting this indicator. If accepted, it will be applied immediat
General Description In the simplest terms this is a contrarian intra-day scalping system. Built to try and let correct trades run as far as possible and flip the trade when indicated. Join the conversation over at our Discord channel  -  https://discord.gg/ScsdkTnwyA I will do my best to be around to answer any questions and help set up. If you want to add your settings screenshots its more than welcome! The EA looks at historical daily trading ranges to lay out levels at which it takes long
Diamond Scalping Forexへようこそ ローンチプロモーション 現在の価格で残り2コピーのみ!  次の価格: $1993.99   このEAは、100%価格アクションに基づいた戦略を使用しており、ブレイクアウト、リトレースメント、失敗したブレイクアウトなどの小さなテクニックを組み合わせて、最も高い勝率でエントリーを見つけます。 EAは各トレードに対して必ず固定のストップロス(SL)を設定します。 EAは、マーチンゲールやグリッドなどのリスクの高い戦略を使用しないため、アカウントの安全が保証されます。 EAはトレーリングストップを使用して利益を確保します。 --- なぜDiamond Scalping Forexを選ぶべきか - EAは、EURUSD、USDJPY、GBPUSDなどの複数の通貨ペアで取引できます。 - EAは、US30やNas100などのインデックスペアでも取引できます。 - EAは、ゴールド/XAUでも取引できます。 - 特に、EAは10年以上の取引とコーディング経験を持つチームによって開発されました。 - チームは24時間年中
Bot RSI and Bollinger Bands
Aurelio Miguel Machado Da Silva
このロボットは、市場での取引機会を特定するために、これら2つの人気指標を使用する自動化取引ツールです。RSI(相対力指数)は、市場内の他の資産との相対的な強度を測定する技術指標です。Bollinger Bandsは、市場の変動性を測定し、特定の資産の価格上限を決定する指標です。 RSIとBollinger Bandsの2つの指標を組み合わせた取引ロボットは、収益性の高い取引機会を特定するためにこれら2つの指標を共に使用します。 RSIが資産の買われすぎまたは売られすぎの状態を示し、Bollinger Bandsが価格の限界に近づいていることを示す場合、ロボットは自動的に取引に参加または退出します。 このロボットは、複数の通貨ペアで同時に動作できるため、複数の通貨で取引機会を探すことができます。これは、ポートフォリオを多様化し、利益を最大化したいトレーダーにとって特に有用です。 RSIとBollinger Bandsの指標を使用した取引ロボットは、設定や使用が簡単です。ユーザーの好みに合わせてカスタマイズできます。また、ロボットは完全自動化されており、常に監視する必要がなく、24時間、
The Fractal Trend Master is one of the most powerful and sophisticated Expert Advisors on the market, designed to protect traders' capital while maximizing profit opportunities. Based on Bill Williams' renowned methodology, this EA uses three essential technical analysis tools: the Alligator indicator , fractals , and the Gator Oscillator , creating a robust and precise framework for identifying and following market trends. This EA was designed with a focus on advanced risk management and capita
EasyBot Bollinger Bands
MARIO DANIELE SCRETI
4.5 (2)
EasyBot Bollinger Bands EA EasyBot Bollinger Bands Expert Advisor EasyBot Bollinger Bands is a semi-automatic trading system built for MetaTrader 5, leveraging the renowned Bollinger Bands indicator developed by John Bollinger in the 1980s. The Bollinger Bands consist of three lines: a simple moving average (usually set to 20 periods) as the middle band, and two outer bands calculated by adding/subtracting a set number of standard deviations (typically 2) from the moving average. This indicator
FREE
The Last Pharaon
Alexander Oropesa Marrero
Put to work now The Last Pharaon this incredible EA was carefully made and tested for the EUR / USD market exclusively in the 5m time frame, the purpose of this EA is to keep your capital safely behind this incredible EA and your account never reaches to $ 0. This EA can be used with little capital $ 100, I have tested it with $ 50 and it works perfectly but it is advisable to start with a minimum of $ 100, I recommend using a VPS. You can also work a higher capital, you just have to raise the
Outro
Manuel Espinosa
" Outro " is an expert in automated " multi-symbol " trading that requires the trader to test on the pair of his choice and modify the entries according to his convenience. This Expert Advisor has been designed with non-optimized inputs, and   uses a Martingale system   for risk management. It is very important to read the   blog   post before you start. Enter to the private group .  Outro   uses two main indicators,   Relative Strength Index and Stochastic Oscillator , for input decision making
FREE
これは二等線の交差と矢印の標識に基づいて注文したユーザー定義の指標を作成したEAです。 青い矢印が上に出た時に多く注文します。 赤い矢印が出たら、下に空欄を作ります。 ピンクの線が上に緑の線を横切って交差すると、ピンクの線が上にあり、緑の線が下にあり、金叉が現れ、青い矢印が現れます。 ピンクの線が下に緑の線を横切って交差すると、ピンクの線が下にあり、緑色の線が上にあります。 これは経典の二重線の交差点であり、矢印で注文点を表示し、正確性が高いです。それから、線の色と矢印によって注文方向の指標がよく表示されます。時間がなく、通貨は制限されます。 現在のEAは同じ通貨ペアで一つしか開かれません。 現在のEAは1時間で仕事したほうがいいです。効果がいいです。もちろん他の時間帯でも仕事ができますが、自分でパラメータを最適化して最適なワークサイクルを得る必要があります。イクラの後、bigCycleとsmall Cycleの二つのパラメータを変更します。 現在のEAデフォルトの最適化パラメータはEURUSDの1時間動作周期において最も効果が高い。 普通100ド
FFF Forts is a fully automated trading robot designed to trade on futures on the Russian derivatives market FORTS (RTS, Sberbank, Gazprom, the Ruble, etc.). The robot trades only with the trend. Trade entry occurs on roll-backs. The size of the roll-back is determined manually (in points) or automatically based on the volatility of the instrument. Settings Type of trade - trade direction Topping up on a trend - enable/disable adding a trend Use Times Filters - enable/disable time limit for tra
This adviser trades on the signal of the Bollinger Bands indicators: it buys at the lower levels when the price rebounds, and sells at the upper. Has the ability to close positions on the return signal, take profit or stop loss. Many traders use the Bollinger Bands indicator, and some use several Bollinger indicators on the same chart. In this adviser, you can use up to 3 of these indicators. When using the first and second indicators, the transaction will be carried out between the lines of the
Finex
Ervand Oganesyan
あらゆる外国為替ペアを取引できる強力なプルバック EA。 ライブパフォーマンス: https://www.mql5.com/en/signals/2267756 - 設定されたファイルをリクエストするにはプライベートメッセージを送信してください クイックスタート - EURGBP(売りのみ)、AUDNZD(売りのみ)、EURCHF(買いのみ)、USDCAD(買いのみ)、EURUSD(売りのみ)のM15チャートにEAを設定します。 - 1 回限りのリスクは、最小ロットで 1 ペアあたり約 300 米ドルです。リスクが許容できるかどうかを確認してください。 - タイムゾーンの設定が正しいことを確認してください。デフォルトはほとんどのブローカーで有効です。 - 残りはデフォルトのままにしておきます。複雑な設定はなく、24時間365日、シームレスな取引を開始する準備がすべて整っています。 カスタマイズ可能な取引ロジック - 通貨固有の日中価格変動が追跡され、これらの変動の性質に応じて、価格変動の継続または価格が初期レベルに戻ることを予想して取引が開始されます。ユーザーは、EA が短
このプロダクトを購入した人は以下も購入しています
CyNera MT5
Svetlana Pawlowna Grosshans
5 (18)
CyNera:あなたの取引、私たちの技術 シグナル:  CyNera マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 5 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を守るための強力なツールとなります。 シンボル XAUUSD (
AI Gen XII EA
Denis Kurnev
4.71 (75)
AI Gen XII EA This is an Expert Advisor with the latest use of trading realities and neural networks. The EA runs on the latest GPT-4o platform and also uses advanced discrete Fourier visualization in ATFNet, which equalizes the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The Expert Advisor can also trade different strategies simultaneously and combine test trades with real trading, which is very important in its time.   Details about Adviso
Mean Machine
William Brandon Autry
5 (9)
Mean Machine GPT - 究極のAIトレーディングツール Mean Machine GPT は単なるエキスパートアドバイザーではなく、 AI と 機械学習 を活用した高度なリアルワールドトレーディングツールです。経験豊富なトレーダーでも初心者でも、このEAは 平均回帰戦略 と高度な GPT技術 によって最先端の優位性を提供します。 なぜ Mean Machine GPT を選ぶのか? AI駆動の分析 : 機械学習を活用し、リアルタイムでデータに基づいた賢明な決定を下します。 平均回帰戦略 : ボリンジャーバンドなどの指標を使用して、市場の押し戻しを活かす最適なトレードエントリを見つけます。 GPT統合 : GPTモジュールが市場のセンチメントとニュースを分析し、トレードシグナルを確認して決定の精度を向上させます。 精密なトレーディング : 頻繁にトレードを行うのではなく、より効果的なトレードに焦点を当て、品質を重視します。 主な機能 自動GMT検出 : ブローカーのタイムゾーンに自動的に調整されるため、手動での設定が不要です。 ニュースフィルター : このバックテスト可能な
AI Golden Jet Fighter GTX       MT5 は、Meta Trader 5 プラットフォームでの金取引のためのシンプルで効果的なアドバイザー (EA) であり、ニューラル ネットワークを使用して、金市場 (XAU/USD) でのスキャルピング用に設計されています。 Golden Jet Fighter GTX の主な AI 戦略は、小さな価格変動を特定し、ポジションをオープンして短時間で利益を上げることに重点を置いています。アドバイザーはリアルタイムで市場状況を分析し、事前定義されたストップロスとテイクプロフィットのレベルで自動的に取引を実行します。また、トレーリングストップ機能もサポートしているため、市場が有利に推移したときにトレーダーは利益を得ることができます。精度を確保するために、EA はスプレッドフィルターを使用して不利な条件での取引を回避し、アンチスリップメカニズムを使用して正確な注文執行を保証します。 AI Golden Jet Fighter GTX には、トレーダーがアカウント残高のパーセンテージとしてリスク レベルを設定できるリスク管理機
Quantum Bitcoin EA   : 不可能なことは何もありません。やり方を見つけ出すだけの問題です。 トップ MQL5 販売業者の 1 つによる最新の傑作、   Quantum Bitcoin EA で ビットコイン 取引の未来に足を踏み入れましょう。パフォーマンス、精度、安定性を求めるトレーダー向けに設計された Quantum Bitcoin は、不安定な暗号通貨の世界で何が可能かを再定義します。 重要! 購入後、インストールマニュアルとセットアップ手順を受け取るために私にプライベートメッセージを送信してください。 ライブシグナル1:   クリック 割引 価格 $599.99   。       10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル Quantum Bitcoin/Queen チャンネル:       ここをクリック ***Quantum Bitcoin EA を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! Quantum Bit
Quantum Queen MT5
Bogdan Ion Puscasu
5 (40)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantum ファミリーのエキスパート アドバイザーに新しく加わった非常に強力なメンバーです。私の専門は?ゴールドです。そうです、私は XAUUSD ペアを正確かつ自信を持って取引し、きらびやかなゴールド市場で比類のない取引機会をお届けします。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ライブシグナル1:   クリック 8月31日まで 割引 価格。10 回購入するごとに価格が100ドル上がります。最終価格999ドル Quantum EAs チャンネル:       ここをクリック ***Quantum Queen MT5 を購入すると、Quantum StarMan または Quantum Gold Emperor を無料で入手できます !*** 詳細についてはプライベー
Quantum Emperor MT5
Bogdan Ion Puscasu
4.82 (302)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan、Quantum Gold Emperorを無料で入手できます!*** 詳細についてはプライベートでお問い合わせください 新しい Live Signal V5:   ここをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエンペラー EA     は、1 つの
Eternal Engine EAは、複数のインジケーターと戦略を利用する高度なエキスパートアドバイザーで、トレーダーに包括的な自動取引ツールを提供します。多数の取引機会を提供し、スプレッドに対して敏感ではなく、厳格なエントリーポイントを使用して各取引を正確に開始します。この戦略は実際の市場で実証されており、低DDの1年間のリアルタイムシグナルを持っています。初心者でも経験豊富なトレーダーでも、Eternal Engine EAは卓越した取引体験を提供します。 MT4       マニュアル signal:  https://www.mql5.com/en/signals/2271315 signal:  https://www.mql5.com/en/signals/2220467 次の価格: $699 setfile: High risk Medium risk Low risk 特徴: 適切な通貨ペア: GBPUSD, EURUSD, AUDCAD, AUDNZD 読み込み時間枠: 任意 終日取引 カスタマイズ可能なグリッド距離とボリュームマルチプライヤー 同時に取引可能なシン
Executor AI Ultra X は、金市場でのアルゴリズム取引のために設計されたエキスパートアドバイザーであり、3つの独立した取引戦略を採用しています。そのアーキテクチャは、深層強化学習(DQN)や時系列遅延ニューラルネットワーク(TDNN)などの高度な深層学習アルゴリズムを組み込むことで、高い適応性と分析精度を提供します。 DQN は強化学習技術に基づいており、過去のデータをシミュレーションし、現在の市場状況を分析することで、意思決定アルゴリズムを最適化します。一方で TDNN は、時間遅延を考慮したニューラルネットワークモデルとして、複雑な時系列パターンを分析し、市場の遅延を考慮しながら価格変動を効果的に予測します。 このエキスパートアドバイザーは、非常に効率的で軽量な Ultra X コンポーネントを搭載しています。GPTのような従来のAIシステムとは異なり、システムリソースを消費せず、外部API呼び出しをほとんど必要としないため、スムーズな操作と取引環境へのシームレスな統合を保証します。 さらに、多層リスク管理システムを備えており、適応型ストップロス機能やトレーリングス
Alins Crown
Herlina Sari
4.2 (5)
ONLY 1 COPIES OUT OF 10 LEFT AT $599! After that, the price will be raised to $799. Alins Crown EA is Fully Automated Expert Advisor specifically designed to run on the XAUUSD/GOLD pair. Alins Crown EA will trade based on analysis that uses the concept of following trends and making transactions in overbought or oversold zones. Trends In forex is defined as the general direction in which a currency pair's price is moving. Trends can be upward (bullish), downward (bearish), or sideways (ranging).
Bitcoin Robot MT5
Marzena Maria Szmit
4.44 (48)
The Bitcoin Robot MT5 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 same time. Bit
Gold Scalping Expert は、地政学的なニュース、パンデミック、経済変動などのさまざまな影響の大きいイベント中の金の反応を利用する、非常にインテリジェントなスマート アルゴリズムです。 このシステムは、人気のジグザグ指標を使用して転換点で未決注文を発注することでブレイクアウト取引を行い、価格がこれらのレベルを超えてブレイクアウトすると注文がトリガーされます。 EA は非常にスマートなトレーリング ストップとダイナミック ストップロスを使用して、マーチンゲール手法を使用せずにアカウントを保護し、リスクを適切に管理します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series - オン / オフ 新しい一連の注文の開始 Trade Buy - アドバイザーに購入を許可する Trade Sell - アドバイザーに販売を許可する Support manual orders - 手動注文の真偽をサポートします Max Orders - 許可される最大注文数 Max
Vortex Gold EA
Stanislav Tomilov
5 (6)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な
Gold One
Habib Gholamali Heidari
4.25 (4)
Gold One  MT5 Forexのゴールドトレード愛好者の皆さん、こんにちは。 私たちのロボットへようこそ。ここでは、トップゴールドトレーダーの仲間となることができます。20年以上の精密なForex市場の経験を持つ私たちは、最新世代のトレーディングロボットを誇りを持ってご紹介します。 特徴:  プロップファームチャレンジに最適です。 すべての口座サイズに対応しており、少額の資本でも使用可能です。 NO   グリッドと   NO   マーチンゲール 100% 完全自動化 このロボットは、ゴールド専用の最新かつ最先端のインジケーターを使用しており、売買ポイントの特定において比類なき精度を誇ります。これは、Forex市場におけるゴールド取引の革命的な突破口を示しています。この革新は、10年以上にわたる研究、試行錯誤、および広範なテストの結果であり、トップゴールド取引専門家の洞察を取り入れています。複雑なゴールド取引パターンを活用することで、ロボットは完全に自動化された取引をストレスなく監視できるようにし、心の平穏を確保します。長年のテスト結果は、私たちのロボットの優れたパフォーマ
Quantum StarMan
Bogdan Ion Puscasu
4.92 (86)
みなさんこんにちは。自己紹介をさせてください。 私は、   Quantum EA ファミリーの刺激的で新鮮なメンバー、   Quantum StarMan です。 私は、最大 5 つのダイナミック ペア (AUDUSD、EURAUD、EURUSD、GBPUSD、USDCAD) を処理できる、完全に自動化されたマルチ通貨 EA です。最高の精度と揺るぎない責任感を持って、あなたのトレーディング ゲームを次のレベルに引き上げます。 肝心なのは、私がマーチンゲール戦略に頼っていないことです。その代わりに、最高のパフォーマンスを発揮するように設計された洗練されたグリッド システムを活用しています。また、安心していただけるよう、口座の合計ドローダウンが事前に設定した制限に達した場合に、すべての取引をクローズするオプションも提供しています。 しかし、それだけではありません。私はただ話しているだけではありません。ライブ信号も流しているので、私の行動を見ることができます。 IMPORTANT! After the purchase please send me a private
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT4     マニュアル   signal :  https://www.mql5.com/en/signals/2271312 次価格: $ 699 setfile of Medium-low Risk  (signal's setfile) setfile of High Risk このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注
GbpUsd Robot MT5
Marzena Maria Szmit
5 (4)
The GBPUSD Robot MT5 is an advanced automated trading system meticulously designed for the specific dynamics of the   GBP/USD   currency pair. Utilizing advanced technical analysis, the robot assesses historical and real-time data to   identify potential trends , key support and resistance levels, and other relevant market signals specific to GBP/USD.  The Robot opens positions  every day,  from Monday to Friday, and  all positions are secured  with Take Profit, Stop Loss, Trailing Stop, we incl
Wall Street Killer
Pablo Dominguez Sanchez
5 (5)
6年間の成功した手動トレードの後、私の戦略がついにエキスパートアドバイザー(EA)として利用可能になりました! WallStreetKiller EA をご紹介します。このEAはUS30向けに設計され、豊富な実践経験、徹底的なテスト、安全で戦略的な取引への確固たる取り組みに基づいて構築されています。 グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。 ICTRADING ライブ10Kシグナル  (EAで10Kアカウントを使用している他のセラーはほとんどいません)。 ICTRADING 高リスクシグナル WallStreetKiller 公開チャットグループ 価格は5回の購入ごとに50ドル上昇します (5/5)(次の24時間以内に価格が上昇します!)。 重要! ご購入後にプライベートメッセージを送信していただければ、インストールマニュアルと設定の説明をお送りします。 主な機能: リスク管理されたトレード: グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。WallStree
ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. - REAL SIGNAL: Default Setting:  https://www.mql5.com/en/signals/2258186 Gold Trading AI is an EA that uses artificial intelligence technology to analyze data of many indicators. From there, EA will have the best option to enter orders. The biggest difference of Gold Trading AI is that the EA can control the Risk:Reward ratio much better than other EAs.That is possible thanks to a set of tools to control entry
Aura Neuron MT5
Stanislav Tomilov
5 (3)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは、EURUSD や XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT4バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。
CoreX G
Arseny Potyekhin
4.67 (6)
概要 CoreX G EAは、外国為替市場の複雑さに対応するために特別に設計された高度な取引システムです。最先端のニューラルネットワーク、高度な機械学習技術、および統合されたビッグデータ戦略を活用することで、CoreX Gは取引において卓越した精度とセキュリティを提供します。このエキスパートアドバイザー(EA)は、技術的な優秀さとプレミアムなカスタマーサポートにより際立ち、ユーザーが質問や懸念に常に対応できるようサポートします。 信号:   Live Signal Blog: CoreX G EA この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 790米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 200 ドル      シンボル XAUUSD タイムフレーム H1 ビッグデータ統合と取引戦略 ビッグデータはCoreX Gの戦略の基盤です。膨大な量の過去およびリアルタイムの市場データを処理し、十
Big Forex Players MT5
Marzena Maria Szmit
4.85 (55)
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  (positions are sent from our database t
AI Eurofighter GTX は 、MetaTrader プラットフォームで EUR/USD を取引するために特別に設計された、ユーザーフレンドリーで効果的なエキスパート アドバイザー (EA) です。2 つの組み込み取引戦略を備えており、外国為替市場での適応性とパフォーマンスが向上します。ニューラル ネットワークを利用する AI Eurofighter GTX は、市場の状況をリアルタイムで継続的に分析し、事前に定義されたストップロス レベルとテイクプロフィット レベルで取引を自動的に実行します。市場が有利に動いたときに利益を確保するのに役立つトレーリング ストップ機能を備えており、不利な状況を回避するためのスプレッド フィルターと、正確な注文実行のためのスリッページ保護が含まれています。さらに、EA は堅牢なリスク管理機能を提供し、トレーダーはアカウント残高の割合として好みのリスク レベルを設定できるため、さまざまな取引スタイルに適しています。AI Eurofighter GTX のニューラル ネットワーク アルゴリズムは、変化する市場状況に動的に適応し、取引の開始と終了
FX EurUsd Robot MT5
Marzena Maria Szmit
4.67 (15)
The EUR/USD Multi-Strategy Trading Robot MT5 is an advanced tool designed to optimize trading by combining 3 key systems: daily trading, volume analysis, and Fibonacci retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach. By co
AI Tune
Saeid Soleimani
5 (2)
AI TUNE:高度なアルゴリズム取引ソリューション AI TUNEは、人工知能を活用して市場データを分析し、取引を実行する最先端の外国為替および金属取引ボットです。この洗練されたシステムは、リアルタイムで膨大な情報を処理し、潜在的な機会を特定し、精密にリスクを管理します。 AI TUNEのバックテスト結果は、実世界のパフォーマンスを示すものではありません。これは、履歴シミュレーション中にボットがライブAI分析エンジンに接続できないため、ライブ市場条件下でのボットの完全な機能を反映しない簡略化された意思決定になるためです。 自動取引に加えて、AI TUNEはリアルタイムの取引シグナルと日々の市場分析を直接Telegramに送信することで包括的な市場インテリジェンスを提供し、市場を積極的に監視していない場合でもプロレベルの洞察力を提供します。 主な特徴: AIによる市場分析と意思決定 カスタマイズ可能なリスクパラメータを持つ自動取引執行 シグナルと更新のためのリアルタイムTelegram通知 包括的な市場洞察のためのマルチタイムフレーム分析 詳細なパフォーマンスレポートを備えたユーザーフ
多くの人が XAUUSD 取引を好みますが、私も例外ではありません。取引経験と努力を積んだ後、XAUUSD/XAUEUR/XAUGBP/XAUCHF /XAUJPY/XAUAUD などのすべての XAU 関連品種を取引するためにこの Apocalypse XAU EA を作成しました 。ただし、多くの人がすべての XAU 通貨ペアを取引する必要はなく、XAUUSD のみを取引する必要がある可能性があることを考慮すると、エントリーレベルの EA は非常に意味があります。そこで私は、XAUUSD 取引専用に設計された EA、Apocalypse Gold を作成することにしました。 信号表示およびディスカッショングループ: シグナル表示1:https:   //www.mql5.com/zh/signals/2223870 パラメータの設定方法がわからない場合、またはその他の質問がある場合は、ここをクリックしてください。     ここをクリック 99.9% の品質の履歴データのバックテスト、   2018 ~ 2024 年、ロットを修正 。 次の価格は799ドルです! 一度に 1 つの
AI NoX EA is an innovative Forex expert advisor that combines advanced neural networks technologies with high-volume trading and Matrix factorisation .The advisor uses complex algorithms to decompose large sets of market data, uncovering hidden patterns and correlations between various financial instruments. Details about Advisor Development Configuring the Advisor The price of the advisor will increase significantly as I have allocated a specific number of copies. I will adjust the price as sal
Professional trading robot   Albatross : Your reliable assistant in the Forex market Albatross is an innovative trading robot designed to analyze the market using a specialized algorithm. This expert uses advanced methods to assess the strength and amplitude of price movements, which allows it to accurately predict trend reversals and make optimal trading decisions. Benefits of using Albatross Unique analysis algorithm: Albatross analyzes market data for a certain period of time, assessing th
LittleCrazy MT5
PAVEL UDOVICHENKO
4.82 (11)
LittleCrazy MT5 は完全に自動化された取引システムで、特別なスキルは必要ありません。 この EA を起動して休むだけです。 何も設定する必要はありません。EA がすべてを行います。 EA は $200 からの少額の入金に対応しています。 時間枠: M15 通貨ペア: AUDNZD、NZDCAD、AUDCAD ライブ信号: リトルクレイジーウェイ MT5 収益性とリスク バックテストのデータによると予想される収益性は、年間約 200% ~ 400% です。 予想される 最大ドローダウンは約 90% 以上 です。 注意!!! これは非常にアグレッシブな EA であり、可能なリスクの限界で取引されます。 EAセットアップ AUDCAD、NZDCAD、AUDNZD の 3 つの個別のチャートで EA を実行します。 すべてのチャートの時間枠: m15. 余分なものは必要ありません。 アカウントの要件 レバレッジ >= 1 : 500 残高 >= $200 (またはお客様の通貨で相当額) アカウントの通貨: 制限なし 入力パラメータ Prefix_for_comm
作者のその他のプロダクト
Price Action Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Basic expert advisor was created with the primary goal of providing a free, configurable, easy to use, decently profitable automated trading strategy. At the same time, an equally important goal is ensuring a low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization of positions holding ti
FREE
Chart Patterns Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Chart Patterns Builder Basic expert advisor is a new addition to the automated trading strategies product family, which already contains the Price Action Builder Basic and the Bollinger Bands Builder Basic . While sharing general functionality with the other experts, this expert relies on the detection of some well-known trading chart patterns for identifying its buy/sell signals. Technical details: The following chart patterns are currently supported: - double top and double bottom pa
FREE
Bollinger Bands Builder Basic
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Bollinger Bands Builder Basic expert advisor is a free and configurable trading strategy using the Bollinger Bands indicator as its primary signal provider technique. Like its sibling products from the expert advisors group, this systems aims to ensure low drawdown and avoiding exposure to high risks through:   usage of automatically placed stop loss orders for all launched trades; allowing maximum 1 managed open trade at a given time, avoiding pressure on margin/deposit load; minimization
FREE
Price Action Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
The Price Action Builder Premium expert advisor is an extension of the freely available Price Action Builder Basic :     it provides 2 new candlestick patterns besides the pinbar (already available in the basic edition);     in most configurations, backtesting usually shows an average yearly return rate increased by approximately 50%;     the account growth curve is also smoother, due to larger number of trades, almost double (2x) compared to the free version. While aimed primarily at obtaini
フィルタ:
レビューなし
レビューに返信