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

MQL Trendline EA

1

Summary

This EA will trade semi-automatically based on trend lines or horizontal lines that are manually plotted on the chart by the user. It can handle any number of lines per chart and each line can have its own adjustable settings. This EA manages every line separately based on specific user 'keywords' set for each line. Since each line has it's own independent settings, this is why there are very few shared inputs in this EA. Doing it this way allows for a single EA to manage many lines and combinations of settings at the same time. This makes the EA more user-friendly.


Inputs

  • See_Example_Lines - If true, the EA will draw 2 example lines on the chart to help you understand how to set the keywords for lines. You can drag the lines to where you want to see them trade, change their keywords, or even delete them and draw your own lines. They are merely example lines. Example lines will automatically be set in backtesting mode too, even if this input is false.
  • The EA has all standard inputs that should be self-explanatory, such as Magic Number, max. slippage, and so on. Main EA settings are controlled with 'keywords' and not standard EA inputs.


Keywords

As mentioned above in the summary, each line can have it's own adjustable settings. These are controlled by set 'keywords' that the EA looks for. These keywords are entered into the 'name' field for each line. You can find and edit the name field for a trend line or horizontal line by highlighting the line by double clicking on it, then right clicking on the line, and then selecting either 'Horizontal Line properties' or 'Trendline properties'. You should remove the default name assigned by MetaTrader and replace it with your keywords and any values. Some keywords are mandatory and some are optional. It depends on the situation. Below is a list of the available keywords.

  • TL

    Format: TL=1, TL=2, TL=3, etc...

    Necessity: Mandatory

    Description: This keyword is what is used to assign a unique trend line number to each trend line. The EA will use this number to categorize and manage the lines separately. For example, if you have 10 lines on the chart and each have their own settings, then the EA will not get confused since each will have its own TL identifier. This TL is also used for the order comments. So, this will help in your own analysis as well.

  • Trade

    Format: Trade (by itself)

    Necessity: Mandatory (if trading)

    Description: This is the keyword to use if you want the EA to trade the trend line.

  • Alert

    Format: Alert (by itself)

    Necessity: Mandatory (if alerting)

    Description: This is the keyword to use if you want the EA to alert for the trend line. There are 4 types of alerts possible which are in the EA's inputs.

  • Timer

    Format: Timer=08:00-15:45 (hours:minutes-hours:minutes)

    Necessity: Optional

    Description: This represents the allowable time period that new trades can be opened and for alerts to occur. Existing trades will not be closed out if the current time goes outside the timer limits. They would still close out normally. Only new trades will not be made outside the allowed times. And new alerts will not occur outside the allowed times. This input must be in a valid format in order to be used properly. Do not add any strange characters or spaces to the input string. For example, 08.00, 0800, and 08 00 are not the same as 08:00. The timer is based on the broker's operating time as seen in the MetaTrader platform. The timer is not based on GMT time or your PC's time. Both hours and minutes can be used in the timer.

  • Lots

    Format: Lots=0.10

    Necessity: Mandatory (if trading)

    Description: This is the keyword to use to set lot size of the trade. It is not used if trading is disabled.

  • SL

    Format: SL=10

    Necessity: Optional

    Description: This is the keyword to use to set the stop loss of the trade. This input is based in Points and not Pips. This input is only used if the line will be traded. If trading and this keyword is not used, SL will simply be 0.

  • TP

    Format: TP=20

    Necessity: Optional

    Description: This is the keyword to use to set the take profit of the trade. This input is based in Points and not Pips. This input is only used if the line will be traded. If trading and this keyword is not used, TP will simply be 0.


Keyword Examples

  • Example 1

    Let's say price is below a trend line and you expect price to go up, bounce off, and reverse down. You want to set a TP of 200 Points and a SL of 400 Points.

    You could use this keyword string: "TL=1,Trade,Sell,Lots=0.25,TP=200,SL=400"

  • Example 2

    Let's say you see a market range and expect there to be a breakout once one of the horizontal lines is reached. You do not want a TP or SL.

    You could use these two keyword strings: "TL=1,Trade,Buy,Lots=1.50" & "TL=2,Trade,Sell,Lots=1.50"

  • Example 3

    Let's say price is currently below a certain important level and you simply want to receive an alert once a certain price is reached, so you can place a buy order manually.

    You could use this keyword string: "TL=1,Alert,Buy"

  • Example 4

    Let's say you want to trade a certain line but only after price has breached the line by 100 Points.

    You could draw a parallel line above/below the important line you want to trade by 100 Points and use this as the actual trading line. Then you could use this parallel line and set this string: "TL=1,Trade,Buy,Lots=0.01"


