MA Semi Automated EA

"The settings are intricate, but make sure to take full advantage of them."

MA Touch and Cross Trade Focused Semi-Automated EA

This EA is specialized in MA touch and cross trades, with two MA exit conditions, one of which can also be used as a trailing stop!

The usage is entirely up to you!

I’ve never seen an MA trade EA with so many adjustable settings!

MA Entry and Mass MA Exit for Open Positions

Not only can this EA handle MA entry, but it can also be used for mass MA exits on open positions! You can select the timeframes for entry and exit, so it’s fine to set it on any chart timeframe!

For example, enter with a 1-hour MA touch and exit with a 4-hour MA touch, etc.

Entry and Exit Triggers

  • The EA can trigger entry when the set MA touches or crosses.

  • For exit, you can also specify the MA touch or cross condition.

Entry Only or Use for Mass MA Exit

  • You can configure the EA to either execute entries or use it to close all positions using the specified MA conditions.

Original Logic Settings for Entry

You can create original strategies, such as:

  • Entry after confirmation of reversal following a touch or cross.

  • Combination of two MA touches or crosses as the entry condition.

Flexible Timeframe Settings for Entry and Execution

You can choose the timeframe for MA judgment and for execution:

  • For example, if you're targeting an MA touch reversal on a 1-hour timeframe, the candlesticks will be larger. The reversal point may be far from the MA. To get a more pinpoint entry, set the execution timeframe to something smaller, such as 15 minutes. This way, the EA will react quicker to smaller price movements, and you can make faster judgments for cross confirmations.

Many Parameters for Customization

While the number of parameters has increased, you can now fine-tune touch, cross, and reversal confirmation conditions, allowing for precise and flexible control. It’s recommended to check the actual behavior in demo trading or the Strategy Tester to ensure everything works as expected.

Please Use It in the Experts Folder

Since this is an automated EA, please place it in the Experts folder for use.


----------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------------

EA Operation Time

  • After setting, the EA will stop and be deleted after the specified time has passed. EA will stop making trades, but any open positions (including stop loss and take profit) will remain.

  • This function does not work in the Strategy Tester and has no restrictions.

Entry

  • Specifies the entry type (Long, Short, No Entry).

  • If "No Entry" is selected, the EA will close all positions for the specified currency pair using MA exit rules.

  • MA exit and EA stop-close will be enabled. If parameters are changed, a new EA operation will be triggered, and new entries may be made even if there are open positions, so be cautious when changing MA for exit.

Entry Condition

  • Touch or Cross Confirmation.

Reverse Confirmation

  • For reversal based on touch, the open price of the specified candlestick at the touch point will be saved. If the current price surpasses that price in the entry direction, the reversal will be confirmed, and the entry will occur. If the direction is not a reversal, the touch will immediately trigger the entry. For cross confirmation, the open price of the candlestick after the cross will be saved, and reversal judgment will be based on that.

Reverse Recognition (0=Touch, Cross confirmed open price of the candlestick)

  • Settings for the candlestick for reversal judgment.

Follow Deeper Movements for Reversal Target (Valid for both Touch and Cross)

  • Updates the open price for MA touch (Cross) reversal recognition as the price moves.

Early Touch

  • Sometimes reversal occurs before the target MA. This parameter allows for touch judgment a few pips before the target MA.

More Certain Cross Confirmation Entry Judgment

  • When the candlestick closes and crosses the MA, a cross is confirmed. The entry occurs if the current price surpasses the high or low of the crossed candlestick in the entry direction.

Entry Condition Validity Period

  • For touch reversal confirmation and more certain cross confirmation, this parameter specifies the number of candlesticks for which the condition is valid. If reversal or cross confirmation does not occur within this period, the touch or cross condition is reset or the EA stops.

Post-Entry Exit Prohibition Period

  • Prevents immediate exit after entry when the MA for both entry and exit are the same.

  • If there are open positions, the latest entry time is considered.

  • 0=Disabled, 1=Exit prohibited for the entry candlestick only, 2=Exit prohibited for the next candlestick after entry, and so on.

If Entry Cannot Be Made Within the Entry Condition Validity Period

  • true = EA ends (no exit or further actions).

  • false = Resets parameters and waits for the next condition. Be cautious as unintended entries may occur in this case.

Entry MA Timeframe

  • Timeframe for MA used for entry judgment.

Entry MA Period

  • Period for the MA used for entry judgment.

Entry MA Timeframe (for Touch, Cross, Reversal)

  • Timeframe used for entry decision based on Touch, Cross, or Reversal.

Timeframe to Execute Entry

  • The timeframe where the entry decision will be made. The validity period for entry conditions and the exit prohibition period are judged based on this timeframe.

Lot Size

  • The lot size for each trade.

Stop Loss in Pips

  • The stop loss value in pips.

Take Profit in Pips

  • The take profit value in pips.

Slippage

  • Slippage in points.

Use MA Exit

  • Whether to use MA-based exit logic.

Exit Condition

  • Select between Touch or Cross for the exit condition.

Exit MA Timeframe

  • Timeframe for MA used for exit judgment.

Exit MA Period

  • Period for the MA used for exit judgment.

Timeframe to Execute Exit

  • The timeframe where the exit decision will be made.

Use Trigger MA

  • Whether to use Trigger MA. Trigger MA allows for a two-step setup, such as entering after touching MA84 and crossing MA21.

Trigger Condition

  • Choose between Touch or Cross for the Trigger condition.

