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

EA GridInChannel

GridInChannel is a professional system of trading inside a channel using active visual control panel. The EA places a grid according to the specified parameters. It trades inside the channel which is manually plotted using a trend line.

The main concept: while th price is inside the channel and the "start/stop trade" button is pressed, the EA opens an order grid in the direction of the specified channel.


Expert Advisor Features:

  • Opening orders within the specified range. The range is set using the trend channel, can be limited by the Top Price and Bottom Price, time limit is also possible
  • Parameter visualization - the visual panel allows to reconfigure the trading of the EA at any time, it can be minimized and placed to any point of the chart for convenience.
  • Opening auxiliary orders according to the grid principle, with a common averaging and simultaneous closing when reaching the target profit - the grid take profit.
  • Three grid display modes: limit orders for all the grid, no limit orders, one limit order - the one after the current open order.
  • Trailing and scalping - on condition that only the first order of the grid is opened.
  • Taking screenshots - 800х600 screenshot after opening every new order
  • E-mail notifications - after opening a new grid
  • Alternate testing and optimization of the parameters - in the continuous buy or continuous sell mode during non-visual testing and optimization.
  • Extended Statistics in EA log - the EA log has a lot of additional statistics on the operation of the EA
  • Trading a single order with a stop loss - set MaxLimit=o and get traditional trading without averaging.
  • Optimal code - better performance of the EA and minimum load on the terminal


Description of Expert Advisor Parameters

For convenience, added labels to some parameters:

[VSL] - this parameter will have priority in the visual panel. It means that if this parameter is changed on the visual panel, the Expert Advisor will act based on the data of the visual panel. Press the RESET button to revert to the initial settings.

[D] - this parameter must be different for symbols with numbers of decimal places.

  • [D] Width Channel [VSL] - channel width
  • [D] First Grid Step [VSL] - initial step of the grid
  • StepExponent [VSL] - grid step multiplier
  • MaxLimit [VSL] - number of grid orders
  • Minimum percentage of free margin - if the percentage of the free margin is less than this value, trades will not be opened
  • AutoGridCalculation - auto-calculation of the first step of the grid, take profit and channel width
  • HeightPannel - height of the maximized panel relative to top left corner
  • FirstLot - size of the first order in the grid
  • LotExponent - multiplier for the next order in the grid
  • Magic - id of the EA orders
  • [D] slippage - slippage when opening orders
  • [D] TakeProfit - take profit of the grid
  • [D] StopLevel - fixed trailing stop and stop loss in case MaxLimit = 0
  • Trailing [VSL] - Trailing mode
  • Scalping[VSL] - Scalping mode
  • ScalpingBars - number of bars to close the order in the scalping mode
  • autolot - automated money management, parameters are approximate. optimization in the tester is recommended
  • [D] NeedPips - approximate number of points to move to loss, which the grid must withstand (taken into account only if the autolot mode is enabled)
  • Risk - percentage of equity to take into account when calculating a lot in the autolot mode
  • Way conducting grid - choose one of the three grid display modes: 1. limit orders for all the grid 2. one limit order - the one after the current open order 3. no limit orders
  • ScreenNewGrid - mode of taking a screenshot when a new grid is placed, files are saved in the folder …files/GridInChannel/Trading symbol
  • Use Time Limit - limitation of trading by time
  • GridStopTime - if the trading server time is greater than the specified value, the EA will not place a new grid when the StopOnTime mode is enabled
  • Cleaning - the EA will hold the button that allows trading once the price goes beyond the channel above or below the specified price
  • E-mail alerts - email notification about placing a new grid
