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

Atmos

Advisor with atomic potential from the first days!

    The advisor is based on chaos theory - disorderly price movement. In the first strategy, the robot identifies the moments when the price becomes most active and opens a grid of pending orders in the direction of the price. In the second strategy, pending orders are placed against the price movement. And finally, in the third strategy, work is carried out on the market without using pending orders.

    Most of the time the advisor is in standby mode, so you should not expect quick results from it. However, a long wait of even several weeks can be justified in just a few hours of active work. This is the whole point of the strategy. Over a long period of time, the robot can test the market and lose small batches of transactions, which is an integral part of the strategy. But as soon as he catches a good price impulse, the deposit can be increased many times over with just one such spurt.

    With a little tweaking, the strategy can be modified using hedging positions. As soon as a certain percentage of drawdown is reached, a position is opened in the opposite direction of the series with the total volume of all open positions + multiplication factor. If, as a result, the price does not change its direction, then the total profit becomes positive and as soon as it reaches the set profit percentage, all positions are closed.

    If, after opening a hedging position, the price turns in the opposite direction, then a second hedging position is opened in the opposite direction from the last one, and so on until, due to a larger volume, the entire series of transactions is closed with a set percentage of profit. Typically, during such price impulses, the price quite quickly breaks out of the intended price corridor. So the chances of making a profit in this way are very high.

    Options

    • n_Strategy:
      • Strategy_0 - disable all strategies;
      • Strategy_1 - pending breakout orders;
      • Strategy_2 - pending orders for release;
      • Strategy_3 - market trading.
    • Strategy_Copy - if you turn off this parameter, the "n_Strategy" option switches to manual control. So let's say you have the "Trade_File_Settings" mode enabled and all settings are copied from the file, but you want to trade with these settings not on a breakout but on a rebound from levels or vice versa (i.e. in the opposite direction), in this case you disable this flag and manually set the trading mode "n_Strategy";
    • Turbo - if enabled, the robot will add pending orders based on signals as soon as existing pending orders are triggered, without waiting for open positions to be closed. This can seriously load the deposit, but the expected profit can also increase significantly;
    • Folder_Number - number of the folder with files;
    • Auto_Magic - used exclusively in conjunction with the "Trade_File_Settings" parameter, this function selects the best files with settings depending on the set priority "MagicNumber", so let's say if "MagicNumber=1", this will mean the highest priority and the robot will search on the server for the best file with settings (the best is considered to be the one that showed the best results in the strategy tester), followed by the next 2, 3, 4 and so on. It makes sense to open dozens of accounts and give the robot different priorities from 1 and higher on each one, and the robot will download and upload different files each time. The highest priority is relative and it is not a fact that it will be the most profitable;
    • MagicNumber - sets the priority for downloaded files and is also an identifier of positions, accordingly it cannot be changed if the advisor has open positions;
    • Settings:
      • Trade_EA_Settings - trading using local advisor settings (without using the file system),
      • Trade_File_Settings - trading using a file system of settings (this can be much more convenient, easier and more efficient);
    • Search_Server - not used;
    • Market_Watch - not used;
    • -----------
    • RiskPercent - percentage of the deposit for automatic lot calculation;
    • Lot - fixed lot (if RiskPercent=0 );
    • Multiplication - multiplication coefficient averaging positions;
    • -----------
    • Max_Loss - drawdown percentage at which all positions and orders are closed ahead of schedule (if 0 is not used);
    • Total_History - the number of days during which the advisor will be prohibited from trading after the early closure of all positions and orders (if 0 is not used);
    • -----------
    • Spread - the maximum allowable spread, above which the robot does not trade;
    • Slippage - permissible slippage;
    • -----------
    • Distance - distance for placing the first pending order;
    • Pending_Orders - number of simultaneously open pending orders;
    • Divergence - distance between orders;
    • Expiration - lifetime of pending orders;
    • -----------
    • Stop_Loss_Percentage - stop loss as a percentage of the deposit;
    • Minimum_Stop_Loss - minimum distance to stop loss;
    • Take_Profit_Percentage - take profit as a percentage of the deposit;
    • Minimum_Take_Profit - minimum distance to take profit;
    • -----------
    • n_Signal:
      • Signal_Candles - trading using candlestick analysis,
      • Signal_Counter - trading on a price rollback from a given trend (on a pullback based on the rubber principle),
      • Signal_Custom - trading using the built-in indicator based on the principle of oversold and overbought markets;
    • -----------
    • Step - price measurement step (Signal_Candles);
    • Power - price change time in seconds (Signal_Candles);
    • -----------
    • Period_MA - period of the MA indicator (Signal_Counter);
    • Step_MA - pull distance in pips (Signal_Counter);
    • -----------
    • Use_Arrow - trade exclusively at the moment the signal is generated (Signal_Custom);
    • Deviations - price deviation (Signal_Custom);
    • -----------
    • Use_Trailing_Stop - use trailing stop;
    • Trail_Start - start;
    • Trail_Step - step;
    • No_Loss - breakeven;
    • Min_Profit_No_Loss - minimum breakeven profit;
    • -----------
    • Percentage_Lock - percentage of the total volume of all open positions on the chart for placing the first lock order;
    • Max_DD - percentage of drawdown of the main series at which the first hedging position is opened;
    • Corridor_Lock - corridor distance for hedging positions;
    • Lot_Exponent_Lock - coefficient of hedging positions;
    • Percentage_Profit_Lock - percentage of profit for closing all positions;
    • Max_Trades_Lock - maximum number of hedging positions;
    • ----------
    • Averaging - averaging of open positions;
    • Max_Trades - maximum number of averaging positions;
    • PipStep - distance between positions in pips;
    • LotExponent - averaging volume multiplier;
    • ----------
    • Use_Time - time filter;
    • BeginTime - start of the trading session;
    • EndTime - end of the trading session;
    • ----------
    • Trailing_Profit - trailing profit in the deposit currency, so let’s say if Trailing_Profit = 100 and a profit of $100 will be recorded on the account - the function will be activated, as a result, if the profit drops to $50, then all positions and orders will be closed forcibly. If, after activating the function, the price moves further and the profit increases, then the closing amount will also increase. Thus, if the profit reaches an amount of approximately $300, then the closing amount will already be $150 by that time, the closing amount on the price rollback will always be 50% of the maximum achieved;
    • ----------
    • Protected_Amount - fireproof deposit amount; if equity drops to this value, all positions and orders will be closed forcibly and trading will stop. It is necessary to take into account that the amount specified here will not participate in trading; therefore, you cannot indicate a fireproof amount of $100 here if you only have a deposit of $100;
    • Protected_Copy - copy value Protected_Amount from a file (if using a settings file system) or locally;
    • ----------
    • Inp_Point - multiplication of pip parameters by a given coefficient;
    • i_Symbol - protection against accidental launch of the advisor on a different symbol (the symbol is written here);
    • i_Period - protection against accidental launch of the advisor on a different period (the period is set here);


      おすすめのプロダクト
      Flex Grid EA
      Robots4Forex Ltd
      5 (1)
      The Flex Grid EA is a fully automated Expert Advisor that trades based on RSI. The EA trades using market orders with inivisible take profit and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD, USDJPY, EURUSD, USDCAD & GBPUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limite
      FREE
      Magic Grid
      Aliaksandr Charkes
      4.5 (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
      This is an automated Forex Expert Advisor. The system is based on trading in possible flat emergence zones. The EA has a built-in price movement predicting algorithm, which enables the EA to make a decision to open averaging orders or to scale an open position. Depending on parameters, it works with pending (Stop, Limit) or market orders. To diversify risks, the Expert Advisor works simultaneously with short and long positions. Their closure can be either an oppositely directed or unidirectional
      Dr Trade Proをご紹介します。知的で一貫性のある取引のために精巧に設計されたEA(専門家アドバイザー)です。 当社の専門家アドバイザーは、トレンドの認識と正確な市場分析を利用して取引をシームレスに実行する精度を重視しています。Dr Trade Proは、各取引に戦略的なバックアッププランを備えており、収益性を重視し潜在的な損失を最小限に抑えています。 Dr Trade Proの特徴的な点は、異なる市場状況に適応できることであり、ニュースや市場の変動に強い、信頼性のあるEAの重要な特徴です。この適応性により、ボットは市場の変化をスムーズに検出し、アルゴリズムを更新し、大規模またはより波乱のある市場でも安定性と最適なパフォーマンスを確保します。 Dr Trade Proには取引に平均戦略が組み込まれていることに注意してください。このEAのスタイルに馴染みがない場合は、購入を検討する前にその機能を慎重に確認することをお勧めします。 Dr Trade Proの能力を探索して、取引体験を向上させるために設計された洗練されたEAをご覧ください。信頼性に対するあなたの信頼が私たちの最優先
      ロボットは、ボリンジャーバンド指標のラインをブレイクする取引戦略を使用します。 この戦略の本質は、インジケーターラインの継続的な分析と、そのラインの最も効果的なブレイクアウトポイントの検索にあります。 価格がいずれかの方向で指標線を突破すると、ロボットはその方​​向で取引を開始し、それに追従し始めますが、ロボットは指標線が突破されるたびに取引を開始するわけではなく、指標線が突破された場所でのみ取引を開始しますそれが最も効果的であると考えられます。 これは、世界中の何千人ものトレーダーによって長年にわたってテストされてきた、非常に信頼できる戦略です。 これは、GPTchat が学習のために提供する実用的なスキャルピング戦略の 1 つです。 人工知能は、これが M5 時間枠で最も効果的な取引スキャルピング戦略の 1 つであると信じています。 私たちは人工知能にも同意し、この戦略の実際の有効性を確認します。 ロボットの利点: マーチンゲールは使用しません。 ロットサイズはトレーダーが設定で指定します。 残高が10%増加するごとにロットが10%増加します ロボットは適応型リスク管理機能を
      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
      Copyright(c) 2019 Superfarabi EA Is the Scalping Forex Expert Advisor for MT4 Working on Timeframes (M5) Best Pair Recomended is EU/UChf=0.4 Calculation is based of Envelopes indicator ===========Rakyat +62 =========== Hak Cipta (c) 2019 Superfarabi EA Merupakan Scalping Forex Expert Advisor untuk MT4 Berjalan pada Time Frame Kecil (M5) Pair Rekomendasi adalah EU / UChf = 0,4 Perhitungan didasarkan pada indikator Envelopes
      EA Budak Ubat
      Syarief Azman Bin Rosli
      5 (2)
      トライアルをダウンロード 動作原理 EAがアクティブな場合、実行モードパラメータに基づいてチャートを分析します。 チャート上に既存のポジションがない場合、EAはパラメータに基づいて取引を行います。トレンドが上昇トレンドの場合、買い取引を行い、下降トレンドの場合は売り取引を行います。そして、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。0はストップロスなしを意味します。 チャート上に既存のポジションがあり、最後のポジションが損失の場合、EAは現在の市場価格と注文との間の距離がユーザーが設定した最小距離以上であるかどうかを確認し、それに基づいて取引を行います。ロットサイズはマーチンゲール法を使用して計算され、ストップロス変数が0より大きい場合、オープンした取引価格から一定の距離にストップロス注文も設定します。 Hedging(ヘッジ)がfalseに設定されている場合、EAは一度に1つの方向にしか取引しません。最初のポジションが買い取引の場合、すべての後続のマーチンゲールポジションも買い取引でなければなりません。最初のポジションが売
      This robot is designed for major currency pairs and trades several strategies: swings, gaps and SR levels. It uses an advanced algorithm for analyzing price data and looks for the best parameters. Trading signals are filtered by results of analysis of daily and monthly chart for the last 12 periods. It is built on the foundations of the successful EA Triton . This is not a scalping robot. It is not sensitive to spread and slip. It will be traded at all brokers with quotation accurate to point
      EA Thomas PRO
      Vitali Vasilenka
      4.38 (8)
      EA Thomas Pro   は、取引アルゴリズムが改良された   EA Thomas   アドバイザーの改良版です。 プロバージョン – 危険な取引方法を使用せずに取引できます。 Expert Advisor は以下を使用しません: グリッドなし - マーチンゲールなし - 2 倍化なし - 平均化なし 開始価格は 99 ドルですが、時間の経過とともに価格は上昇します。 20部売れるごとに価格が大幅に上がります。 最終価格は1500ドル。 新しい取引アルゴリズムでは、週に平均 2 ~ 3 回の取引が行われます (このアルゴリズムにより、市場での危険な状況を回避できます)。 アドバイザーを安全に使用できるように、主要な取引アルゴリズムが再設計されました。 Advisor は、金融口座のテストに合格するように適応されています。 アドバイザーは、2020 年の初めから過去 3 年間にわたってトレーニングを受けています (これにより、変化する市場に合わせてアルゴリズムの構造を最適化できます) EURUSD のデフォルト設定 - M5 タイムフレーム 履歴分析は、マーチンゲール
      EA Golden Wings is a fully automated EA designed to trade GOLD. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAUUSD in 2015-2021 period. No dangerous methods of money management used, no martingale, no grid, scalp or hedge. Feature:  + Fully automated trading 24/5 with time filter.  + No need in a large initial deposit.  + Alway
      BollSto EA MT4
      Miss Supatcha Pigulkaw
      EA Grid- BollSto  is a hybrid strategy that has been tested and optimized using 99.9% tick data from 2008 to 2023. Its main signal is based on Bollinger Bands, with Stochastic as a confirming signal to identify trends. It can be used on various timeframes such as M15, M30, H1, H4, and D1, with customizable settings. * Recommended to use 1 timeframe per 1 account to limit risk. The risk management system allows you to choose your preferred risk level. The user-friendly interface, coupled with hig
      Gold Angels
      Hong Ling Mu
      3.8 (5)
      ゴールドエンジェルのEAへようこそ とても安定した利益が見込めるEAです。 おすすめです。 ロジックは簡単です。 BANDインジケータを使用しています。バンドを価格がハズレた場合に、フラグがONになります。まだエントリーはしません。 そして価格の動きを注意深くモニターします。 価格がバンドの中に戻り、センターラインにタッチしたときに、順張りでエントリーします。シンプルですが、トレントが安定しているときは利益が大きいです。 特にXAUUSDにベストマッチします。 ただし、タイムフィルターを使うことが条件です。 ヨーロッパ時間や、ニューヨーク時間帯は、大きなボラティリティのため、利益がでません、タイムフィルターを使ってボラティリティの小さい時間帯を設定してください。 ストップロスは、逆のシグナルを使います。 またTPはトレーリングストップでクローズします。 また利益がマイナスでクローズした場合は、次のロットをあげます。設定で変更可能です。
      FREE
      ShinZuka
      Muhammad Asyraf Bin Mohamad
      Using MACD value for direction. Using RSI as reversal indicator. Using open trading hour. (Recommend Hour 10,11,15 & 19 : MT4-Time) Counter trade if signal failed. Cutloss trade if signal failed. Auto lot calculate based on target profit & takeprofit. Able to set counter trade value. Suitable for commodities & currency.  Timeframe H1. Able to set limit lot open. Able to select day to trade.
      Golden Future
      Liudmyla Bochkarova
      4.2 (5)
      Golden Future Expert Advisor includes a total of 5 different strategies. This is done with the sole purpose of being able to adapt to any type of market, whether in a trend or in a range.  Golden Future EA was created with the use of an extensive genetic algorithm study.  The EA showed stable results while maintaining a low drawdown, especially during market crashes        No dangerous money management techniques, no martingale, hard grid or scalp. Suitable for all broker conditions - not sensi
      Algorithmic trading is a scalping bot for trading major currency pairs. Recommended timeframes for trading M1, M5, M15, M30, H1. The robot automatically analyzes the market with each arrival of a new tick and determines the places of sharp price changes. When a sharp large jump in price appears on the chart, the robot opens a trade. If the price rises sharply, the robot opens a buy trade. If the price drops sharply, the robot opens a sell trade. Due to the fact that the robot analyzes the marke
      The EA of Bollinger Bands are a popular technical analysis tool used by traders and investors to analyze price volatility and potential price reversal points in financial markets, such as stocks, forex, or cryptocurrencies. They consist of three lines: The middle band: This is typically a simple moving average (SMA) of the price over a specific period. The most common period used is 20. The upper band: This is the sum of the middle band and twice the standard deviation of the price over the same
      Smart YTG
      Iurii Tokman
      4.67 (6)
      Smart YTG   MT5端末のアドバイザのバージョン。   |   すべての製品 スマート YTGは、GBPUSD通貨ペア、チャート期間H1で動作するように作成されました。本質的に、システムはトレンドであり、STOP注文による価格変動のトレンドセクションで完全に機能します。トレンドは 、エキスパートアドバイザーの内部に組み込まれた価格チャネル インジケーターを分析することによって決定されます。インジケーターを追加でインストールする必要はありません。平坦な地域では、市場が優柔不断であり、市場のさらなる動きが決定された場合、撤退システムは損失なく稼働し、価格の動きの方向と反対のポジションが市場にある場合、それらは価格変動の方向で注文がオーバーラップし、総利益が一連のポジション全体のクローズに達したとき、エクイティは下落せず、バランスラインを維持します。これはテスト結果からわかります。 コード内の多くの計算とその大部分は、市場がフラットを形成し、ドローダウンや損失なしにトレンドから抜け出す必要がある瞬間に正確に属します。このために、位置を動的に閉じるためのブロックと静的に閉じるためのブ
      Frigate EA  is a fully automatic expert advisor which contains several trading systems mainly based on Moving Averages. Each trading system has it own entry algorithm with fixed stop loss and take profit. This trading robot can be used for all pairs and all time frames, but it is especially designed for   GBPUSD 1H  time frame.  Main Features:    No Martingale.  No Averaging. No Grid.   Setting Parameters: Expert Name   - EA name and trades comment.  Magic Number   - EA identification number
      史上最高の US500 ロボット Maximun alpha trader は、移動平均と、シンプルで信頼性の高い独自の高度な傾斜反転予測アルゴリズムに基づいています。 Maximun alpha trader EA 戦略は、いくつかの指標の組み合わせです トレンドに加えて、そのクラスでそれをユニークにするトレンドの枯渇を検出する独自のインジケーター、このインジケーターはユニークであり、秘密はまだ市場にリリースされていません. デモをテストするには、設定をコピーして画面キャプチャに貼り付けます Maximun alpha トレーダーはテストされ、20 年間にわたって 99.9% の品質で実際のティックを使用して、実際の市場条件でテストに合格しました。 ロボットはUS500用に設計されています MAGIC NUMBER を構成できるため、同じアカウントを複数の戦略に使用できます。各ボットはその MAGIC NUMBER の注文にのみ作用し、他のボットの注文は表示されません。 Maximun alpha trader には多くの制御入力があり、非常に用途が広く、専門家でない場合でも資本を保
      "Phoenix Gold is a great choice for hands-off investors who plan to do a long-term investment in gold" #Non-Martingale #Always SL #Robust #Adaptive #Fully Automated #AI #XAUUSD Phoenix Gold is a non-martingale expert adviser generated from our AI-driven pipeline which learns diversified trading strategies from 10-years historical data of the gold market. Phoenix Gold  project aims to provide a robust adaptive trading system that can harmonize with the dynamic of the market. We value risk man
      Mistress  - high speed EA-scalper. Mistress  -  the best EA!  - to my view. Mistress  -universal and simple. Mistress  - trades accurately, frequently and swiftly. Mistress  - independent on TF. Mistress  - worsk on all currency pairs. Mistress  - uses no martingale and no grid Mistress  -needs 20  units of currency for lot 0.01 for each used currency pair. Mistress EA  Parameters : Trading  hours  HH . ММ  (server time) :  trade time limit on time : time to start trading off time : time to en
      The automated trading system is developed based on the "Comfort Range" theory. According to this theory, the chart of each trading instrument has its own dynamically changing range of movement. The skill of determining such a range allows you to use this information as a leading indicator and predict price movement in the near future. The Rapture Expert Advisor determines the "Comfort Range" of the trading instrument and works in the direction of the expected future movement. The EA does
      The Expert Advisor trades using the Stochastic indicator with the specified parameters. A trade is opened at the crossover of the specified levels. The default levels are K = 11, D = 3, Sl = 3. The EA opens a trade when overbought and oversold levels specified by the trader are crossed. Trades are closed by Take Profit levels, which are hidden form the broker. If a wrong direction is chosen, the EA opens an averaging grid of orders. If there is no signal for opening a position by Stochastic indi
      The Expert Advisor's strategy is based on proactive forecasting of the most likely price movement. The method for determining this movement is the calculation and ratio of such factors as: short-term OHLC candlestick patterns, the direction of the microtrend, the rate of price change. Only 1 deal on one trading instrument can be opened at a time. Support:   https://www.mql5.com/en/channels/TrendHunter No hazardous trading methods are used. The Expert Advisor has minimal settings, which al
      Advanced Rsi Grid Hedge
      Cesar Napoleon Guio Martinez
      4.67 (3)
      Advanced Rsi Grid Hedge is an expert advisor created to enter the market at times of high probability of a short-term market reversal into overbought or oversold zones, but in the direction of a major trend.  The robot uses a grid hedging system. This bot does not use martingale. The Bot is very simple, it uses two RSI indicators to define the entry signals. This also has a trend filter that looks for the best conditions to trade. MT5   Version Here:  https://www.mql5.com/es/market/product/99073
      Yes
      Joel Protusada
      This Expert Advisor is a combination of different Forex strategies. Hedging - The use of this strategy is two-fold. First, it used to minimized drawdown of losing trades. Second, it is used to lock-in profit of winning trades. Scale-in - This method is implemented to increase profit of winning direction. Averaging - This method is implemented to factor in both winning and losing trades and to make sure if all trades are closed with positive profit. Environment Broker : The EA can work with ECN
      Bfxenterprise CCI
      Ricky Romadona Tri Saputra
      Bfxenterprise CCI When you use this Expert Advisor (EA), transactions will be based on the CCI indicator. Every calculation of trend or price reversal uses CCI. The prowess of this indicator is the reason for optimization in the program. Version of Bfxenterprise The version with the name “Bfxenterprise” focuses on special and thorough sorting of transactions. So this version does not always make transactions, unlike the Expert Advisor version in general. This version relies on accuracy at the t
      一目均衡表3 この専門のIchimoku指標の原理を利用した3Elder画面があります。 このExpert Advisorには4種類のオープニングトレードがあります: 1は、3つの時間枠に同じ買いまたは売りシグナルがあるときです 2-これは、2つの時間枠が同じ買いシグナルを持ち、1つの時間枠が同じ売りシグナルを持っている場合、またはその逆の場合です 3-これは、1時間枠が買いシグナルであり、2時間枠が売りシグナルであるか、またはその逆である場合です 4-これは、1時間枠信号が販売する平均時間枠で購入し、3時間枠が購入するときです マジック=2021 "一目均衡表"のインジケーター設定 天観=9; きじゅん=26; センコウ=52; クラシック終了=true; "マネーマネジメントの設定"; 固定パーセンテージ=1; 1オプション=true; SL=100; TP=450; 2オプション=true; SL=150; TP=450; 3オプション=true; SL=150; TP=450; 4
      移動平均インジケーターのトレーディングロボット 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、手動取引または他の専門家によって開かれた取引のために、アカウントの負けたポジションを回復するために使用できます。マジックナンバーですべての注文を受け取り、処理することができます。 オープニングフィルターを扱う。 すべての取引戦略には、
      このプロダクトを購入した人は以下も購入しています
      The Gold Reaper MT4
      Profalgo Limited
      4.86 (29)
      プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
      Gold Trade Pro
      Profalgo Limited
      4.59 (22)
      プロモーションを開始します! 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/機械学習」として偽装されることがよくありますが、
      GoldPulse AI
      Babak Alamdar
      5 (10)
      バックテストではなく、実際の取引システムを購入してください。   Live Signal 1     Live Signal 2 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 現在の価格では残りわずかです。次の価格は -->> 1120 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Hi
      Quantum Emperor MT4
      Bogdan Ion Puscasu
      4.91 (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チャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が10
      オリジナルの英語の製品ページはここにあります。 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
      注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT5バージョン: MT5へ移動 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限定です。 実行の推奨事項 推奨通貨ペア
      One Gold MT4
      Stanislav Tomilov
      5 (11)
      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
      Oracle MT4
      Stanislav Tomilov
      4.38 (8)
      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
      現在の価格はプロモーション価格であり、間もなく値上がりします。 製品の最終価格は:$5566です。 現在の価格ではほんの数部しか残っておらず、次の価格は$566です。 こちらでライブ結果をご確認ください: 個人ライブシグナル: [ここをクリック] $50K 個人ライブシグナル: [ここをクリック] プロポライブシグナル: [ここをクリック] MT5バージョンはこちら: [ここをクリック] How to install   |   Download SetFile Quantum Algo Trading MT5 EAへようこそ。 このEAは、単なる機械的なシステム以上のものを目指して設計されており、あなたのトレードの旅路において、あなたの仲間となるでしょう。 このEAは、トレーディングとプログラミングの経験が13年以上ある誰かによって最適化されたアルゴリズムを使用してブレイクアウトシステムを利用しています。 他のEAとは異なり、市場で過去のバックテスト結果に完全に依存しているものや、過去に適合するように意図的に結果を操作しているものとは異なり、Quantum
      Hello, my name is Alexander. I would like to introduce you to my new development, the Hercules AI advisor. The advisor is synthesis of Price Action Method and Artificial Intelligence technologies.  It doesn't use  any indicators. The EA works well on Gold  pair. The advisor has shown stable performance for more than 10 years. It does not use dangerous trading methods such as martingale, etc. All transactions are protected by take profit and stop loss. I tried to make the advisor as easy to insta
      Bitcoin Robot MT4
      Marzena Maria Szmit
      5 (8)
      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
      Live signal :   TrendMaster FX The MT4 version : TrendMaster FX MT4   現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価
      AW Recovery EA
      AW Trading Software Limited
      4.29 (69)
      Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
      深層学習が金の取引を再構築し、インテリジェントアシスタントが庭師のように取引の庭を手入れします。「ゴールドガーデン」EAは、深層学習の知的技術を採用し、20年分のデータトレーニングにより、戦略のパフォーマンスを大幅に向上させます。これにより、取引がより簡単でインテリジェントになります。一緒にインテリジェント化の時代を切り開き、取引を幸せな庭園に変えましょう。これはあなただけのGold Garden Stewardになります。 MT5バージョン: Gold Garden MT5   現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI TradingVision GPX」の使用権を得ることができます。詳細についてはお問い合わせください。 現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI Tr
      Launch promo! Only a few copies left at 499$! Next price: 599$ Final price: 999$ Live signal:  https://www.mql5.com/en/signals/2220893?source=Site+Profile+Seller 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は、トレードとコーディングに豊富な経験を持つチームによって開発さ
      ONLY 3 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. - REAL SIGNAL: Default Setting: https://www.mql5.com/en/signals/2206758 5k Fixed Lot:  https://www.mql5.com/en/signals/2217326 Limited price $299 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the lates
      Quantum Trade EA
      Bogdan Ion Puscasu
      4.71 (83)
      ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってください。 ***Quantum Trade EA を購入すると、Quantum Gold Empire EA を無料で入手できます!*** 詳細については非公開でお問い合わせください。 ライブシグナル: ここをクリックしてください MT5バージョン:       ここをクリック 量子EAチャネル:       ここをクリック のみのプロモーション価格  5 99.99ドル !価格は間もなく 699.99 ドルに値上がりし、その後 10 回購入する
      ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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
      HFT Prop EA
      Manpreet Singh
      4.95 (249)
      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
      Aura Black Edition
      Stanislav Tomilov
      4.76 (17)
      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
      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
      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
      AI Nodiurnal EAは、先進的なForexロボットであり、最先端の機械学習技術を活用して取引戦略を最適化し、動的な外国為替市場でのパフォーマンスを向上させます。用語「Nodiurnal」は、通常の昼間の取引時間だけでなく、非標準の時間帯にも適応して稼働し、外国為替取引に対する連続的かつ適応的なアプローチを提供する能力を反映しています。 設定:通貨ペアのデフォルト設定:EURUSD H1。特別な設定は購入後にのみ提供されます。 リアルタイムアカウントシグナルはこちら: https://www.mql5.com/ja/signals/1270367 MT5バージョンはこちら: https://www.mql5.com/ja/market/product/74716 マーケットローンチプロモ!残り10/10のコピーのみ:USD 5,500 次の価格:USD 7,500 最終価格:USD 10,000 主な特徴: 機械学習アルゴリズム:AI Nodiurnal EAの主力は、機械学習アルゴリズムの活用にあります。これらのアルゴリズムは膨大な量の歴史的な市場データを分析し、パターン、ト
      強力な1分のスキャルピングシステム -  Xauusd通貨ペアの取引用の自動ロボットスキャルパー(ロボットは他の通貨ペアで取引されますが、ゴールドで最高の結果を得ます)。 推奨期間M1およびM5。 最小初期残高は500ドルからです。 このロボットは、価格のターニングポイントを自動的に決定し、トレンドの将来の方向にいくつかの繰延注文を設定します。 価格が正しい方向に展開されない場合、ロボットは遅延した注文を削除します。 しかし、価格が正しい方向に展開された場合、ロボットはオープン注文に伴い(変更)、最大の結果を得るようになります。 ロボットは2つのモードで動作できます。 ロボット設定の「ロット」パラメーターが= 0の場合、ロボットは各トランザクションのロットのサイズを自動的に計算します。 ロットのサイズは、最小限のリスクで最大の結果を得るために計算されます。 このモードでは、ロットのサイズはバランスの成長に比例して増加します。 「ロット」パラメーターが0.01に関係しない場合、ロボットは固定ロットサイズ= 0.01で注文を開きます。 このモードでは、ロットのサイズは常に固定されます
      Bitcoin Wizard is designed for trading Bitcoin by placing pending orders based on high low at certain periods by taking advantage of strong momentum.   Why Bitcoin Wizard : Bitcoin Wizard is a fully automatic trade system, trade 24/7. Does not use any risky strategies such as hedging, martingale, grid or multiple orders. Every trade is protected by a stoploss of 100 pips. Real Signal | Real Signal 2 | Setfile :  Download here  | MT5 version | Backtest Report   |   Broker Spread Comparison SET U
      Forex GOLD Investor
      Lachezar Krastev
      4.48 (29)
      SUPER SALE! --> -$200 OFF + BONUS EA: NEWS Scope EA PRO with AMAZING results! NOTE: Regular Price: $487 - The offer ends soon!  Click here to check News Scope EA PRO results and learn more about the promotion! 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
      Dark Algo
      Marco Solito
      4.76 (54)
      Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market trends .
      ローンチプロモーション:30%OFF! 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $1033 無料でUS30スキャルパーEAとQuantum Algo EAを入手 -> 購入後にご連絡ください Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT5:  https://www.mql5.com/en/market/product/116010?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXの
      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
      Bandwagon
      ADELYN CASTILLO
      4.93 (27)
      22 か月目で 240% の利益。 Bandwagon Live アカウントをチェックしてください。 バンドワゴン 2 年間のパフォーマンス   またはバンドワゴン V2 、 *注記: 今なら50%割引中!今すぐコピーを入手してください! 毎月値上げが予想される *警告: 著作権侵害にはノーと言いましょう。 Bandwagon EA のコピーの入手を要求するユーザーには注意してください。 Bandwagon は著作権侵害を検出できますが、あなたのアカウントがそのような行為をしていることが検出された場合、EA が引き続き正常に機能することは保証できません。 バンドワゴンの特徴: Bandwagon はスイング、グリッド、ヘッジ EA です 資金管理はあらゆるトレーディング戦略において非常に重要です。バンドワゴンは適切な資金管理を行っている Bandwagon は 100% 自動化された EA です EA は市場が後退したか、トレンドがいつ反転したかを把握しています すべてのメジャーペアとマイナーペアで動作する多通貨エキスパートアドバイザーです 資金管理 ロッ
      作者のその他のプロダクト
      Advisor "Cobra Throw" - designed to quickly accelerate your deposit in the Forex market. The advisor draws support and resistance levels based on data from one of the selected indicators - Moving Average, Bollinger_Band or Envelopes, and waits for the price to break through one of the lines. Then, after breaking through, the robot places a pending order with the expectation of a price rebound from a strong price level. If the price rebounds (this happens in most cases), the pending order is trig
      Files
      Aleksandr Valutsa
      Downloader of files from the server necessary for the operation of our advisors. If you are a user of our robots, then you may need this utility. Terminal setup Before launching the application, you need to carry out an easy setup of the terminal, indicating the following URLs in the "Expert Advisors" section (remove spaces in the addresses): https:// emilon .ru https:// my.roboforex .com http:// ec.forexprostools .com https:// api.telegram .org http:// client-api.instaforex .org https:// api.vk
      FREE
      Space
      Aleksandr Valutsa
      One application and dozens of ready-made signals - choose, connect and relax. All you need to do is select our signal from those presented on   " myfxbook"   and connect to it using this utility.   The connection is very simple; in the utility parameters you need to specify the number of the folder with the files (Folder_Number) and the kit number (Magic_Number), this information will be in the description of each signal. Signals You can copy all signals whose names contain the prefix - "Space"
      フィルタ:
      レビューなし
      レビューに返信
      バージョン 2.53 2024.04.15
      - Code optimization.
      バージョン 2.52 2023.12.23
      - Code optimization.
      バージョン 2.51 2023.12.22
      - Code optimization.
      バージョン 2.50 2023.12.22
      - Code optimization.
      バージョン 2.41 2023.10.27
      - The function of forcing an advisor to be removed from the chart is disabled if the use of “DLL” is prohibited.
      バージョン 2.40 2023.10.19
      - Corrections and improvements.
      バージョン 2.39 2023.10.04
      Added functions that can significantly change the course of trading:
      - Averaging;
      - UseTime;
      - Trailing_Profit;
      - Protected_Amount;
      Read more about the new features in the parameter descriptions.
      バージョン 2.33 2023.09.19
      - Added a function for automatically selecting a chart period when loading a file with settings.
      バージョン 2.30 2023.09.14
      - Code optimization.
      バージョン 2.26 2023.08.13
      - Improved the work of all functions of the adviser.