Trigger MA Entry Restriction

  • Even if Trigger MA is not used, this option remains active.

  • Over: Entry only if the price is above the Trigger MA.

  • Under: Entry only if the price is below the Trigger MA.

Trigger MA Timeframe

  • Timeframe for Trigger MA used for entry restrictions.

Trigger MA Period

  • Period for Trigger MA used for entry restrictions.

Timeframe to Execute Trigger

  • Timeframe for executing the trigger decision.

MA Touch to Stop EA

  • EA can stop when MA touch occurs. You can use two different MA lines for exit settings.

Close Positions on MA Touch to Stop EA

  • Whether to close positions when EA stops due to MA touch. If false, positions will remain.

MA Timeframe for EA Stop and Close

  • Timeframe for MA used for stopping and closing the EA.

MA Period for EA Stop and Close

  • Period for MA used for stopping and closing the EA.

Entry MA ↑↓

  • Offset value for Entry MA relative to the actual MA value.

Trigger MA ↑↓

  • Offset value for Trigger MA relative to the actual MA value.

Exit MA ↑↓

  • Offset value for Exit MA relative to the actual MA value.

MA Touch to Stop EA ↑↓

  • Offset value for MA Touch Stop relative to the actual MA value.

Use Entry Mail Notification

  • Whether to use email notification for entries.

Additional Notes

  • The EA executes one trade from entry to exit.

  • Only Simple Moving Averages (SMA) are used.

  • 1 pip = 10 points.

  • Do not use negative values for parameters excluding offsets.

  • Changing the timeframe or currency pair will delete the EA.

  • Changing parameters such as MA after entry will restart the EA, so be cautious when adjusting settings.

  • If there are open positions, all will be closed when the exit conditions are met.

  • The EA should be placed in the Experts folder and used via the MT4 Navigator under Expert Advisors.

Warnings

  • Due to the large number of parameters, it's recommended to test the EA on a demo account before using it on a live account. The EA’s performance is not guaranteed on all environments.

  • The EA has not been tested for all currency pairs.

  • There may be issues when combining with other indicators.

  • The EA may not execute trades during fast market movements, such as during news releases, depending on the broker. Gaps may not be handled properly.

  • Moving averages change based on future price movements. Even if not touching the MA now, a touch may happen later.

  • No warranty is provided for any losses incurred through using this EA.

  • I'm not responsible for any losses incurred due to malfunctions or issues with this free EA program. Please use it at your own risk.

  • Depending on your environment, it may not function properly or may experience issues, but please note that support will generally not be provided.

