• 概要
  • レビュー
  • コメント

Bollinger Band Reversal Ea Mt5

Bollinger Bands Reversal EA for MetaTrader 5

Introduction:

The Bollinger Bands Reversal EA for MetaTrader 5 is an automated trading tool tailored to capture trading opportunities based on Bollinger Bands' reversal conditions. This EA executes buy or sell trades upon detecting a bullish reversal near the lower band or a bearish reversal near the upper band. A bullish reversal is identified when the previous candle closes below the lower band, and the current candle closes above the lower band, transitioning from a red to a green candle. Conversely, a bearish reversal is recognized for the opposite scenario.

For detailed documentation Overall Settings/Input Guide 

High Level Overview of Features

Category Setting Description
GENERAL SETTINGS Lot Size Initial volume for the first trade; subsequent features don't alter it.
Stoploss in Pips Initial stop loss; adjustable by EA features.
Take Profit in Pips Initial take profit; modifiable by EA features.
Trade Comment Specifies trade comments for source identification.
Capture Logs Enables troubleshooting logs.
Enable Magic Number Controls EA behaviour based on a unique identifier.
Magic Number Unique EA identifier for conditional checks.
Trade On New Bar Places trades at the start of the candle.
No New Entry If Trade Exists Determines new entry conditions with or without an active trade.
Number Of Orders Controls executed trades upon entry signals.
Trade Direction Specifies buy, sell, or both signals.
Risk Reward Ratio Sets take profit based on stop loss and a specified ratio.
Next Open Trade After X Seconds Introduces a time gap between multiple entry signals.
Check for Opposite Close Closes previous trend signal before placing a new one.
Delete Pending Order at Distance Auto-removes pending orders at a specified distance.
Delete Pending Order After X Seconds Auto-deletes untriggered pending orders.
Delete Pending Order After N Bars Auto-removes untriggered pending orders after specified candles.
Profit Amount Closes trade at a set profit amount or set take profit.
Loss Amount Closes trade at a set loss amount or set stop loss.
Profit Percent Closes trade at a set percent profit of account equity or set take profit.
Loss Percent Closes trade at a set percent loss of account equity or set stop loss.
Close After N Candle Closes trade after a specified number of candles from opening.
BREAKEVEN SETTINGS Enable Breakeven Boolean input to enable (true) or disable (false) breakeven functionality.
Breakeven Activation Numeric input setting the distance in pips from entry for breakeven activation.
Breakeven Extra Pips Numeric input defining extra pips beyond activation for setting stop-loss, covering costs and slippage.
TRAILING STOP SETTINGS Use Trailing Stop Boolean input to enable (true) or disable (false) trailing stop functionality.
Activate Numeric input setting distance in pips from entry for triggering trailing stop activation.
Trail Price By Numeric input defining trailing stop distance behind the current market price.
Increment By Numeric input specifying the increment by which trailing stop distance increases with favourable market movement.
MARTINGALE SETTINGS Enable/Disable Martingale Boolean input to enable (true) or disable (false) Martingale strategy.
Multiplier Numeric input determining the size multiplier for subsequent trades if Martingale is enabled.
Multiply After N Repeat Integer input setting the number of consecutive losing trades before applying the Martingale multiplier.
Max Step Integer input defining the maximum number of Martingale steps to limit consecutive increasing trade sizes.
Adjust Take Profit Boolean input to adjust (true) or not adjust (false) take profit based on Martingale steps.
GRID SETTINGS Enable/Disable Grid Boolean input to enable (true) or disable (false) GRID strategy.
Step Distance Integer input for the distance in pips between each grid level.
Lot Increase Mode Enumeration input for lot size increase mode: GRID_MULTIPLY or GRID_INCREMENT.
Execution Mode Numeration input for execution mode: GRID_MARKET (market orders) or GRID_PENDING (pending orders).
Increase Factor Numeric input for the factor by which lot size is increased for each new grid level.
Distance Multiplier Numeric input for the multiplier applied to the grid distance for each new grid level.
Increase After N Repeat Integer input for the number of repeats before applying the grid increase factor.
Max Grid Step Integer input for the maximum number of grid steps before resetting to the initial lot size.
Grid Activation Mode Enumeration input for when the grid should be activated: GRID_ON_LOSS or GRID_ON_PROFIT.
SL and TP Mode Enumeration input for stop-loss and take-profit mode: FIXED AMOUNT, EQUITY PERCENT, or COST_AVERAGE.
Grid Fixed Stoploss Sets a fixed stop-loss for combined loss of all trades when SL and TP mode is FIXED AMOUNT.
Grid Fixed Takeprofit Sets a fixed take-profit for combined profit of all trades when SL and TP mode is FIXED AMOUNT.
Grid Equity Pct Stoploss Sets an equity percentage stop-loss for combined loss of all trades when SL and TP mode is EQUITY PERCENT.
Grid Equity Pct Takeprofit Sets an equity percentage take-profit for combined profit of all trades when SL and TP mode is EQUITY PERCENT.
AVERAGE_MODE Enumeration input for averaging orders mode: Sum (Price x Lot)/Sum(Lots) or Sum(Price)/ Sum(Orders).
AVG STOPLOSS Sets stop-loss based on the average price of all trades when SL and TP mode is COST_AVERAGE.
AVG TAKEPROFIT Sets take-profit based on the average price of all trades when SL and TP mode is COST_AVERAGE.
RISK SETTINGS Enable Risk to Lot Boolean input for enabling (true) or disabling (false) Risk to Lot functionality.
Risk Percent Numeric input defining the risk percentage per trade based on the account balance.
Risk Pips Per MicroLot / Stoploss Numeric input determining the risk in pips per micro lot or stop-loss. It aligns with the STOPLOSS pips input for virtual stop-loss calculation.
POSITION SIZING SETTINGS Enable Position Sizing Boolean input for enabling (true) or disabling (false) Position Sizing functionality.
Increase Lot Numeric input defining the additional lot size for each trade when Position Sizing is enabled.
Increase Lot on Account Balance Numeric input specifying the account balance value triggering lot size adjustment. When the balance reaches or exceeds this value, the lot size is adjusted accordingly.
ALERT SETTINGS Allow Alert Boolean input allowing (true) or disallowing (false) the EA to trigger alerts on new entry.
Allow Notification Boolean input enabling (true) or disabling (false) the EA to send notifications (e.g., push notifications on mobile devices) on new entry.
Allow Email Boolean input permitting (true) or restricting (false) the EA to send email notifications on new entry.
TRADE TIME SETTINGS Use Trading Times Boolean input for determining if the EA should follow specified trading times (true) or trade 24/7 (false).
Enable Asian Session Boolean input to enable (true) or disable (false) trading during the Asian session.
Start Time Asian and End Time Asian String inputs specifying the start and end times of the Asian session in broker time.
Enable European Session Boolean input to enable (true) or disable (false) trading during the European session.
Start Time European and End Time European String inputs specifying the start and end times of the European session in broker time.
Enable American Session Boolean input to enable (true) or disable (false) trading during the American session.
Start Time American and End Time American String inputs specifying the start and end times of the American session in broker time.
Enable Other Session Boolean input to enable (true) or disable (false) trading during another specified session.
Start Time and End Time String inputs specifying the start and end times of the specified session in broker time.
TRADING DAY SETTINGS Monday Trade, Tuesday Trade, Wednesday Trade, Thursday Trade, Friday Trade Boolean inputs allowing (true) or disallowing (false) trading on each respective day of the week (Monday through Friday).
Saturday Trade and Sunday Trade Boolean inputs allowing (true) or disallowing (false) trading on Saturday and Sunday, respectively.
SAFEGUARD SETTINGS Slippage Maximum allowed slippage in pips for trade execution.
Maximum Open Trades Maximum number of open trades allowed; set to 0 to disable.
Maximum Long Trades and Maximum Short Trades Maximum number of long and short trades allowed; set to 0 to disable.
Maximum Pending Orders Maximum number of pending orders allowed; set to 0 to disable.
Maximum Long Pending Orders and Maximum Short Pending Orders Maximum number of long and short pending orders allowed; set to 0 to disable.
Max Drawdown Percent Maximum acceptable drawdown as a percentage of the account balance; set to 0 to disable.
Max Drawdown Amount Maximum acceptable drawdown as an absolute amount; set to 0 to disable.
Maximum Trades Per Day Maximum number of trades allowed per day; set to 0 to disable.
Maximum Losing Per Trade Maximum number of losing trades allowed per day; set to 0 to disable.
Daily Stop Maximum acceptable drawdown for a single trading day; closes all positions and halts trading if exceeded.
Daily Target Target profit to achieve within a single trading day; closes all positions and stops trading if reached.
Weekly Stop Maximum acceptable drawdown for a trading week; closes all positions and ceases trading if exceeded.
Weekly Target Target profit to achieve within a trading week; closes all positions and stops trading if reached.
Monthly Stop Maximum acceptable drawdown for a trading month; closes all positions and ceases trading if exceeded.
Monthly Target Target profit to achieve within a trading month; closes all positions and stops trading if reached.
DISPLAY SETTINGS Panel Width Pct Width of the panel as a percentage of the dashboard window.
Panel Height Pct Height of the panel as a percentage of the dashboard window.
Text Size Pct Size of text within the panel as a percentage; influences readability and presentation.
Title Colour Colour of the title text within the panel for visual distinction.
Label Colour Colour of labels or descriptive text within the panel for differentiation.
Value Colour Colour of numerical values or data within the panel for clarity and emphasis.

