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

Bingo MT4

MT4 プラットフォーム用のビンゴ取引エキスパート ジェネレーターを購入することをお勧めします。

このエキスパートには、外国為替市場での取引における私の 10 年間の経験が含まれており、蓄積された知識と経験がこの製品のコードに隠されています。

私は、効果的な取引操作を可能にするさまざまな取引商品の何百ものパターンを特定しました。それらはすべて、2 つの主要な設定の形で購入できる Expert Advisor に含まれています。アドバイザーはビンゴと呼ばれます。各組み合わせオプションには、勝ちパターンのセットを獲得するチャンスが含まれており、そのためには、有名なゲームと同様に、シリーズ番号と最も幸運な「チケット」の番号を指定する必要があります。

仕組み:

  1. さまざまなパターンで記述され、私独自の指標を使用して特定されたパターンは、エキスパート内のデータベースの形式で格納されます。
  2. トレーダーは、データベースから使用されるパターンを暗黙的に選択できるようにする設定にアクセスできます。これらのパターンの組み合わせの数は膨大であるため、ランダムな選択が使用されます。
  3. この方法で取得された EA は、最適化などを通じて履歴データに基づいてテストされます。
  4. ユーザー基準によってソートされた最適なオプションのリストから、トレーダーに最も適したオプションが選択されます。
  5. Expert Advisor は、選択した設定の組み合わせで取引するためにチャート上に配置されます。

私はポートフォリオ取引方法を使用することをお勧めします。このためには、設定だけを使用するのではなく、さまざまなチャネル設定とさまざまな取引商品を含む専門家をポートフォリオに含める必要があります。これにより、収益性曲線が平坦になります。

Expert Advisor の基本戦略は、価格が過去の平均に戻ったときに利益を上げることです。リターンが発生しない場合、エキスパートは商品の合計ポジションを増やすことができ、これにより、完了した取引操作の平均価格と取引商品の平均価格との間のギャップを維持することができます。生成された設定が異なると、ポジションへの最初のエントリーに異なる条件が選択され、そのポジションを拡張するにも異なる条件が選択されます。ただし、生成された戦略は、修正で利益を得るために、予想されるトレンドの終了の瞬間に取引操作を実行する傾向があります。

アドバイザーには独自のものがあります ロット量を増やさずに取引する場合の戦略の安定性を示すシグナル( lotM=0)。

29 の取引商品がサポートされており、TF=M15 の未決注文で取引が実行されます。

Expert Advisor が機能するには、lotM=0 設定および初期ロット 0.01 で $300 以上のデポジットが推奨されます。

Expert Advisor はセント口座で使用でき、初期ロット 0.01 で信頼性の高い操作を行うには、lotM=3 で $100 しか必要ありません。


エキスパート設定の説明:

  • Bingo_S -ビンゴ チケット シリーズ - 0 ~ 100000;
  • Bingo_N -チケット番号 ビンゴ  - 0 ~ 100000 ;
  • SymbolName - ビンゴ番号を検索するシンボルの名前。
  • ChannelName - ベース信号を生成するチャネルの名前。
  • Magic - アドバイザーのマジックナンバー - 任意の数字。
  • LotM - 未決注文を再度オープンするときにロットサイズを変更するための 0 ~ 7 のオプション。
  • ロット - 初期ロットサイズ。
  • OpenBuy - オープンな買い注文 (true) または否か (false)。
  • OpenSell - オープン売り注文 (true) または否か (false)。
  • StopWork - アドバイザの作業を停止し、ポジションをクローズする (true) か否か (false)。
  • Use_Drawdown_Stop - ドローダウン制限を使用するか (true)、否か (false)。
  • Drawdown_Pos - ポジションがクローズされるドローダウン。
  • Profit_Pos - ポジションがクローズされた時点の利益。