おすすめのプロダクト
Macd Martin
Roman Yablonskiy
2.5 (2)
Double Breakout   is an automatic expert advisor with two separate strateges that uses martingale. The MACD indicator with adjustable parameters is used as inputs for each flow of orders. The specified takeprofit and stoploss levels are used to exit the position.  General recommendation The minimum recommended deposit is 1000 cents. Spread is recommended not more than 3 points. It is better to use trend currency pairs. The martingale parameter can be set from 0.1 to any value. When martingale i
FREE
これは、ほぼ10年前に初めて公開された私の有名なスキャルパー、ゴールドフィンチEAの最新版です。短期間で起こる急激なボラティリティの拡大で市場をスキャルピングします。突然の価格上昇の後、価格変動の慣性を利用しようとします。この新しいバージョンは、トレーダーがテスターの最適化機能を簡単に使用して最適な取引パラメーターを見つけられるように簡素化されています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 最適化を容易にするシンプルな入力パラメーター カスタマイズ可能な取引管理設定 取引セッションの選択 平日の選択 資金管理 注意してください... 多くの要因が見返りを台無しにする可能性があるため、ダニのダフ屋は危険です。変動スプレッドとスリッページは、取引の数学的期待値を低下させ、ブローカーからの低いティック密度は幻の取引を引き起こす可能性があり、ストップレベルは利益を確保する能力を損ない、ネットワークラグはリクオートを意味します。注意が必要です。 バックテスト Expert Advisorはティックデータのみを使用します
FREE
MACD Trader FREE
Konstantin Nikitin
1 (1)
This is an automated Expert Advisor that trades using the MACD and Envelopes indicators. The free version has the following limitations. No panel for opening orders. The trading is limited to the EURUSD currency pair and similar. Orders can only be opened with the minimum lot, no more than 5 orders can be opened in the same direction, to a total of 10 orders. Pause after closing of all orders is 6000 minutes. During the analysis, no more than 50 orders are added to the database and 15 bars are c
FREE
Proftrader Free
Alexander Nikolaev
4 (3)
This Expert Advisor analyzes the last candles and determines whether there will be a reversal or a large correction. Also, the readings of some indicators are analyzed (their parameters can be adjusted). Is a free version of Proftrader . Unlike the full version, in the free version of the adviser the initial lot cannot be higher than 0.1, trading pair only EURUSD and also it has fewer configurable parameters. Input parameters Lots - lot size (at 0, the lot will be calculated from the percentage
FREE
This EA trades using the Bollinger Bands indicator. It offers many trading behaviors and flexible position management settings, plus many useful features like customizable trading sessions and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise Fully customizable indicator settings Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5 digit symbols Trading can be NFA/
FREE
CCI and ATR Trader
Evgeniia Terekhova
2.33 (3)
Советник работает на двух индикаторах CCI и ADX. Условия для входа в BUY: 1. ADX пересекает уровень 20 2. CCI пересекает уровень 100 снизу вверх 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень 100 сверху вниз. Условия для входа в SELL: 1. ADX пересекает уровень 20 2. CCI пересекает уровень -100 сверху вниз 3. Выставляем фиксированный StopLoss и TakeProfit 4. Закрываем позицию по рыночной цене, когда CCI пересекает уровень -10
FREE
ENGLISH DESCRIPTION (MQL5 Standard Optimized) Product Name: Aether GannFlow – Scalper Market v2 (MT4) [Subtitle: Gann Fan Logic | Trend Pullback | Margin Guard Protection] Introduction Aether GannFlow is a lightweight M5/M15 scalping system that bridges the gap between classical momentum trading and geometric market analysis. It combines a robust EMA Trend + RSI Pullback engine with the unique directional filter of the Gann Fan . Designed for stability on MT4, it features a "Margin-Guard" proce
FREE
Harvest FX
Sayan Vandenhout
4.56 (9)
Harvest FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 3 great strategies The EA can be run on even a $30000 a
FREE
PZ Heiken Ashi EA
PZ TRADING SLU
4.8 (10)
This EA trades using the Heiken Ashi Smoothed Indicator. It offers many trading scenarios and flexible position management settings, plus many useful features like customizable trading sessions, a martingale and inverse martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products  |  Get Help ] Easy to use and supervise It implements three different entry strategies Customizable break-even, SL, TP and trailing-stop Works for ECN/Non-ECN brokers Works for 2-3-4-5
FREE
この戦略は主に MACD指標 を使用し、大きなトレンドの方向に従い、 M1 でシグナルが発生した時に取引を開始します。 金(XAUUSD) に適しており、明確なトレンドがある他の商品にも適用可能です。 パラメータ設定: ロング/ショートの有効化:   オン 口座資金:   $1,000 または $10,000 $1,000 の場合は 1トレードずつ が推奨。 $10,000 の場合は最大 10トレード まで可能。 固定ロットサイズ:   0.01 高度なポジション管理: 資金ベースのロット計算:   有効化 $10,000あたりのロット :   0.01–0.1 ショートポジションの比率:   0.5(金推奨) リスク管理設定: 最大注文数:   1 ストップロス:   8,000ピップ(金で$8) テイクプロフィット:   24,000ピップ(金で$24) ブローカーが 小数点以下2桁 の場合、値を1桁減らす。 ATR を使用した動的調整:   有効化 ATRベースのストップロス乗数 ATRベースのテイクプロフィット乗数 注文設定: 注文コメント:   ラベルを追加 マジックナンバ
FREE
Automatic trading Advisor .This is a free version of the expert Advisor "Trend Analyzer Pro" https://www.mql5.com/ru/market/product/42792.В the robot is based on 2 strategies: at the intersection of moving averages and Bollinger bands indicator .In the paid version, three strategies are available, which increases profitability several times .Designed for the EURUSD H1 currency pair.It is possible to use it on other tools after optimization.Test only on tick data. ** Does not use such dangerous
FREE
Same behavior of https://www.mql5.com/en/market/product/25552 but fixed lot 0.01 The EA waits for a spike according to a specific logic and opens a position in spike direction setting stop loss and take profit. When positions are in profit they are managed with smart trailing mechanism based also on elapsed time from opened position. It works with 5-digit and 4-digit broker. Must be used on the M1 chart. Does not need historical data. It does not use Martingale Grid Hedge Parameters spikeFilte
FREE
Simple RSI Forex Trading Strategy
Victor Manuel Valderrama Zamora
4 (1)
Diversify the risk in your trading account by combining our Expert Advisors. Build your own custom trading system here:   Simple Forex Trading Strategies The expert advisor opens trades when RSI indicator enter in oversold or overbought areas. The Stop Loss, Take Profit, and Trailing Stop are calculated based on the ATR indicator. The recommended currency pair is EURGBP and the recommended timeframe to operate and to do backtests is H4. This Expert Advisor can be profitable in any TimeFrame an
FREE
Morning Luck
Pavel Predein
4.8 (5)
Automatic trading system based on the morning Flat indicator, puts pending orders on the borders of the night channel .All trades have a fixed stop loss and take profit .The traded pair GBPUSD H1, can be used on other instruments after optimization. The EA contains a switchable flat indicator . The robot's operating time in the input parameters corresponds to (+2GMT). when switching to daylight saving time,you need to adjust the time manually. * Use default settings  * Does not use dangerous
FREE
EA With Recovery
Che Jeib Che Said
4.5 (2)
The Expert Advisor was developed to grow user account balance persistently. To achieve this, it has two modes, normal and recovery mode. The parameters for the two modes can be changed to suit user strategy. There are also auto trade button, buy button and sell button. Auto trade button can be turned ON and OFF. Buy and sell buttons is for user to manually intervene a trade. HOW IT WORKS. The Expert will trade automatically according to the input parameters. It trades in Normal mode when there
FREE
Bollinger Scalper EA
Robots4Forex Ltd
4.22 (9)
The Bollinger Scalper EA is a fully automated Expert Advisor that trades based on Bollinger Band and RSI entry signals. The EA trades using market orders and uses averaging to safely turn otherwise negative trades positive. This EA works best on EURUSD using the M5 timeframe. A VPS is advisable when trading this system. Check the comments for back test results and optimized settings. Please note: I have made the decision to give this EA away and many more for free with limited support so that I
FREE
Vanda FX
Sayan Vandenhout
5 (2)
Vanda FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $20000 acc
FREE
Full automatic trading platform incorporating the best settings of BinaryMiner and Root-Diamond Built-in configurations. 1. Automatic calculation of abyom from the deposit. 2.Opening only one position from the settlement level in Long or Short 3.Security for going to No Loss in cases of Contra trend 4 binary indicators filter the market and identify a nearby wave in the market movement. All incorporating configurations guarantee long-term income // --------- Configurable parameters -----
FREE
Vik Standart
Ivan Kopchuk
4.33 (6)
Features: 1. Your constructor strategies. 2. Large selection of standard indicators. 3. Exact market entry according to your strategy. 4. Slip filter. 5. Support for four and five characters. 6. Trend trading. 7. Trading in flat. 8. Minimum deposit. 9. Aggressive or quiet trade. 10. Limit the lot. 11. Position tracking. 12. Restoring balance after loss. Input parameters    Lot - fixed lot size.    StopLot - lot restriction.    UseVxod - enable / disable login pattern.    UseStop -
FREE
The EU_15_111517128_S_Op_CF_SQ3 is an algorithmic trading strategy for MetaTrader, tested on EURUSD using the M15 timeframe from April 1, 2004, to April 24, 2024.  There is no need to set up parameters, all settings are already optimized and fine-tuned. Recommended broker  RoboForex  because of EET timezone. You can find the strategy source code for StrategyQuant at the link:   https://quantmonitor.net/eurusd-bollinger-bands-breaker/ Key details are: Main Chart: Current symbol and timeframe
FREE
The Waiter mt4 FREE
Massimiliano Pirola
4 (2)
What is  The Waiter ? It is an automated system to always be ready to catch the big movements of the market How does it work? Set the mode (stop or limit) Set the pending orders distance Set Take Profit / Stop Loss Wait for the big candle settings: entry : 0.OFF  (the expert advisor won't operate. only for chart info purposes.) 1.New candle, new STOP orders  (each new candle two stop orders are placed. If they are not activated by the end of the candle, they will be cancelled) 2.New candle, ne
FREE
Expert description Algorithm optimized for Nasdaq trading The Expert Advisor is based on the constant maintenance of long positions with daily profit taking, if there is any, and temporary interruption of work during the implementation of prolonged corrections The Expert Advisor's trading principle is based on the historical volatility of the traded asset. The values of the Correction Size (InpMaxMinusForMarginCallShort) and Maximum Fall (InpMaxMinusForMarginCallLong) are set manually. Recomme
FREE
このエキスパートアドバイザー(100%自動)は2つのインジケーターを組み合わせて戦略を作成できます。このバージョンは「ベアバージョン」(BASICバージョン)と呼ばれ、CCIとRSIの2つのインジケーターが含まれています 簡単な個人的なメッセージで私に連絡して、選択した指標と条件を記載したEAの「ベアバージョン」(または優れたバージョン)を要求することができます。テレグラムの連絡先に移動するページの下部。 あなたにぴったりの戦略が見つからない場合、私はあなたのためにそれを作成できます(EAに基づく) 条件は明確に指定されています。 長いエントリー; CCIはレベルラインより高い/低い エントリーショート; CCIはレベルラインより高い/低い Longを終了します。 RSIがレベルラインを上/下に横切る ショートを終了します。 RSIがレベルラインを上/下に横切る テイクプロフィットとストップロスは自由に変更できます 100%自動 このEAには、「スプレッドリミット」と呼ばれる統合機能があります。この機能を使用すると、スプレッドがユーザーが決定した入力以下の場合にのみ市場に参入
FREE
Greed Advisor
Vertex Investments LLC
4.75 (12)
Free version of Greed Advisor PRO . This is a flexible grid Expert Advisor, created specifically for greedy traders. Operation principle: set the desired daily profit, and the robot will attempt to achieve this result by any means possible. It uses the dangerous martingale principle to cope with drawdowns, because making the order chain profitable is the main purpose of the robot. Do not forget about the risks of martingale. In general, the EA is intended for those who understand why they need i
FREE
Rsi Macd EA
Alexander Chertnik
4.25 (4)
Rsi Macd Expert Advisor uses combined signal from 2 indicators (Rsi / Macd). Minimum trading account 500. best pairs: GBPCAD / EURUSD / CADJPY / USDCHF / GBPUSD / GBPJPY / USDJPY best timeframe: 1H Setting can be define by the user: rsi levels / rsi period / macd period / risk / there are no stop loss or take profit and the expert closes orders by the indicator signal. developed, tested and optimized   on "   VantageMarkets   " platform. Recommended broker > Vantage
FREE
PZ MA Crossover EA
PZ TRADING SLU
3.88 (25)
この EA は、移動平均クロスオーバーを使用して取引します。完全にカスタマイズ可能な設定、柔軟なポジション管理設定に加えて、カスタマイズ可能な取引セッションやマーチンゲールおよび逆マーチンゲール モードなどの多くの便利な機能を提供します。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 使いやすく、監視しやすい 完全にカスタマイズ可能な移動平均設定 2 つの異なる取引動作を実装します。 カスタマイズ可能な損益分岐点、SL、TP、トレーリング ストップ ECN/非ECNブローカーで機能 2-3-4-5 桁の記号に対応 取引はNFA/FIFOに準拠可能 反対のシグナルで取引を閉じることができます マーチンゲールと逆マーチンゲール機能を実装します 平日と時間帯で取引を絞り込む 組み込みの資金管理 EA は 4 つの異なる動作を実装します。 通常: 強気のクロスオーバーで買い、弱気のクロスオーバーで売る 逆:強気のクロスオーバーで売り、弱気のクロスオーバーで買う 買いのみ: 強気のクロスオーバーで購入し、弱気のクロスオーバーを無視する
FREE
Universal Breakout
Sergey Ermolov
4.53 (34)
設定とレポート |  MT5版  |  Universal Boxトレーディングセッションインジケーター |  FAQ Universal Breakout これは、古典的な価格帯の内訳戦略のExpert Advisor取引です。 これは、時間間隔によって設定された価格コリドーからの価格の終了を意味する任意の戦略に対して構成することができます。 たとえば、アジア、ヨーロッパ、またはアメリカの取引セッションの極端な内訳、毎日の極端な内訳、または月曜日の最初のH4キャンドル。 EA設定では、EAが最大および最低価格ポイントを検索する時間範囲を設定します。 また、アドバイザーが保留中の注文を行う時間も指定します。 指定された時間に、EAは範囲の最大価格レベルと最小価格レベルで2つの保留中のBUYSTOPとSELLSTOP注文を配置します。 保留中の注文が(設定で設定されている)しばらく実行されていない場合、アドバイザーはこれらの注文を削除し、次の取引日を待ちます。 利益と可能性のある損失を修正するために、TakeProfit、StopLoss、ポジションを損益分岐点に移転する機能、トレ
FREE
SAAD TrendTracker is a fully automated EA. It is based on mathematical algorithms Trend Tracker indicator and SAADScalper. The EA scalps pips by its strong Entry strategy based on SAADScalper. Trades that are not successful to scalp are handled in a different way of uniquely designed algorithm based on Trend Tracker indicator. EA is designed for M1, M5, M15 and M30. It consults daily chart for successful trading accuracy. It consults H1 to handle unsuccessful trades using Trend Tracker Indicator
FREE
ZigZag Fibo EA
Andrey Tatarinov
4.29 (7)
アドバイザーはトレンドに合わせてトレードします。 トレンドの方向はジグザグインジケーターによって決定されます。 フィボナッチ グリッドはトレンドの方向に重ねられます。 特定のフィボナッチ レベルで、トレンドの方向に指値注文が出されます。 注文には次のレベルが利用可能です。 23.6 38.2 50.0 61.8 78.6 ストップロスは Fibo レベル 100 に設定されるか、アドバイザー設定でユーザーによって指定されます。 利食いは Fibo レベル 0 に設定されるか、アドバイザー設定でユーザーによって指定されます。 MT5のバージョン https://www.mql5.com/ja/market/product/113194 設定: Lot Size - ロットサイズ TakeProfit  - 固定TPを選択した場合のテイクプロフィット値。 0 - TP を無効にする TP Type - 利益確定タイプ: 固定またはフィボ 0 StopLoss   - 固定回線を選択する場合のストップロス値。 0 - 幹線切断 SL Type - ストップロス タイプ: 固定また
FREE
This expert advisor trades using the Bollinger Trend Indicator, and implements many other useful features for the exigent trader, like customizable trading sessions and days, several trading behaviors and a martingale mode. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products   |  Get Help ] Easy to use and supervise Customizable trading direction Customizable indicator settings Customizable break-even, SL, TP and trailing-stop Built-in money management Works for ECN/Non-
FREE
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (40)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
BB Return mt4
Leonid Arkhipov
5 (10)
BB Return — ゴールド(XAUUSD)取引のためのエキスパートアドバイザー(EA)です。このトレードアイデアは、以前に 裁量トレード で使用していたものを基にしています。戦略の中核は Bollinger Bands(ボリンジャーバンド) のレンジへの価格回帰ですが、機械的でも毎回のタッチでもありません。ゴールド市場ではバンドだけでは不十分なため、EA には弱い・機能しない相場状況を排除する追加フィルターが組み込まれています。回帰のロジックが本当に妥当な場合にのみ取引が行われます。   取引原則 — 本戦略ではグリッド、マーチンゲール、ナンピン(平均化)を使用しません。EA は 固定ロット または AutoRisk モードで動作します。BB Return はスプレッド、スリッページ、ブローカーの価格配信の違いに影響されにくく、 Standard、ECN、Pro、Raw、Razor など、あらゆるブローカー・口座タイプで使用できます。取引セッションに依存せず、 24時間稼働 します。   $ 359   は最終価格ではありません。 現在の価格で残りは5~7ライセンスのみです。
The Gold Reaper MT4
Profalgo Limited
4.59 (32)
プロップしっかり準備完了!   (   SETFILEをダウンロード ) ローンチプロモーション: 現在の価格で残りわずかです! 最終価格: 990ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal ゴールドリーパーへようこそ! 非常に成功した Goldtrade Pro を基にして構築されたこの EA は、複数の時間枠で同時に実行できるように設計されており、取引頻度を非常に保守的なものから非常に不安定なものまで設定するオプションがあります。 EA は複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットがありますが、リスクを最小限に抑え、各取引の可能性を最大化するために、トレーリングストップロスとトレーリングテイプロフィットも使用します。 このシステムは、重要なサポート
Pattie Grid Pro
Patrick Jeannot
4.64 (11)
Pattie Grid Pro EA  is a fully automatic expert advisor using the very accurate strategy for both initial and grid orders. The EA can trade any currency pairs with one preset that provides high diversification and smooth growth of equity. In spite of using grids the EA is designed to long-term trading with minimal risk.  The robot independently opens positions, manages them and closes them in parts, creating an efficient order grid that adapts to changing market conditions.   Requirements Minima
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:  GBPUSD,  XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable
Gold Trade Pro
Profalgo Limited
4.61 (23)
プロモーションを開始します! 449ドルで残りわずかです! 次の価格: 599ドル 最終価格: 999ドル EA を 1 つ無料で入手 (2 取引アカウント用) -> 購入後に連絡してください Ultimate Combo Deal   ->   click here New live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro はゴールド取引 EA の仲間入りですが、大きな違いが 1 つあります。それは、これが本物の取引戦略であるということです。 「実際の取引戦略」とは何を意味しますか?   おそらくお気づきかと思いますが、市場に出回っているほぼすべてのゴールド EA は単純なグリッド/マーチンゲール
AW Recovery EA
AW Trading Software Limited
4.35 (84)
Expert Advisor は、不採算ポジションを回復するために設計されたシステムです。 著者のアルゴリズムは、負けポジションをロックし、それを多くの別々の部分に分割し、それぞれを別々に決済します。簡単なセットアップ、ドローダウンの場合のローンチ遅延、ロック、他の Expert Advisor の無効化、トレンド フィルタリングによる平均化、負けポジションの部分決済が 1 つのツールに組み込まれています。 グループ全体でのみ注文をクローズするグリッド戦略とは対照的に、より低い預金負荷で損失を減らすことができ、損失をより安全に処理できるようにするのは、部分的に損失をクローズすることです。 注文が復元される方法: 1 EA は、選択した商品の他のウィンドウを閉じて、不採算の EA をオフにします (オプション)。 2 EA は、処理されたすべての注文のテイクプロフィットとストップロスのレベルをリセットし、対応する識別子を持つ保留中の注文を削除します。 3 EA は、利益を利用して不採算注文の一部をカバーし、総ポジション量を減らすために、すべての処理された採算性のある注文をクローズします
FlipDamonHFT
Allistair Kabelo Mandow
1 (3)
Ask in private for more details after purchase Discounted   price .  The price will increase by $500 with every 10 purchases. ***Buy FLIPDEMON HFT MT4 and you could get TINGA TINGA or  FLIPDEMON HFT MT5 for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. FlipDamonHFT – High-Frequency Trading Robot for XAUUSD (GOLD) FlipDamonHFT is a fully automated Expert Advisor for MetaT
TRENDALGO is an EA that uses ARTIFICIAL INTELLIGENCE to trade 100% automatically and as the name says it is a TREND FOLLOWING EA, it works well on ASSETs that are TRENDING. AI is used to identify the moment in which volumes, volatility and momentum explode, according to a proprietary equation created by me which takes these values ​​into consideration as objective data and never uses any indicator. TRENDALGO opens a new TRADE and follows it by continuously adjusting STOP LOSS and TAKE PROFIT, f
EA Game Changer
Vasiliy Strukov
4.2 (10)
Game Change EAは、Game Changerインジケーターをベースにしたトレンドフォロー型の取引システムです。赤いドットが形成されると自動的に売り、トレンドの終了を示す黄色のXが表示されるまで売り方向に進みます。買い取引にも同じロジックが適用されます。青いドットが表示されるとEAは買いを開始し、黄色のXが検出されるとすぐに買いサイクルを終了します。 このEAはあらゆる通貨ペアとあらゆる時間枠に適していますが、M15時間枠のxauusdなどの強いトレンド銘柄で特に優れたパフォーマンスを発揮します。 リアルタイムの結果はここで確認できます。 個人ボーナスを獲得するには、購入後すぐにご連絡ください。 設定・マニュアルはこちら   設定 Open new series – true/false - 新たな一連の注文の始まり。 Trade Buy - EAが購入できるようにする Trade Sell -  EAの販売を許可する Support manual orders – true/false – EAが手動注文を制御できるようにする Use hedge - EAが買いと売りの両方
Yen Striker Yen Striker EAは、USD/JPYと金に特化した完全自動のデュアルシステム取引エンジンです。2つの独立した戦略が同時に動作し、それぞれ独自のリスク設定と取引管理ロジックを備えています。 システム1 - ブレイクアウト・モメンタム 主要な市場の高値と安値を特定し、主要なブレイクアウトゾーンに指値ストップ注文を発注し、スマートなトレーリングストップロジックでポジションを管理します。 システム2 - 日足レンジエクスパンション EAは毎日、前日の高値と安値の上下に指値注文を発注します。これにより、高値/安値を超えたレンジエクスパンションを捉えることができます。価格がブレイクアウトすると、自動的に取引が開始されます。ポジションはトレーリングストップとテイクプロフィットで管理されます。 対応銘柄:USD/JPY、金 時間足:5分足 推奨ブローカー:GMT+2/+3タイムゾーン 口座タイプ:ヘッジ取引推奨 スプレッドタイプ:低スプレッドのスタンダード口座を推奨 最低入金額:最低入金額は問いませんが、200ドル以上を推奨 リアルタイムの結果はここで確認できます。
Quantum King MT4
Bogdan Ion Puscasu
5 (3)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT5バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT4 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! ルール   正確さと規律をもって取引を行ってください。 クォンタムキング EA     構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合しました。M5 上の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
Aussie Loonie EA is a professional trading system developed exclusively for the   AUDCAD   currency pair. This cross pair is widely recognized for its stable and technical behavior, which makes it particularly attractive for traders who prefer structured and predictable market conditions rather than extreme volatility and sudden price spikes. By focusing solely on AUDCAD, the system is able to   adapt precisely   to the specific characteristics, rhythm and movement patterns of this pair. The EA
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal (launch April 14, 2026) この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプ
AI Aurum Pivot ― 長期的な安定性と厳格なリスク管理のために設計された、プロフェッショナル向けゴールド(XAUUSD)取引EA 割引価格のコピーは残りわずかです。完売次第、価格は直ちに   $999.99   に引き上げられます。 実際のパフォーマンスを見る(デフォルト設定) :   https://www.mql5.com/en/signals/2361796 AI CORE DETAIL:   https://www.mql5.com/en/blogs/post/766725 MT5:  https://www.mql5.com/en/market/product/161326 AI Aurum Pivot は、ゴールド(XAUUSD)専用に開発された完全自動売買エキスパートアドバイザー(EA)であり、長期的な安定性、管理されたドローダウン、そして厳格なリスク管理に重点を置いたプロフェッショナルなトレード思想に基づいて構築されています。 本 EA はマーチンゲール手法を使用しません。 グリッド、ナンピン、平均化、リカバリーロジックは一切使用しません。 非現実的な高
Pattie Opening Range Breakout (ORB) is a range of price variation, which for each session, it generates a combination of support and resistance levels, positioning itself in favor of breaking out of the bands, when it is exceeded on the upside is a signal to buy or enter long and when it is exceeded on the downside it is a signal to sell or enter short. Pattie Break Out  EA  is a specialized trading tool designed to automate  time session-based breakouts . The EA operates by drawing a price rang
Trust EA   is a real trader's tool, working on a clear principle, with its advantages and disadvantages, so it will not suit everyone, but for some users it can become the best trading robot. * Limited special offer - 50% off the full price of the product. Only 5 copies at this price. * Discuss the complexities of Forex trading here:  chat "Age of Expert Advisors" . Logic I have been working with algorithmic trading systems since 2015, and in my experience, systems with a small StopLoss size ar
Live Signal:   https://www.mql5.com/en/users/varkotechnologies/seller MT5版:   https://www.mql5.com/en/market/product/164203 時間枠:       M1 通貨ペア:       XAUUSD Varko Technologiesは 企業ではなく、自由という哲学そのものです。 私は長期的な協力関係を築き、評判を高めることに興味があります。 私の目標は、変化する市場状況に対応するために、製品を継続的に改善・最適化することです。 ゴールドセーフEA     このアルゴリズムは複数の戦略を同時に使用しますが、主な理念は損失トレードとリスクの抑制に重点を置くことです。 取引の決済および管理には、複数の段階が用いられている。 Expertのインストール方法 EAからXAUUSD M1通貨ペアチャートにファイルを転送する必要があります。SETファイルは不要です。時間シフト値を設定するだけで済みます。 IC MarketsやRoboForexのようなブローカーを利用するなど
AGERA MT4 は、金市場の脆弱性を特定するための、完全自動化された多面的なオープンEAです! Not        Grid       , Not        Martingale    ,    Not      "   AI"         , Not      "   Neural Network" ,    Not      "   Machine Learning"    ,     Not     "ChatGPT"   ,     Not       Unrealistically Perfect Backtests  AGERA    Community :       www.mql5.com/en/messages/01e0964ee3a9dc01 Vantage Real :    https://www.mql5.com/en/signals/2363787 Tickmill Real :     https://www.mql5.com/en/signals/2361808 Default       Settings for One Сhart 
GoldPro
Sergey Batudayev
5 (2)
GoldPro (MT4) — クラシックとスキャルピングの2つのモードを選択できるXAUUSDエキスパートアドバイザー GoldPro は、構造、明確なリスク管理、さまざまな市場テンポで機能する EA を求めるトレーダー向けに構築された 、XAUUSD (ゴールド) の自動取引システムです。 1つのEA内で 、どのように取引するかを 選択できます。 1) クラシックモード - スイングとプルバックのための穏やかなロジック 反転/平均回帰行動(市場の「枯渇」ゾーンからのエントリー)と構造化されたポジション管理に重点を置いた古典的なアプローチ。 バスケット型マネジメント(一連のポジションを扱う) 厳密な制限(距離 / ステップ / ロット係数)によるオプションの平均化 複数の出口スタイル:固定目標、損益分岐点、トレーリングロジック スプレッドフィルター 取引スケジュール管理(平日 / 金曜日の締め切り / 週末のストップ) 取引方向オプション: 買い / 売り / 両方 / 季節性モード 2) スキャルピングモード - 日中チャンスのためのより高速なロジック 柔軟なエントリー プロファ
Aura Black Edition
Stanislav Tomilov
4.62 (21)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Quantum Dark Gold
Nguyen Hang Hai Ha
3.1 (10)
Quantum strategy is a combination of quantum superposition and trading signal model. EA Quantum Dark Gold determines Buy and Sell positions simultaneously for each signal and simultaneously places 2 orders Buy Stop and Sell Stop. Then the momentum determines which order position is executed and cancels the remaining pending order. This interesting idea forms the Quantum Dark Gold with a unique entry method. Open positions are then managed by Trailing, Stop Loss and position balancing strategies
Gold Pulse EAは、3つのトレーディングシステムを統合した、構造化された規律あるフレームワークを採用したマルチストラテジーEAです。金(XAUUSD)市場向けに特化して設計されており、日中スイングトレード、セッションベースの執行、日足レンジ戦略を組み合わせることで、様々な市場状況に対応します。これにより、単一の設定に依存することなく、よりバランスの取れた一貫性のある自動取引を実現します。 シンプルさを重視して設計されたGold Pulse EAは、設定ファイル不要で、対応ブローカー環境に簡単に導入できます。プロップファームでの取引に最適で、グリッド、マーチンゲール、スキャルピング戦略を使用しない、クリーンな執行モデルを採用しています。 また、自動および手動のリスク設定を備えたリスク管理機能も内蔵されており、口座規模や好みに応じてリスクエクスポージャーをコントロールできます。これにより、一貫性と規律を維持しながら、構造化された取引アプローチを実現できます。 対応銘柄:金(XAUUSD) 時間足:5分足 ブローカーサーバー時間:GMT+2またはGMT+3のみ 口座タイプ:ヘ
Gold Emas MT4
Ebrahim Mohamed Ahmed Maiyas
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing Gold (XAU/USD). It adapts to price movements and market fluctuations to detect potential trading opportunities. Discounted price   . The price will increase by $50 with every 5 purchases. No Risky Strategies   –   Does not use martingale or grid methods Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex pat
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
XGen Scalper MT4 - プロフェッショナル自動取引システム XGen Scalperは、高度なアルゴリズム構造と実証済みのテクニカル分析を組み合わせ、あらゆる市場で一貫した結果を提供する最先端のエキスパートアドバイザーです。この強力な取引システムは、外国為替ペア、金や銀などの貴金属、暗号通貨、商品指数で問題なく動作します。 高度なアルゴリズム技術 独自の波動スキャンアルゴリズムは、市場データをリアルタイムで処理し、手動の投資家が見逃しがちな、可能性の高い取引機会を特定します。このシステムは、変化する市場の状況に絶えず適応し、トレンド、レンジ、ボラティリティの高い環境でも効果的に機能します。 ユニバーサルな互換性 特定のペア向けに設計された従来の EA とは異なり、XGen はすべての商品で優れたパフォーマンスを発揮します。 プロフェッショナルなコントロールパネル リアルタイムの口座指標、詳細な取引統計、システムステータスを表示する洗練されたインターフェースで、取引パフォーマンスを監視します。統合された波形視覚化により、システムが市場の状況をどのように解釈し
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
ご紹介     Quantum Empire EA は 、有名な GBPUSD ペアの取引方法を変革する画期的な MQL5 エキスパート アドバイザーです。 13年以上の取引経験を持つ経験豊富なトレーダーのチームによって開発されました。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Quantum Emperor EAを購入すると、Quantum StarMan が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT5バージョン:  ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用していま
作者のその他のプロダクト
In addition to the MA of the set period, the MAs of the two higher timeframes with the same period are displayed on the chart simultaneously (though in a simulated way). No matter which timeframe you switch to, it will display the MA for that timeframe as well as the MAs for the two higher timeframes. Additionally, it will show the 200 MA as well! To display the MA for the higher timeframes on the current chart, you need to set the MA calculated using the Moving Average indicator. If you try to
FREE
This EA is dedicated to exit-only operations. You can choose between two types of exit conditions: one based on two MA evaluations, and another based on ZigZag trend reversal detection. One option confirms the MA condition with a candle close at the crossover, using a selectable execution timeframe. The MA timeframe and the candlestick timeframe used for evaluation can be set separately. Two types of trend reversal detection are available: one based on Dow Theory and the other based on the most
FREE
MaSonic MT4 日本語バージョン このインジケーターはチャート上の任意のポイントをクリックすると、そのポイントを通る移動平均 (MA) をすばやく検索、表示できます。 特徴: 簡単な操作:   MA を見つけたい任意のポイントをクリックします。 即時結果: 一致する MA が見つかった場合は表示します。 スリープ機能: 使用していないときにボタンを非表示にして、インターフェースをすっきりさせます。 手動制御: 画面上のボタンを使用して MA を手動で調整します。 MA を固定:   MA を発見したら、検索とは関係なくその場所に固定できます。 スキャン ボタン:   1 回のクリックでプロセスを開始します。 今すぐ MA 検索のスピードと使いやすさを体験してください。 注: 検索モード中に、チャートの右側の空のローソク足領域をクリックすると、検索された MA がリセットされます。 検索ボタンをクリックすると、非検索モードにリセットされます。 検索ボタンをクリックするか、設定されたキーを押して、検索モードを無効にします。 検索したMAのみ、左/右ボタンで任意に変更できます。 M
FREE
Quickly search for matching Moving Averages (MAs) at any point you click on the chart! Features: Easy operation:       Click on any point where you want to find the MA. Instant Results:   Displays matching MAs if found. Sleep function:   Hides buttons when not in use to keep the interface clutter-free. Manual Control:   Manually adjust the MA using the on-screen buttons. Fixed MA:       Once you find an MA, you can pin it there independently of the search. Scan button:       Start the process wi
FREE
MaSonar is a powerful indicator designed to automatically detect and display the relevant Moving Averages (MA) that align with the peaks of a ZigZag. It quickly searches for the most suitable MA at each ZigZag peak, helping you analyze the market trend and its momentum with ease. Please try the new, even more convenient version of "MaSonic". Key Features: ZigZag Peak Matching: Automatically identifies and displays the MAs that match the ZigZag peaks. Quick Button Search: Simply press a button to
FREE
フィルタ:
レビューなし
レビューに返信