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

Multi Indicator Strategy EA

Multi Indicator Strategy EA for MetaTrader 5

Introduction:

The Multi Indicator Strategy EA for MetaTrader 5 is an advanced tool designed to automate trading activities by combining multiple indicator signal confirmations. This EA executes buying or selling actions based on specific conditions: when the enabled/selected indicator conditions satisfied for buy or sell. It allows efficient management of trades within these predefined parameters.

Avaialble Indicators 

  • RSI
  • RVI
  • MACD
  • MOVING AVERAGE
  • BOLLINGER BAND
  • AWESOME OSCILATOR
  • STOCHASTIC OSCILATOR
  • HIGHER TREND MOVING AVERAGE FILTER

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 deploying in live markets, comprehensive testing in a demo account is highly recommended. This ensures a thorough evaluation of the EA's performance, its alignment with your trading strategy, and an assessment of risk tolerance levels.


おすすめのプロダクト
RSIインジケーターのトレーディングロボット これはトレーディングロボットの簡易バージョンであり、1つのエントリー戦略のみを使用します(高度なバージョンには10を超える戦略があります) 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、アカウント、手動取引、または他の専門家によって開かれた取引で失われたポジションを回復するために使用できます。マジ
移動平均インジケーターのトレーディングロボット 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、手動取引または他の専門家によって開かれた取引のために、アカウントの負けたポジションを回復するために使用できます。マジックナンバーですべての注文を受け取り、処理することができます。 オープニングフィルターを扱う。 すべての取引戦略には、
MACDインジケーターのトレーディングロボット これはトレーディングロボットの簡易バージョンであり、1つのエントリー戦略のみを使用します(高度なバージョンには10を超える戦略があります) 専門家のメリット: スキャルピング、マーチンゲール、グリッド取引。 1つの注文または注文のグリッドのみで取引を設定できます。動的、固定、または乗数のステップと取引ロットを備えた高度にカスタマイズ可能な注文グリッドにより、エキスパートアドバイザーをほぼすべての取引手段に適合させることができます。 ドローダウン回復システム、重複する損失注文とバランス保護 グリッド取引がリバウンドしない価格変動に対して脆弱であることは周知の事実ですが、注文回収システムのおかげで、アドバイザーはほとんどのドローダウンから抜け出すことができます。ドローダウンからの脱出は、最も遠い不採算の注文を、利益のある市場に最も近い注文とオーバーラップさせることによって実行されます。取引ロボットは、手動取引または他の専門家によって開かれた取引のために、アカウントの負けたポジションを回復するために使用できます
The EA uses a trending strategy based on numerous technical indicators "Moving Average" on the timeframe: M4, M5, M6, M10, M12, M15, M20, M30, H1. The Expert Advisor uses elements from strategies such as Martingale, Grid and Averaging. In trading, up to 3 orders can be opened simultaneously on each of the currency pairs. The EA uses a partial order closing algorithm and hidden Stop Loss, Take Profit, Break Even and Trailing Stop. A multi-currency adviser trades in 17 currency pairs. EA uses time
EvoNightEA MT5 v.10.3 Presets:   Download >>> EvoNightEA MT5   v.10.3   Live Results:   Here >>> EvoNightEA   is a fully automated Expert Advisor based at midnight scalping during the low market volatility.   EvoNightEA   is based on the principles of channel trading and Price Action. The system analyzes the price movement in the daily range and, based on the data obtained, trades in the low-volatility market in rollover. Most of the parameters are dynamic, thus reducing the chance of overfitti
TugOfWar MT5
Erwin Rustandi
2.5 (2)
Expert Advisor Description EA TugOfWar will open both buy and sell positions at different times according to the triggered signal, the most positions and in accordance with the market direction that will win and profit.  Profit target per war is 1% to 5%. Warmode normal = Longterm strategy Warmode extreme = Shortterm strategy Parameter Description StartTrade =  Time to start trading / open position EndTrade =  Time to end trading / open position WarMode =  1 -> Normal, 2 -> Extreme (lots of t
FREE
The Official Automated Version of the Reliable Indicator PipFinite Breakout EDGE EA Breakout EDGE takes the signal of PipFinite Breakout EDGE indicator and manages the trade for you. Because of numerous financial instruments to consider, many traders want the signals to be fully automated. The EA will make sure all your trades are executed from entry to exit. Saving you time and effort while maximizing your profits. The Edge of Automation Effortless price action trading is now possible
これは、MT5プラットフォームで GOLD XAUUSD を取引するための強力なExpert Advisorで、100米ドルの最低入金額と印象的な精度とパフォーマンスを持っています。 このEAはハンターのように働き、値動き、強さ、トレンドを分析し、忍耐強く最高のチャンスを待ち、非常に効果的に作業を実行します。 EAの戦略は、プライスアクション、スマートマネーコンセプト(SMC)、フィボナッチに基づいており、最大の動きのトレンドを探し、最高のチャンスをつかみます。 常に安全: このEAは非常に安全で、グリッド、マーチンゲール、ヘッジ戦略は使用しません。すべての取引は1回のみエントリーされ、ハードストップロスによって保護されています。 エキスパートXAUUSDとGOLDの違いに注意してください: XAUUSDはMetatrader5ネイティブの指標に基づいています。The GOLDは開発者独自の指標に基づいています。 主な特徴 取引シンボル: GOLD または XAUUSD。 このEAは継続的に値動きを分析し、最良の機会を特定すると、単一の限定注文を送信し、ポジションを開きます
Little Swinger    (Best choice for passive income lovers) Developed by RobotechTrading   key features: Financial Freedom Back testing results will match with real live trading results Proper TP and SL Controlled Risk Highly Optimized settings Running on our Real Live Accounts Little Risk, Little Drawdown, Little Stress, Little BUT stable income, just set and forget. Strategy: Not Indicator based No Martingale  No Grid  No Repaint strategy Safe and Secure calculation of Live data and than t
Smart YTG mt5   MT4ターミナルのエキスパートアドバイザー スマート YTGは、GBPUSDとEURUSDの通貨ペア、チャート期間H1で機能するように作成されました。本質的に、システムはトレンドであり、STOP注文による価格変動のトレンドセクションで完全に機能します。トレンドは、エキスパートアドバイザーの内部に組み込まれた価格チャネルインジケーターを分析することによって決定されます。インジケーターを追加でインストールする必要はありません。平坦な地域では、市場が優柔不断であり、市場のさらなる動きが決定された場合、撤退システムは損失なく稼働し、価格の動きの方向と反対のポジションが市場にある場合、それらは価格変動の方向で注文がオーバーラップし、総利益が一連のポジション全体のクローズに達したとき、エクイティは下落せず、バランスラインを維持します。これはテスト結果からわかります。 コード内の多くの計算とその大部分は、市場がフラットを形成し、ドローダウンや損失なしにトレンドから抜け出す必要がある瞬間に正確に属します。このために、ポジションを動的に閉じるためのブロックがあります。 動
Golden Harvest MT5
Miss Preeyanut Budsarakham
Golden Harvest MT5 automated trading system is a trading system for trading gold. by default of the variables for gold trading by using the function of Indicator Bollinger Bands Indicator, ATR, std, Ma200 using the martingale trading method. Coupled with the use of the neural network, the main body of finding good trading positions is mainly using bb based on twenty years of backtesting. Get satisfactory trading results, safe in trading gold, at 15 minutes intervals, users can immediately trade
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; Recommendations Before using on real money, test the adviser with minimal risk on a cent tra
任何交易者的最佳伙伴! 该EA加载后: 1.可以对无止损止盈的订单自动设置止盈和止损. 2.可以对盈利订单在盈利一定设置幅度后保护盈利 3.可以移动止盈止损 特性 1.可以对无止损止盈的订单自动设置止盈和止损. 2.可以对盈利订单在盈利一定设置幅度后保护盈利 3.可以移动止盈止损 自动止盈止损设置 自动设置止损止盈的开关 固定止损的点数设置 固定止盈的点数设置 自动使用波幅自动计算的TP设置 波幅自动计算的TP的风险系数设置 超过一定开仓时间的订单不再设置止盈止损. 止损保护设置 止损保护开关 止损保护启动点数设置 盈利保护点数设置 止损移动设置 移动止损开关 移动止损启动点数设置 移动止损回撤点数设置 有任何问题,欢迎交流...
Discover the pinnacle of trading strategies, meticulously crafted by a trader with over a decade of market expertise . Our strategy specializes in trading based on news events , offering an average of five trade signals daily . By analyzing the sentiment of news—whether positive or negative—we align our trades to capture market momentum accurately. For those interested in real-time performance and risk assessment, we provide comprehensive account monitoring. View Real Account Performance on
Nova Prime
Faiz Anwar
4.25 (4)
Nova Prime: Advanced Expert Advisor for Forex Trading Nova Prime is a cutting-edge Expert Advisor, expertly engineered for the forex market with a particular focus on the AUDUSD and NZDUSD currency pairs. It integrates various strategies to navigate complex market conditions, including machine learning, dynamic hedging, adaptive strategy selection, flexible indicators, and multi-timeframe analysis. Here's a closer look at what makes Nova Prime stand out: Machine Learning : Employs machine learn
This EA works based on price movements within a certain time period. While the filtering uses an Algorithm calculation in every tick.The EA follow short trend simultaneuosly. It's a very fast scalper that is very active with trade, it's special designed for trading XAUUSD. Join Our MQL5 Group where we share new set files. When you buy my robot, you are welcome to join our private group where we discuss and share new set files among member. Contact me to get the private link. Recommendation: All
PRESENTATION This EA uses several non-directional strategies that allows it to generate profits regardless of price trends. It manages a pool of positions ("session") in a totally autonomous way To avoid risks related to this strategy, several recovery functions have been implemented. This makes it a reliable and secure EA, its DD remains low. RECOVERY MODE This EA is designed to run on several pairs simultaneously on an account. When the DD of a session exceeds a defined value, all positions
This robot is based on an MACD strategy for trending markets. The description of the strategy can be found on the attached youtube video. The video explains the strategy and shows a basic backtest and optimisation on a few symbols. It is advised to carry out a a backetst and optimisation of your own before using the robot. The video can be found at >> https://www.youtube.com/watch?v=wU_XCM_kV0Y&nbsp ;
Basic working principles of EA will have 2 main systems. 1. Timed order opening means that at the specified time the EA will open 1 Buy order and 1 Sell order. 2. When the graph is strong, the EA will remember the speed of the graph. is the number of points per second which can be determined You can set the number of orders in the function ( Loop Order ). The order closing system uses the trailling moneym Loss system, but I set it as a percentage to make it easier to calculate when the capital
AW CCI based EA MT5
AW Trading Software Limited
Expert Advisorは、従来のCCIインジケーターのシグナルを処理します。システムには多くのシナリオと柔軟な構成があります。平均化、最初と最後のバスケット注文を閉じる機能、および自動ロット計算の機能を使用します。 Problem solving ->  HERE  / MT4 version ->   HERE  /  Instruction  ->   HERE   利点: 簡単なセットアップと直感的なパネルインターフェース カスタマイズ可能なCCIインジケーター信号 必要に応じて平均化を使用 内蔵の自動ロット計算 最初と最後のバスケット注文を閉じるための組み込みシステム 通知の3つのタイプ:プッシュ、電子メール、アラート アドバイザーの仕組み: シグナルを購入する: インジケーターの上縁が下から上に交差するとき インジケーターの下縁が下から上に交差するとき シグナルを売る: インジケーターの上縁が上から下に交差するとき またはインジケーターの下縁が上から下に交差するとき 取引戦略オプション: 売買は許可されており、EAはインジケーターからのシグナルに従って両方向で取引を行
The XU_30_913073101_S_HH_CF_SQX is an algorithmic trading strategy for MetaTrader, tested on XAUUSD (Gold) using the M30 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://webdev.quantmonitor.net/listing/gold-emperor/ Key details are: Parameters MagicNumber: 9130731
FREE
EA Martini MT5は、高度な位置決定および追跡システムを備えた多機能エキスパートアドバイザーです。   トレンドに合わせて、またはトレンドに逆らって非常にスマートなネットワークを構築します。   トレンドは、前の注文にブレークイーブンでストップロスがある場合にのみ新しい注文が開かれるように機能します。   トレンドに対する取引は、利益を上げて不採算ポジションを閉じることを目的として実行されます。 。   プロファイルでいつでも技術サポート、設定、インストールの支援をリクエストできます。   EA Martini MT5アドバイザーの利点: セットアップが簡単 初心者と専門家に適しています 任意の時間枠で取引できます 任意の金融商品(外国為替、暗号、CFD、先物、金属)で動作します自己最適化に適しています トレンドとトレンドの両方で取引するいくつかのモードがあります 平均化のいくつかのモードがあります 推奨事項: テストを実施します実際の Uに可能な限り近い条件でテストのデモアカウント 高品質で信頼性の高いテストを行うには、VPSサーバーを使用します 大きなリスクを冒さないで
Please backtest with the exact balance of your live account before applying to real money. ==> If account balance is too low it may not trade at all! For MT4 version please contact via private message. Strategy description - Detect trend based on GoldTrader rules. - Enter in both direction as much as needed to achieve acceptable amount of profit. - Although this is a martingale bot it is very unlikely to loose your money, because: ==> the money management rules are safe and low risk. ==> entries
FREE
Welcome! This is the RSI GridMaster Mini, the freely available compact version of the popular RSI GridMaster. This robot operates based on the RSI indicator with a grid strategy, allowing for continuous trading in response to market movements. The Mini version comes with a fixed lot size of 0.01 and trades exclusively on the hourly time frame. In this version, the number of settings has been minimized to simplify and streamline the trading process. You can find the full version by clicking here
FREE
BTC Sunrise
So-ta O-tsuka
4 (1)
MT4 Version:  https://www.mql5.com/en/market/product/117910 BTC Sunrise is a fully automatic robot for BTCUSD/BTCUSDT The robot applies a scalping strategy with high volatility optimized for Bitcoin. The advisor's algorithm uses market strength and recurrency to place orders between the NY market close and the Oceania market open. Orders are settled with take profit, stop loss, and Expert Advisor settings are optimized for brokers with spreads within 25USD. Slight optimization of input paramet
Maya MT5
Manpreet Singh
4 (1)
MAYA is the advanced trading system which was tested for long on different market conditions with heavy load tests. Based on TRIANGULAR ARBITRAGE SYSTEM and entry rules based on our custom indicator which is backed with mean reversion concept along with few other algorithm this products fits itself into the current market conditions and act accordingly. MT4 Version :  https://www.mql5.com/en/market/product/99143 Supported currency pairs: AUDCAD, AUDNZD, NZDCAD Recommended timeframe: M15. Def
Ride Trend
Kambiz Shahriarynasab
Only gold and bitcoin can be profitable. Trade time is 30 minutes and trend time is 1 hour. You should check the efficiency of this robot at the end of three months. Strong trends make very good profits. There are many inputs for your personalization, but the best settings are defined by default. This indicator will have many updates and special settings will be added to it. You can contact us via Instagram, Telegram, WhatsApp, email or here. We are ready to answer you.
このエキスパートトレーディングツールは、スーパートレンド指標を強力なカスタム最適化メトリックと組み合わせ、低い停滞と高い純利益を持つ最適なシステムをトレーダーに見つけるために利用されます。 トレーダーは、バーが指標ラインの上または下に開くときにポジション(ロングまたはショート)を入れます。価格がシグナルを「反転」する場合はポジションを退出できます。リスクに基づいて(利益確定、ストップロス)、またはセッション終了時に退出してクローズさせることもできます。その他の機能には、価格の割合で利益確定やストップロスを設定することができること、トレードをより細かく制御するためのエントリーとクロージングの時間を設定できることが含まれます。さらに、1日あたりのトレード回数に制限を設け、定義された利益が得られたときにのみトレーリングストップが開始される機能もあります。 株式、CFD指数、暗号通貨、外国為替に適した価格の割合で利益確定やストップロスを設定してリスクを制御できます。さらに、エントリーとクロージングの時間を設定して、トレードをより細かく制御できます。カスタム最適化メトリックにより、高いCA
Pullback ATR
Sergio Tiscar Ortega
Introducing our innovative Expert Advisor (EA) designed to capitalize on pullback opportunities in the forex market, with the support of the Average True Range (ATR) indicator. This strategy focuses on identifying moments when the price temporarily retraces within a dominant trend, offering potential entry points with controlled risk. The ATR is a volatility indicator that measures the amplitude of price movements over a given period of time. By integrating the ATR into our EA, we can assess the
Hamster Scalping mt5
Ramil Minniakhmetov
4.65 (197)
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-最初のインジケーターの期間。 アップレベル-アドバイザーが売りを開始する最初のインジケーターの上位レベル。
このプロダクトを購入した人は以下も購入しています
The Gold Reaper MT5
Profalgo Limited
4.57 (60)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポ
Ultimate Bot
Mr James Daniel Coe
5 (6)
1つの価格で6つの人気のあるアドバイザー 6。で。1。 さらに多くのものが登場します - あなたが購入する必要がある最後のボット! 高リスク信号 | リンク (IC Markets) 低リスクシグナル | リンク (Pepperstone、英国) 4.8つ星のうち5の売り手評価 信頼と評判は私にとって非常に重要です 私の無料のEA CAD Sniperは、数か月間、MQL5無料セクションで#3 - #5であり、12,500ダウンロードされています 今、私は過去3年間に機能することがわかったすべてのストラトを1つの使いやすいプレミアムEAに組み合わせることに注意を向けています 「AI」の主張はありません 厳格なDD制限/リスク管理 3ヶ月+のライブシグナル、警告なし 売上はライブシグナルに再投資/私は自分のボットを取引します 購入後(または購入前)にPMを送って、マニュアルとグループのリンク (およびボーナス)を入手してください 戦略ごとに何千ドルも支払わないでください アルティメットボットを使用した戦略あたり250ドル未満 200部とレンタルのみ その後、価格は実
Hercules AI
Aleksandr Chebotaev
4.7 (10)
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
AI Gen XII EA
Denis Kurnev
4.89 (9)
AI Gen XII EA This is an Expert Advisor with the latest use of trading realities and neural networks. The EA runs on the latest GPT-4o platform and also uses advanced discrete Fourier visualization in ATFNet, which equalizes the frequency spectrum of the input series, allowing for a more complete analysis of time series data. The Expert Advisor can also trade different strategies simultaneously and combine test trades with real trading, which is very important in its time.   Details about Adviso
way to starsは、市場のボラティリティが低い期間に低リスクの機会を活用して取引するために特別に設計された夜間スキャルピングeaです。この夜のスキャルピングeaは頻繁な取引のための小さな価格の動きをキャプチャすることに焦点を当て、それによって時間をかけて利益を蓄積します。1トレードあたりの潜在的な損失を抑制するために、厳格なストップロス対策を採用し、効果的なリスク管理を確保しています。way to starsは、ニューラルネットワーク、人工知能、chatgpt、または完全な直線バックテスト結果に依存しない、本物で正直な取引システムです。 MT4     マニュアル   signal:   https://www.mql5.com/en/signals/2220466 次価格: $699 setfile of signal このeaの特徴: 適切な通貨ペア:GBPUSD 時間枠の読み込み:任意の時間枠です 格子なし、マーチンゲールなし、一度に単一の取引 リスクを低減するために、注文を小さい注文に分割します リミット最大ポジションと最大浮動損失率を通じてリスクを管理します タイ
Quantum Emperor MT5
Bogdan Ion Puscasu
4.86 (274)
ご紹介     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 Gold Empire を無料で入手できる可能性があります!*** 詳細については個別にお問い合わせください。 新しい Live Signal V4:   ここをクリックしてください MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック *プロモーション価格: $1199。 10回購入するごとに価格が100ドルずつ上がります。最終価格 $1
Ai Multi Trend MT5
Mansour Babasafary
4.38 (13)
30% discount, until 2024.07.06  (Original price: $1000) Get a 50% bonus by buying (or even renting) any of our products. After buying (or renting), send a message for more information. Expert trend hunter Combined with artificial intelligence Control the AI with a variety of simple settings Without using dangerous strategies (all trades have a profit limit and a loss limit) Can be used in 6 main market currency pairs and 4 important time frames An expert who has been trained by artific
FT Gold Robot MT5
Marzena Maria Szmit
4.64 (50)
Introducing the FT Gold Robot MT5, your ultimate companion in navigating the intricate world of XAUUSD trading. Developed with precision and powered by cutting-edge algorithms, FT Gold is a forex robot meticulously crafted to optimize your trading performance with XAUUSD pairs . With its advanced analytical capabilities, FT Gold Robot constantly monitors the gold market, identifying key trends, patterns, and price movements with lightning speed. The FT Gold Robot opens 5 positions every day (you
注意事項 EAには最大6つのエントリーポイントが含まれ、各取引のロット数は注文ロット数に6を乗じたものとなるため、ロット数が大き過ぎないようご注意ください。 ロット数のデフォルトの計算方法は資金のパーセンテージではありません。デフォルトの計算方法はレバレッジの影響を受けないため、リスクをより正確に管理できます。  リスク耐性を高めるために、1,000ドル以上の資金のご利用をお勧めします。 複数の通貨ペアを同時に使用するとリスクが蓄積される可能性があるためご注意ください。 こちらはMT5バージョンです。MT5バージョンは市場環境をより正確に再現できます。 MT4バージョンが必要な場合は、後日リリースいたします。 取引にはリスクが伴うため、こうしたリスクを理解し効果的に管理することが非常に重要です。 リアルマネーシグナル: クリックして表示 ライブシグナル: クリックして表示 MT4バージョン: MT4へ移動 618セール、期間限定で300ドル割引 現在、ゴールドEAを無料で提供するキャンペーンを行っています。購入後にご連絡いただければ、お受け取りいただけます。このキャンペーンは期間限
Quantum Queen MT5
Bogdan Ion Puscasu
5 (4)
トレーダーの皆さん、こんにちは!私は Quantum Queen です。Quantum ファミリーのエキスパート アドバイザーに新しく加わった非常に強力なメンバーです。私の専門は?ゴールドです。そうです、私は XAUUSD ペアを正確かつ自信を持って取引し、きらびやかなゴールド市場で比類のない取引機会をお届けします。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ライブシグナル1:   クリック 8月31日まで50% 割引 。 次回の価格は999.99ドルになります。 Quantum EAs チャンネル:       ここをクリック ***Quantum Queen MT5 を購入すると、Quantum Gold Emperor を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 私はグリッド EA であり、トレー
Gold Trade Pro MT5
Profalgo Limited
4.7 (33)
プロモーションを開始します! 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/機械学習」として偽装されることがよくありま
Eternal Engine EAは、複数のインジケーターと戦略を利用する高度なエキスパートアドバイザーで、トレーダーに包括的な自動取引ツールを提供します。多数の取引機会を提供し、スプレッドに対して敏感ではなく、厳格なエントリーポイントを使用して各取引を正確に開始します。この戦略は実際の市場で実証されており、低DDの1年間のリアルタイムシグナルを持っています。初心者でも経験豊富なトレーダーでも、Eternal Engine EAは卓越した取引体験を提供します。 MT4 シグナル: https://www.mql5.com/en/signals/2220467 次の価格: $699 setfile: High risk Medium risk Low risk 特徴: 適切な通貨ペア: GBPUSD, EURUSD, AUDCAD, AUDNZD 読み込み時間枠: 任意 終日取引 カスタマイズ可能なグリッド距離とボリュームマルチプライヤー 同時に取引可能なシンボル数をカスタマイズ可能 取引可能なドローダウン範囲をカスタマイズ可能 リスク管理のための複数の手段 スプレッドに敏感でなく、様
Monty Hall EA
Vladimir Lekhovitser
ライブ信号 モンティ・ホール EAの紹介 金融市場取引のために設計されたユニークな自動システム モンティ・ホール戦略とは? モンティ・ホールのパラドックスは、確率論の有名な問題で、テレビゲームのシナリオに基づいています。 参加者には3つのドアのうち1つを選ぶ機会が与えられます。 1つのドアには高額な賞品が、他の2つのドアにはそれよりも価値の低い賞品があります。 初期の選択をした後、ドアの内容を知っている司会者が、残りのドアのうち1つを開けて、賞品がないことを示します。 そして、参加者には最初の選択を維持するか、または別の閉じたドアに変えるかの選択が与えられます。 統計的分析によると、初期の選択を変更することで勝率が67%上がることが示されています。 このアドバイザーは、金融市場での取引にモンティ・ホール戦略を応用し、 取引の購入を売却に、売却を購入に置き換えることで取引の収益性を高めることを目指しています。 推奨事項: 通貨ペア: GBPUSD 時間枠: 任意 最低入金額: $500 USD 口座モード: ヘッジング ブローカー: 任意 口座タイプ: 任意 仕様: ユ
Future Sight MT5
Sang Sariaji Sakti
5 (11)
$699.99 END ON THURSDAY, AUGUST 01, 2024 !   "FUTURE SIGHT OFFICIALLY ONLY SOLD IN MQL5" SAVE YOUR MONEY FOR THE AUTHENTIC FUTURE SIGHT, NOT WORTHLESS PIRATED COPIES. NEXT PRICE $850. PLEASE CONTACT THE AUTHOR FOR FURTHER USAGE INFORMATION !!! FUTURE SIGHT WITH A  WIN RATE OF MORE THAN 80% , OPENING 10 TO 20 OR MORE TRADING EVERY DAY ON 8 SYMBOLS, LOW RISK WITH  "SPECIAL PARAMETER - EXPECTED DD"  THAT YOU CAN SET, DOES NOT USE THE MARTINGALE METHOD, DOES NOT USE THE GRID METHOD, ONLY OPEN TRADE
ローンチプロモーション:30%OFF! 現在の価格で購入するために残っている販売は3つだけです。 次回価格: $993 無料でUS30スキャルパーEAとQuantum Algo EAを入手 -> 購入後にご連絡ください Live signal:  https://www.mql5.com/en/signals/2220190?source=Site+Profile+Seller Prop Signal:  https://www.mql5.com/en/signals/2223219?source=Site+Signals+Profile+From+Author MT4: https://www.mql5.com/en/market/product/116012?source=Site+Market+Product+Page Prop Challenge取引履歴: https://www.mql5.com/en/blogs/post/757093 よくある質問: https://www.mql5.com/en/blogs/post/757094 Diamond Titan FXのさら
Big Forex Players MT5
Marzena Maria Szmit
4.82 (44)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
GoldMind AI
Babak Alamdar
5 (1)
バックテストではなく、実際の取引システムを購入してください。   Live Signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 現在の価格では残りわずかです。次の価格は -->> 497 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、将来のさまざまなアップデートと驚くべき機能を備えた GoldPulse AI の軽量バージョンとして、金または XAUUSD を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いやすい:ゴールドシンボル (XAUUSD) の任意の時間
TrendMaster FX
Chen Jia Qi
4.53 (75)
Live signal : TrendMaster FX The MT4 version : TrendMaster FX MT4   618セール、期間限定で300ドル割引 現在、EAの試用キャンペーンを実施中です。購入後にご連絡いただければ、「Gold Garden」または「AI TradingVision GPX」をご利用いただけます。 詳細はお問い合わせください 。 おすすめの通貨ペア: 英ポンド/米ドル(GBPUSD) 米ドル/カナダドル(USDCAD) リスク設定: 積極的なトレーダーのための最大リスク設定は0.15です。 より保守的なトレーダーや、特に資本の大きい人は、0.05以下に設定することをおすすめします。 購入後: ユーザーマニュアルと注意事項を入手するために、私たちに連絡してください。すでに購入された方は、おすすめのユーザーマニュアルを参照してください。 安全で安定したEA: 当社のEAは、グリッドまたはマーチンゲール戦略を使用していません。各注文にはストップロスがあります。 大きな価格変動が発生した場合、ヘッジ保護があり、EAに不必要なリスクを加えることはあ
シグナルアカウント (バランスリスク0.75%) お知らせ:多くのリクエストにより、レンタルおよび購入価格を25%割引するセールを実施することにしました。この期間中に購入またはレンタルすることで、割引を利用できます。セール期間は1〜2週間続き、その後価格は2400ドルに戻ります。この期間中にマーケットサイクルを購入すると、 Nexus Bitcoin Scalper および Nexus Indices も25%割引で購入でき、自分自身で非常に良い分散ポートフォリオを作成できます。 すべてのEAの購入に対して10%の特別割引を受けるには、PMを通じて私に連絡してください。 MT4バージョンが必要な場合やレンタル/購入が難しい場合は、代替ソリューションについて私に連絡してください。 Nexus コミュニティの公開チャットに参加しましょう mql5市場で最も優れた非マーチンゲール、グリッドまたは平均化EA。 このアルゴリズムは、2020年から3.5年以上にわたりプライベートアカウントでライブ運用され、26,000ピップス以上のリターンを達成し、リスクの安定性に優れています。現在、MT5プラッ
ONLY 2 COPIES OUT OF 10 LEFT AT $299! After that, the price will be raised to $399. Limited price $299 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
GoldPulse AI MT5
Babak Alamdar
4.89 (27)
バックテストではなく、実際の取引システムを購入してください。 Live Signal 1     Live Signal 2       Live Signal 3   この価格はプロモーション期間中の一時的なもので、間もなく値上げされます EA を 1 つ無料で入手 -> 購入後に連絡してください 現在の価格では残りわずかです。次の価格は -->> 1480 $  Welcome to the GoldPulse AI Hey, I'm GoldPulse AI! これは、XAUUSD、XAUEUR、XAUGBP、XAUAUD、XAUJPY、XAUCHF、XAUSGD、XAUCNH などの完全なペアで金または XAU を取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確
Bitcoin Robot MT5
Marzena Maria Szmit
4.5 (32)
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
Quantum StarMan
Bogdan Ion Puscasu
4.91 (76)
皆さん、こんにちは。自己紹介をさせてください。 私は Quantum StarMan です。Quantum EA ファミリーの最も新鮮な、衝撃的なメンバーです。 私は、最大 6 つの動的ペア ( AUDUSD, EURAUD, EURGBP, EURUSD, GBPUSD, USDCAD. ) を処理できる完全自動の多通貨 EA です。最高の精度と揺るぎない責任をもって、あなたのトレーディング ゲームを次のレベルに引き上げます。 ここで重要なのは、私はマーチンゲール戦略に依存していないということです。代わりに、最高のパフォーマンスを実現するように設計された洗練されたグリッド システムを利用しています。そして、安心していただけるよう、ドローダウンの合計がアカウントの事前に設定された制限に達した場合には、すべての取引を終了するオプションも提供しています。 しかし、それだけではありません。私はただ話すだけではありません。ライブ信号を起動して実行しているので、私の動作を見ることができます。 重要!購入後、インストールマニュアルとセットアップ手順を受け取るためにプライベートメッセージを送ってくだ
Aura White Edition MT5
Stanislav Tomilov
4.83 (35)
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,
SilverPulse AI
Babak Alamdar
4.57 (7)
新しい商品で取引を多様化すると、ポートフォリオがより強力になります    Live Signal この価格はプロモーション期間中の一時的なもので、間もなく値上げされます 最終価格: 5000 $ 現在の価格では残りわずかです。次の価格は -->> 745 $  Welcome to the SiverPulse AI Hey, I'm SilverPulse AI! これは、Silver または XAG を XAGUSD、XAGEUR、XAGAUD などの完全なペアで取引する最初の最もスマートなロボットです。 私は毎日ニュースをチェックし、技術的、基本的、感情的な裏付けが得られる機会はすべて利用します。せっかちなトレーダーのポケットから患者のポケットにお金が落ちます! この市場では、賢い人々と競争することになります。彼らはあなたのお金を手に入れようとしており、あなたも彼らのお金を手に入れようとしています。最も正確で積極的な市場分析を使って、頑張ります!あなたの幸運を祈ります! Highlights: シンプルで使いやすい:各シンボルチャート(XAGUSD、XAGE
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
概要 Nasdaq Algo Trading EAは、Nas100(Nasdaq)やUS30(Dow Jones)などの米国株式指数を対象とした専門的な自動取引ツールです。取引とプログラミングにおいて豊富な経験を持つプロフェッショナルチームによって開発され、このEAは投資家に最適なパフォーマンスと安全性を提供します。高度なリスク管理機能とインテリジェントな取引戦略により、このEAは投資の旅において信頼できるパートナーとなるでしょう。 ライブシグナル-1: ここをクリック ライブシグナル-2: ここをクリック MT4バージョン: ここをクリック 10個のうち残り3個のみ$353で販売中! その後、価格は$433に引き上げられます。 限定価格$353は最初の10件の販売にのみ適用されます。10件販売後、価格は+$100に引き上げられます。最終価格は$1933です。 主な特徴 - 安全な戦略:他のEAとは異なり、Nasdaq Algo Trading EAはマーチンゲール、グリッド、ヘッジなどのリスクの高い戦略を使用せず、予期せずにアカウントが枯渇するのを防ぎます。これによ
Oracle MT5
Stanislav Tomilov
5 (12)
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
HFT PropFirm EA MT5 is  also known as Green Man due to its distinctive logo by Dilwyn Tng, is an Expert Advisor (EA) crafted specifically for overcoming challenges or evaluations from proprietary trading firms (prop firms) that permit High-Frequency Trading (HFT) strategies. Free  Swing Signal Group and Gold Scalping Signal after you have passed a challenge. MT4 Version:  https://www.mql5.com/en/market/product/104871 Passing HFT MT5 Challenge Performance Monitor (not for live account): Broke
Quantum Wizard MT5
Bogdan Ion Puscasu
4.84 (19)
Quantum Wizard は 、最高のパフォーマンスを実現するように設計された高度なグリッド システムと高度な資金管理を 使用して、S&P500 (US500) を取引するための高度なエキスパート アドバイザーです。 2 年以上開発されており、最新のアップデートは今年リリースされます。ついにインデックス取引でポートフォリオを多様化できるようになりました。 Quantum Wizard のインストールは非常に簡単で、任意の期間にデフォルト設定で US500 にインストールするだけです。 ロンドンとニューヨークの株式市場の時間帯に動作し、同時に取引できる 6 つの戦略が組み込まれています。 Quantum Wizard は非常にアクティブで、1 日に複数回取引できます。 現時点ではS&P500のみを取引していますが、近い将来には他の指数も取引する予定です。 ライブ信号 1:     クリック 量子EAチャンネル:ここをクリック プロモーションの発売価格 1099.99 USD には 45% 割引が含まれます。割引なしの価格は 1999.99 USD
作者のその他のプロダクト
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
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
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
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
STC Indicator  - Boost Your Trading Strategy with Smart Trend Confirmation Description: Enhance your trading strategies and maximize profitability with the STC Indicator for TradingView. Developed by industry experts, the STC Indicator (Schaff Trend Cycle) is a powerful technical analysis tool that combines the best of both trend-following and oscillator indicators to provide reliable buy/sell signals. With its unique algorithm, the STC Indicator effectively identifies trend cycles and confirms
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
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
FREE
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
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
MT5 Candlestick Pattern Alert Indicator: Enhance Trading Precision and Speed Overview The MT5 Candlestick Pattern Alert Indicator stands as a robust solution tailored to empower traders by swiftly detecting candlestick patterns and delivering timely alerts through various channels. This advanced tool facilitates efficient analysis of patterns, enabling traders to seize potential profitable trades promptly. Significance of Candlestick Patterns Candlestick patterns play a pivotal role in technical
FREE
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
MT4 Candlestick Pattern Alert Indicator: Stay Ahead of Trading Opportunities Overview The MT4 Candlestick Pattern Alert Indicator is a robust tool designed to empower traders by detecting candlestick patterns and delivering timely alerts through notifications, emails, and pop-up alerts. This invaluable tool saves traders precious time, allowing focused analysis on patterns and potential profitable trades. Importance of Candlestick Patterns Candlestick patterns are pivotal in technical analysis,
FREE
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
Product Name: Moving Average Crossover EA MT5 Description: Welcome to the pinnacle of automated trading with the Moving Average Crossover EA for MetaTrader 5. This expert advisor is meticulously designed to harness the power of moving averages, offering traders a versatile solution for capturing trend reversals and potential entry points. With an array of customizable settings and robust features, this EA is set to redefine your trading strategies and amplify your trading experience. Mt4 version
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
Big movement indicator is a very simple indicator which draws a pattern of boxes where price has moved significantly on a particular timeframe. It also displays the number of candles the strong movement is continuing till now. This indicator work based on zig zag indicator when there is a minimum gap between the last 2 zigzag values we draw a box around this. We can also capture the point where it meet the criteria as buffer values
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
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?  Comprehensive Trading Solution: With Telegram Signal Sender, you get a complete trading solution that generates stop loss and three target levels for y
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
Day and Week separator is a very simple tool to show day and week separator lines from a specific time mentioned in the input. This is specially helpful for the trades who has time zone differences in their broker terminal. Let us take an example  If user know that at 7:00 in the chart his local time 00:00 then he will simply put 7:00 in the input . Separator lines will starts drawing from current day's 7:00 There is also a bold line for weekly separator
FREE
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
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
フィルタ:
レビューなし
レビューに返信