ストラテジーテスターの設定:

  • アドバイザ: Bingo_MT4.ex4
  • シンボル: 変数「SymbolName」と同じシンボル
  • 間隔: 少なくとも過去 3 年に設定することをお勧めします。
  • 期間: M15
  • モデル: チェックポイント
  • 初回入金額: 100,000 USD

最適化に推奨される EA パラメーター:

  • ビンゴ_S 0から100まで ステップ1
  • Bingo_N 0 ~ 100 ステップ 1
  • ChannelName から Ch_MOVING_AVERAGE から Ch_Raznica まで
  • ロットM   0から7までステップ1

Expert Advisor は、ChanelName 設定に従って、選択されたパラメータに応じて戦略をチャネルごとに生成します。生成の組み合わせは、Bingo_S およびBingo_N 設定の変数によって指定されます。

エキスパート設定は特定のエキスパート パラメーターを調整するのではなく戦略を生成するため、エキスパート パラメーター設定を見つけるために遺伝的最適化を使用することはお勧めできません。

エキスパートの設定を最適化する場合、失敗した組み合わせが許容され、収入が不安定なエキスパートが作成されたり、まったく取引されなくなったりする可能性があることに注意してください。

最大ユーザー基準に従って最適化を実行することをお勧めします。最適化が完了したら、最初の 30 の設定オプションからこの基準の降順に並べて選択します。このカスタム基準は、このタイプの戦略のために私が開発したもので、履歴データに基づいて取引するプロセスにおける多くの統計指標を考慮に入れています。