Notes

  • The keywords are NOT case sensitive. So, the keywords 'Trade', trade, and TRADE are recognized as the same.
  • All alerts are standard MetaTrader alerts. Some of them will require you to input your details in the MetaTrader terminal in order for them to work.
  • Screenshots are optional and meant to help with your records and analysis since they are taken before the lines are deleted. Screenshots are taken only when trading is done, but not when alerting only. They are saved in your platform's 'Files' folder. The file names are named by the order's ticket number.
  • Keep in mind that once a trade or alert occurs, the EA will delete the line since it did its job already.
  • This EA can be tested in the back tester in visual mode the same way as in live trading. In this case, the EA will draw 2 example lines. Just move them to where you want or delete them and just draw your lines on the chart as you normally would.
  • The lines can be adjusted or moved on the chart even during EA operation. The EA reacts in real-time. You do NOT need to remove, pause, or reset the EA in order to adjust or move the lines.
  • Keywords must be separated by a comma (",") but the order of keywords does not matter.
  • The EA will check for available margin before placing a trade. If there is not enough available margin, the EA will skip the trade and the line will remain on the chart. It's possible there will be enough margin later and the EA can make the trade.
  • The EA checks for lot size rules such as min/max lots and lot step. The EA will round up/down if needed instead of skipping the trade.
  • IMPORTANT: Check out our site using the link in my profile to find other FREE indicators and EAs!


