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 ] 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/FIFO Compliant
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
Stacking King EA – 高精度なパワー、シンプルなボタン操作 説明: Stacking King EAは、アクティブなMT4ターミナル上で、ワンクリックで複数の取引を瞬時に開始したり、一定期間ごとに1分ごとに取引を自動的にスタックしたりできる強力なトレーディングツールです。スキャルパー、トレンドライダー、ブレイクアウトスタッキングなど、どんなトレーダーでも、このEAは最小限の労力で完全なコントロールを提供します。実際の市場で、実際のトレーダーのために構築されています。単なるバックテストの道具ではなく、実戦ツールです。ストレスや遅延なしに、取引スタッキングを完全に制御したい本格的なトレーダーのために設計されています。 ️ ご注意:このEAはターミナルベースのみで動作し、ストラテジーテスターモードでは機能しません。リアルタイム取引用に構築されており、シミュレーションテスト用ではありません。 なぜこれが重要なのか 多くのEAはバックテストモードでテストできますが、バックテストは実際の市場動向を反映していないことがよくあります。Stacking King EAは違います。
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 ] 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 digit symbols T
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
このプロダクトを購入した人は以下も購入しています
Vortex Gold MT4
Stanislav Tomilov
5 (28)
Vortex - 未来への投資 Vortex Gold EAはメタトレーダープラットフォーム上で金(XAU/USD)を取引するために特別に作られたエキスパートアドバイザーです。独自の指標と作者の秘密のアルゴリズムを用いて構築されたこのEAは、金市場の有益な動きを捉えるように設計された包括的な取引戦略を採用しています。その戦略の主要な構成要素には、CCIやパラボリックインジケーターなどの古典的なインジケーターが含まれており、これらは理想的なエントリーポイントとエグジットポイントを正確に知らせるために連動します。Vortex Gold EAの核心は、高度なニューラルネットワークと機械学習テクノロジーです。これらのアルゴリズムは、過去のデータとリアルタイムのデータの両方を継続的に分析し、EAがより高い精度で進化する市場トレンドに適応し対応することを可能にします。ディープラーニングを活用することで、Vortex Gold EAはパターンを認識し、指標パラメーターを自動的に調整し、時間の経過とともにパフォーマンスを向上させます。Vortex Gold EAは、独自の指標、機械学習、適応可能な取
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (160)
ご紹介     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つの小さな取引に継続的に分割する独自の戦略を採用していま
Aura Black Edition
Stanislav Tomilov
4.5 (16)
Aura Black Edition は、GOLD のみを取引するように設計された完全自動化 EA です。エキスパートは、2011 年から 2020 年の期間に XAUUSD で安定した結果を示しました。危険な資金管理方法は使用されていません。マーチンゲール、グリッド、スキャルプも使用されていません。あらゆるブローカーの条件に適しています。多層パーセプトロンでトレーニングされた EA ニューラル ネットワーク (MLP) は、フィードフォワード人工ニューラル ネットワーク (ANN) のクラスです。MLP という用語は、曖昧に使用され、フィードフォワード ANN に緩く使用される場合もあれば、複数のパーセプトロン層 (しきい値アクティベーション付き) で構成されるネットワークを厳密に指す場合もあります。多層パーセプトロンは、特に単一の隠し層がある場合、口語的に「バニラ」ニューラル ネットワークと呼ばれることがあります。MLP は、入力層、隠し層、出力層の少なくとも 3 つのノード層で構成されます。入力ノードを除き、各ノードは非線形アクティベーション関数を使用するニューロンです。MLP
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
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
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron は、Aura シリーズのトレーディング システムを引き継ぐ独特のエキスパート アドバイザーです。高度なニューラル ネットワークと最先端のクラシック トレーディング戦略を活用することで、Aura Neuron は優れた潜在的パフォーマンスを備えた革新的なアプローチを提供します。完全に自動化されたこのエキスパート アドバイザーは XAUUSD (GOLD) などの通貨ペアを取引するように設計されています。1999 年から 2023 年まで、これらのペアで一貫した安定性が実証されています。このシステムは、マーチンゲール、グリッド、スキャルピングなどの危険な資金管理手法を回避しているため、あらゆるブローカーの条件に適しています。Aura Neuron は、多層パーセプトロン (MLP) ニューラル ネットワークを搭載しており、これを利用して市場のトレンドと動きを予測します。MLP はフィードフォワード人工ニューラル ネットワーク (ANN) の一種で、特に単一の隠し層で構成されている場合は「バニラ」ニューラル ネットワークと呼ばれることがよくあります。MLP には、入力
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 は単純なグリッド/マーチンゲール
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
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
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が買いと売りの両方
ローンチプロモーション: 現在の価格で入手可能な限定数のコピー 最終価格: 990$ NEW: 無料で EA を 1 つゲット!   (2取引口座の場合) Ultimate Combo Deal   ->   click here LIVE RESULTS:   https://www.mql5.com/en/signals/1949810 JOIN PUBLIC GROUP:   Click here Set Files DayTrade Pro アルゴリズムへようこそ!   何年にもわたって市場を研究し、さまざまな戦略をプログラミングしてきた結果、優れた取引システムに必要なすべてを備えたアルゴリズムを見つけました。 ブローカーに依存しない スプレッド インディペンデント MT4、MT5、TDS2、および複数のブローカーで、実際の変数スプレッドテストを使用して非常に安定したバックテストを簡単に示します 何百もの異なる設定はすべて、テストで有益な結果をもたらします (もちろん、私は最高のものを選択しました!) 非常に堅牢なシステム -> 設定は交換可能であるため、USDJPY か
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . 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 and str
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
アップデート — 2025年12月 2024年11月末、Aurumは正式に販売開始されました。 それ以来、ニュースフィルターや追加の防御条件、複雑な制限なしで、実際の相場環境にて継続的に稼働してきましたが、安定して利益を維持してきました。 Live Signal この1年間のリアル運用により、トレーディングシステムとしての信頼性が明確に証明されました。 そしてその実績と統計データを基に、2025年12月に大規模アップデートを実施しました: プレミアムパネルを全面刷新、すべての画面解像度に最適化 取引保護システムを大幅に強化 Forex Factoryを基にした高性能ニュースフィルターを追加 シグナル精度を向上させる2つの追加フィルター 最適化の強化、動作速度と安定性の向上 損失後に安全に回復するRecovery機能を搭載 プレミアムスタイルの新しいチャートテーマを採用 AURUMについて Aurum — ゴールド(XAU/USD)専用プレミアム自動売買EA Aurumはゴールド市場において、安定性と安全性を重視して開発されたプロフェッショナルな自動売買EAです。明確なロジッ
Introducing the AI Neural Nexus EA A state-of-the-art Expert Advisor tailored for trading Gold (XAUUSD) and GBPUSD. This advanced system leverages the power of artificial intelligence and neural networks to identify profitable trading opportunities with a focus on safety and consistency. Unlike traditional high-risk methods, AI Neural Nexus prioritizes low-risk strategies that adapt to market fluctuations in real time, ensuring a smart trading experience. Important Information Contact us immedia
Mon Scalper - Dual-Trendline Breakout Scalping Expert Mon Scalper is a specialized Expert Advisor designed exclusively for gold (XAUUSD) trading. It utilizes a unique dual-trendline strategy to identify strong trends and breakout points, executing trades automatically based on market conditions. Join My MQL5 Channel for the Latest Updates! Real-Time Signal :  https://www.mql5.com/en/signals/2361936 Pricing : Launch Price : $199 Incremental Price Increase : The price will increase by $100 after
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
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
Ask in private for more details after purchase FlipDemonHFT Flipdemon vX: The Next-Level Forex Trading Robot Flip your capital fast with Flipdemon vX — a powerful trading robot designed for rapid growth, sniper entries, and consistent profits. Built for serious traders who want results in days, not months.. Flipping service available here Actually you can see it by yourself  xylo markets Ltd, mt5  login: 669030  pass: 2026Noel$ Discounted   price .  The price will increase by $500 with ever
AW Scalping Dynamics EA
AW Trading Software Limited
4.67 (12)
トレンドの反転に基づいて動作する完全自動の高度な取引ロボット。必要に応じて、グリッド戦略を使用することができます。カート最大積載量に達した場合の3種類の通知と位置ロックを内蔵。 M15タイムフレームのEURUSDには、デフォルト設定が推奨されます。 機能と利点: 同時に2つの方向で作業する能力 いくつかの段階で時間通りに作業する組み込み機能 ブローカーには見えない仮想StopLossを使用します 現在のトレンドの活動に基づく作業のアルゴリズム 内蔵の自動ロット計算 すべてのタイプの通知を使用します 位置を自動的にロックし、アドバイザーを無効にする機能 バスケット内の後続の注文のTakeProfitを減らす 現在のトレンドを考慮した、または段階的な開始注文の調整 MT5 version ->   HERE  / Problem solving ->  HERE       入力変数の詳細な説明と説明   -> ここに アドバイザーの取引方法: -まず、取引時に、現在のトレンドアクティビティが考慮されます(「メイントレンドフィルター」変数)。小さいほど、反転の可能性が高くなり、EAが開
EA Gold Stuff
Vasiliy Strukov
4.7 (1060)
EA Gold Stuffは、金取引のために特別に設計されたExpert Advisorです。 この作業は、ゴールドスタッフインジケーターを使用した注文の開始に基づいているため、アドバイザーはトレンドに従うことを意味する"トレンドフォロー"戦略に従って動作します。 重要! 指示とボーナスを得るために購入後すぐに私に連絡してください! トレンド スキャナーの強力なサポートを利用して、無料のインジケーターを入手し、プライバシーを守ります。あーみー!   リアルタイムの結果はここで見ることができます パラメータ 新しいシリーズを開く-新しいシリーズの注文の開始をオン/オフします。 開始ロット-開始ロット。 トレードバイ-Expert Advisorが購入できるようにします。 トレード売り-Expert Advisorが売ることを許可します。 ヘッジを使用する-機能が有効になっている場合、アドバイザーは買いと売りの両方の方向を取引し、機能が無効になっている場合、アドバイザーは一方向 マネー Manadgementを使用-オン/自動ロット計算の使用をオフにします。 オートロットオー
Dark Algo
Marco Solito
4.65 (65)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . 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 market
Forex GOLD Investor
Lachezar Krastev
4.46 (50)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
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 用に設計されており、安定した制御された成長を望む初心者とプロフェッショナルの両
Market Reversal Alerts EAは、同名のインジケーター(ここで入手可能)を利用しており、市場構造の変化に基づいて取引されます。 EAはデフォルトで、インジケーターによって市場反転アラートが送信されるたびに取引を行い、EA設定で設定した条件とフィルターに基づいてそれらのアラートを取引します。 価格が現在のトレンド方向に移動するとサポート長方形が描画され、価格が急激に反転すると取引され、市場構造のシフトまたは反転の再テストが通知されます。詳細はインジケーターページをご覧ください。 この説明でカバーするには設定と可能性が多すぎるため、このブログ投稿には、すべての設定とそれらすべてを詳細に説明するビデオが記載されたブログ投稿があります。  https://www.mql5.com/en/blogs/post/745502 上記の投稿を読んでビデオを見ると、EAがいかに強力であるかがわかります。 あなたが始めるためのいくつかの良いセットファイルとこのブログ投稿で利用可能な戦略。 https://www.mql5.com/en/blogs/post/745984
Vortex Turbo — 「嵐を操り、Vortexを制する」 Vortex Turboは、最先端のAIアーキテクチャ、適応型市場ロジック、そして精密なリスク管理を融合した独自の開発技術であり、インテリジェントトレーディングの新たな進化段階を体現しています。実績のあるアルゴリズム原理に基づき、複数の戦略を、新たなレベルの予測インテリジェンスを備えた統合型高速エコシステムに統合します。金(XAUUSD(GOLD))のスキャルピングエキスパートとして設計されたVortex Turboは、制御されたマーチンゲール法と平均化グリッドを採用し、各   ポジションは内蔵のストップロスによって完全に保護されています   。これにより、パワー、精度、安全性の完璧なバランスが確保されています。 非常に重要です!エキスパートをご購入後、プライベートメッセージをお送りください。必要な推奨事項をすべて記載した説明書をお送りします。 399ドルの価格は2月15日まで有効です。その後、価格は499ドルに引き上げられます。(最終価格は999ドルです) Vortex Turbo     Expert Adviso
Quantum Dark Gold
Nguyen Hang Hai Ha
3.13 (8)
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
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
Trend AI EA
Ramil Minniakhmetov
4.22 (54)
Trend Ai EAは、Trend Aiインジケーターと連携して動作するように設計されており、トレンド識別と実用的なエントリーポイント、そして反転アラートを組み合わせることで独自の市場分析を行い、インジケーターのすべてのシグナルを完全自動で処理します。EAには、完全に調整可能な多数の外部パラメーターが含まれており、トレーダーは好みに合わせてエキスパートをカスタマイズできます。 緑のドットが表示されるとすぐに、EAは買い注文をエントリーします。上昇トレンドが青い矢印で確認されると、EAは次のローソク足で買い注文をエントリーします。市場が反転した場合、EAはグリッドとマーチンゲール戦略で一連の取引を管理します。反対のシグナルが現れ、チャートに赤いドットが表示された場合、EAは売り注文をエントリーし、赤い矢印が続くとすぐに、EAは次のローソク足で売り注文をエントリーし、グリッドとマーチンゲール戦略で一連の取引を管理します。 通貨ペアと時間枠: このEAは、上場されているすべての資産、先物、株式、外国為替、コモディティ、暗号通貨、指数で使用できます。xauusd、eurusd、gbpu
Forex Diamond EA
Lachezar Krastev
5 (5)
WINTER SALE — FINAL DAYS! Get Forex Diamond EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO  A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex Diamond EA – Relia
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
作者のその他のプロダクト
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
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
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
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
MaSonic MT4 日本語バージョン このインジケーターはチャート上の任意のポイントをクリックすると、そのポイントを通る移動平均 (MA) をすばやく検索、表示できます。 特徴: 簡単な操作:   MA を見つけたい任意のポイントをクリックします。 即時結果: 一致する MA が見つかった場合は表示します。 スリープ機能: 使用していないときにボタンを非表示にして、インターフェースをすっきりさせます。 手動制御: 画面上のボタンを使用して MA を手動で調整します。 MA を固定:   MA を発見したら、検索とは関係なくその場所に固定できます。 スキャン ボタン:   1 回のクリックでプロセスを開始します。 今すぐ MA 検索のスピードと使いやすさを体験してください。 注: 検索モード中に、チャートの右側の空のローソク足領域をクリックすると、検索された MA がリセットされます。 検索ボタンをクリックすると、非検索モードにリセットされます。 検索ボタンをクリックするか、設定されたキーを押して、検索モードを無効にします。 検索したMAのみ、左/右ボタンで任意に変更できます。 M
FREE
フィルタ:
レビューなし
レビューに返信