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

Price Action Builder Premium

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 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:

The Expert Advisor detects and handles various candlestick pattern signals on some pre-defined chart setups:
- patterns to use: pinbar (hammer / shooting star), engulfing (both bullish and bearish) and tweezers (both bullish and bearish).
If a price action formation is detected, this is further filtered through a validation mechanism before a corresponding trade is launched. Multiple validation techniques are used, such as support and resistance levels, volumes data and Bollinger bands. The strength of the 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).

### PRICE ACTION SIGNALS
- enable pinbar:
true/false, enables or disables the pinbar (hammer / shooting star) candlestick pattern in the trading strategy;
- enable engulfing: true/false, enables or disables the engulfing (bullish and bearish) candlestick pattern in the trading strategy;
- enable tweezers: true/false, enables or disables the tweezers (bullish and bearish) candlestick pattern 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.

おすすめのプロダクト
KopierMaschine - локальный копировщик сделок между различными счетами MetaTrader 4 и MetaTrader 5 в любом направлении расположенных на одном компьютере с интуитивно понятным интерфейсом. Направления копирования: MT4 --> MT5 MT4 --> MT4 MT5 --> MT5 MT5 --> MT4 для копирования между терминалами MetaTrader 4 и   MetaTrader   5 необходимо приобрести версию продукта   KopierMaschine  для    MetaTrader  4 Особенности Программа работает в двух режимах Master и Slave На один подчиненный счет можно коп
Description : Rainbow EA MT5 is a simple Expert advisor based on   Rainbow MT5 indicator witch is based on Moving average with period 34. The indicator is incorporated in the EA, therefore, it is not required for the EA to operate, but if you wish, you can download it from   my product page . The Expert Advisor settings are as follows : Suitable for Timeframes up to H1 The parameters below can be set according to your trading rules. StopLoss ( Stop Loss in pips) TakeProfit ( Take Profit in pi
Are you tired of plotting Fibonacci retracements or extensions manually? This indicator displays Fibo retracements or extensions automatically, calculated from two different price points, without human intervention or manual object anchoring. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use Manual anchoring is not needed Perfect for price confluence studies The indicator evaluates if retracements or extensions are needed Once drawn, you can manually edit t
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
The Expert Advisor and the video are attached in the Discussion tab . The robot applies only one order and strictly follows the signals to evaluate the indicator efficiency. Pan PrizMA CD Phase is an option based on the Pan PrizMA indicator. Details (in Russian). Averaging by a quadric-quartic polynomial increases the smoothness of lines, adds momentum and rhythm. Extrapolation by the sinusoid function near a constant allows adjusting the delay or lead of signals. The value of the phase - wave s
Welcome to the Ultimate Harmonic Patterns recognition indicator that is focused to detect advanced patterns. The Gartley pattern, Bat pattern, and Cypher pattern  are popular technical analysis tools used by traders to identify potential reversal points in the market. Our Ultimate Harmonic Patterns recognition Indicator is a powerful tool that uses advanced algorithms to scan the markets and identify these patterns in real-time. With our Ultimate Harmonic Patterns recognition Indicator, you
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
自動注文とリスク管理のためのユーティリティ。利益を最大化し、損失を抑えることができます。トレーダーのための練習トレーダーによって作成されました。このユーティリティは使いやすく、トレーダーが手動で、またはアドバイザーの助けを借りて開いた成行注文で機能します。マジックナンバーで取引をフィルタリングできます。このユーティリティは、同時に任意の数の注文を処理できます。 次の機能があります。 1.ストップロスとテイクプロフィットレベルの設定; 2. トレーリング ストップ レベルで取引を終了します。 3. 損益分岐点の設定。 ユーティリティは次のことができます。 1. オーダーごとに個別に作業します (レベルはオーダーごとに個別に設定されます)。 2. 一方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL は個別に設定されます)。 3. 多方向注文のバスケットを操作します (レベルはすべての注文に共通に設定され、BUY と SELL が一緒に設定されます)。 オプション: STOPLOS
このインジケーターは、H.M.Gartley (「株式市場の利益」、1935 年) の開発に従って調和パターン (XABCD) を識別します。 D 点を透視投影の点として投影します (設定で ProjectionD_Mode = true を指定します)。 再描画はしません。 作業時間枠のバーが閉じるとき、特定されたパターン ポイントが Patterns_Fractal_Bars バーの間に移動していない場合、チャート上に (予想される価格変動の方向に) 矢印が表示されます。 この瞬間から、矢印はチャート上に永久に残ります。 連続した 2 ~ 3 つ以上の矢印 - これは市場状況の変化であり、再描画/再描画ではありません (時間枠を前後に切り替えてはなりません)。 注: 2 ~ 3 つ以上の矢印が連続している場合 - これは市況の変化であり、再描画ではありません。 パターンの総数は 85 です (Gartley-222 と Gartley-222WS を含む。完全なリストはコメント セクションにあります)。 識別されたすべてのパターンのうち、最後に識別されたパター
Great dashboard for market analytics. The panel helps to analyze the values of the   Envelopes   indicator and prices. Using this panel you can: watch the current signal from Envelopes for all time frames; watch the current signal from Envelopes by different symbols; look at how far Envelopes is from the price; look at how much the value of Envelopes has changed; several types of signals for analytics. Values in the table cell: Envelopes value upper line; Envelopes value lower line; "the
123パターン は、最も人気のある強力で柔軟なチャートパターンの1つです。このパターンは、3つの価格ポイントで構成されています。ボトム、ピークまたはバレー、および38.2%〜71.8%のフィボナッチリトレースメントです。パターンは、価格が最後のピークまたは谷、インディケーターが矢印をプロットし、アラートを上昇させ、取引を行うことができる瞬間を超えたときに有効と見なされます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] クリアな取引シグナル カスタマイズ可能な色とサイズ パフォーマンス統計を実装します カスタマイズ可能なフィボナッチリトレースメントレベル 適切なストップロスおよび利益レベルを表示します インジケーターを使用して、継続パターンまたは反転パターンを見つけることができます 再描画および非再描画ではありません 電子メール/音声/視覚アラートを実装します 123パターン は、継続パターンまたは反転パターンとして現れます。物事を簡単にするために、このインジケーターを使用して、検索するパターンのタイプを選択でき
こんにちは皆さん 「Trader Assistant Mini」は、流暢な R:R パネルを使用して取引ごとのリスクを計算する便利なツールです。 リスクと報酬の比率と取引パネル: すべてのトレーダーにとって、利益の大きさに関する損失の大きさを計算し、トレーダーごとのリスクを管理して、それが良い取引であるかどうかを判断できるようにするのは便利です。 また、損失と利益をpipsとパーセンテージで表示し、損失と利益も表示します。 How to install the demo version + Demo file: Trader Assistant Mini MT5 Demo 「Trader Assistant Pro」が表示されます。 Pro Risk Management Panel MT5 楽しんでいただければ幸いです。 やっと: あなたの考えやフィードバックを共有することを強くお勧めします。 トレーダーが要求すると思われる情報を提供することが重要です。 著者: 私は MQL 言語プログラマーで、3 年間さまざまなプロジェクトを行ってきました。
Matreshka
Dimitr Trifonov
5 (2)
Matreshka self-testing and self-optimizing indicator: 1. Is an interpretation of the Elliott Wave Analysis Theory. 2. Based on the principle of the indicator type ZigZag, and the waves are based on the principle of interpretation of the theory of DeMark. 3. Filters waves in length and height. 4. Draws up to six levels of ZigZag at the same time, tracking waves of different orders. 5. Marks Pulsed and Recoil Waves. 6. Draws arrows to open positions 7. Draws three channels. 8. Notes support and re
Golden Spikes Detector Notice: Limited-Time 50% Discount on All Products   Due to high interest, only a few (about 8) discounted spots remain for   Golden Spikes Premium .  For those interested, all my trading tools, including Golden Spikes Premium, are currently available at a 50% discount until Novemeber  30, 2024 . Feel free to take advantage while it lasts. Acknowledgement and Dedications:  The name of this indicator was Inspired by an Original; Mr Grant Koopman; a Knowledgeable and experien
EA 自動テイクプロフィット、自動買い/売り、ボリューム マネージャー、サイドウェイ トレード、トレーリング オープン ポイント 1 – 自動買い/売りオープン EA は、設定 (利益、ストップロス、ボリューム) に従って、買いまたは売りを自動的にオープンします。 ボリューム管理: 注文の総数と固定サイズ 2 – 自動テイクプロフィット: 設定に従って最小利益でテイクプロフィット、最小および最大利益に従ってテイクプロフィット ボタン 3 – 注文処理: EA で設定されたピップ数に従って、ポジションのストップロスには 3 つのレベルがあります 4 – サイドウェイ トレード: サイドウェイ ピーク領域で売り注文をオープン – サイドウェイ ボトム領域で買いをオープン、サイドウェイ ピークとボトムの値は EA で設定されています。 5 – トレーリング オープン ポジション: 1 つの価格ポイントを追跡し、価格がそのポイントに達すると売りをオープンし、EA の設定に従ってピップ数を減らします。価格が買いウォッチ ポイントに達し、価格が設定のピップ数に回復すると買いをオープンします。
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get
Smart Manager Dashboard - with auto virtual TP and auto virtual SL for all trades. [Converted from MT4 version - All screenshots are from MT4] -this EA is a powerful trade manager that can   manage all symbols and all trades at once , all from one chart so it is a   must have tool for every trader   who keeps more trades at once. -it mainly does 2 things :   INFO ABOUT TRADES   and   CLOSING TRADES   (grouped by their symbol, so with this tool it is   very easy and fast to manage even hundred
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
グラフィック分析のためのインジケーター。 チャート上の主要な日本のローソク足パターンをマークします。 現在、トレーダーは次のパターンのセットを利用できます。  - Bearish/Bullish Abandoned Baby;  - Bearish Advance Block;  - Bearish Deliberation;  - Bearish/Bullish Belt Hold;  - Bearish/Bullish Engulfing;  - Bearish Shooting Star;  - Bearish Evening Star;  - Bearish Evening Doji Star;  - Bearish/Bullish Doji Star;    - Bearish/Bullish Tri-Star;  - Bearish Hanging Man;  - Bearish/Bullish Harami;  - Bearish/Bullish Harami Cross;  - Bearish Two Crows;  - Bearish Identical Three
The Gann Box (or Gann Square) is a market analysis method based on the "Mathematical formula for market predictions" article by W.D. Gann. This indicator can plot three models of Squares: 90, 52(104), 144. There are six variants of grids and two variants of arcs. You can plot multiple squares on one chart simultaneously. Parameters Square — selection of a square model: 90 — square of 90 (or square of nine); 52 (104) — square of 52 (or 104); 144 — universal square of 144; 144 (full) — "full"
This is a multi-symbol and multi-timeframe table-based indicator designed for a candlestick patterns detection with 46 patterns for META TRADER 5. Each formation has own image for easier recognition. Here you find most popular formations such as "Engulfing", "Hammer", "Three Line Strike", "Piercing" or Doji - like candles. Check my full list of patterns on my screenshots below. Also you can not only switch all bearish or bullish patterns from input, but also select formation for a specified symb
PAM Scalper PRO FX
Jesper Christensen
4.71 (17)
PAM SCALPER (Price action momentum scalper) analyses historical price data to identify supply and demand zones where liquidity is high and enters with momentum of the institutional money flow. The EA extrapolates areas to either buy or sell from historical price action and volume data.  If you want to backtest this EA or any other scalper EA, you must use high quality tick data. The historical data your broker provides through MT5 will give inacurate test results. You can follow my guide how to
An indicator of patterns #24 and #26 ("Head and Shoulders") from Encyclopedia of Chart Patterns by Thomas N. Bulkowski. Parameters: Alerts - show alert when an arrow appears   Push - send a push notification when an arrow appears (requires configuration in the terminal) PeriodBars - indicator period K - an additional parameter that influences the accuracy of pattern shape recognition ArrowType - a symbol from 1 to 17 ArrowVShift - vertical shift of arrows in pixels   ShowLevels - show levels Col
FVG EA Pro
Haidar, Lionel Haj Ali
4.52 (27)
FVG EA PRO   is a must-have smart money concept EA, highly customizable and using advanced techniques of FVG "Fair Value Gap" and market structure to capture high probability trades.  It is highly configurable,  you can build various strategies based on market structure and FVG as entry criteria. FVG EA PRO can be used to trade Kill Zones and Silver Bullet Windows. It is fully compatible with swing trade strategies. It contains all the functionalities  needed by any  successful traders to automa
It has never been so easy to manage the risk of your account until now, this tool will allow you to have full control of your capital and manage your entries in the synthetic index derivative markets, in an easy, practical and safe way. The available input and configuration parameters are as follows :  RISK MANAGEMENT 1. Value of your account: Here as its name says you will place the value corresponding to the size of your account, for example if your account is 150 dollars the corresponding val
シームレスな注文エントリーと自動化されたロットサイズ計算のために設計されたポジションサイジングエキスパートアドバイザーで、プロップファームのあらゆる課題をうまく乗り切りましょう。後で私たちに感謝することになるでしょう!     特徴 成行注文を発注します: SLとTPを設定し、買いまたは売りをクリックします。 未決済注文(逆指値注文と指値注文)を発注します: SLとTPに加えてエントリー価格を設定し、買いまたは売りをクリックします。 ブレイクイーブン: 価格が不利に動いた場合、SLは自動的にエントリー価格に調整されます。これにより、潜在的な損失から資金を保護します。また、リスクレベルを上げることにより、リスク選好度に合わせて調整することもできますし、ブレークイーブン機能を完全に無効にすることもできます。一貫性が取引成功の鍵です。 ポジション統計: 取引を開始すると、EAはすぐにポジションの種類とそれに対応する損益を米ドルとポイントの両方で表示します。 PROの特徴 スケールイン/ヘッジ: 新規ポジション "ボタンを使って、簡単に成行注文や未決済注文を追加し、現在のポジショ
Force Trade X MT5 is an EA based on Force Index. Force Index parameters such as Period, BuyShift, BuyValue, SellShift, and SellValue can be adjusted. Force Trade X MT5 applies BTN TECHNOLOGY's state-of-the-art intelligent technology to help you create optimal results for your trades. May your dreams come true through Force Trade X MT5. Good luck. === Inquiries === E-Mail:support@btntechfx.com
To get access to MT4 version please click here . Note: Multi time frame option is not available with this indicator. To order multi time frame please contact via private message. This is the exact conversion from TradingView: "Supply and Demand Daily byLuxAlgo". This is a light-load processing.  All input options are available except multi time frame option. Buffers are available for processing in EAs. Only the latest bar of every new day(rightmost) holds the valid value. You can message in priv
マルチタイムフレーム ブレイクアウト スキャナー このツールは、ローソク足パターンの分析を実装し、複数のタイムフレームでブレイクアウト ゾーンをプロットします。取引時に全体像を把握できることが重要です。この強力なツールからの信号を複数のタイムフレームでリアルタイムに表示できることは、分析を節約するだけでなく、現在の市場状況の重要な指標でもあり、トレーダーが市場がトレンドまたはレンジにある時期を特定するのに役立ちます。信号が複数のタイムフレームで一致すると、通常、大きな市場の動きが発生するか、現在発生しています このツールの概要と使用方法は次のとおりです。 定義 このインジケーターは価格データを直接使用し、インジケーターに依存してブレイクアウト ゾーンを判断しません。 生のローソク足データを分析して、ブレイクアウト ゾーンが発生する可能性がある、または発生した可能性がある価格を判断します。 現在のブレイクアウト ゾーンを表示する 1 つのサポート ラインとレジスタンス ラインをチャートにプロットします。 強気シグナル グリーン 買い これは、現在の価
インジケーターは、可能な限り最小のラグで 再描画せず にチャートに高調波パターンを表示します。インディケータトップの検索は、価格分析の波動原理に基づいています。 詳細設定では、取引スタイルのパラメータを選択できます。ろうそく(バー)のオープニングで、新しいパターンが形成されると、価格変動の可能性のある方向の矢印が固定され、変更されません。 インジケーターは、次のパターンとその種類を認識します:ABCD、Gartley(Butterfly、Crab、Bat)、3Drives、5-0、Batman、SHS、One2One、Camel、Triangles、WXY、Fibo、Vibrations。デフォルトでは、ABCDとGartleyの数字のみが設定に表示されます。多くの追加の構成可能なパラメーター。 主なパラメータ: ShowUpDnArrows-予想される方向矢印を表示/非表示 ArrowUpCode-上矢印コード ArrowDnCode-下矢印コード Show old history patterns-古いパターンの表示を有効/無効にします Enable alert messages,
このプロダクトを購入した人は以下も購入しています
AI Gen XII EA
Denis Kurnev
4.7 (74)
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
CyNera MT5
Svetlana Pawlowna Grosshans
5 (17)
CyNera:あなたの取引、私たちの技術 シグナル:  CyNera マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 7 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を守るための強力なツールとなります。 シンボル XAUUSD (
AI Golden Jet Fighter GTX       MT5 は、Meta Trader 5 プラットフォームでの金取引のためのシンプルで効果的なアドバイザー (EA) であり、ニューラル ネットワークを使用して、金市場 (XAU/USD) でのスキャルピング用に設計されています。 Golden Jet Fighter GTX の主な AI 戦略は、小さな価格変動を特定し、ポジションをオープンして短時間で利益を上げることに重点を置いています。アドバイザーはリアルタイムで市場状況を分析し、事前定義されたストップロスとテイクプロフィットのレベルで自動的に取引を実行します。また、トレーリングストップ機能もサポートしているため、市場が有利に推移したときにトレーダーは利益を得ることができます。精度を確保するために、EA はスプレッドフィルターを使用して不利な条件での取引を回避し、アンチスリップメカニズムを使用して正確な注文執行を保証します。 AI Golden Jet Fighter GTX には、トレーダーがアカウント残高のパーセンテージとしてリスク レベルを設定できるリスク管理機
Mean Machine
William Brandon Autry
5 (8)
Mean Machine GPT - 究極のAIトレーディングツール Mean Machine GPT は単なるエキスパートアドバイザーではなく、 AI と 機械学習 を活用した高度なリアルワールドトレーディングツールです。経験豊富なトレーダーでも初心者でも、このEAは 平均回帰戦略 と高度な GPT技術 によって最先端の優位性を提供します。 なぜ Mean Machine GPT を選ぶのか? AI駆動の分析 : 機械学習を活用し、リアルタイムでデータに基づいた賢明な決定を下します。 平均回帰戦略 : ボリンジャーバンドなどの指標を使用して、市場の押し戻しを活かす最適なトレードエントリを見つけます。 GPT統合 : GPTモジュールが市場のセンチメントとニュースを分析し、トレードシグナルを確認して決定の精度を向上させます。 精密なトレーディング : 頻繁にトレードを行うのではなく、より効果的なトレードに焦点を当て、品質を重視します。 主な機能 自動GMT検出 : ブローカーのタイムゾーンに自動的に調整されるため、手動での設定が不要です。 ニュースフィルター : このバックテスト可能な
Quantum Queen MT5
Bogdan Ion Puscasu
5 (39)
トレーダーの皆さん、こんにちは!私は 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 読み込み時間枠: 任意 終日取引 カスタマイズ可能なグリッド距離とボリュームマルチプライヤー 同時に取引可能なシン
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
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).
Vortex Gold EA
Stanislav Tomilov
5 (5)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な
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
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 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注
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の戦略の基盤です。膨大な量の過去およびリアルタイムの市場データを処理し、十
Gold One
Habib Gholamali Heidari
4.25 (4)
Gold One  MT5 Forexのゴールドトレード愛好者の皆さん、こんにちは。 私たちのロボットへようこそ。ここでは、トップゴールドトレーダーの仲間となることができます。20年以上の精密なForex市場の経験を持つ私たちは、最新世代のトレーディングロボットを誇りを持ってご紹介します。 特徴:  プロップファームチャレンジに最適です。 すべての口座サイズに対応しており、少額の資本でも使用可能です。 NO   グリッドと   NO   マーチンゲール 100% 完全自動化 このロボットは、ゴールド専用の最新かつ最先端のインジケーターを使用しており、売買ポイントの特定において比類なき精度を誇ります。これは、Forex市場におけるゴールド取引の革命的な突破口を示しています。この革新は、10年以上にわたる研究、試行錯誤、および広範なテストの結果であり、トップゴールド取引専門家の洞察を取り入れています。複雑なゴールド取引パターンを活用することで、ロボットは完全に自動化された取引をストレスなく監視できるようにし、心の平穏を確保します。長年のテスト結果は、私たちのロボットの優れたパフォーマ
AI Eurofighter GTX は 、MetaTrader プラットフォームで EUR/USD を取引するために特別に設計された、ユーザーフレンドリーで効果的なエキスパート アドバイザー (EA) です。2 つの組み込み取引戦略を備えており、外国為替市場での適応性とパフォーマンスが向上します。ニューラル ネットワークを利用する AI Eurofighter GTX は、市場の状況をリアルタイムで継続的に分析し、事前に定義されたストップロス レベルとテイクプロフィット レベルで取引を自動的に実行します。市場が有利に動いたときに利益を確保するのに役立つトレーリング ストップ機能を備えており、不利な状況を回避するためのスプレッド フィルターと、正確な注文実行のためのスリッページ保護が含まれています。さらに、EA は堅牢なリスク管理機能を提供し、トレーダーはアカウント残高の割合として好みのリスク レベルを設定できるため、さまざまな取引スタイルに適しています。AI Eurofighter GTX のニューラル ネットワーク アルゴリズムは、変化する市場状況に動的に適応し、取引の開始と終了
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
Quantum StarMan
Bogdan Ion Puscasu
4.92 (85)
みなさんこんにちは。自己紹介をさせてください。 私は、   Quantum EA ファミリーの刺激的で新鮮なメンバー、   Quantum StarMan です。 私は、最大 5 つのダイナミック ペア (AUDUSD、EURAUD、EURUSD、GBPUSD、USDCAD) を処理できる、完全に自動化されたマルチ通貨 EA です。最高の精度と揺るぎない責任感を持って、あなたのトレーディング ゲームを次のレベルに引き上げます。 肝心なのは、私がマーチンゲール戦略に頼っていないことです。その代わりに、最高のパフォーマンスを発揮するように設計された洗練されたグリッド システムを活用しています。また、安心していただけるよう、口座の合計ドローダウンが事前に設定した制限に達した場合に、すべての取引をクローズするオプションも提供しています。 しかし、それだけではありません。私はただ話しているだけではありません。ライブ信号も流しているので、私の行動を見ることができます。 IMPORTANT! After the purchase please send me a private
Wall Street Killer
Pablo Dominguez Sanchez
5 (4)
6年間の成功した手動トレードの後、私の戦略がついにエキスパートアドバイザー(EA)として利用可能になりました! WallStreetKiller EA をご紹介します。このEAはUS30向けに設計され、豊富な実践経験、徹底的なテスト、安全で戦略的な取引への確固たる取り組みに基づいて構築されています。 グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。 ICTRADING ライブ10Kシグナル  (EAで10Kアカウントを使用している他のセラーはほとんどいません)。 ICTRADING 高リスクシグナル WallStreetKiller 公開チャットグループ 価格は5回の購入ごとに50ドル上昇します (5/5)(次の24時間以内に価格が上昇します!)。 重要! ご購入後にプライベートメッセージを送信していただければ、インストールマニュアルと設定の説明をお送りします。 主な機能: リスク管理されたトレード: グリッドなし、マーチンゲールなし、各トレードにタイトなストップロス設定。1日1回のトレード。ロット倍率なし。WallStree
The Executor AI Ultra X expert advisor is designed for algorithmic trading in the gold market, utilizing three independent trading strategies. Its architecture incorporates advanced deep learning algorithms, such as Deep Q-Learning (DQN) and Time-Delay Neural Network (TDNN), providing high adaptability and analytical precision. DQN, based on reinforcement learning techniques, enables the expert advisor to optimize decision-making algorithms by simulating historical data and analyzing current mar
Aura Neuron MT5
Stanislav Tomilov
5 (3)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは、EURUSD や XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。
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 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
Boring Pips MT5
Thi Thu Ha Hoang
4.71 (28)
ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考慮せずに数十の入力パラメータを追加し、取引戦略を過去のデータに過度に合わせ、自分の EA が将来において同様のパフォーマンスを達成できると他の人に納得させようとします。 もし興味があって、過学習についてより深く理解したい場合は、こちらの私の記事を参照してください。 Avoiding Over-fitting in Trading Strategy (Part 1): Identifying the Signs and Causes Avoiding Over-fitting in Trading S
多くの人が 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 年、ロットを修正 。 次の価格は599ドルです! 一度に 1 つの
AW Recovery EA MT5
AW Trading Software Limited
4.16 (37)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
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 と統合されています。
The Gold Phoenix
William Brandon Autry
5 (2)
Gold Phoenix GPT - 金ペア専用の究極AIトレードツール Gold Phoenix GPTは、金ペア専用に設計された最先端のトレードツールで、M1タイムフレームで強力なブレイクアウト戦略を活用しています。ChatGPTや機械学習を含む高度なAIを駆使し、あらゆるレベルのトレーダーが変動の激しい金市場で成功できるようサポートします。 残りわずか3つ、価格はわずか349ドル!次回の価格は599ドル—今すぐお見逃しなく! なぜGold Phoenix GPTを選ぶのか? AI駆動のブレイクアウト戦略: リアルタイムの機械学習を活用し、金ペアのトレードにおいて正確なエントリーとエグジットを実現。 カスタマイズ可能なリスク管理: 完全に調整可能なリスク設定で、あなたのトレードを保護します。 統合されたニュースフィルター: 重大なイベントを自動でフィルタリングし、トレードが常に最新情報に基づくようにします。 選択可能なGPTモデル: 4つのChatGPTモデルから、あなたのトレードスタイルに最適なものを選択可能。 ニューラルネットワークの精度: マルチシンボルニューラルネットワーク
GbpUsd Robot MT5
Marzena Maria Szmit
5 (1)
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
Indicement MT5
Profalgo Limited
4.08 (12)
Indicementへようこそ! プロップファーム準備完了! -> セットファイルを ここからダウンロード ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   LIVE SIGNAL INDICEMENT は、   専門的な取引アルゴリズムの作成における私の 15 年間の経験をインデックス市場にもたらします。 EA は、最適なエントリー価格を見つけるために非常によく考えられたアルゴリズムを使用し、取引のリスクを分散するために内部で複数の戦略を実行します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリング ストップロスとトレーリング テイクプロフィットも使用します。 このシステムは、重要なサポート レベルとレジスタンス レベルのブレイクアウトをト
AI Tune
Saeid Soleimani
5 (2)
AI TUNE:高度なアルゴリズム取引ソリューション AI TUNEは、人工知能を活用して市場データを分析し、取引を実行する最先端の外国為替および金属取引ボットです。この洗練されたシステムは、リアルタイムで膨大な情報を処理し、潜在的な機会を特定し、精密にリスクを管理します。 AI TUNEのバックテスト結果は、実世界のパフォーマンスを示すものではありません。これは、履歴シミュレーション中にボットがライブAI分析エンジンに接続できないため、ライブ市場条件下でのボットの完全な機能を反映しない簡略化された意思決定になるためです。 自動取引に加えて、AI TUNEはリアルタイムの取引シグナルと日々の市場分析を直接Telegramに送信することで包括的な市場インテリジェンスを提供し、市場を積極的に監視していない場合でもプロレベルの洞察力を提供します。 主な特徴: AIによる市場分析と意思決定 カスタマイズ可能なリスクパラメータを持つ自動取引執行 シグナルと更新のためのリアルタイムTelegram通知 包括的な市場洞察のためのマルチタイムフレーム分析 詳細なパフォーマンスレポートを備えたユーザーフ
作者のその他のプロダクト
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
Bollinger Bands Builder Premium
Florea E. Sorin-Mihai Persoana Fizica Autorizata
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 obtain
フィルタ:
レビューなし
レビューに返信