おすすめのプロダクト
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic R esponsive A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhapse most popular) Inn
H4 GBPUSD Trend Scalper is a trend signal scalper The EA trades according to the trend strategy using original built-in indicator for opening and closing orders. The external inputs for limiting trading on Fridays and Mondays are available. The purpose of the strategy is to use the current trend with the most benefit. According to the results of testing and working on demo and real accounts, the best results achieved by using the Н4 timeframe on the GBP/USD pair Works on MetaTrader 4 Build 971+
After purchasing, you can request and receive any two of my products for free! После покупки вы можете запросить и получить два любых моих продукта бесплатно! The trading robot is designed for trading in the Forex market. Safety in trading: constant stop loss, take profit, protection from increased spread. The advantage of the advisor is trading Money Management (money management system) automatic lot calculation based on the size of your deposit, automatic installation and movement of Fibona
The Infinity Expert Advisor is a scalper. When the resistance and support levels are broken, trades are opened in the direction of the price movement. Open positions are managed by several algorithms based on the current market situation (fixed stop loss and take profit, trailing stop, holding positions in case of trend indication, etc.). Requirements for the broker The EA is sensitive to spread, slippages and execution quality. It is strongly recommended not to use the EA for currencies with
Vizzion is a fully automated scalping Expert Advisor that can be run successfully using GBPJPY currency pair at H1 timeframe. Very Important This Expert Advisor can not run with any EAs in the same account. As part of the money management plan, it calculates and monitors the Margin Level % and assumes that all open trades are created by it. If you want an Expert Advisor that trades in a daily basis, this EA is not for you because using this requires a patience to wait for a few days or weeks o
TLFv1
Thanakorn Suphakornthongchot
Short-Term Fibonacci Trading Strategy with Clear TP and SL Strategy: Timeframe: M15 Indicator: Fibonacci Retracement Fibonacci Levels: Buy Entry: 38.2%, 50.0% Sell Entry: 61.8%, 78.6% TP/SL Placement: SL: Below/above the Fibonacci level used for entry Minimum Capital: $100 Instruments: Metals: Gold (XAUUSD) The recommended spread starts from 10 to 25, and should not exceed 28.
Gyroscope        professional forex expert   (for EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF, AUDJPY, CADJPY pairs)   alyzing the market using the Elliot Wave Index. Elliott wave theory is the interpretation of processes in financial markets through a system of visual models (waves) on price charts. The author of the theory, Ralph Elliott, identified eight variants of alternating waves (of which five are in the trend and three are against the trend). The mo
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
MMM Zig Zag Strategy: The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published. General Inputs: Closes orders with any profit of value (currency):
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible
Harvest GOLD USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $
Magic EA MT4
Kyra Nickaline Watson-gordon
3 (1)
Magic EA is an Expert Advisor based on Scalping, Elliot Waves and with filters such as RSI, Stochastic and 3 other strategies managed and decided with the robot smartly. Large number of inputs and settings are tested and optimized and embedded in the program thus inputs are limited and very simple. Using EA doesn't need any professional information or Forex Trading Knowledge. EA can trade on all symbols and all time frames, using special and unique strategies developed by the author. The EA
Fundamental Robot MT4
Kyra Nickaline Watson-gordon
Fundamental Robot is an Expert Advisor based on Fundamental Signals Indicator. The Fundamental Signals Indicator has a powerful calculation engine that can predict market movement over 30000 points. The indicator is named fundamental because it can predict trends with large movements, no complicated inputs and low risk.  The EA works with low margin levels and thus has low risk. Using EA : The EA is very simple and without complicated input parameters. These are main parameters must b
Ilanis
Mikhail Sergeev
4.61 (28)
Ilanis is and Expert Advisor for stock trading, it can be used for trading on Forex and other markets, including commodities, metals and index markets. To determine the market entry, the EA uses the modern and ultra-light adaptive indicator FourAverage. Principle of position maintaining is similar to that of the popular Forex robot Ilan, using averaging. But unlike Ilan, Ilanis uses an accurate entry into the market. The robot pays a lot of attention to position control, if the price goes in the
私はあなたの注意にユニークな、ユニークな顧問を持って帰りたいと思います。 インディケータ、パターン、ローソク足パターン、回帰方向(トレンド)、さまざまなカスタマイズ可能な関数(グリッド、トレーリング、リピート移動など)から独自の戦略). アドバイザ関数: 1. 買い/売り/buy_sell方向のいずれかを有効にする機能 2. 固定ロットまたは預金の割合 3. TR-pipsまたは波の表示器で...  4. SL-pipsまたは波の表示器で...  5. SLサポート:      -放物線上の末尾の停止      -マーチンゲールロットタイプ(独自の式でロットを増やす)の増加とグリッド)      -再入国x2-最初のピットストップの代わりに、同じロットで保留中の注文が行われます        -リエントリーx3-ここでは、次の二つのストップは、保留中の注文に置き換えられます 6. 損益分岐点-N番号が通過すると、EAは注文を開いた行に移動します 7. ポジションリバーサル-スワップ購入/販売ルーツ 8. つまり、この値に達すると、E
Ilan Spirit Советник  Ilan Spirit -это аналог советника, с добавлением множества дополнительных логик и возможностей для торговли, с оставленными настройками советника . Советник торгует по системе Мартингейл с увеличением последующих лотов в серии ордеров, с целью их усреднения. Первый ордер робот выставляет по сигналам встроенного индикатора. Так же советник имеет возможность прекращать торговлю в зависимости от новостей от сигналов новостного индикатора. Ilan Spirit можно использовать либо на
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage
Santa Scalping
Morten Kruse
3.05 (21)
Santa Scalping is a fully automated Expert Advisor with no use of martingale. Night scalping strategy. The SMA indicator filter are used for entries. This EA can be run from very small accounts. As small as 50 EUR. General Recommendations The minimum deposit is 50 USD,  default settings reccomend for eurusd m5 gmt +2 . Please use max spread 10 if you will not have orders change it to -1. Use a broker with good execution and with a spread of 2-5 points. A very fast VPS is required, preferably
LUNAトレーディングプログラムへようこそ! LUNAは、XAUUSD専用に設計されたEAです。15年以上の取引経験を持つ著者によって、長年の研究開発を経て技術的なブレークスルーを実現しました。 ————————————————   —————— Live Signal(mt4): Click here mt5: Click here ————————————————   —————— 特徴: 誠実な取引システム:LUNAはAIニューラルネットワーク、マーチンゲール戦略などの技術を使用していません。完璧な曲線を実現するための不正行為を行いません。 高度なアルゴリズム:LUNAは高度なアルゴリズムを使用して市場の方向性を判断し、重要なブレークスルーポイントで取引を行い、最適なエントリーチャンスを確保します。 効率的な損失管理:各取引にはストップロスがあり、複数の取引に分割され、すべての損失ポジションが解消されるまで徐々に利益確定されます。 自動ポジション調整:LUNAは、アカウントサイズと許容最大ドローダウンに基づいてロットサイズを調整します。カスタムロットサイズも選択可能です。 レ
Ultra KZM MT4
Nattapat Jiaranaikarn
Ultra KZM is an Expert Advisor that using the unique trading operation. It's strategy is based on the combination of grid and correlation system which is the new method that I invented and developed for a long time. You can see Live Signal from these links : (delete space) 1.  https: //www .myfxbook.com/portfolio/ultra-kzm-eurjpyeurchf/10224608 2.  https: //www .myfxbook.com/portfolio/ea-ultra-kzm-real-account/10374382  Note that You cannot backtest this EA in MT4 because MT4 cannot backtest in
The trading system operates on seven pairs and one timeframe. The Expert Advisor uses trading systems for trend-based entries with the help of the Envelopes and CCI indicators. Each indicator uses up to five periods for calculating the trends. The EA uses economic news to calculate the prolonged price movements. The EA has the built-in smart adaptive profit taking filter. The robot has been optimized for each currency and timeframe simultaneously. Real monitoring:  https://www.mql5.com/en/signal
PROMO: SPEND MORE TIME WITH YOUR FAMILY. ENJOY LIFE… DO NOTHING. We would like to share our coding skills to fellow traders and most especially to people from all walks of life to have the opportunity to trade or invest using auto-trading way to provide other source of income while letting the robot and your money works for you.  The trade strategy is based on Averaging and uses a little bit combination of martingale and grid strategy. Methodology   – Trading entails technical analysis with m
Max ScalperSpeed   is a fully automated expert advisor. This system has been developed to improve the efficiency of generating more returns. Rely on scalping trading strategies and recovery strategies with appropriate trading frequencies, and also able to work well in all market conditions, whether trend or sideways, able to trade full time in all conditions. Enable or disable news filtering according to user needs. Added a proportional lot size adjustment function, where users can choose to ad
FoxFx
Salavat Yulamanov
4.5 (2)
Fox は、RSI 指標を使用した平均値への価格回帰に基づくリトレースメント グリッド取引システムです。 ボリンジャーバンド、さまざまな時間枠からのダブルストキャスティクス!!! 部分的な決済とポジションのヘッジを伴う合計利益に基づく決済。 シグナル https://www.mql5.com/ru/signals/1525221?source=サイト +プロフィール+販売者   通貨ペア: AUDCAD、AUDNZD、NZDCAD。 時間枠: M15 アドバイザは、すべてのシンボルを取引するために 1 つのチャートのみにインストールされます ブローカーがサフィックス (NZDCAD.с など) を使用している場合は、設定にサフィックスを入力する必要があります。 設定   固定ロット0.01   リスクロット リスク20   ロット値動的 10000   固定初回デポジット False   MaximumLot=10 最大ロット   ヘッジを許可 - True   取引可能な通貨ペア AUDNZD、AUDCAD、NZDCAD   ボリンジ
Робот Wolf Stream имеет в своей основе особенность "видеть" график так, как его видит человек. Именно поэтому он точно считывает настроение игроков. Страхи и надежды у толпы формируются в текущей момент, в текущих ситуациях. Робот реагирует на них и действует оптимальным образом для каждой из ситуаций.  Торговля в реальном времени принесла 103% прирост с 26 июля 2021 года (3.5 месяца) На рынке есть множество фаз, которые по характеру своему в корне отличаются друг от друга. Поэтому необходим инд
Climbing Scalper
Liudmyla Bochkarova
4.25 (8)
Climbing Scalper EA is a night scalper that trades during the calmest periods of the market. During this period the markets usually fluctuate and the advisor will trade within these ranges. Each trade will have an initial stop loss and take profit, but the EA also uses advanced stop loss management algorithms that will assess the strength of the trades. 8 copy left at 399, next price 499 Buy this EA, post a feedback and get  Golden Future  for free The advisor works on all pairs with a stable s
Karman
Vladislav Filippov
Karman is a fully automated trading advisor working on a М30 timeframe. The settings of the advisor are based on the safe trading, the essence of which is to close the transaction, while achieving a positive profitability dynamism of several points, which allows the user to reduce the costs of opening losing trades. The Expert Advisor is multi-functional and does not require a specific type of account for the normal operation of all functions embedded in it. The advisor’s manual involves encapsu
Team Trading System     is based on the logic of order strategies and profit-taking strategies working as a team.  In general, EA consists of two parts as strategies and take profits section. Strategies section are special strategies that we create for symbols. Strategies continue to open buy and sell orders independently.  Takeprofits closes orders that are opened by working as a team. Take Profits logic is that profitable orders go by closing lost orders. They never work selfishly. In this wa
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT4
Profalgo Limited
4.72 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Quantum Emperor MT4
Bogdan Ion Puscasu
4.89 (132)
ご紹介     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
AI Gen XII EA This is an Expert Advisor with the latest use of Artificial Intelligence and Neural Networks. The EA runs on the top-of-the-line GPT-4o platform and also uses Advanced Discrete Fourier Imaging in ATFNet aligns the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The EA also boasts trading on different strategies simultaneously and matching backtest trades and real trading, which is very important in its time.  Details about Advisor
Good afternoon. My name is Roman, I am the creator of Gold Rain EA. I have been preparing for its realization for a long time, went through a lot of tests and now I finished the product and went on sale with a live good signal. My motto is to use only live signals, I do not release products without history or lack of real accounts. Now you have the opportunity to try Gold Rain EA in your hands. I will help every client to customize and install EA, from beginner to pro. Tired of complicated EA mo
Gold Trade Pro
Profalgo Limited
4.63 (24)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マー
Ai Hybrid Robot MT4
Mansour Babasafary
5 (3)
Several experts in one expert With this expert, you can use several up-to-date strategies Enhanced with artificial intelligence Can be used in several popular forex currencies Can be used in the most popular forex time frames Without using high-risk strategies Attributes : Can be used in the EURUSD , GBPUSD , USDCHF , AUDUSD , USDCAD , NZDUSD  currency pairs Can be used in M30 , H1 , H4 , D1 time frames Has profit limit and loss limit Without using risky strategies like martingale or hedg
# Neon Trade MT4 私たちの Telegram コミュニティ あなたの注意を紹介するNeon Trade - これは通貨市場でのアルゴリズム取引の分野で独自の革新で、高度な機械学習の方法を使用します。 私たちのアドバイザーは完全に自動化されており、任意のグラフと時間枠に設定した後ですぐに働く準備ができています。原則に従って動作します - グラフに掲げて忘れます。唯一必要なことは、端末の設定で私のAPI " https://xmpp.madsysadm.ru "へのアクセスを許可し、 DYNAMIC モードをオンにすることです。それ以外のことは、アドバイザーが自分で行います。 貿易監視 !!! MetaTrader 5 用バージョン !!! MetaTrader 4 用の無料(ライト)バージョン   設置と操作のマニュアル なぜこのアドバイザーを購入する必要があるのか、 特に触れたいと思います 。無料版がオリジナルとほぼ同じものと思われがちですが、そうではありません。無料版では、デモ機能のみが組み込まれており、すべての設定は自分で選び出す必要があります。それは私が時折公開
Big Forex Players MT4
Marzena Maria Szmit
4.69 (26)
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
FT Gold Robot MT4
Marzena Maria Szmit
4.81 (32)
Introducing the FT Gold Robot MT4, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with   XAUUSD pairs . With its advanced analytical capabilities,   FT Gold Robot   constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every da
ローンチプロモーション 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $993 無料で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のさらなる分析: h
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT5バージョン: MT5へ移動 618セール、期間限定で300ドル割引 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間
Live signal :   TrendMaster FX The MT4 version : TrendMaster FX MT4   618セール、期間限定で300ドル割引 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価格変動が発生した場合、ヘッジ保護があり、EA
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 S
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT5       マニュアル   signal:   https://www.mql5.com/en/signals/2220466 次価格: $699 setfile of signal このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミット最大ポジションと最大浮動損失率を通じてリスクを管理します タイ
Hercules AI MT4
Aleksandr Chebotaev
4 (2)
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
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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
GoldPulse AI
Babak Alamdar
3.93 (14)
バックテストではなく、実際の取引システムを購入してください。 Live Signal 1     Live Signal 2       Live Signal 3   この価格はプロモーション期間中の一時的なもので、間もなく値上げされます EA を 1 つ無料で入手 -> 購入後に連絡してください 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確
ランチプロモ! 現在の価格で残りわずかです! 次の価格: 1233 ドル 最終価格:1993ドル 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は、トレードとコーディングに豊富な経験を持つチームによって開発された次世代のスキャルピングロボットです。これは、米国(US30)
The Sequoia Expert Advisor is a professional market analyst working using a specialized algorithm. Based on the analysis of prices over a specific time interval, it reveals the strength and amplitude of prices using a unique indication system based on real data. When the strength of the trend and its direction changes, the expert closes the current position and opens a new one. The bot's algorithms include signals about overbought and oversold markets. A purchase occurs if the signal falls belo
$999.99 END ON MONDAY, JULY 22, 2024 !   "FUTURE SIGHT OFFICIALLY ONLY SOLD IN MQL5" SAVE YOUR MONEY FOR THE AUTHENTIC FUTURE SIGHT, NOT WORTHLESS PIRATED COPIES. NEXT PRICE $1250. FUTURE SIGHT IS EQUIPPED WITH HIGH SECURITY FEATURES AND HAS A UNIQUE CODE. THIS MAY STOP USERS FROM USING PIRATE FILES, IF APPROVED BY AUTHORIZED FUTURE SIGHT USERS, SO PROTECT YOUR MONEY! FUTURE SIGHT WITH A  WIN RATE OF MORE THAN 80% , OPENING 10 TO 20 OR MORE TRADING EVERY DAY ON 8 SYMBOLS, LOW RISK WITH  "SPECIA
概要 Nasdaq Algo Trading EAは、Nas100(Nasdaq)やUS30(Dow Jones)などの米国株式指数を対象とした専門的な自動取引ツールです。取引とプログラミングにおいて豊富な経験を持つプロフェッショナルチームによって開発され、このEAは投資家に最適なパフォーマンスと安全性を提供します。高度なリスク管理機能とインテリジェントな取引戦略により、このEAは投資の旅において信頼できるパートナーとなるでしょう。 ライブシグナル-1: ここをクリック MT5バージョン: ここをクリック 10個のうち残り1個のみ$493で販売中! その後、価格は$533に引き上げられます。 限定価格$353は最初の10件の販売にのみ適用されます。10件販売後、価格は+$100に引き上げられます。最終価格は$1933です。 主な特徴 - 安全な戦略:他のEAとは異なり、Nasdaq Algo Trading EAはマーチンゲール、グリッド、ヘッジなどのリスクの高い戦略を使用せず、予期せずにアカウントが枯渇するのを防ぎます。これにより、不要なリスクから投資を保護します。 -
Oracle MT4
Stanislav Tomilov
4.1 (10)
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
Waka Waka EA
Valeriia Mishchenko
4.34 (50)
EA has a live track record with 4.5 years of stable trading with low drawdown: Live performance MT5 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. 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 mechanics to its advantage to make p
Ai Multi Trend MT4
Mansour Babasafary
5 (5)
25% discount, until 2024.07.22 (Original price: $1000) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in 6 main market currency pairs and 4 important time frames An expert who has been trained by artific
Aura Black Edition
Stanislav Tomilov
4.59 (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
Bitcoin Robot MT4
Marzena Maria Szmit
5 (12)
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
Dark Algo
Marco Solito
4.79 (62)
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 .
XG Gold Robot MT4
Marzena Maria Szmit
4.46 (26)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Hitech
Salavat Yulamanov
5 (3)
Hitech 強力な取引システム! グローバルなサポートとレジスタンスのレベルにのみ基づいて取引し、独自のインジケーターにフィルターを使用します。 最大の利益を得るために、部分的にクローズした注文のグリッドが含まれています!!!   シグナル                https://www.mql5.com/ru/signals/1842919?source=サイト +プロフィール+販売者                          https://www.mql5.com/ru/signals/1776144?source=Site+Profile+Seller   通貨ペア: GBPUSD、EURUSD、EURGBP、USDCAD、EURCAD、最小ロットを使用 ロールバック通貨ペアの場合、AUDCAD、AUDNZD、NZDCAD の増量ロットを使用できます。 時間枠: M15 設定   Lots=0.01 ロットを修正   リカバリ モード True 一般的な注文グリッドからの部分的なクローズ   LotsMartinp=1.5 Ma
AI NeuroX EA is an innovative trading advisor based on advanced artificial intelligence technologies, including neural networks and the Perplexity and GPT-4 platforms. This advisor has a unique ability to analyze and predict the dynamics of financial markets using deep learning and advanced algorithms. Thanks to the intuition that even the most experienced traders would envy, AI NeuroX EA is capable of developing unprecedented trading strategies, ensuring excellent performance. This advisor oper
作者のその他のプロダクト
コントロールリスクパネルインジケータは、アカウントの取引のステータスを監視するための情報パネルです。 オープン注文に関する情報は、三つのタイプのグループの選択肢を持つポジションの形で提供されます: 1. ない分類-表示に最小の位置のシンボルを使用することを推奨すための一般的評価の状況 2. マジックナンバーによってシンボルごとの位置をサブグループごとにグループ分けします。 3.マジックナンバーの位置をシンボルによってサブグループにグループ化し、ペアのトレーディングを監視するために使用することが推奨されます。 パネルが提供する情報: Chart-ポジションをオープンするトレーディング商品のチャート(シンボル)の名前 魔法-魔法の数 Lots-ポジションの合計ボリューム BU_Point-損益分岐点レベルに達するポイント数 TP_Point-テイクプロフィットに達するまでのポイント数 SL_Point-ストップロスに達するまでのポイント数 IF_TP-テイクプロフィットによる決算時の見積財務結果 IF_SL-決算期における業績の見積り V_for_BU-開くために必要な位置
FREE
The indicator calculates the price of the trading instrument based on the RSI percentage level. The calculation is performed by Close prices, so that we can quickly find out the price, at which RSI shows the specified percentage level. This allows you to preliminarily place stop levels (Stop Loss and Take Profit) and pending orders according to significant RSI points with greater accuracy. The indicator clearly shows that RSI levels constantly change, and the difference between them is not fixed
「ドンチャンチャネルの予測」インジケータを使用すると、現在の価格ポジションに基づいて、将来のドンチャンチャネルレベルの変化を予測できます。 標準のジグザグインジケーターは、反対側のドンチャンチャネルに接触すると、99%でビームを描画し始めます。 チャネル境界レベルの予測は、修正のエンドポイントまたはトレンド変化のポイントを見つけて、これらのイベントが発生する可能性のある時期を見積もるのに役立ちます。 ................................................................................................................ 設定 期間-ドンチャンチャネルを計算するための期間。推奨値は12〜240です。 ................................................................................................................
The indicator calculates the price of the trading instrument based on the RSI percentage level. The calculation is performed by Close prices, so that we can quickly find out the price, at which RSI shows the specified percentage level. This allows you to preliminarily place stop levels (Stop Loss and Take Profit) and pending orders according to significant RSI points with greater accuracy. The indicator clearly shows that RSI levels constantly change, and the difference between them is not fixed
The Predicting Donchian Channel MT5 indicator allows predicting the future changes in the levels of the Donchian channel based on the channel position of the price. The standard ZigZag indicator starts drawing its ray in 99% of the time the opposite Donchian channel is touched. The forecast of the channel boundary levels will help in finding the points, where the correction ends or the trend changes, an also to estimate how soon those events can occur. Configurations Period - Donchian channel
Gap on chart
Aleksey Vyazmikin
5 (2)
"チャート上のギャップ"指標を使用すると、チャート上の価格ギャップを見ることができます。 価格が価格ギャップを閉じるまで、ギャップレベルは時間の経過とともに伸びます。 インジケータを使用すると、感度を調整することができます-表示するポイントのギャップのサイズと分析する履歴の深さ。 自動取引で使用するには、LIFO法による価格ギャップの番号付けが使用されます。 設定 InpBars-履歴の価格差を検索するバーの数を示します InpMinGap-ポイントの価格ギャップに対する感度を示します InpGapUpColor-価格が上昇したときに形成される価格ギャップの塗りつぶし色を示します InpGapDnColor-価格が下落したときに形成される価格ギャップの塗りつぶし色を示します InpDrawFilledGap-チャート上に既に閉じた価格ギャップを表示する必要があることを示します
MT5 プラットフォーム用のビンゴ取引エキスパート ジェネレーターを購入することをお勧めします。 このエキスパートには、外国為替市場での取引における私の 10 年間の経験が含まれており、蓄積された知識と経験がこの製品のコードに隠されています。 私は、効果的な取引操作を可能にするさまざまな取引商品の何百ものパターンを特定しました。それらはすべて、2 つの主要な設定の形で購入できる Expert Advisor に含まれています。アドバイザーはビンゴと呼ばれます。各組み合わせオプションには、勝ちパターンのセットを獲得するチャンスが含まれており、そのためには、有名なゲームと同様に、シリーズ番号と最も幸運な「チケット」の番号を指定する必要があります。 仕組み: さまざまなパターンで記述され、私独自のインジケーターを使用して特定されたパターンは、エキスパート内のデータベースの形式で格納されます。 トレーダーは、データベースから使用するパターンを暗黙的に選択できる設定にアクセスできます。これらのパターンの組み合わせは膨大であるため、ランダムな選択が使用されます。 この方法で取得された EA は、
フィルタ:
レビューなし
レビューに返信
バージョン 1.8 2024.06.13
Произведены существенные обновления:
1. Оптимизацию можно производить по параметрам Bingo_S и Bingo_N, при этом результаты будут воспроизводимы по этим параметрам.
2. Настройка номера Bingo скрыта от пользователя в связи с введением пункта 1.
3. Теперь можно для торговли использовать 29 инструментов.
4. Теперь можно использовать 5 канала для построения базовой стратегии.
バージョン 1.2 2022.07.22
Обновлены коды Бинго!
バージョン 1.1 2022.07.19
Improved handling of errors that occur when trading is banned from the server (Market closed).