おすすめのプロダクト
TrendSurfer OsMa
Augustine Kamatu
2 (1)
Introducing TrendSurfer OsMa: Elevating Your Forex Trading Experience. TrendSurfer OsMa is a cutting-edge automated trading system meticulously crafted to harness the power of the MetaTrader 4 indicator, Moving Average of Oscillator (OsMa), revolutionizing your approach to forex trading. The Moving Average of Oscillator (OsMa) is a derivative of the MACD (Moving Average Convergence Divergence) indicator. It represents the difference between the MACD line and its signal line. The OsMa provid
The advantages of EA TWO CANDLE SMART are: It is equipped with various filters, including: maxspread, maxlot, takeprofit (4 step), stop loss (3 step), profit target per day, and many more. Open order BUY = If iClose[2] > iOpen[2] && iClose[1] > iOpen[1]. Open order SELL = If iClose[2] < iOpen[2] && iClose[1] < iOpen[1]. Target_profit_perday=50; ==> can work on forward test. lockprofit=2;//Minimal Profit in money Step_LockProfit_in_Money=25; Stoploss_in_Money=1000; Stoploss_in %=50;==> Stoplos
Heikin-Ashi-Sniper is a perfect addition to your portfolio. It is meant to be traded on EURUSD on H1 Timeframe. It uses Heikin-Ashi High and Low/High of Monthly timeframe to determine optimal entry signals while having a reasonably low drawdown More EA´s will be published shortly to complete the Portfolio. The EA Trades not very frequently it waits for the right chance and places the order. The rest of the time, your capital is free to be traded on other strategies Please see backtest results
FREE
Based on my original trading strategy, it appears that this EA is programmed to use technical analysis to identify an inside candle pattern in the current candle and wait for a breakout in either direction. If the price breaks out higher, the EA will place a buy order, and if it breaks out lower, the EA will place a sell order. The take profit and stop loss levels are set at 50 pips each. Additionally, using a martingale strategy, which involves increasing the lot size after a losing trade, c
FREE
EA has a live track record with 48 month of stable trading with low drawdown: Live performance MT5 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timefra
/ ********** ********** ********** ********** ********** ********** ********** ********** ********** ********** / Big Sales for Easter! Price is reduced > 50 % already! Grasp the chance and Enjoy it!  /   ********** **********   ********** **********   ********** **********   ********** **********   ********** **********   / This is a powerful EA that support single order strategy, martingale strategy, multiple timeframes strategy, etc with lots of useful indicators and self defined methods.
Features This EA is good at v olatility  market. This EA specializes in   BTC USD, so please apply this EA to that chart. Please apply this EA to the 15 minute chart. This EA uses volatility technical. This EA is easy to manage because it has a maximum of 1 position. The maximum profit is set at 0 pips(Unlimited). The maximum loss cut is set at 10000pips(100 Doller per 1lot、10Doller per 0.1lot). Performance depends on the spread, so please use it with a vendor with a narrow spread. Parameters
FREE
Hello all The expert works by hanging pending deals moving with the price when activating a transaction It closes on the stop loss or on a profit from the pursuit of profit Work on low spread currency pairs Like dollar yen currency The work is done with the same settings as the expert, or it can be modified as the user likes Work on a timing of 15M or more as the user likes parameters: Transaction_Movement : Movement =true  . no Movement=false . Lot1: Manual Lot Size Auto_Lot: Set true to aut
Eamakfin
Deshpande Mahesh Narayanrao
EAMakfin Expert Advisor ソフトウェアのご紹介: 専門知識の遺産! MAKFIN アルゴリズム取引ソフトウェア、以下のリンクから無料デモを予約してください。 https://calendly.com/mahesh-25/meeting-with-mahesh 25 年間のプログラミングの熟練によって作成: EAMakfin は単なるソフトウェアではありません。 これは、25 年にわたる卓越したプログラミングの証です。 当社の経験豊富な専門家チームは、比類のない知識をテーブルにもたらします。 あなたの取引体験が成功の遺産に裏付けられていることを保証します。 元Tier-1投資銀行プログラマーからの信頼: かつてティア 1 投資銀行のトレーディング エンジンを支えた頭脳によって設計された、 EAMakfin は、金融業界の専門家によって設定された高い基準を反映しています。 銀行業務の成功を導いた設計者によって洗練されたソフトウェアを信頼してください。 20 以上
Mr Beast Trend Reverse
Luis Mariano Vazquez Marcos
MR BEAST TREND REVERSE RECOMENDED H1 EUR USD La estrategia "Trend Reverse" en el mercado de divisas (Forex) es un enfoque utilizado para identificar puntos de reversión de tendencias y capturar cambios de dirección en los precios de los pares de divisas. Esta estrategia se basa en la premisa de que las tendencias del mercado no duran para siempre y que se producirán puntos de inflexión. Este robot de trading de Forex ha sido desarrollado por MRBEAST como una herramienta para facilitar el trading
Premium M15
Raphael Schwietering
Dear Investor, I am a full-time system developer since 2010, having developed thousands of trading systems in the last 11 years. My main goal when developing a strategy is long-term growth. All my systems have to pass strict criteria in terms of backtests, out-of-sample validations on unseen symbols, Monte Carlo simulations on different data feeds, slippage, and increased spreads.  It: Trades the EURUSD M15 with a focus on long-term growth. Opens trades at bar and uses no martingale nor any gri
FiboSens AI
Konstantin Chechnev
FiboSens AI – has modern solutions for automating trading strategies based on Fibonacci levels. With a wide range of features, it allows for precise order management and adaptability to a variety of trading strategies and ideas. Key Features · Analysis of Fibonacci levels: customization for any currency pair and chart period. · Trend analysis: the ability to trade with or against the trend. · Automatic closing: customizable parameters for take profit, stop loss, closing based on the tot
This program works only on forex currencies, at New York Stock Exchange opening time (16:30) but opening time CAN BE SET as you want and automatically manage for each opening Trailing Stop Loss and BreakEven (if set). It is based on NY opening physiological movements of currencies quotes by putting pendants orders at defined (Gap) distance. It has an automatic recovery system in case the first trade gone in loss. It is possible to decide which multiply factor to use for the recover, thus it is
The advisor is a flexible solution with a grid strategy. Easy to operate and at the same time effective. It can be used both for accelerating a deposit and for conservative trading, depending on the settings. Uses auto lot and averaging to optimize trading. It is an excellent tool in skillful hands, providing stable results. Those who write a comment and rate honestly will get a Pro Set. Recommendations: Currency Pair: EURUSD Timeframe: M15 Minimum Deposit: $500 Brokers: Exness, Alpari, RoboFore
FREE
Echo one tradeConfirm
Phongkrit Phattanawijak
4 (1)
Echo One: The provided robot is a result of several Test of trading many many strategies,various indicators of forecasting, To make the best decision for making profits in markets. By combining several strategies and algorithms in this robot, at changing each tick price, with the utmost precision and speed  Real account has been opened where it will be possible to analyze the entire history, as well as constantly, in real time, monitor all current results: https://www.mql5.com/en/signals/71
FREE
This is a fully automatic Expert Advisor. It can trade any market, any timeframe and any currency pair. The EA uses simple indicators like SMA, RSI and CCI, and a smart martingale system, that does not open systematical new positions, but waits for a new signal for each new order, wich is limiting drawdown compared to other martingale systems. It uses a combination of seven strategies you can select in the parameters to fit your needs. The strategy tester in MetaTrader 4 can give you the setup y
the expert Advisor is an artificial intelligence that uses built-in algorithms to calculate currency support levels and place orders. defined by five main levels support.in in cases of a breakdown of the strongest support, the adviser closes orders and opens an order in the direction of the trend, thereby saving the Deposit from being completely drained. new levels are defined, and the EA starts working. does not use martingale. it works on any timeframe, but preferably 30 minutes. th
Características principales: Estrategia de scalping : El Crow Candles Scalping EA se enfoca en aprovechar movimientos rápidos en el mercado . La estrategia se basa en la identificación de patrones de velas y análisis técnico para tomar decisiones de entrada y salida. 2.Gestión de riesgos avanzada: El EA incorpora una gestión de riesgos sólida para proteger tu cuenta de operaciones. Puedes ajustar los parámetros de stop-loss y take-profit para adaptar el nivel de riesgo a tus preferencias. 3.Co
This EA can run on every currencies pairs recommend EURUSD, USDJPY, EURJPY, GBPUSD Timeframe 30 Minute (M30) The important advantage of this EA is that you can start to trade with $1000 min imum initial Deposit. And the robot can support your manual transactions on EURUSD. ACCOUNT LEVERAGE: 1:100 ACCOUNT (Stop Out): 50% or less ACCOUNT TYPE: Real account ACCOUNT MODE: Hedging account Take Profit: Automatically Stop Loss: Automatically LOT size: Manual first order
Early Morning Scalper ATR ( 以下 EMS ATR) は、いわゆる朝スキャタイプの Expert Adviser (EA) です。システムトレード用のプログラムとして組まれており、月曜日から金曜日までの特定の時間帯でのみ動作するように設計されています。 EMS ATR には複雑なアルゴリズムと内部搭載のインジケーターを用いて市場の状況を分析します。プライスレンジを計算してその動きの強さを分析し、その結果最適なタイミングであると判断した場合にポジションを持ちます。 Stop Loss と Take Profit を持っていますのでユーザーのアカウントバランスを保護しながらトレードをしかけます。他にも EMS ATR にはアドバンスド・トレーリングや内部アルゴリズムを備えているので、マーケットの動向を賢く判断しながらベストな「逃げ時」をうかがいます。マーケットが好ましくない状況になれば、開いているポジションを閉じて設けを確保したり、損失をおさえます。 Spread と slippage フィルターを備えているので、ボラティリティが高くて不利な状況でのエントリーを
One Good Trade is a simple and effective Forex trading bot that implements the "time determines price" strategy. Its main feature is just one trade per day, executed at the optimal time and in the direction of the current trend. This straightforward approach allows you to take full advantage of favorable market conditions while minimizing risks. Additionally, the bot adjusts to market volatility, ensuring that stop-loss and take-profit levels are set appropriately for current market conditions.
I will support only my client. สำหรับลูกค้า Parameters General Trade Settings Money Management  Lot : Fixed (can change) Strategies  - H4 Strategies you can using both it is fixed with MA, Bollinger band, Candlestick Levels Close Functions  - H1, H4 and D1 Strategies you can using both MagicNumber  - individual magic number. The EA will only manage position of the chart symbol with this magic number. NextOpenTradeAfterMinutes  - 8 minutes is default, can change it MaxSpread  - upto currency
このトレーディングエキスパートの主な目的は、トレーリングストップの機能を実行することです。ポジションをオープンまたはクローズするのではなく、セットとムーブだけが利益を取り、損失レベルを停止します。テイクプロフィットとストップロスを計算するために、価格変動の統計とD.ベルヌーイの道徳的期待が使用されます。このため、専門家によって設定された新しいレベルは、リスク/報酬の比率に関して(可能な限り)最良のオプションを提供します。トレーディングロボットのパラメータを見てみましょう。 Tracked Symbols -EAによって追跡される通貨ペア。興味のある文字をすべてコンマで区切って入力してください。例:EURUSD、GBPUSD、USDCHF。このフィールドを空のままにすると、アドバイザーはそれがインストールされているシンボルに対してのみ機能します。起動すると、ロボットは監視対象のシンボルを端末の[エキスパート]タブに表示します。 Estimated Timeframe -EAが価格変動統計を収集する時間枠を設定します。利益の少ない多数のエントリを使用する取引戦略(スキャルピングなど)
To maximize profit this EA can open 3 trades per signal using different strategies on each. Trade 1 is from signal to next signal. Also use Trailing stop based on Fibonacci. Trade 2 Set take profit at Fibonacci level. Trade 3 Set take profit at Fibonacci level. Also use Trailing stop based on Fibonacci. Settings Activate Buy 1    //--------To enable long trades for operation 1 Activate Sell 1    //--------To enable short trades for operation 1 Activate Buy 2    //--------To enable long trades
Hello all The expert works by hanging pending deals moving with the price when activating a transaction It closes on the stop loss or on a profit from the pursuit of profit Work on low spread currency pairs Like dollar yen currency The work is done with the same settings as the expert, or it can be modified as the user likes Work on a timing of 15M or more as the user likes parameters: Transaction_Movement : Movement =true  . no Movement=false . Lot1: Manual Lot Size Auto_Lot: Set true to aut
Multiversal
Corentin Petitgirard
5 (1)
please read the description. After months of programming and testing, I'm proud to share  Multiversal  with you . Multiversal  is an expert who works on Timeframe M5 on 20 different pairs  each with a different setting.  Multiversal  is a scalper who is not spread sentive . So It works on every brokers in all conditions. Multiversal  does not use any dangerous strategies  like martingal or hedging that could blow up your account. This expert is the final product of a long period of research.
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.
Axel Bot is a sophisticated trading algorithm designed to empower traders with advanced hedging strategies. By seamlessly integrating with major financial markets, Axel Bot allows users to execute trades algorithmically, minimizing risk and maximizing potential returns. The bot leverages real-time market data, advanced analytics, and predictive modeling to identify opportunities for hedging, enabling traders to protect their portfolios against unfavorable market movements. With its intuitive int
The EJ_15_201514104_S_SM_CF_SQ4 is an algorithmic trading strategy for MetaTrader, tested on EURJPY using the M15 timeframe from April 1, 2004, to April 24, 2024. There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   http://quantmonitor.net/listing/eurjpy-awesome-oscillator-master/ Key details are: MagicNumber: 201514104 Main
FREE
Hello all The expert works on the moving average indicator Calculating the number of points from the current price and the index Entering into a profit deal 5 pips If the trend reverses with a new signal, it enters a trade with the trend with opening consolidation deals with the same size of the original lot With the closure of all together on a profit of  5 points Cooling deals with the same size of the basic lot 15 pips opens a new trade Work on the M15. Parameters: Lot1: Manual Lot Size Au
このプロダクトを購入した人は以下も購入しています
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
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
Z4scalp
Cence Jk Oizeijoozzisa
4.43 (7)
-------------------------------------------Z4SCALP の紹介 ------------------------------------------- Z4SCALP は、トレードごとに SL を持つ高度なトレーディング ロボットで、非常に小さな SL で、マーチンゲールなしで設計されています。 偽の利益 2週間利益を出し、限られた損失で消える。このエキスパートはそのような動作をしません。 私のエキスパートは忍耐を必要とします。2か月後、結果と複利がアカウントに表示されます。 急いで利益を上げたい場合は、このエキスパートを購入しないでください。 限定オファー: 1 つの製品を購入すると、もう 1 つが無料で提供されます。他の 3 つのバージョンは無料で利用できます ---------------------------------------------------------------------------------------------------------------- テスト戦略を信頼できない場合は、このアカウントを毎
CoreX G MT4
Arseny Potyekhin
5 (4)
概要 CoreX G EAは、外国為替市場の複雑さに対応するために特別に設計された高度な取引システムです。最先端のニューラルネットワーク、高度な機械学習技術、および統合されたビッグデータ戦略を活用することで、CoreX Gは取引において卓越した精度とセキュリティを提供します。このエキスパートアドバイザー(EA)は、技術的な優秀さとプレミアムなカスタマーサポートにより際立ち、ユーザーが質問や懸念に常に対応できるようサポートします。 信号:   Live Signal 1 Live Signal 2 Blog: CoreX G EA この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 790米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 200 ドル      シンボル XAUUSD タイムフレーム H1 ビッグデータ統合と取引戦略 ビッグデータはCoreX Gの戦略の基盤です。膨大な量の過去およびリア
Golden Ai EA MT4
Mansour Babasafary
5 (2)
40% discount only for the next 5 buyes (Original price: 600 $) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert Golden Ai 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 Gold (XAUUSD) currency pair and 3 important time frames An expert who has been trained by artif
Waka Waka EA
Valeriia Mishchenko
4.31 (48)
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
Quantum Emperor MT4
Bogdan Ion Puscasu
4.87 (143)
ご紹介     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 Queen、Quantum Gold Emperorを無料で入手できます!*** 詳細についてはプライベートでお問い合わせください 新しい Live Signal V5:   ここをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル クォンタムエ
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 と統合されています。
Bonnitta EA
Ugochukwu Mobi
3.42 (19)
Bonnitta EA は、保留ポジション戦略 (PPS) と非常に高度な秘密取引アルゴリズムに基づいています。 Bonnitta EA の戦略は、秘密のカスタム指標、トレンドライン、サポートおよびレジスタンス レベル (価格アクション)、および上記の最も重要な秘密の取引アルゴリズムを組み合わせたものです。 3 か月以上のリアルマネーテストなしで EA を購入しないでください。ボニッタ EA をリアルマネーでテストするのに 100 週間以上 (2 年以上) かかりました。結果は以下のリンクで確認してください。 BONNITTA EA は愛とエンパワーメントから作られています。 少数の購入者のみを対象とした価格設定と著作権侵害アルゴリズムの実装です。 Bonnitta EA は、22 年間で 99.9% の品質を持つ本物のティックを使用してテストされ、実際の市場状況に近いスリッページとコミッションでストレス テストに合格しました。 Expert Advisor には、完全な統計制御による統計収集およびスリッページ制御のアルゴリズムが含まれています。 この情報はブローカーのトリッ
Bitcoin Robot MT4
Marzena Maria Szmit
5 (16)
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
EA Gold Stuff
Vasiliy Strukov
4.73 (967)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オー
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT5       マニュアル   signal :  https://www.mql5.com/en/signals/2260126   次価格: $ 699 setfile of Medium-low Risk setfile of High Risk このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミ
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 MT5バージョン: MT5へ移動 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限定です。 実行の推奨事項 推奨通貨ペア:G
The Gold Reaper MT4
Profalgo Limited
4.55 (29)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
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
Diamond PRO
Fanur Galamov
5 (20)
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
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
HeXon FX – 外国為替トレーダーのための最高の取引ソリューション HeXon FXは、外国為替市場で正確に動作するように設計された高度なエキスパートアドバイザー(EA)です。最先端の取引戦略を活用し、HeXon FXは主要通貨ペアであるEURUSDを取引するための柔軟で安定したソリューションを提供します。このEAは、市場の変動が激しい局面で特に優れており、さまざまな市場条件に効率的に適応しながら、リスクを最小限に抑えつつ一貫した利益を上げることができます。 信号:   Live Signal 1 この戦略は非常にユニークなので、ライセンスの数を制限して販売したいと考えています。そのため、販売を制限するために価格は着実に上昇します。 次の価格は 690米ドル です 。 ブローカー 任意のブローカー、 ECN / ZERO スプレッドを推奨 レバレッジ 1:20 から 入金 最低 50 ドル      シンボル EURUSD タイムフレーム H1 HeXon FXを際立たせる戦略 HeXon FXは、複数の高度な取引戦略を組み合わせて使用することができ、それぞれ単独でも、
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 Real Time Signal XAUUSD:  https://www.mql5.com/en/signals/2254092 Real Time Signal USDJPY:  https://www.mql5.com/en/signals/225409
Fenghuang EA utilizes clustering principles in machine learning to analyze data, identifying groups of objects or events with similar features or relationships. It uncovers hidden patterns and categorizes objects by similarities, aiding in the discovery of causal relationships. The EA allows for in-depth data analysis, highlighting significant relationships without risky techniques like martingale, netting, or scalping, making it compatible with various brokerage environments. Read more about t
EA Black Dragon
Ramil Minniakhmetov
4.79 (482)
EAブラックドラゴンはブラックドラゴンインジケーターで動作します。エキスパートアドバイザーはインジケーターの色で取引を開始し、注文のネットワークを構築したり、ストップロスで作業したりすることができます。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 ここですべての設定を見つけることができます!推奨事項 通貨ペアEURUSDGBPUSD  時間枠M15  推奨保証金1000ドルまたはセント  推奨設定デフォルト設定入力パラメータ  初期ロット-初期ロット; ロット乗数-後続の注文のロット乗数。 自動ロット-自動ロット計算を有効/無効にします。 自動ロットサイズ-自動ロットが有効になっている場合にアドバイザーがロットを使用するデポジットの金額。 距離-注文間の距離。 最大ロット-アドバイザーが開くことができる最大ロット。 利益を得る-利益を得る; ストップロス-ポイントでストップロス。 トレイルスタート-トレーリングストップがアクティブ化されたポイントでの
Scalper Dragon
Van Hoa Nguyen
4.89 (9)
Scalper Dragon is a scalping robot developed for GBPUSD, USDCHF, EURAUD pairs. The current version adds a few features that increase system consistency. Trade with the scaling strategy on the M5 timeframe. Orders always come with stoploss, fixed takeprofit.  Download Setfile all pair Current price is $99 for the next 09 copies purchased. The next price will be $210 FEATURES Fully automatic mode with adjustable inputs. Strict use of stop loss management, every trade is protected in advance. EA
ONLY 3 COPIES OUT OF 10 LEFT AT $399! After that, the price will be raised to $499. Gold Scalper Trading is an EA that uses a complex trading methodology that includes cross-market analysis to find scalpable entry points with XAUUSD, one of the market's wildest running pairs. EA uses stop loss for all orders, only 1 order and does not use any dangerous trading methods: No grid, no martingale,... Gold Scalper Trading is one of the EAs I have used. using and trading with fund management account
Gold Scalping Expert is a very intelligent smart algorithm which exploits the reaction of gold during various high-impact events like geo-political news, pandemics, and economic changes.  This system trades breakouts using the popular zig-zag indicator by placing pending orders at the turning points and when the price breaks out beyond these levels the orders will get triggered.  The EA is using a very smart trailing stop and dynamic stop loss to protect your account and manage the risk properly
AW Recovery EA
AW Trading Software Limited
4.36 (73)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
Supply Demand EA ProBot
Georgios Kalomoiropoulos
5 (2)
需要と供給の 原理に基づいた 完全自動アドバイザー 。完全に自動化された 需要と供給のアドバイザー を初めて提供しました 。 取引が 簡単に なり、取引戦略を完全にコントロールできるようになりました 便利なグラフィカル操作パネルを使用。 15,000 行を超えるコードを含む、非常に高品質の アルゴリズム取引 ソフトウェアが手に入ります。 EA ProBot の需要と供給のガイド Prop Firms を取引するための最良の方法は、資格のあるトレーダーになるためのすべての手順に挑戦します。 すべてのトランザクションは自動的に行われ、管理されます。 インプットを選択する だけで、リラックスして利益の成長を観察できます。 パネル入力パラメータ: 取引方向の 選択 (買いまたは売り) 取引したい時間枠 を選択してください 操作したいゾーンのタイプ を選択します (広、中、狭、超狭) 3つの資金管理オプション から選択 利益を得る取引 または 損失を得る 取引の数の後に停止するアドバイザーを選択してください 。 リスクまたは ATR に基づいて TP および SL
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
AW Classic MACD EA
AW Trading Software Limited
3.67 (3)
完全に自動化された取引システム。古典的なインジケーターがシグナルとして使用されます     MACD   。トレンドインジケーターとオシレーターを組み合わせてエントリーポイントを検出します。平均化、最初と最後のバスケット注文を閉じる機能、および自動ロット計算の機能を使用します。高度なダッシュボードと3種類の通知があります。 Problem solving ->   HERE  / MT5 version ->  HERE   /   Instruction  ->   HERE   利点: 完全に自動化された取引システム 簡単なセットアップと直感的なパネルインターフェース キャンドルごとに1つの注文のみを開く機能 内蔵の自動ロット計算 最初と最後のバスケット注文を閉じるための組み込みシステム 通知の3つのタイプ:プッシュ、電子メール、アラート ストラテジー: EAは、インジケーターからシグナルを受信するとポジションを開きます。 -ゼロレベル:「0」マークの速いラインが下から上に交差するとき-買いシグナル、買い注文を開きます。上から下に「0」マークを横切るとき-売りの合図、SELL
Indicement MT4
Profalgo Limited
5 (1)
Indicementへようこそ! プロップファーム準備完了! -> セットファイルを ここからダウンロード ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル NEW: Choose 1 EA for FREE! (limited to 2 trading account numbers) 究極のコンボディール   ->   こちらをクリック 公開グループに参加する: ここをクリック   LIVE SIGNAL INDICEMENT は、 専門的な取引アルゴリズムの作成における私の 15 年間の経験をインデックス市場にもたらします。 EA は、最適なエントリー価格を見つけるために非常によく考えられたアルゴリズムを使用し、取引のリスクを分散するために内部で複数の戦略を実行します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリング ストップロスとトレーリング テイクプロフィットも使用します。 このシステムは、重要なサポート レベルとレジスタンス レベルのブレイクアウトをトレー
AI Meta EA MT4
Denis Kurnev
4.43 (7)
Introducing the AI Meta EA advisor - a remarkable leap in the world of trading! If you've always aspired to something greater and uncharted, then AI Meta EA is what you need. It harnesses cutting-edge artificial intelligence technologies, developed using neural networks and hidden algorithms in the deepest corners of the internet. What makes AI Meta EA so uniquely exceptional? Forget about old strategies and mundane indicators! My advisor possesses an intuition that even the most experienced tra
作者のその他のプロダクト
MQL Universal EA
Martin Eshleman
4.56 (9)
Summary of the Expert Advisor This EA will trade using standard MT4 indicators such as Moving Averages, MACD, RSI, Bollinger Bands, and so on. The EA was made so that these indicators can be mixed or matched so a number of possibilities can be traded with. Each indicator can be enabled or disabled and many settings are adjustable for each indicator. There are also other features included like multiple time frame capability and money management. As a result, many different trading strategies can
FREE
Gann Time Clusters Indicator This indicator is based on W. D. Gann's Square of 9 method for the time axis. It uses past market reversal points and applies the mathematical formula for Gann's Square of 9 and then makes projections into the future. A date/time where future projections line up is called a 'time cluster'. These time clusters are drawn as vertical lines on the right side of the chart where the market has not advanced to yet. A time cluster will result in a market reversal point (ex.
Custom Pattern Detector Indicator This indicator lets you define your own custom pattern instead of the typical candlestick patterns. Everybody already knows about common candlestick patterns like the Doji pattern. This indicator is different though. The pattern you will define is a custom pattern based on CANDLE FORMATIONS . Once the indicator knows the pattern you want it to look for, then it will go through history on the chart and find matching patterns, make them visible to you, and calcul
FREE
MQL Random EA
Martin Eshleman
3.33 (3)
Summary: This EA places a single trade at a time in a RANDOM direction (buy or sell) and uses a simple TP & SL. A lot multiplier is also optional. Once a trade hits TP/SL, it will place another trade in a random direction. And so on. Since it only ever has 1 trade open at a time, it can be used on any broker. Which means it can be used on US brokers with the FIFO rule. Inputs are few and everything is based in Points too. So it can be used on any chart reliably and easily. You will be amazed how
FREE
Summary This indicator is based on RSI and Momentum indicators. It also considers moving averages of these two indicators. The three indicators have adjustable settings. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. The arrows can be used in the EA and the inputs can also be optimiz
FREE
Fibonacci SR Indicator This indicator creates support and resistance lines. This indicator is based on Fibonacci Retracement and Extension levels. It will consider many combinations of the Fibonacci levels and draw support/resistance lines based on these. This indicator uses tops and bottoms drawn by the ZigZag indicator in its calculations. The ZigZag can also be drawn on the chart, if necessary. The indicator considers many combinations of past reversal points and Fibonacci ratio levels, and
FREE
Summary This indicator is based on the MA applied to the RSI indicator. It draws arrows at the confirmed crosses of the MA over the RSI line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs All inputs
FREE
Summary This indicator is based on the MA applied to the Momentum indicator. It draws arrows at the confirmed crosses of the MA over the Momentum line. When the MA crosses upwards, then a buy arrow is displayed and vice versa. The arrows do not repaint since the indicator only uses confirmed values and waits for the candle to close before painting an arrow. The indicator is also able to alert when arrows appear. There are 3 types of alerts - Popup, Email and Mobile Push Notifications. Inputs A
FREE
Auto ZZ SR Indicator This indicator automatically draws trend lines using ZigZag top and bottom points. The more ZigZag tops/bottoms that are used, the greater the number of possible combinations. Therefore, the more possible trend lines can be drawn. And vice versa too. The fewer ZigZag tops/bottoms that are used, the lower the number of possible combinations. And therefore, the fewer the possible trend lines can be drawn. The indicator constantly updates the trend lines on the chart as the ma
FREE
Cycles Predictor Indicator This indicator uses past market cycles to predict future price movements. The indicator scans through past data and considers  combinations  of cycles. When cycles  coincide  at the same future date/time then it is considered a valid future prediction. The predictions are drawn as vertical lines on the right side of the chart in the future. A prediction will often result in type of candle (ex. bull or bear) and/or a reversal point (ex. bottom or top) forming at this ex
フィルタ:
jaffd123
143
jaffd123 2017.03.10 20:38 
 

I purchased this product and downloaded to my laptop. I need this on my desktop. I reached to the developer who is not willing to support this simple process unlike other developers. MQL5 does support multiple activation but the developer is not willing to spend the time. I will change my review only when I recieve the level of support required for my request. Below are MQL5 Product Rules that developers need to obide by:

Rules of Using the Market Service

The number of free Product Activations available to the Buyer on another PC after purchasing the Product is defined by the Seller. The minimum number of such Activations is 4.

The Buyer purchases the right to activate a Product as many times as specified by the Seller at the moment of purchasing or renting this Product. For example, if a Product allows 20 activations at the moment of its purchase, the Buyers can install it on 20 different hardware + OS configurations even if the Seller will decrease this number afterwards.

https://www.mql5.com/en/market/rules

Martin Eshleman
9058
開発者からの返信 Martin Eshleman 2024.05.28 16:36
MQL5 handles licensing and distribution. I cannot help you since there is no possibility for this on my side!
レビューに返信
バージョン 1.30 2024.05.28
- The EA is now FREE!
- Added a new input called 'See Example Lines'
- The EA will now set example lines at initialization if either it is backtesting and/or if the new input called 'See Example Lines' is true. These example lines show the user how to set the keywords for each line. They also give the user a quick way to see the EA in action. They can be dragged where needed, their keywords changed, or they can even be deleted. They are just examples.
- Misc. performance improvements.
- The EA now checks if there is enough available margin to make the trade. If not, the trade will be skipped and the line will remain on the chart since it was not traded.
- The EA now checks for min/max lot and lot step rules. The EA will round up/down if needed to make the trade.
- Updated code for newest MT4 compiler.
バージョン 1.10 2015.12.09
Various small improvements have been done resulting in increased efficiency and speed.