Usage Recommendations:

Prior to live deployment, conduct thorough testing in a demo account. This helps evaluate the EA's performance, alignment with your trading strategy, and assesses risk tolerance levels effectively.


おすすめのプロダクト
Laforeze
CHUN HUNG MARK TO
Introducing Laforeze , a trend-based EA designed for trading on the US30 index specifically on the daily timeframe. To look at live result follow this trading signal  Laforeze ! Laforeze utilizes four key indicators - RSI, MA, ATR, and RVI - to accurately determine its trend direction. With this approach, it aims to provide high-quality trades rather than focusing on quantity. T o ensure flexibility and customization for traders, Laforeze offers adjustable parameters that allow you to fine-tun
Exclusive FOREX account HEDGE FuzzyLogicTrendEA is based on fuzzy logic strategy based on  analysis 5 indicators and filters. When the EA analysis all this indicators, it decides, based on its fuzzy strategy, which trade will be better: sell or buy. As additional functions, it´s possible defines spread maximum, stop loss and others. Recomm. Symbol: EURUSD, AUDUSD, GBPUSD, NZDUSD, USDCAD, AUDCAD, EURCAD e USDJPY Recomm. timeframe: H1. Backtest were done on EURUSD, H1, 01/07/2023 - 26/0
MMM RSI EA is based on two strategies: First, it opens Sell orders if the RSI indicator reaches the top value and opens Buy orders if it reaches the lowest value. The second strategy calculates the speed of price movements, defines the direction of trends and closes the pending orders when they reach the value indicated in the first parameter. If you desire to use it in scalping mode, you should set the twelfth parameter to TRUE and it will close any pending order that becomes profitable. It is
********** CHRISTMAS OFFER - LIMITED TIME ONLY 30$ ********** 6 COPIES OUT OF 10 LEFT AT $35  ---> NEXT PRICE $55 UPDATED v1.8 IS OUT ON MARCH 2022 " I built this EA based on my past trading experience, on my personal needs, on what I already had in my hands, on those useful functions that I needed. I am happy to share it with you at a very small cost considering the potential and the time dedicated to developing it. " PLEASE READ ALL THE DESCRIPTION BEFORE USE IT -  Grid EA with  selec
Automated multicurrency expert advisor working on any type of accounts and with any type of spreads. The Expert Advisor always sets TakeProfit and due to this, even if there are interruptions to the Internet, the orders will be closed on time and at a favorable price.  The timeframe on the chart does not matter, you can set any digits. Working timeframe is set directly in the settings of the EA. To protect the deposit and limit possible losses, the EA has two options: the ability to set StopLos
Salvador Mt5
Mikhail Mitin
3.5 (2)
Genaral: Not martingale, not a grid; Use on EURUSD Use on M5 EA was opimized only on 2020 year Signals: There is a good rational algorithm. Work of 3 indicators:   WRP, DeMarker, CCI (from 3 timeframes)   (you can set a separate Timeframe for each indicator) Stop Loss/Take Profit: There is a good money management system (there are several type for trailing stop loss); There is virtual levels of Stop Loss / Take Profit; There is smart lot (percent by risk) or fix lot Important: EA can work
FREE
My clients have been waiting for this for a long time, a novelty that will be competitive in the forex market. And so I created this algorithm and at the moment I consider it the best among all my products. Each buyer is invited to the VIP group for buyers / for this, after the purchase, write me a private message. The algorithm is designed in such a way that it uses the most probable reversal points, which, if activated, do not require long-term holding of the position. All transactio
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (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 perhaps the most popul
Violet Panther Scalper MT5 is specially designed to work as scalper and a trend trade system. Panther strategy is based on two moving average crosses and candlestick reader relative to theses averages. A trade in filter based on ATR values can be configured to make EA works only on true trends. So, if trigger condition is true, Panther strat to trade on each new condition achieved. An aditional trend filter can be configured based on TRIX indicator , making possible to confirm such trend behavio
Hundred Egg EA   は完全に自動化された取引システムであり、特に外国為替市場での取引に効果的です。 市場を分析し、エントリ ポイントを見つけるために、いくつかの取引分析手法が適用されました。 また、資本を保護するために特別に設計された市場フィルターと統合されています。  AUDCAD、AUDNZD、NZDCAD を対象としており、非常に優れた結果を達成しています。 元の価格: $350 ライブ信号: クレイジーモード (USD300スタート):   https://www.mql5.com/en/signals/987229 クレイジーモード (USD700スタート):   https://www.mql5.com/en/signals/1524884 アグレッシブモード (USD2000 スタート):   https://www.mql5.com/en/signals/1114889 アグレッシブ モード + その他Egg EAs (USD870 スタート):   https://www.mql5.com/en/signals/1359890 特別ポイント
Check out the new pull back strategy Expert Advisor that I'm working on right now. Get it while it's still free! https://www.mql5.com/en/market/product/97610 Before you buy this expert adviser I strongly recommend to download FREE DEMO and test it in your Strategy tester few times. When you are satisfied with the results, you can come back to this page to buy full version for your real account. This expert adviser was designed specifically for Volatility 75 index ( VIX75 ), also shows o
QuantumForexBot   is a reliable automated assistant for traders specializing in trend trading on the Forex market. Trading on the Forex market is a complex process that requires a significant amount of time, effort, and experience. With the advent of trading bots, traders can now automate their trading strategies and take advantage of market trends without the need to spend countless hours analyzing data. QuantumForexBot is recommended for use on highly volatile currency pairs or during perio
Title : Surefire Hedging Expert Advisor for MT5 Description : Introducing the Surefire Hedging Expert Advisor (EA) for   MetaTrader   5, a sophisticated algorithm designed to minimize risk and maximize profits in the Forex market. This EA is perfect for traders who seek a reliable, robust, and user-friendly solution to enhance their trading experience. Key Features : Advanced Surefire Hedging Strategy : The EA employs a proven Surefire Hedging strategy, which involves opening multiple trades in
AI for Gold
Eugen Funk
4.29 (17)
Have manual trading, trading gurus, online seminars, account managers or trading bots failed to consistently generate trading profits for you as well? Let's face it... Real performance success is usually presented only for a very short period of time or even worse, within Telegram Channels where loosing trades are simply deleted.  But, here is the biggest and less obvious problem... the internet is full of naive strategies, which add to loosing positions and hope that the market will revert. Us
Veritas
Alexandr Drozhzhinov
Мониторинг  https://www.mql5.com/ru/signals/892896 настройки комментарий 2   Цена робота формируется довольно просто: прибыль на сигнале равна цене советника (На Мой взгляд довольно честно) Прибыль в прошлом не гарантирует прибыль в будующем! Когда рынок перепродан или близок к перепроданности открываются позиции против тренда. Если рынок продолжает движение против нашей позиции открывается сетка. Рабочий тайм фрейм H1 M30 но также можно оптимизировать под любой ТФ.  Управление рисками д
XAUEUR に特化した究極のトレーディング ロボット、XAUEUR の無敵のハンターを発見してください。 資本を維持しながら利益を最大化するための完全なソリューションをお探しなら、もう探す必要はありません。  ポジションをオープンするロボットについて語る人は多くいますが、市場の反転時に資本を保護するための健全な戦略について語る人はほとんどいません。 ここで、XAUEUR の無敵のハンターが際立っています。 サポートとレジスタンスに基づく動的なストップロスを備えたこのロボットは、価格がこれらの主要なレベルから反発すると、テイクプロフィットを +1% にインテリジェントに調整します。 この新しいアプローチにより、収益と資本を保護しながら市場に従う自信が得られます。  XAUEUR の無敵のハンターは、20 ピップのスイングでのスキャルピングに優れていますが、個人の目標に応じてレバレッジを調整することを忘れないでください。 これは、取引スタイルに適応する柔軟なソリューションです。  私たちの言葉をただ信じる必要はありません。 過去数週間にわたってロボットをテストし、ロボットが達
Easy Scalper EA
Ethan Joseph Cole Maronto
This is an easy scalping EA, the basic logic contains a trend filter to determine the direction of the trade with moving-average-based entry signals. This EA has parameters specifically modified to work best on the EURUSD currency pair. A ccording to back-tests up to the previous year,  this EA had approximately a 75% - 80% win rate. This EA offers two main modes of exits from trades, a full exit at a set take-profit and a partial exit at the take-profit followed by a trailing TP. Overall, I fou
Robo Nuvem
Edson Cavalca Junior
The robot uses one of the most used indicators in Asia: * ICHIMOKU CLOUD * There are two trading strategies: Crossing of Tenkan and Kijun lines and; Kumo lines crossing. Know our products    Position openings are based on the parameters identified as signals, if you activate all the robot will issue a trading order only if the number of signals is greater than the minimum stipulated by the user. This Expert Advisor (EA) works on HEDGE (Forex, etc.) and NETTING (Bovespa, etc.) accou
Only 5 copies at a price of 199 USD. Last price 1000 USD BTC Mine is a scalping trading strategy based on artificial intelligence, specially designed for the cryptocurrency market. It is based on years of experience in analyzing and trading BTC, taking into account all possible scenarios! The strategy does not require any optimization. Installed on the chart according to the recommendation and enjoy trading!!! Advantages of BTC Mine: - self-learning parameters - optimal SL/TP ratio - low SL
Hedge Pro sfrutta la tecnica dell'hedging gestendo simultaneamente posizioni Buy e Sell e grazie al sistema di Recovery Integrato assegna alle posizioni successive un Size Lots proporzionale ai punti da recuperare sulla controtendenza affinché i Take Profit del Both Side siano sempre vicini al prezzo attuale di mercato. Hedge Pro è un expert dal codice stabile, professionale e pulito che crea dei profitti costanti nel tempo con un processo completamente automatico ed è  immune da falsi e ritard
Max
Carlos Alfonso Barboza Espinoza
·          MAX   En este producto se utiliza una estrategia de trading con uno de los indicadores comúnmente utilizados en el mercado, esto en conjunto con otro indicador no tan utilizado en el mercado, pero al utilizarlo en conjunto con el primer indicador entrega resultados que podrá ver a continuación. Los indicadores de los que hablamos son SMMA y ADX. Por otro lado, el Take Profit, así como el Stop Loss serán fijados en ciertos pips que pueden ser modificados por el usuario si este así lo
Hunting Cat Scalper is a fully automated trading robot on mainly USDJPY. It well identifies potential breakout levels in certain price patterns and then trades along with the breakouts.  A FREE copy of Superdog Pro is gifted along with the purchase of Hunting Cat Scalper. Contact me for further details and conditions. Current Price: $299 --> (Next price $699) Live signal: Set C (with trailing stop):  https://www.mql5.com/en/signals/1385938 Main Features Identifies breakout levels in price pa
EA Undead is fully automated bot to generate a stable profit from the volatile FOREX market. This EA will never depend on any indicator. How this EA works? At the very first it will open a Buy order and Sell Order at same time. And by default take profit will be 15 Pips for all orders. Once take profit reaches it will Re-Open that order. If the market goes against any order than it will add more positions, by default 50 Pips away from last open trade. To minimize the draw-down and loss and to
Live signal https://www.mql5.com/en/users/datbh/seller [MT4 version: https://www.mql5.com/en/market/product/93601 ] ! Next price --> $699 and final: 1779$ MSC Line  is the advanced smart  grid system  which already works on real accounts. 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 mechani
Girafee Bands EA  is an expert advisor that uses  Bollinger Bands  and  On Balance Volume  as indicators. Girafee  entry signals  and  trade out  depends on  Bollinger complex averages and bands crosses , according to Girafee strategy and a  Magic Multiplier  that can be configured for low to high frequency trading, even in trend trades or not. Also, Bollinger Bands can be enabled as trade out system. In addition,  OBV  can be used as a  filter to trade in , according to a growth volume or not.
GoldSupreme Essentials is a sophisticated Expert Advisor meticulously crafted for navigating the complexities of the gold market (XAUUSD). Utilizing a blend of advanced technical indicators and stringent selection criteria, GoldSupreme Essentials is engineered to sift through market noise and pinpoint optimal trading opportunities in gold, ensuring maximum profit potential while mitigating risk. Key Features: Selective Trade Execution: GoldSupreme Essentials harnesses a suite of technical indica
EA Frankenstein
Nguyen Thanh Cong
5 (3)
INTRODUCTION Unleash the power of our brand new EA "Frankenstein" and conquer the forex market like never before! Our revolutionary expert advisor combines the strength of a price channel strategy with a sophisticated machine learning algorithm, allowing you to navigate the ever-changing market with precision and confidence. And the best part? For a limited time, you can get "Frankenstein" at a jaw-dropping 80% off during our exclusive launch promotion, priced at just $99! FEATURES Trade p
Hamster Scalping mt5
Ramil Minniakhmetov
4.7 (187)
Hamster Scalpingは、マーチンゲールを使用しない完全に自動化された取引アドバイザーです。夜のスキャルピング戦略。 RSIインジケーターとATRフィルターが入力として使用されます。アドバイザには、ヘッジ口座タイプが必要です。 実際の作業の監視、およびその他の開発については、https:// www.mql5.com/en/users/mechanic/sellerを参照してください 。 一般的な推奨事項 最小デポジット$ 100、最小スプレッドのECNアカウントを使用し、eurusd M5 gmt +3のデフォルト設定。 入力パラメータ EAは、4桁と5桁の両方の引用符で機能します。入力パラメータでは、5文字の値をポイントで示し、すべてを4文字で自動的に再計算します。 NewCycle-モードがオンの場合、アドバイザーは停止せずに動作します。モードがオフの場合、一連の取引の完了後、アドバイザーは新しい注文を開きません。 期間インジケーター1-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。
MetaTrader5用のonMarketsEAONEをご紹介します - 自動取引への入り口です。 このExpert Advisor(EA)は、先端のアルゴリズムと使いやすいカスタマイズを組み合わせ、あらゆるレベルのトレーダーが自動化されたストラテジーの力を活用できるようにしています。 正確なエントリーポイントと出口ポイント、リスク管理ツール、リアルタイムのパフォーマンス分析から利益を得てください。 許可されたトレーディング月、週の日、さらにはトレーディング時間をフィルタリングして、戦略を完全にコントロールしましょう。あなたが完全にコントロールしています! onMarketsEAONE EAで取引の旅をコントロールし、戦略を高め、利益を最大化し、今すぐ自動取引のポテンシャルを解放してください! EURUSDトレーダー向けにH1のタイムフレームで最適化された、比類のないパフォーマンスのonMarketsEAONE。 最適なパフォーマンスを確保するために、お使いのブローカーのデータフィードでEAの設定をテストおよび最適化してください。 利点: • マーチン
The Strategy this EA uses Bollinger Bands as indicator and Standart Deviation to determine good and safe signals; it automatically calculates Take Profit and Stop Loss based on Bollinger Bands; it is also provided with Trailing Stop Loss and Trailing Take Profit; it has a pannel to keep you informed about the EA's activities. Short Positions Inputs Lots volume for Short Positions; Trailing take profit for Short Positions; Trailing stop loss for Short Positions; Maximum number of simultaneous Sho
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT5
Profalgo Limited
4.81 (43)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポ
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (243)
ご紹介     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:   ここをクリックしてください MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が100
Gold Trade Pro MT5
Profalgo Limited
4.8 (30)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール システムであり、市場が初期ポジションに逆らったときに取引を追加します。  それらは「ニューラル ネットワーク/AI/機械学習」として偽装されることがよくありま
Aura White Edition is unique Expert Advisor that continues the Aura series of advisors. The Expert Advisor is based on the engine of Aura Black Expert Advisor , but with a number of changes and author's settings for currency pairs. Innovative methods of the programme's approach to trading, and promising performance results are possible thanks to the use of modern technologies and methods. Aura White Edition is a fully automated EA designed to trade currencies only. Working pairs EURUSD, GBPUSD,
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT4バージョン: MT4へ移動 EAはまもなく価格を上げる予定です。興味があれば、お早めにご購入ください。 実行の推奨事項 推奨通貨ペア:GBPUSD、USDCAD、AUDUSD、EURUSD、USDC
Brent Oil
Babak Alamdar
5 (2)
「2 人の専門アドバイザー、1 つの価格: あなたの成功を促進します!」ブレント オイル スキャルピング エキスパート + ブレント オイル スインギー エキスパートを 1 つのエキスパート アドバイザーで統合 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $  現在の価格では残り 2 部のみです。次の価格は -->> 745 $ です。 ブレント石油へようこそ Brent Oil のエキスパート アドバイザーは、正確かつ機敏に、不安定なエネルギー市場をマスターできるように設計された強力な企業です。ブレント石油は単なるシステムではありません。それはあなたの戦略的パートナーであり、市場の動きに適応して勝利を収める戦略を展開するように設計されています。 スキャルピング手法で市場の素早い動きを利用したい場合でも、スイングトレードの慎重なアプローチを好む場合でも、ブレントオイルはあなたをカバーします。その高度なアルゴリズムは市場の傾向を分析し、利益の最大化とリスクの最小化を目的とした取引を実行します。 主な特徴: 高度な戦略
Bitcoin Robot MT5
Marzena Maria Szmit
5 (4)
The Bitcoin Robot MT5 is engineered to execute Bitcoin trades with unparalleled efficiency and precision . Developed by a team of experienced traders and developers, our Bitcoin Robot employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with M5 timeframe , ensuring that you never miss out on lucrative opportunities. No grid, no martingale, no hedging, EA only open one position at the same time. Bit
X Code G
Shintaseftiana
4.14 (14)
ONLY 1 COPIES LEFT AT CURRENT PRICE! , NEXT PRICE  1199 USD,    SO COME ON HURRY UP !! Introducing eXecute-Code (X-CODE) EA - the ultimate Expert Advisor that's out of this world!, X-Code G EA base on Algorithm Levels of Trading.  Live Signal M5     |    Live Signal M1   |     Channel     |    MySetfile_1.5 I design X-Code G EA for XAUUSD/GOLD pair Why should you choose and use X-CODE EA in Trading? X-CODE EA will give you a pleasant trading experience because in X-CODE EA reliable algor
Dragon Multi EA MT5
Mansour Babasafary
4.47 (38)
77% discount for the next 10 buyers (original price $3000): 4 person left Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. 3 experts in 1 expert Strategy based on price action Made specifically for the best forex currency pairs Can be used in the best time frame of the market at a very reasonable price This expert is basically 3 different experts. But we have combined these 3 experts in 1 expert so that you can
深層学習が金の取引を再構築し、インテリジェントアシスタントが庭師のように取引の庭を手入れします。「ゴールドガーデン」EAは、深層学習の知的技術を採用し、20年分のデータトレーニングにより、戦略のパフォーマンスを大幅に向上させます。これにより、取引がより簡単でインテリジェントになります。一緒にインテリジェント化の時代を切り開き、取引を幸せな庭園に変えましょう。これはあなただけのGold Garden Stewardになります。 MT4バージョン: Gold Garden MT4   現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 現在、EAの試用キャンペーンが行われています。購入後にご連絡いただくと、「TrendMaster FX」または「AI TradingVision GPX」の使用権を得ることができます。詳細についてはお問い合わせください。 現在の発売記念価格は699ドルで、販売目標に達すると999ドルに値上げされます。 リスク設定: デフォルトは中リスクで、EAにはセキュリティと管理のために複数のリスク設定があります。慎重なユーザーは、
CyberVision EA
Eduard Nagayev
4.76 (25)
CyberVision EA is a technology I developed during my undergraduate studies. CyberVision EA is not just an advisor, it is a high-speed computing machine that can generate historical data. CyberVision EA is not just an EA, it is a high-speed computing machine that works with recurrent neural network (RNN) and generative adversarial network (GAN), and my EA also uses data quantization. Live Signal High:  https://www.mql5.com/ru/signals/2221931 Live Signal:  https://www.mql5.com/en/signals/2218278 C
Quantum StarMan
Bogdan Ion Puscasu
4.9 (71)
皆さん、こんにちは。自己紹介をさせてください。 私は Quantum StarMan です。Quantum EA ファミリーの最も新鮮な、衝撃的なメンバーです。 私は、最大 6 つの動的ペア ( AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, USDCAD. ) を処理できる完全自動の多通貨 EA です。最高の精度と揺るぎない責任をもって、あなたのトレーディング ゲームを次のレベルに引き上げます。 ここで重要なのは、私はマーチンゲール戦略に依存していないということです。代わりに、最高のパフォーマンスを実現するように設計された洗練されたグリッド システムを利用しています。そして、安心していただけるよう、ドローダウンの合計がアカウントの事前に設定された制限に達した場合には、すべての取引を終了するオプションも提供しています。 しかし、それだけではありません。私はただ話すだけではありません。ライブ信号を起動して実行しているので、私の動作を見ることができます。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってくだ
Quantum Wizard MT5
Bogdan Ion Puscasu
5 (14)
Quantum Wizard は 、最高のパフォーマンスを実現するように設計された高度なグリッド システムと高度な資金管理を 使用して、S&P500 (US500) を取引するための高度なエキスパート アドバイザーです。 2 年以上開発されており、最新のアップデートは今年リリースされます。ついにインデックス取引でポートフォリオを多様化できるようになりました。 Quantum Wizard のインストールは非常に簡単で、任意の期間にデフォルト設定で US500 にインストールするだけです。 ロンドンとニューヨークの株式市場の時間帯に動作し、同時に取引できる 6 つの戦略が組み込まれています。 Quantum Wizard は非常にアクティブで、1 日に複数回取引できます。 現時点ではS&P500のみを取引していますが、近い将来には他の指数も取引する予定です。 ライブ信号 1:     クリック 量子EAチャンネル:ここをクリック プロモーションの発売価格 1099.99 USD には 45% 割引が含まれます。割引なしの価格は 1999.99 USD
GoldPulse AI MT5
Babak Alamdar
4.73 (15)
バックテストではなく、実際の取引システムを購入してください。   Live Signal 1     Live Signal 2 この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 現在の価格では残りわずかです。次の価格は -->> 500 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Hig
TrendMaster FX
Chen Jia Qi
4.64 (85)
Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。詳細はお問い合わせください。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) ユーロ/米ドル(EURUSD) オーストラリアドル/米ドル(AUDUSD) 米ドル/スイスフランク(USDCHF) 特別注意: Currently recommended :GBPUSD, AUDUSD, EURUSD リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEA
One Gold MT5
Stanislav Tomilov
4.56 (18)
Welcome to the world of next-generation investments with our unique trading robot for gold on the MetaTrader platform! Our proprietary developments represent the pinnacle of advanced data analysis computational platforms in the world of trading. One Gold EA is a genuine smart algorithm, operating at a level beyond human traders' reach. Its unique method is based on the principles of a neuroscanner and and advanced technologies in neural networks, EA is capable of analyzing historical and current
ONLY 2 COPIES OUT OF 10 LEFT AT $199! After that, the price will be raised to $299. Limited price $199 is only for 10 first sales. After 10 sales, the price will be raised +$100. Final price for Gold Trading Algo is $1999. IMPORTANT! Contact me immediately after the purchase to get instructions and Manual Guide to set up EA. Forex EA Trading Channel:  Update the latest news from me Some Features: - No Martingale, No Grid - The order is always protected by Stoploss - EA is using in-bu
Oracle MT5
Stanislav Tomilov
5 (7)
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
Aura Black Edition MT5
Stanislav Tomilov
4.17 (24)
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
XAUUSD (GOLD) ペアのアクティブトレーダーである GoldEnergy アドバイザーへようこそ。当社のチームによって開発され、通常のアカウント、自己資金アカウント、および自主的なタスクで利用できます。 HFT は使用しないでください。 See all products here:     https://www.mql5.com/en/users/fxmanagedforexltd/seller ***前バージョンの価格*** 1,000 ドルのアカウントのリアルタイム平均月間利益は 30% を超えています :   https://www.mql5.com/es/signals/2212389 GoldEnergy システムは、MT5 プラットフォームで 1 分と 5 分のタイムフレーム チャートを使用します。バックテストはコメント セクションにあります:   https://www.mql5.com/en/market/product/116331   ?source=Site +Market+My+Products+Page#!tab=comments。 スペシャリスト
DOW King
Anton Kondratev
5 (1)
ダウキング EA それは   すべてのオープン最適化パラメータと 回復メカニズムを備えた完全に自動でアクセス可能なシステム。 Only 1 Copies of 10 Left  for 345 $ Next Price 799 $  ダウキングガイド 信号 ブローカー手数料払い戻し アップデート 私のブログ Not        Grid       , Not        Martingale       , Not         AI         , Not         Neural Network. Default Settings for One chart        US30 M15 各ポジションには必ず   固定SLとTP     そして   バーチャル   取引利益追跡 (VDPT)   。     現在のデフォルト設定は、2020年12月から今日まで、すべてのリアルMT5クォートICM RAWを考慮して最適化されています。 システム   オプションで位置を復元   取引回数を増やすことで翌日にお届けします。 アルゴリズムには   市場ボラティリテ
AI NeuroX EA
Denis Kurnev
4.5 (14)
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
Gold Excel MT5
Gregory Hay
4.57 (14)
へようこそ     GoldExcel EA MT5 バージョン 、その日の通貨ペア XAUUSD (GOLD) で有効な取引。通常のアカウント、スポンサー付きアカウント、およびタスクで動作するように私たちのチームによって設計されました。高頻度取引は使用しないでください。 See all products here:   https://www.mql5.com/en/users/fxmanagedforexltd/seller 初期価格は数週間ごとに値上がりします。 Live $1K account Aggressive :  https://www.mql5.com/en/signals/2133201 Live $5K Low Risk:  https://www.mql5.com/en/signals/2133189 Live ICMarkets Test account Medium Risk :  https://www.mql5.com/en/signals/2133192 ジン・ジュオ   ゴールドペアのみを使用したデイトレード戦略です。金ペアは、日々の変動が大きく、ボ
Trade Fusion
Tajammul Hussain
5 (3)
尊敬するトレーダーの皆様へ 私は、革新的な新しいエキスパートアドバイザーである「Trade Fusion」をご紹介できることを喜んでいます。これは自動取引の世界を変革することになる先進的なソリューションであり、数ヶ月にわたる集中的な研究、開発、厳格なテストの結果です。Trade Fusionは、最先端の技術と最も洗練された取引戦略を組み合わせて、比類のない取引体験を提供するために生まれました。 Trade Fusionの特徴の1つは、28通貨ペアを同時に分析および取引し、同時に非常に低いドローダウンを維持できる能力です。これは、2つの画期的なアプローチによって実現されています:       1. 指標ベースのアプローチ: 8つの異なる指標を組み合わせ、それぞれを複数の状態に分割 ろうそく足ごとに10年間の過去データをスキャン 90%以上の勝率を持つ希少な状況を特定 何百万もの可能性からこれらの貴重な機会を戦略的に選択し、堅牢な取引システムを構築        2. 価格アクションベースのアプローチ: 市場自体の価格アクションに焦点を当てる 50本のろうそく足を選択し、それらを10
SSX Titan TT
Artem Minchuk
3.28 (47)
Delving deep into the sphere of finance and trading strategies, I decided to conduct a series of experiments, exploring approaches based on reinforcement learning as well as those operating without it. Applying these methods, I managed to formulate a nuanced conclusion, pivotal for understanding the significance of unique strategies in contemporary trading. Neural network advisors, despite showcasing impressive efficiency in the initial stages, proved to be highly unstable in the long run. Vario
Quantum Trade EA MT5
Bogdan Ion Puscasu
4.79 (139)
ご紹介     Quantum Trade EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 Quantum Trade は 13 年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。       EA は、革新的でダイナミックなブレイクアウト ゾーン戦略により、あなたのトレーディングの旅を新たな高みに押し上げるように設計されています。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってください。 ***Quantum Trade EA を購入すると、Quantum Gold Empire EA を無料で入手できます!*** 詳細については非公開でお問い合わせください。 ライブシグナル:   ここをクリックしてください MT4バージョン:       ここをクリック 量子EAチャネル:       ここをクリック わずか 5 99.99 ドル のプロモーション価格!価格は間もなく 699.99 ドルに値上がりし、その後 10
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 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、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJ
Hercules AI
Aleksandr Chebotaev
5 (4)
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
Darwin Swing MT5
Guillaume Duportal
4.92 (38)
ダーウィン・スイング 発売価格999ドル、将来価格1490ドル DESCRIPTIONS : -- このEAは、私のFXトレードの哲学を反映しています。 時間をかけてやるんだ! (FXはレースではない): https://www.mql5.com/en/blogs/post/745790 -- 過去のパフォーマンスを見るには、以下のシグナルへのリンクが必要です。 ライブとデモのシグナル: https://www.mql5.com/en/users/tradedeal/seller EXPLANATION(説明)。 Darwin Evolutionの大成功を受け、同時に使用できるDarwin Swingを紹介します。 このExpertは、手動取引に限りなく近い形で設計されています。 長期的な視点で作られたExpertであり、高速スキャルパーでもなく、夜間スキャルパーでもない。 基本戦略はスイングトレードで、支持線と抵抗線を利用してポジションを建てる。 このシステムの革新性は、バーチャルポジションを組み込んでいることです。このEAは、各
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 m
作者のその他のプロダクト
The Nadaraya Watson Envelope is a technical indicator available in the MetaTrader 4 (MT4) platform. It uses a non-parametric method to estimate the underlying trend of a financial asset based on its past price movements. The envelope is created by calculating a weighted average of the asset's past prices, with more recent prices being given greater weight. This produces a smooth curve that represents the estimated trend of the asset. The envelope is then drawn around this curve, with upper and l
About The Product This is an mt4 expert advisor which will let the end user to copy trades from a source mt4 account to N different mt4/mt5 account in the same pc. It is specially useful when you want to copy your trades from an account to several client account or accounts which will have different parameter for those trades. This product provides options to copy trades with different options as well as copy them in reverse. you can find the MT5 version   here . You can try the free trial demo
The Nadaraya Watson Envelop indicator for MT5 is a popular tool used by traders to identify trends and potential buy/sell signals. The indicator is based on a non-parametric regression model that uses kernel smoothing to estimate the underlying trend of the market. The resulting envelopes are then plotted around the trend line, providing traders with an indication of where prices are likely to fluctuate. One of the key features of this indicator is its ability to send alerts, emails, and notific
Whether you're a seasoned forex trader or just starting, Telegram Signal Sender is a must-have tool for anyone looking to start their telegram channel as a forex signal provider. With its user-friendly interface and advanced features, you can easily set up your signals and watch as your followers start to grow. So, what are you waiting for?  Features:  Highly customizable panel for calculating stop loss and take profit values  User-friendly interface for easy setup of forex signals Ability to se
Product Name: Grid Trade Manager MT5 Description: The Grid Trade Manager EA for MetaTrader 5 is meticulously crafted to oversee trades employing a grid trading strategy. It strategically places a sequence of pending buy and sell orders at predefined intervals, forming a grid pattern. This EA vigilantly monitors market fluctuations, dynamically adjusting the grid to optimize potential profits. Additionally, it incorporates robust risk management features to control grid size and curtail potential
FREE
Product Name: Trailing Stop and Breakeven Management EA Description: This EA (Expert Advisor) is designed to set trailing stops and breakeven levels for trades based on input parameters and a magic number in MT5. It can be used to manage trades placed manually or by any other EA. The EA allows customization of various settings to suit your trading strategy. General Settings: Enable Magic Number (ENABLE_MAGIC_NUMBER): Enable to use a magic number for trades. Set to false for manual trades. Magic
FREE
Product Name: Hedge Trade Manager MT5 Description: The "Hedge Trade Manager" EA for MetaTrader 5 is a sophisticated solution designed to adeptly manage trades through a hedge trading strategy. With a range of configurable settings, this EA provides comprehensive control over hedge trades. The documentation below outlines the various inputs and parameters to assist you in customizing the EA to suit your trading preferences. Overall Settings/Input Guide Name Setting Description General Settings Ma
FREE
GG TrendBar Indicator - Your Multitimeframe ADX Trading Solution Experience the power of multi-timeframe trading with the "GG TrendBar MT5 Indicator." This versatile tool, built upon the ADX indicator, offers precise insights by considering multiple timeframes, ensuring you make well-informed trading decisions. Basic Details : Indicator Type : GG TrendBar Indicator (Multi-Timeframe ADX) Key Metrics : Real-time ADX analysis across multiple timeframes. Customization : Enable or disable specific ti
Brilliant Reversal Indicator for MetaTrader 5 - Your Ultimate Alert-Driven Trading Solution Unlock unparalleled trading success with the "Brilliant Reversal Indicator" tailored for MetaTrader 5. This powerful tool has been meticulously designed to empower traders by identifying critical reversal opportunities with lightning-fast alerts. Key Features: Precise Reversal Detection: The Brilliant Reversal Indicator for MT5 specializes in pinpointing potential trend reversals, providing you with a str
Close Manager EA for MetaTrader 5 Introduction: Welcome to the Close Manager EA, an essential tool designed exclusively for MetaTrader 5. This expert advisor has been meticulously crafted to streamline and enhance the trade closure process. Whether trades are initiated manually or by other EAs, this tool offers a diverse range of customizable criteria, empowering traders with enhanced control over their trade exits. You can find the MT4 version here Key Features: Logs Capture (SHOW_LOGS): Enable
FREE
RSI Trader Expert Advisor for MetaTrader 5 Introduction: Welcome to the RSI Trader EA, an advanced tool designed exclusively for MetaTrader 5. This expert advisor streamlines trading activities by harnessing the power of the Relative Strength Index (RSI) indicator, automating trade entries and exits based on overbought and oversold conditions. The EA also facilitates reverse trading setups within these zones, offering a versatile approach to managing trades. You can find MT4 version here For det
About The Product This is an MT5 expert advisor which will let the end user to copy trades from a source mt5 account to N different mt5/mt4 account in the same pc. It is specially useful when you want to copy your trades from an account to several client account or accounts which will have different parameter for those trades. This product provides options to copy trades with different options as well as copy them in reverse. You can try the free trial demo on the link below. Complete User Gu
The MT4 indicator that we are describing is designed to provide traders with an alert, notification, and email when Fibonacci levels are crossed. The Fibonacci levels are calculated based on the zigzag indicator, which helps to identify potential trend reversals in the market. When the indicator detects that a price has crossed a Fibonacci level, it will trigger an alert and send a notification to the trader's MT4 mobile app. Additionally, the indicator can be configured to send an email to the
FREE
Inventory Retracement Trade it is designed based on one of the most popular tradingview indicator.  This is mostly combined with other popurlar trend indicator to confirm the strength of the movement. Definition Inventory Retracement Trade is quickly becoming one of the most popular ways to identify where short-term counter trend institutional inventory has subsided and when it’s time to re-enter into a trade’s original trend direction.
Super Trend Indicator for MetaTrader 5 - Elevate Your Trading Precision Experience the future of trading with the "Super Trend Indicator" designed for MetaTrader 5. This versatile tool is your key to precise market analysis, providing insights into potential trend directions that enhance your trading decisions. Basic Details : Indicator Type : Super Trend Indicator for MetaTrader 5 Key Metrics : Real-time analysis of market trends using a proprietary algorithm. Customization : Fully customizable
Volume Oscilator is a popular indicator available in trading view which is very popular among traders Definition The Volume Oscillator is an indicator made up of two Moving Averages (MA) surrounding volume, one being fast and the other slow. The slow volume MA value is then subtracted from the value of the fastlow Moving Average. The Volume Oscillator measures volume by analyzing the relationship between the two Moving Averages mentioned. When combined with other indicators it provides a very st
FREE
Introducing the Ultimate Trade Panel MT5 - Your All-in-One Trade Manager for MQL5 Trading Are you a trader looking to streamline your trading activities and gain a competitive edge in the market? Look no further! The Ultimate Trade Panel MT5 is here to revolutionize your trading experience on the MQL5 platform. With a plethora of unique and time-saving features, this expert advisor is designed to be your reliable companion for day-to-day trading activities. Key Features: Indicator Manager: Say g
Account Trailing Stop Manager MT5 Description: The "Account Trailing Stop Manager MT5" EA is designed to automatically calculate and remember the profit of the entire account or specific magic number, and trail it like a trailing stop loss. When the current profit becomes lower than the last saved profit, it will close all trades. This EA provides a convenient way to manage trailing stops for your account. For detailed documentation  Overall Settings/Input Guide   High Level Overview of Featu
FREE
Angle Of Price
Biswarup Banerjee
1 (1)
Angle of Price It is a trend following indicator. The idea behind this indicator is very simple. it calculates the angle of certain price type with its N candle back price type. When the price is moving toward upward direction positive angle histograms will be created and vice versa for downward direction. There are couple of price type supported in this indicator. Which is as follows Close Open High Low Median Typical Weighted When combined with other indicators it could be used as a very power
FREE
Risk Management Panel is unique to tool calculate your risk quickly and place trades based on your account money. There are two options for the user  Account Equity Account Balance Tools like these is specially useful when you have to take a quickly decision about your trade but dont have the time to calculate the risk. It works with magic number. So the advantage is a trade placed by this panel could be manipulated by the other expert advisors as well
FREE
Angle of Moving Averages This indicator is very simple yet powerful concept which constantly calculate the slope of the current bar moving average with respect to the N bar before moving average value. This no only give a good entry and exit signal but also it shows traders the strength of the signal. It shows positive green histogram when market is moving toward upward direction and red histograms for downtrend. When large histograms found means market has  very strong trend. Inputs Available
Description This Expert Advisor mainly works on range breakout on a particular timeframe. The logic behind the this pretty simple. When a range is formed in any time frame (e.g. the range should be less than 20 pips and there must be atleast 30 candle in that range), this ea will wait for the range to be broken out on any direction. If the range is broken on the upper side it will enter into the buy position and hedge the lower ragne with sell position(Could be martingale multiplied lots). If
This is very simple strategy based on martingale and reverse martingale strategy. When Ea keeps on winning it multiplies with winning multiplier ,when it has a loosing streak it multiplies with loosing multiplier. Whenever cycle goes from winning to loosing or vice versa the lot size will be reset to default one. This will keep the risk minimized as we are using it for both side. Also when we are in loosing streak we keep on changing the order type from its previous example for example if we hav
Confluence Indicator is unique indicator which collects differnt popular indicators and analyzes their data. It decides an overall trend with its strength. It is not only helpful for identifying the the current picture of the market but also helps traders to stay away from non trending market. It maximize the chance of winning by giving an aggregate picuture of markets best reliable technical indicator settings There are total 7 types of signal which this indicator provides. Each candle will sho
Simple trade manager panel is a very usefull utility which gives the trader a flexibility to place orders and close them by profit and loss amount . It also helps in trailing the profit with amount.  It works seamlessly on mt4 terminal. It has features to close specific order type or close all trades Features in nutshell Stoploss ,Takeprofit and Lot size control Book Profit based on amount Cut Loss based on amount Trail Profit after some time Close specific order Type Close all orders
Hercules is a trend indicator which is a very powerfull tool to enter into the position at right time. it also indicates the the rangebound areas very easyly. Its visual representation is same like supertrend . But it is more advanced then super trend . If you combine the entry signal of multiple time frame it would give 98% accuracy in most of the symbols. Additional Features Notification  Alerts Email Arrow for buy and sell signals Easyly accesible buffers for EA development
This is  a combination of utility and trend scalping EA. User can utilize features of many ea within this single ea. you can say it can be configured in such a way that it will act as a different ea based on each setup. There could many permutations combinations of the available indicaotrs , based on which buy and sell signals could be generated. If anyone wants to use it just for alert then also it can be done. It supports all currency pairs and all time frames. List of Indicators Avaialble Rsi
Description Rich dad is scalping bot which works based on multiple trend following indicators settings which is used by many professional traders. It works on the principle of trade accumulation and profit banking system.Once Ea gets the singal for buy and sells it keep on accumulating them bases on some risk calculation. Once the stoploss or profit hits based on risk calculation it will bank profit or cut the losses. It uses the the martingale principle but it is upto the trade if he want to us
Double top and bottom indicator is a pattern scanning indicator which scans the tops and bottoms using zig zag pattern. When it find price bouncing back from the same point twice after a long trend then it generate arrow signals whenever the last resistance points is broken for double bottom and last support price broken for double top. Unlike other top bottom scanner it does not give only 1 signal. it alerts user when ever the last support /resistance is broker from double top/bottom pattern un
This is a pure grid strategy which completely works on pricelevel. So the idea behind this simple algo is when it starts it places 6 orders.  Buy- Current price Sell- Current price BuyStop-  Current price+ Some Pip Configurable distance Sell Limit -   Current price+ Some Pip Configurable distance BuyLimit-    Current price- Some Pip Configurable distance SellStop -     Current price- Some Pip Configurable distance When any order hits its take profit it fill the gap with pending order. and Wh
フィルタ:
レビューなし
レビューに返信