おすすめのプロダクト
プロのグリッドアドバイザーがRSI(相対力指数)指標に取り組んでいます。不採算注文をオーバーラップさせることにより、アカウントのドローダウンを減らす機能があります。グラフには、利益に関する情報が表示されます。 MT5バージョン https://www.mql5.com/ru/market/product/56995 オプション: RSI_PERIOD-相対力指数を計算するための期間。 UP_LEVEL-上限; DN_LEVEL-下限; RSI_TIMEFRAME-計算の時間枠。 START_LOT-初期ロット; LOT_MULTIPLIER-注文グリッドのロット乗数。 MAX_LOT-最大ロット; STEP_ORDERS-グリッドステップを注文します。 STEP_MULTIPLIER-次数ステップ乗算係数。=-1の場合、使用されません。 MAX_STEP-最大次数グリッドステップ。 OVERLAP_ORDERS-オーダーオーバーラップ機能を有効にするオーダー。 OVERLAP_PIPS-不採算注文を閉じるためのピップ単位の最小利益。 STOPLOSS、TAKEPR
A professional Grid advisor works according to RSI ( Relative Strength Index ) indicators. And has the function of Reducing the Drawdown on the account by overlapping unprofitable orders. The chart displays information about the profit. It can be a very useful tool, For manual trading.  Recommend ECN broker with LOW SPREAD: IC Market , Exness, NordFX , FXPRIMUS , Alpari , FXTM Pls try this EA with Demo account or Cent account! SETTING #44 for E U H4, GU/ GJ M30/H1, GoldM1/M15 Try
このEAはボリンジャーバンドのロジックを採用しています。以下に詳細を説明します: ローソク足の終値がボリンジャーバンドの上のラインを超えると、それはSELLのシグナルとしてカウントされます。 逆に、ローソク足の終値がボリンジャーバンドの下のラインを下回ると、それはBUYのシグナルとしてカウントされます。 シグナルを受信した直後に取引を行いません。この遅延は論理的な目的を果たします。 これらのアウトライアーが一定の閾値を超えると、EAはエントリーをトリガーします。このアプローチにより、不要なエントリーを最小限に抑えることができます。 さらに、EAは最大で10つの同時エントリーを許容します。合計利益が10ピップに達するか、逆シグナルが発生した場合、すべての取引がクローズされます。 各通貨ペアについて最適な設定を見つけるようにしてください。
This EA trades in a completely random fashion with customizable lotsize, stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and supervise Good for rebate generation Customizable SL, TP and lotsize Great for benchmarking tests against other EAs Works for ECN/Non-ECN brokers and 2-3-4-5 digit symbols Trading is FIFO (NFA) Compliant Input Parameters Stoploss: Stop-loss for orders in pips Takeprofit: Take-profit for orders
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
This Expert Advisor is a trading strategy targeting the EURUSD on the 1-hour chart. It is based on entry and exit reversals using specific technical indicators and performs trend-following trades.   I don’t want to rely on just one EA; I want to build a portfolio and diversify my risks..." If that sounds like you, this EA is perfect for your needs. This EA is designed with portfolio management in mind, making it an excellent complement to other EAs to achieve stable performance.   The Benefit of
このエキスパートアドバイザーは、一般にThe Turtle Traderとして知られる、元のDennis and Eckhardtトレーディングシステムを実装しています。元のカメが行ったのとまったく同じように取引され、経験豊富なトレーダーが上昇または下降市場のトレンドを把握するために使用できます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 使いやすく、監督 完全に構成可能な戦略設定 完全に構成可能な取引設定 ECN / Non-ECNブローカーおよび2-3-4-5桁の記号に対応 CFDおよび外国為替商品に対応 この戦略では、メインシステムとフェイルセーフシステムの2つの補完的なシステムを取り引きします。 システム1は20日間のブレークアウトを取引し、10日間のブレークアウトで取引を終了します システム2は55日間のブレークアウトを取引し、20日間のブレークアウトで取引を終了します 戦略の基本原則は次のとおりです。 トレードは最後のシグナルの結果に基づいてフィルタリングされます 取引は、ATR(30)/ 2の間隔で、最大
Works to open two hedging deals, buying and selling, with a goal of each deal of 20 points With the opening of multiple cooling deals in the manner of another lot size and suspending each type of sale or purchase transaction At a profit level. Parameters: Lot1: Manual Lot Size Auto_Lot: Set true to automatically calculate optimal Lot Size based on risk preferences, Set False if you want use manual lot size. Max_Risk: Max Risk as percentage of Equity* the greater this percentage is the great
Gold Angels
Hong Ling Mu
3.5 (4)
ゴールドエンジェルのEAへようこそ とても安定した利益が見込めるEAです。 おすすめです。 ロジックは簡単です。 BANDインジケータを使用しています。バンドを価格がハズレた場合に、フラグがONになります。まだエントリーはしません。 そして価格の動きを注意深くモニターします。 価格がバンドの中に戻り、センターラインにタッチしたときに、順張りでエントリーします。シンプルですが、トレントが安定しているときは利益が大きいです。 特にXAUUSDにベストマッチします。 ただし、タイムフィルターを使うことが条件です。 ヨーロッパ時間や、ニューヨーク時間帯は、大きなボラティリティのため、利益がでません、タイムフィルターを使ってボラティリティの小さい時間帯を設定してください。 ストップロスは、逆のシグナルを使います。 またTPはトレーリングストップでクローズします。 また利益がマイナスでクローズした場合は、次のロットをあげます。設定で変更可能です。
FREE
Semiautomatic EA for trading based on the averaging and locking strategy. The trader sends signals for opening grids by using the buttons on the chart. The EA opens a market order, places a grid of limit orders in the same direction with lot multiplication according to specified parameters and a locking stop order in the opposite direction with the volume equal to the sum of all the previous ones. Once the price passes the specified breakeven level, the EA places a stop loss at the open price+sp
A lot of traders who start trading on the stock exchange or Forex are looking for THE martingale in trading. That is to say the mostly automated trading strategy using an expert advisor or a trading robot which will let them grow their capital in complete safety. Here is PX Trend Martingale Reverse EA. The PX Martingale Reverse Expert Advisor has a rather straightforward logic. It's a Martingale EA, which means it ONLY PLACES ONE ORDER AT A TIME. It will put an order at any market price and wait
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
一目均衡表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
An easy-to-use advisor, but with a complex internal algorithm for making trading decisions and subsequent support of open positions. The advisor is not demanding on equipment and network connection speed. It can also work perfectly on a wireless Internet connection. The trading algorithm looks for the best entries to open market positions, but there is no such thing as 100% constant luck in this world. Therefore, the trading volume is not used all at once, but is divided into parts to imp
This Expert Advisor trades based on trend lines, as well as on the basis of volume analysis. Volumes are calculated using minute bars, in order to determine if they were ascending or descending. The trend lines are drawn based on High and Lows in the trade history. There are also additional indicators. Buy or sell signals depend on all those factors. This allows the EA to enter the market with more accuracy and to perform more deals. Input parameters Lots - lot size (if 0, a lot is calculated
Pokemon
Volodymyr Hrybachov
The Expert Advisor uses an advanced adaptive trading strategy with a neural network based on a position averaging. The strategy for opening the first trades is based on the price rate of change. The neural network is based on a single indicator - the weighted average percentage of the Open price, the High price, the Low price and the Close price. To filter trade opening in the order network, perceptrons are used. A common trailing stop of open positions by money in a deposit currency or profit %
The DoubleEverest Expert Advisor is a pure, distilled idea. This automated EA follows its own unique mathematical algorithm. DoubleEverest : no indicators no martingale, locking, averaging, other risky money management techniques trades every day DoubleEverest catches the price in the European and American sessions. Considers the volatility and dynamics of the market. DoubleEverest places pending orders on the price extremes: of the past and current day, fractals, significant resistance and supp
インジケーターを使用しないグリッドエキスパートアドバイザー。チャートにインストールされると、EAは設定に応じてすぐに作業を開始し、同時に購入、販売、または購入と販売のみを行うことができます。アドバイザには新しいサイクルパラメータがあります。取引を完了したい場合は、NEW_CYCLE = falseパラメータを設定すると、アドバイザは新しい一連の注文を開きません。各取引はストップロスを持ち、利益を取り、トレーリングストップをとることができます。スプレッド、最大ロット、注文数のフィルターがあります。それはまた時間通りに働くことができます。 MT5 https://www.mql5.com/en/market/product/50691 オプション: NEW_CYCLE-注文を開始するための新しいサイクル。 TRADE_DIRECTION-取引方向; STEP_ORDERS-注文間のステップ。 STEP_MULTIPLIER-注文間のステップ乗数。 MAX_STEP-最大ステップ; MAX_ORDERS-注文の最大数。 START_LOT-開始ロット; LOT_MULT
<Logic> EA will entry when the price breaks average candle stick price. EA will make Grid order with Hedge logic. When grid order is placed , EA check the trend and if trend is BUY, then place buy order. If trend is sell, then place sell order. This is to reduce a big draw down. <Input parameter> Slippage(pips) Max position Baselot size take profit stoploss Risk (MM) Grid order settings. Moving average period and Time frame N of bars for average line calculation <BEST PAIR and Time frame> X
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.
Alligator Trade X is an EA based on Alligator. Alligator parameters such as BuyJawsperiod1, BuyJawsshift1, BuyTeethsperiod1, BuyTeethsshift1,   BuyLipssperiod1, BuyLipssshift1, BuyShift1, BuyCandlestickShift1, BuyJawsperiod2, BuyJawsshift2, BuyTeethsperiod2, BuyTeethsshift2,   BuyLipssperiod2, BuyLipssshift2, BuyShift2, BuyCandlestickShift2, BuyJawsperiod3, BuyJawsshift3, BuyTeethsperiod3, BuyTeethsshift3,   BuyLipssperiod3, BuyLipssshift3, BuyShift3, BuyCandlestickShift3, SellJawsperiod1, Sell
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
IRobot Alligators is an Expert Advisor based on the chaos theory and the Alligator technical indicator. This expert advisor consists of three lines, overlaid on a price chart, that represent the jaw, the teeth and the lips of the Alligator. It was designed to help confirm that a trend is in effect and in what direction. As with all moving averages, the shortest one (green) moves first, followed by the middle (red) and then longer average (blue). If the three lines are entwined, then the Alligato
Magical Scalper EA  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 profit Features: One Chart Setup:   you only need one chart to trade all symbols Multiple   currency pairs sup
EA MAGIC WIN is the advanced trading system which was tested for long on different market conditions with heavy load tests. Based on our custom indicator which is backed with mean reversion concept along with few other algorithm this products fits itself into the current market conditions and act accordingly.  Supported currency pairs: EURUSD, GBPUSD, AUDCAD, AUDNZD, NZDCAD Recommended TF: M15. Setfile can be downloaded from here : Click Here Features Easy Setup: You just need to drag th
Grid Extractor
Facundo Sebastian Pereira
Initial promotion, next 10 activations at 50% off Grid Extractor is a multi-currency expert who operates the market with an optimized Martingale strategy. The robot does not analyze the market to trade. Its strength is to have a command interface to manage the bot according to the trader's criteria. The expert has several adjustment points, which allows to maintain the advantages of the Martingale strategy, but reducing the exposure of the account that a classic martingale produces. The imp
Robin Hood EA は、GBPUSD ペア (期間 M5) 用の自動外国為替スキャルピング ロボットです。 このロボットは毎日平均 15 ~ 30 件の取引を開始します。 それは市場の活動次第です。 このロボットは、GBPUSD ペアにドットの後に 5 桁の引用符が付いているほぼすべての有名なブローカーと連携できます。 ロボットを通貨ペアのチャートに追加すると、市場を自動的に分析し、取引を自動的に開始および終了します。 取引は利食い、損切り、トレーリングストップを使用してサポートされています。 ロボットの利点: ロボットはマーチンゲールやグリッドを使用しません。 ロボットはほとんどの時間枠で取引します。 ロボットは GBPUSD ペアで取引します ロボットは1000ドルからの預金で取引します ロボットの設定では、ロボットが取引できる特定の時間を指定できます。 M5 の時間枠 ロボットの動作要件: 最小限のスプレッド。 ロボットは VPS にインストールするか、PC 上で 24 時間取引する必要があります。 ECNブローカーを使用することをお勧めします。 ロボットパラ
AERO EA based on Adaptive Engine Range Over (AERO) trade Single Possiton with TP SL and close by signal No Marti No Grid No Hitory Reader Real Backtesting Refult strategy has backtested since 2020 - 2024 EA work on various market condition Recommendations: Minimum Deposit :$100 Pair : GBPCAD Timeframe : M1 For Better Results USE ECN/RAW/LOW SPREAD ACCOUNT Risk Warning: Before you buy  AERO EA   please be aware of the risks involved. Past performance is no guarantee of future profit
MACD Trading
Matthieu Jean Baptiste Wambergue
Get the MT5 version here ! Automate your MACD strategy! This EA alerts and/or places orders according to MACD strategies with additional filters. It means that you can use it by 2 different ways: Receive alerts based on your MACD strategy with filters on multiple symbols simultaneously in a single chart window; Choose the fully automated mode and let EA place orders based on your MACD strategy, filter choice and money management. This EA works with all broker symbols and contains multi-symbol m
An Expert Advisor who is able to draw trading channels based on the highs and lows of prices and trades from the borders of these channels (when the price breaks through the boundary of the channel, or it touches and comes back). It has customizable options for trading on multiple channels and uses some indicators to improve trading (so that there are fewer trades). It also has options for improving optimization and for managing orders. It is possible to customize the trailing stop (both normal
このプロダクトを購入した人は以下も購入しています
AI Gen XII MT4
Denis Kurnev
4.9 (29)
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
CyNera MT4
Svetlana Pawlowna Grosshans
5 (7)
CyNera:あなたの取引、私たちの技術 シグナル:  CyNera マニュアルとセットファイル: 購入後にご連絡いただければ、マニュアルとセットファイルをお送りします 価格: 価格は販売されたライセンスの数に応じて上昇します 利用可能なコピー: 3 金取引は、市場で最も変動の激しい金融商品であり、精密さ、徹底した分析、そして強力なリスク管理が求められます。CyNeraエキスパートアドバイザーは、これらの要素を巧みに組み合わせ、最適な金取引を実現するために設計された高度なシステムです。CyNeraの高度な戦略と技術は、経験豊富なトレーダーだけでなく、初心者にも、金取引がもたらす独自の課題やチャンスを乗り越えるための支援を提供します。 CyNeraは、金市場の複雑さに対応した信頼できるソリューションを提供します。適応性に優れたインテリジェントな戦略と、多時間枠分析、自動取引調整、そして正確なリスク管理などの高度な機能を組み合わせています。この柔軟性により、CyNeraは市場の急速な変化に即座に対応しつつ、長期的に資本を守るための強力なツールとなります。 シンボル XAUUSD (
AI Golden Jet Fighter GTX     MT4 は、Meta Trader 4 プラットフォームでの金取引用のシンプルで効率的なエキスパート アドバイザー (EA) です。ニューラル ネットワークを利用して、この EA は金市場 (XAU/USD) でのスキャルピング用に設計されています。AI Golden Jet Fighter GTX の主な戦略は、小さな価格変動を特定し、ポジションを開いて短期間で利益を獲得することに重点を置いています。EA は市場の状況をリアルタイムで分析し、事前に定義されたストップロス レベルとテイクプロフィット レベルで取引を自動的に実行します。また、トレーリング ストップ機能もサポートしているため、市場が有利に動いたときにトレーダーは利益を確定できます。正確性を確保するために、EA はスプレッド フィルターを使用して不利な条件での取引を回避し、スリッページ保護メカニズムを使用して正確な注文を実行します。AI Golden Jet Fighter GTX にはリスク管理機能が含まれており、トレーダーはリスク レベルをアカウント残高のパー
Bitcoin Robot MT4
Marzena Maria Szmit
4.85 (26)
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
The Infinity EA MT4
Abhimanyu Hans
4.64 (11)
ChatGPT TurboによるAI駆動テクノロジー Infinity EA は、GBPUSD および XAUUSD 向けに設計された高度な取引エキスパート アドバイザーです。安全性、一貫したリターン、無限の収益性に重点を置いています。マーチンゲールやグリッド取引などの高リスク戦略に依存する他の多くの EA とは異なり、Infinity EA は、機械学習に組み込まれたニューラル ネットワーク、ChatGPT の最新バージョンによって提供されるデータ分析 AI ベースのテクノロジーに基づく、規律ある収益性の高いスキャルピング戦略を採用し、全体的な取引体験を卓越したものにします。 6,000 人を超えるメンバーが参加する MQL5 コミュニティ に参加して、他のトレーダーとつながりましょう。最新の製品アップデート、ヒント、独占コンテンツを常に入手しましょう。 MT5バージョン Infinity EAの設定方法 特徴 Infinity EA は AI 主導のスキャルピング戦略を活用します。 EA はリアルタイムのデータ分析のために ChatGPT-4 Turbo と統合されています。
Boring Pips MT4
Thi Thu Ha Hoang
5 (13)
ブラックフライデーがやってきました! Boring Pips EA が特別に 30% オフでご提供中です!   これは、実際の取引パフォーマンスがほぼ 1000% に達する EA を手に入れる珍しい機会です — 追跡・検証済みです。このようなお得な情報は他にはありません!   しかし、待たないでください!この素晴らしいオファーは 12 月 7 日まで、または最初の 10 名のお客様までの限定です。無くなってしまったら終わりです。今すぐ行動して、手遅れになる前にあなたのコピーを確保してください! ほとんどのエキスパートアドバイザーがバックテストのパフォーマンスは完璧でも、実際の取引では効果的でない理由について考えたことはありますか? 最もありそうな答えは過学習です。多くの EA は利用可能な過去のデータに完璧に適応するように作成されていますが、構築されたモデルに一般化能力がないため、将来を予測することができません。 一部の開発者は、過学習の存在を知らないか、知っていても防止する方法を持っていません。他の人はそれをバックテスト結果を美化するためのツールとして利用し、統計的な有意性を考
CoreX G MT4
Arseny Potyekhin
5 (7)
概要 CoreX G EAは、外国為替市場の複雑さに対応するために特別に設計された高度な取引システムです。最先端のニューラルネットワーク、高度な機械学習技術、および統合されたビッグデータ戦略を活用することで、CoreX Gは取引において卓越した精度とセキュリティを提供します。このエキスパートアドバイザー(EA)は、技術的な優秀さとプレミアムなカスタマーサポートにより際立ち、ユーザーが質問や懸念に常に対応できるようサポートします。 信号:   Live Signal Blog: CoreX G EA この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 790米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 200 ドル      シンボル XAUUSD タイムフレーム H1 ビッグデータ統合と取引戦略 ビッグデータはCoreX Gの戦略の基盤です。膨大な量の過去およびリアルタイムの市場データを処理し、十
FX EurUsd Robot MT4
Marzena Maria Szmit
5 (11)
The EUR/USD Multi-Strategy Trading Robot MT4 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.
HFT Prop Firm EAは、その独特のロゴからGreen Manとも呼ばれており、高頻度取引(HFT)戦略を許可するプロプライエタリトレーディング会社(prop firms)の課題や評価を克服するために特別に作成されたエキスパートアドバイザー(EA)です。 期間限定:HFT Prop Firm EAを購入すると、$198相当の無料ユーティリティがもらえます MT5バージョン: https://www.mql5.com/en/market/product/117386 HFTチャレンジパフォーマンスモニター($200から開始): ブローカー:IC Markets アカウント番号:66603384 サーバー:ICmarketsSC-Demo06 パスワード:Greenman ブローカー:IC Markets アカウント番号:21718043 サーバー:ICmarketsSC-Demo02 パスワード:Greenman 結果1: https://c.mql5.com/31/1055/hft-prop-firm-ea-screen-4333.gif 結果2: https://c.mq
Gold Trading AI
Ho Tuan Thang
3.15 (27)
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
Diamond PRO
Fanur Galamov
5 (23)
Sale 30% OFF! Only 1 copy left for $199. Next price --> $299.  Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an a
GbpUsd Robot MT4
Marzena Maria Szmit
5 (3)
The GBPUSD Robot MT4 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 included
CyBRG RX Mt4
Arseny Potyekhin
5 (3)
CyBRG RXのご紹介:次世代のトレーディングアシスタント 最先端のトレーディングパートナーであるCyBRG RXとともに、トレーディングの未来に足を踏み入れましょう。 高度なニューラルネットワークの力を活用して、CyBRG RXは変化し続ける市場状況をかつてない精度で分析し、適応します。 信号:   ライブ信号 1 ライブ信号 2 この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 890米ドル です。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 50 ドル      シンボル USDJPY タイムフレーム H1 なぜCyBRG RXを選ぶのか? 最先端のニューラルネットワーク :CyBRG RXは学習し進化する高度なAIアルゴリズムを駆使し、洞察に富んだ市場分析を提供します。 適応戦略 :金融市場の動的な特性に合わせて、CyBRG RXは戦略を継続的に調整し、常に一歩先を行くことを保証します
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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
AW Recovery EA
AW Trading Software Limited
4.38 (73)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Quantum Emperor MT4
Bogdan Ion Puscasu
4.86 (145)
ご紹介     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:   ここをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエンペラー EA     は、1
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (3)
需要と供給の 原理に基づいた 完全自動アドバイザー 。完全に自動化された 需要と供給のアドバイザー を初めて提供しました 。 取引が 簡単に なり、取引戦略を完全にコントロールできるようになりました 便利なグラフィカル操作パネルを使用。 15,000 行を超えるコードを含む、非常に高品質の アルゴリズム取引 ソフトウェアが手に入ります。 EA ProBot の需要と供給のガイド Prop Firms を取引するための最良の方法は、資格のあるトレーダーになるためのすべての手順に挑戦します。 すべてのトランザクションは自動的に行われ、管理されます。 インプットを選択する だけで、リラックスして利益の成長を観察できます。 パネル入力パラメータ: 取引方向の 選択 (買いまたは売り) 取引したい時間枠 を選択してください 操作したいゾーンのタイプ を選択します (広、中、狭、超狭) 3つの資金管理オプション から選択 利益を得る取引 または 損失を得る 取引の数の後に停止するアドバイザーを選択してください 。 リスクまたは ATR に基づいて TP および SL
Indicement MT4
Profalgo Limited
5 (2)
Indicementへようこそ! プロップファーム準備完了! -> セットファイルを ここからダウンロード ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   LIVE SIGNAL INDICEMENT は、 専門的な取引アルゴリズムの作成における私の 15 年間の経験をインデックス市場にもたらします。 EA は、最適なエントリー価格を見つけるために非常によく考えられたアルゴリズムを使用し、取引のリスクを分散するために内部で複数の戦略を実行します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリング ストップロスとトレーリング テイクプロフィットも使用します。 このシステムは、重要なサポート レベルとレジスタンス レベルのブレイクアウトをトレー
XG Gold Robot MT4
Marzena Maria Szmit
4.48 (25)
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
Z4scalp
Cence Jk Oizeijoozzisa
2.75 (12)
-------------------------------------------Z4SCALP の紹介 ------------------------------------------- Z4SCALP は、トレードごとに SL を持つ高度なトレーディング ロボットで、非常に小さな SL で、マーチンゲールなしで設計されています。 限定オファー: 1 つの製品を購入すると、もう 1 つが無料で提供されます。他の 3 つのバージョンは無料で利用できます ---------------------------------------------------------------------------------------------------------------- テスト戦略を信頼できない場合は、このアカウントを毎日フォローしてください --------------------------------------------------------- 3 か月以上動作しています。毎日よく見て、監視してください。 アカウント番号: 21756797
こんにちは、私はDiamond Titan FXです。 このEAはUS30ペア専用に設計されています。 EAは、マーチンゲールやグリッドなどのリスクのある戦略を使用しません。 デフォルトでは、EAは各取引に対して50ピップの固定SLを設定しますが、必要に応じて変更できます。 EAはまた、10ピップから利益を確保するトレーリングストップを実装しており、これも変更可能です。 全口座に対するドローダウン管理機能を備えています。 EAにはニュースフィルター機能があり、ニュースの際に取引をオフにしたい場合に使用できます。 特別:EAは7ヶ月以上稼働しているライブ信号があります。明確で透明です。 ライブ信号1:   https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller   プロモーション:Diamond Titanを購入すると、Nasdaq Algoの1つのEAを無料で受け取れます => 詳細はメッセージでお問い合わせください。 プロップチャレンジの取引履歴:   https://www.mql5.com/en/bl
Forex trading bot ai は、自己学習機能を備えた人工知能ベースのロボットです。このロボットは、設定で指定された入力パラメータに基づいて最初のトレードを開始します。ロボットが実行した各トレードはファイルに記録されます(記憶されます)。その後、ロボットはすべてのクローズされたトレードと、それらがクローズされた条件を分析します。クローズされたトレードの総利益がマイナスの場合、ロボットはそれらのトレードがどのようなパラメータで開始されたかを確認し、トレード結果を改善するためにパラメータを調整します。このようにして、ロボットは継続的に学習し、最も効果的なトレードパラメータを自動的に選択します。ロボットの学習プロセスは、最初の10件のオーダーがクローズされた後に開始されます。ロボットは、最後の100件のトレードを基に学習します。設定内の入力パラメータは、最初の10件のオーダーを開くためだけに必要であり、その後はロボットが自動的に設定を最適化します。したがって、ロボットがチャート上でトレードを行う期間が長ければ長いほど、結果が向上します。 ロボットを購入すると得られるもの: 自動ト
The Expert Advisor trades on the signals of the Trend Line PRO indicator. Orders are managed automatically. The EA has a Recovery function that increases the order size if the previous trade was closed with a loss. You can use from 1 to 3 orders at the same time. The Expert Advisor fully complies with the indicator signals and FIFO rules, does not use the grid function, which allows you to start trading with a minimum deposit of $100 The EA has a mobile trading panel for managing auto-trading f
The Gold Reaper MT4
Profalgo Limited
4.55 (29)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here New V2.2 Live Signal Old Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィ
Bonnitta EA
Ugochukwu Mobi
2.9 (20)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリッ
Yarukami Mnukakashi EA
Aleksandr Kazmirchuk
5 (4)
Yarukami Mnukakashi is an automated trading advisor designed for traders in the Forex market. Key Features: Strategy type: 24-hour trading, but I recommend avoiding the American session and setting a daily take of $30-40 per 0.01 lot. Can work in one direction or both at once independently of each other. Trading instruments: GOLD Timeframes: M1 Algorithm: uses technical analysis with moving average indicators, Bollinger and Momentum. Risk management: there is a function to forcibly close order
GoldPulse AI
Babak Alamdar
3.2 (20)
バックテストではなく、実際の取引システムを購入してください。   Live Signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いやすい:各シンボルチャート(XA
Long and Short PRO EA
Aleksandr Kazmirchuk
5 (2)
Long and Short PRO EA is an improved advisor Long and Short FREE EA (unfortunately, users down conduct assessments on purpose, so we had to release a paid version). All the functions that were requested are implemented. The code has been rewritten and many errors have been fixed, including those related to closing positions. This advice will be improved in the future. One of the Yarukami Mnukakashi family of advisors for gold (XAUUSD). You can also trade Forex currency pairs. Work with a spread
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 s
HFT Prop EA
Manpreet Singh
4.95 (255)
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. HFT PROP EA MT5 Version -  https://www.mql5.c
作者のその他のプロダクト
An automatic trading system created from the author's strategy, which is based on the analysis of configurations of three indicators: ADX, Bands and MA. The Expert Advisor has a highly customizable mode, it can trade using a fixed Stop Loss and / or Take Profit, dynamic Stop Loss and / or Take Profit, closing when an opposite signal appears, as well as various combinations of these modes. The system is designed for medium and long-term trading. The system is fully automatic. Please, pay attentio
Paze Win
Anatoly Garmatyuk
The advantage of the expert Advisor is that it only works on finding the best point to open a trade, immediately sets a fixed stop loss and take profit, and then does not perform any manipulations with orders. Orders opened by the expert Advisor do not depend on each other (martingale, top-UPS, locking and arbitrage are not used). With this approach, the adviser does not require a constantly enabled terminal, you should not be afraid that something will happen to open trades if its settings sudd
フィルタ:
レビューなし
レビューに返信
バージョン 2.18 2020.06.22
The EA draws auxiliary lines - levels at which the next grid orders will open. Now at these levels it will be indicated if the order exceeds the permissible sizes (taking into account current equity).
バージョン 2.17 2020.06.19
fixed errors that occurred when changing
parameters during open advisor transactions
バージョン 2.16 2020.06.09
- fixed bugs prevention testing of the advisor
- minor general improvements
バージョン 2.12 2016.02.26
- three grid display mode:
limit orders on the entire grid (as in the old version)
without limit orders
a limit order - following the current open
- display levels with more information
- Now Advisor will be able to trade one lot without averaging with StopLoss and TakeProfit If put Maxlimit = 0
- minimize visual panel and moving the folded label to any point of the graph
- Additional parameter - AutoGridCalculation - enable / disable auto calculation First Step Grid, TakeProfit and Width Channel. These parameters will be calculated automatically, they will depend on the Timeframe and Symbol
- Additional parameter for testing without imaging - If NV Testing, will act only in the non-visual testing and have two choices: Permanently Sell Permanently Buy and although GridInChannel system depends on manual construction of the channel, pozovlit this option to select more optimal parameters using test optimization advisor
- many improvements to make the code work with a counselor easier and quicker, reduce the load on the terminal
- Setting margin risk
- Smart margin control (expert will calculate the potential risk at the opening of the entire grid)
バージョン 1.16 2016.01.19
Fixed re-calculating limit orders for different magic numbers. Now, it is possible to trade on one symbol in the opposite directions if the EA is placed on two charts with different magic numbers.

Optimized trend line display in the default mode.