Generator Pro
- エキスパート
- Sergey Rozhnov
- バージョン: 2.5
- アップデート済み: 23 12月 2022
- アクティベーション: 5
ジェネレータープロ では、平均化に基づいて、複数の仮想戦略 (1 から数十万まで) から構成される戦略を作成できます。各仮想戦略には、独自のタイプの戦略 (トレンド、アンチトレンド)、仮想デポジット、仮想ポジション、ロットがあります。 EA はすべての仮想戦略の動作を制御し、すべての操作を合計し、取引口座上で対応する操作を実行します。
アドバイザの動作モード
- ファイルなし - 戦略を含むファイルを使用しないモード。すべての仮想戦略は、「 GENERATOR 」項目で選択されたパラメータ範囲に基づいて生成されます。戦略は、ランダムに ( Random_Create_Mode =true )、戦略の数を設定する ( Random_Strategies )、またはすべての可能なパラメーターをリストすることによって生成できます。
- From_file - 戦略ファイルを使用するモード。作成段階 ( Create_Mode ) で、いくつかの基準 ( Top_Mode 、 Top_Size ) に従って、生成された戦略から最も成功した戦略を選択できます。生成されたすべての戦略はファイルに書き込まれ、 From_file 。
- 作成モード - 仮想戦略の選択された基準とパラメータの範囲に基づいて戦略を作成するモード。ストラテジーテスターで動作します。戦略を作成するには、取引ペア、時間枠、期間を決定し、仮想戦略のパラメーターを選択して、テストを実行する必要があります。テスト後、txt ファイルを生成します (フォルダー内) ...tester/files) 。From_file モードを選択してテストを実行すると、ストラテジー テスターで結果を確認できます。または、このファイルをフォルダーにコピーしてリアルタイムで使用します .../MQL4/ファイル そして、Expert Advisor を From_file モードで実行します。タイムフレーム、取引ペア、マジックナンバーはファイル名と同じである必要があります。
アドバイザーの詳細な説明、パラメータの説明、および戦略を作成するための詳細なアルゴリズムについては、ここを参照してください。 https://www.mql5.com/en/blogs/post/713891
推奨時間枠 M15。デフォルト設定は EURUSD M15 に適しています。
可能性
- さまざまな戦略を使用すると、リスクが分散され、預金を失う可能性が低くなります。
- 戦略を組み合わせ、編集し、さらに最適化する能力。
- 仮想戦略のステータスを監視し、管理します。
- グローバル復元を使用します。
推奨事項
- MetaTrader 4 ターミナルの使用経験。
- 初回デポジットは戦略によって異なりますが、デフォルトでは 5000 からです。
- 使用する戦略が増えるほど、より多くのコンピューター能力とメモリが必要になります。
- おすすめの時期はM15。
また、アドバイザーには、多くのブローカーの端末で長年テストされてきた機能があり、アドバイザーの内部計算のバックアップがファイルに保存され、予期せぬ中断の場合にはすべてのパラメーターが復元され、アドバイザーは引き続き勤務します。ただし、このモードでは、 From_file モードで作業する場合と同様に、リモート デスクトップを備えた VPS (または PC) を使用する必要があります。
エキスパートアドバイザーのオプション
1) トレードモード - アドバイザモード;
2) グローバルパラメータ - アドバイザのグローバルパラメータ (リスク - リスク、 AutoFixBalance - 自動固定バランス、固定バランス - 固定残高、最小ロット開始 - 最低ロット制限、頻度 – 最小次ロット、最大。総ロット数 - 最大制限、自動GMT – 自動GMT、 ManualGMTOffset=2 – 手動GMT、サマータイム – 季節、滑り – スリッページ、スプレッドリミット – スプレッド制限、手数料 - コミッション、マジックナンバー – 固有の番号、注文コメント – コメント、 FIFO – FIFO ルール、パーティションクローズ – 部分決済、リアルポジションモード - リアルポジションモード、シンボルの指値注文 – シンボルごとのオープンポジションの制限)
3) フィルター - フィルター (ニュースフィルター - ニュース、タイムフィルター -週末の前に時間を忘れて覚えておいてください - 週末の前に閉店して覚えておいてください。金曜日はゆっくりと閉店します - 金曜日はゆっくりと閉じ、 DD 後にすべて閉じて再起動します。% – 閉じて再度開始します。すべてを閉じて DD 後に記憶します。% – 閉じて覚えておいてください、 SaveToExtarerecoveryAfterDD 、 ファーストポジション&リバースチャンス、 損失から超回復のチャンス)
4) 追加の回復 - 追加の回復オプション ( GlobalRecovery2019 - オン/オフ、 GlobalRecovery2019_BalanceLimitPercent - 残高損失制限、 GlobalRecovery2019_Increment - 追加、 ExtraRecovery (>1 の場合に機能) – 値、 ExtraRecovery のグローバル変数 - ExtraRecovery、 UltraExtraRecoveryのグローバル変数 – 動的モード、 kExtraRecovery – 係数、 MinxtraRecovery - 分、 MaxExtraRecovery - 最大、 NotCloseLostStrategies - 負けた戦略を閉じないでください、自動再起動 - 自動クローズ、 NotAverageIfMoreMaxRealLots - ロットが MaxTotalLots、 NotLimitBalanceを超える場合は平均化されません。 - 残高を制限しません、 NotLimitMaxLot - ロットを制限しません)
5) モードパラメータの作成 - 作成モードパラメータ ( DynamicExcludeMode ) - 動的例外、 Top_Mode - 基準、 Top_Size - トップ、 UseIgnorFile - 無視ファイル、 IgnorFileを使用する - 名前、 Random_Create_Mode 、 Random_Strategies )
6) 仮想戦略のプロパティ - 仮想戦略のプロパティ (戦略 - 戦略の選択、ボラティリティ乗数 -乗数)
7) ジェネレーター - 発生器:
7.1) メイン - 基本パラメータ ( pVirtualBalance; pVirtualBalance2; pVirtualBalanceInc - 仮想バランス; pStartLots;...2;...Inc - 初期ロット; pMaxLots;... -最大。たくさん。 pStepLots;... - 分ステップ; pChangeLots;... - 乗数; pProfitFactor;... - 必要な利益。 pTrendPer;... - トレンド期間。 pLimitDayPrice;... - 移動の制限。 pReverseInd;... - 反転インジケーター; pデルタ=100;... -最大。平均距離。 pMaxTotalOrd;... -最大。仮想注文の価値。 pLimitOnReverse;... - ポジション反転の制限。 pReduceLotsAfterReverse;... - 反転中のロットの量を減らす。 pAllowReduceLotsFrom;... - 値からロットを減らすことができます)
7.2) 高度なオプション - 追加オプション。
7.3) 最適化で使用する - 最適化のための追加パラメータ。
過去の好成績が将来の利益を保証するものではありません。
This review has been edited after years of testing Generator Pro 2.3. I state that before releasing this review I had some harsh criticisms towards Sergey, intelligent people however recognize mistakes, which is why I am here to praise this masterpiece by Sergey which expresses the best of automatic trading on the international scene.
This product represents what will never fail over time because it follows the only true strategy that will NEVER fail, in fact the money management with which Generator Pro manages multiple currencies without risking overexposure is something truly precise and conservative, all of which is combined perfect execution of orders where even unexpected market movements result in low-risk management of losses. The virtual strategy emulation system is the real REVOLUTION of this system, in addition to the real market, the system simultaneously processes virtual tests to understand which alternatives could be in addition to the adopted strategy so as to be able to respond immediately to any market changes, strategies that could turn out to be bankrupt will be excluded, thus avoiding further worsening the situation without risking other capital.
Imagine that your trading has the strategy called "n.23" running and suddenly it is causing losses due to the sudden change in the market trend, at the same time on a virtual console over 100 virtual strategies go to market to test the trend and go from virtual to real to replace the one that is at a loss, giving a new interpretation to the motion of the trend.
All my tests over the years have found the best method of execution by adopting the "TREND" strategy while in the Anti-Trend strategy I have only encountered bad results. The best currency pairs in trend strategy were: GBPUSD – CADJPY – GBPJPY - I only mention these three because they represent the absolute TOP that give away regular low-risk profits almost every day. My advice is then to create a COPY TRADING system in which the associated account replicates the initial lotsize with a multiple set by you. It is not a tool for everyone but a masterpiece that requires experience in trading and patience in understanding how to best set each single cross based on the broker and server latency.
The very complexity of this EXPERT ADVISOR makes it initially difficult to approach and my assessment could appear "biased", only after having tested the various crosses in real time will you realize that you are facing the best system in the world not only for trading but of TESTING. The developer Sergey according to my almost twenty years of experience is the best in the world for automatic trading systems. However, I must also add some defects to this, I trust Sergey Rozhnov who will be more present in the updates and replies, the activations (5) are a bit low especially when it comes to an investment that requires (500$ usd) and a lot time to find the best settings to operate. I hope with my contribution to give due weight to a product and a developer that have no precedent.
Thank you Sergey Rozhnov