Golden Confluence Trader

Golden Confluence Trader — Product Description

Overview

Golden Confluence Trader is a rules-based Expert Advisor for XAUUSD (Gold) that only trades when multiple independent signals agree. Instead of reacting to a single indicator crossing a line, it waits for trend, momentum, volume, and price structure to all point the same direction before placing a trade — and it comes with built-in risk controls so a bad day doesn't become a bad month.

It trades less often than a typical single-indicator EA, by design. The goal is fewer, higher-conviction entries rather than constant activity.

Key Advantages

  • Multi-factor confirmation, not guesswork. A trade only opens when trend direction, a moving-average crossover, momentum (RSI), and trend confirmation (MACD) all agree — reducing the false signals that come from relying on any single indicator alone.
  • Sees the bigger picture. An optional higher-timeframe filter checks that a larger trend (e.g. the 4-hour trend, if you're trading the 1-hour chart) agrees with the smaller one before allowing a trade — helping avoid entries that fight the dominant direction.
  • Reads volume, not just price. A built-in Fixed Range Volume Profile identifies where real trading activity is concentrated (the Point of Control and Value Area) and can require a trade to be backed by above-average volume, filtering out low-conviction moves.
  • Understands where stop-losses cluster. Automatic liquidity zone detection marks recent swing highs and lows — the levels where other traders' stops typically sit — and can optionally require a "liquidity sweep" (a wick through one of these levels followed by a reversal) before entering, a technique often associated with institutional-style trading.
  • Protects your account automatically. A daily loss limit pauses new trades once losses reach a set percentage of the day's starting balance, with an optional setting to close everything immediately if breached.
  • Adapts to bad market conditions. A spread filter blocks new trades when the spread widens abnormally (common around news releases), protecting you from entering at unfavorable pricing.
  • Flexible position sizing. Trade fixed lots, or let the EA calculate lot size automatically based on your account balance and a chosen risk percentage per trade.
  • Full visibility while it runs. A live on-chart display shows current trend direction, RSI, MACD, volume profile levels, spread, liquidity zones, and daily loss status — so you always know why it is or isn't trading right now.
  • Try before you fully commit. A companion Signal-only indicator (sold/available separately) uses the exact same logic to plot alerts without placing any trades — ideal for observing the strategy risk-free before running the EA live.

Feature List

  • Works on MT4 and MT5
  • Configurable EMA trend and crossover system (4 moving averages)
  • RSI momentum filter with adjustable thresholds
  • MACD confirmation filter
  • Optional higher-timeframe trend agreement check
  • Fixed Range Volume Profile with Point of Control / Value Area detection
  • Optional volume-confirmation filter for entries
  • Automatic liquidity zone (swing high/low) detection and charting
  • Optional liquidity-sweep entry confirmation
  • Adjustable Stop Loss / Take Profit (points-based)
  • Optional trailing stop with configurable step
  • Fixed-lot or percentage-risk position sizing
  • Daily loss limit with optional auto-flatten
  • Spread filter for volatile/news conditions
  • Magic number support (safe to run alongside other EAs/instances)
  • One-trade-at-a-time control to avoid stacking correlated positions
  • Live on-chart status display (trend, RSI, MACD, volume, spread, liquidity, daily loss)
  • Fully adjustable color scheme for all chart drawings

Input Parameters

EMA Settings

Parameter Description
EMA_Fast Period of the fast moving average used for the entry trigger (default: 9)
EMA_Medium Period of the medium moving average the fast one must cross (default: 20)
EMA_Slow Period of the slow moving average used for trend direction (default: 50)
EMA_Trend Period of the long-term moving average used as the main trend filter (default: 200)

RSI Settings

Parameter Description
RSI_Period Number of bars used to calculate RSI (default: 14)
RSI_Overbought RSI level above which buy signals are no longer accepted (default: 70)
RSI_Oversold RSI level below which sell signals are no longer accepted (default: 30)
RSI_Midline The center RSI value used to judge bullish vs. bearish momentum (default: 50)

MACD Settings

Parameter Description
MACD_FastEMA Fast EMA period used inside the MACD calculation (default: 12)
MACD_SlowEMA Slow EMA period used inside the MACD calculation (default: 26)
MACD_SignalSMA Signal line period for MACD (default: 9)

Trend Confirmation

Parameter Description
UseHigherTFTrend If enabled, a higher timeframe must also confirm the trend direction before trading
HigherTF Which higher timeframe to check (e.g. H4 when trading H1)
HigherTF_EMA The moving average period used to judge trend on the higher timeframe
ShowTrendOnChart Displays a live status box on the chart showing current trend, RSI, MACD, and other readings

Trade & Risk Settings

Parameter Description
LotSize Fixed lot size to trade, used when UseRiskPercent is off
UseRiskPercent If enabled, lot size is calculated automatically from account balance and stop-loss distance
RiskPercent Percentage of account balance risked per trade, when UseRiskPercent is on
StopLossPoints Stop-loss distance in points from entry
TakeProfitPoints Take-profit distance in points from entry
UseTrailingStop Enables a trailing stop that follows price once a trade is in profit
TrailingStopPoints Distance (in points) the trailing stop trails behind price
TrailingStepPoints Minimum price movement (in points) before the trailing stop adjusts again
Slippage Maximum allowed price slippage on order execution, in points
MagicNumber Unique ID tag so the EA only manages its own trades
OneTradeAtATime If enabled, blocks new trades while a position is already open

Spread Filter

Parameter Description
UseSpreadFilter If enabled, blocks new trades when the current spread is too wide
MaxSpreadPoints Maximum spread (in points) allowed for a new trade to open

Daily Loss Limit

Parameter Description
UseDailyLossLimit If enabled, pauses new trades once the daily loss limit is reached
MaxDailyLossPercent Maximum percentage of the day's starting balance allowed to be lost before trading pauses
CloseAllOnDailyLimit If enabled, also force-closes all open positions when the daily loss limit is hit

Fixed Range Volume Profile

Parameter Description
FRVP_Bars Number of recent bars used to build the volume profile
FRVP_Levels Number of horizontal price levels the volume profile is divided into
FRVP_ShowProfile Draws the volume profile directly on the chart
FRVP_RequireVolumeConfirm If enabled, requires the signal candle's volume to exceed the average before trading
FRVP_VolumeMultiplier How many times above-average volume must be to confirm a signal
FRVP_RequirePOCAlign If enabled, requires price to be on the favorable side of the Point of Control before trading
FRVP_ColorNormal Chart color for standard-volume price levels
FRVP_ColorValueArea Chart color for the Value Area (levels holding ~70% of volume)
FRVP_ColorPOC Chart color for the Point of Control (the single highest-volume level)

Liquidity (Swing High/Low)

Parameter Description
LIQ_SwingLookback Number of bars on each side required to confirm a swing high/low point
LIQ_ScanBars How far back the EA scans when looking for liquidity levels
LIQ_MaxZones Maximum number of liquidity zones displayed per side (highs / lows)
LIQ_ShowZones Draws liquidity levels directly on the chart
LIQ_RequireSweepConfirm If enabled, requires a liquidity sweep (a wick through a level followed by a close back inside) before trading
LIQ_ColorBSL Chart color for buy-side liquidity levels (above recent highs)
LIQ_ColorSSL Chart color for sell-side liquidity levels (below recent lows)

Recommended Use

Start on a demo account to observe behavior across different market conditions before considering live use. Default settings are tuned for XAUUSD on the H1 timeframe; adjust the higher-timeframe filter and points-based settings if trading a different timeframe.

Risk Disclosure

Past or backtested performance does not guarantee future results. Trading leveraged instruments such as gold CFDs carries substantial risk of loss. This EA is a decision-support and automation tool — it does not guarantee profit, and all trading decisions and their outcomes remain the responsibility of the user.


おすすめのプロダクト
Wealth Road Bot for Passing   Prop Firm Challenges An Expert Advisor specifically designed to pass the challenge and verification phases of funded account companies, with full compliance to drawdown and daily loss rules. Why Wealth Road Bot for Funded Accounts? Very low drawdown based on our internal testing Most of our clients successfully pass the challenge when following the recommended settings and risk management rules. Automatically avoids trading during restricted hours Respects the rule
Stocks Trade — 機械学習に基づくセクター特化型取引ロボット 本製品は、厳密に限定された取引銘柄セクターと組み合わせた、最も効果的なポートフォリオ戦略をご提供します。主な目的は、事前の準備不要で誰でも米国株式取引を始められることです。可能な限り多くの安定した米国株を同時に取引することで、短期間で大きなリターンを狙いながら、預託金の最大限の安全性を確保します。 製品についてさらに詳しく知り、機能を拡張するためのリンク 次の場合には: このロボットの MetaTrader 4 版を入手 同じロボットだが、28 通貨ペアでの取引に対応 同じロボットだが、暗号資産(仮想通貨)向けのバージョン Telegramコミュニティに参加 — 交流・サポート・更新情報 同じテクノロジーに基づく、さらに進化した無料版ソリューション 同じテクノロジーに基づく、超高度な有料版ソリューション このロボットは誰向けですか? チャートにロボットを設置するだけで、米国株を主要資産として短期間で利益を得たい方。(ロボットは初期設定不要で即時稼働します。) 米国株式セクターに興味があり、これらの資産を信頼して
The operation of this Expert Advisor is primarily designed to eliminate unprofitable positions according to Martingale with recalculation of the lot depending on the market situation. The EA uses Moving Averages with different periods to determine the trend strength and the moment for opening a deal, as well as RSI to avoid opening deals at the peak of a trend. The lot calculation is performed automatically depending on the current deposit. The deals are closed at different values depending on t
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
GoldScalper GEX is an institutional-grade quantitative Expert Advisor for XAUUSD (Gold) designed around COMEX options market maker positioning and Gamma Exposure (GEX) dynamics. Instead of relying on lagging retail indicators, GoldScalper GEX identifies where institutional options dealers are forced to hedge their positions, plotting major Call Walls, Put Walls, the Gamma Flip line, and Max Pain targets directly on your MetaTrader 5 chart. When price interacts with these critical liquidity anc
GoldScalperPRO è un Expert Advisor automatico sviluppato specificamente per il trading di XAUUSD (Gold) su MetaTrader 5. Il sistema è progettato per operare sulle dinamiche intraday dell'oro, combinando filtri proprietari, controllo delle condizioni di mercato e gestione automatizzata delle posizioni. Regola di Dimensionamento del Lotto 0.01 lotti per ogni 1000$ di capitale. Esempio pratico: Conto da 1.000$: Lotto base = 0.01 Conto da 5.000$: Lotto base = 0.05 Conto da 10.000$: Lotto base = 0
Sometimes the market becomes volatile and we need algorithms that operate this volatility regardless of its direction. This system tries to take advantage in moments of high volatility. It has 5 levels of input filters that it is recommended to adjust depending on the volatility, the average value would be mode 3, below the sensitivity decreases, above it increases. You can download the demo and test it yourself. Very stable growth curve as result of smart averaging techniques. "Safety first
GOLD IMPULSE AI is a high-tech trading robot specifically optimized for gold ( XAUUSD ). The system is based on a hybrid approach combining classic volatility analysis and a multi-factor market assessment algorithm ( Neural Score Filter ). Main characteristics: Symbol: XAUUSD (Gold). Timeframe: Recommended M15 or H1. Trading type: Impulse trend-following algorithm. Risk management: Automatic lot calculation based on volatility (ATR). Key Features: Neural Score Filter: The robot doesn't simply e
This EA is based on the Bollinger Bands indicator. It enters a trade when the candle is closing outside of the external band. The EA closes the trade either when: reaching the middle of the band or when reaching the amout of pips target. (see picture bellow) but the results are better when closing with the #2 above. You should optimise the settings and test with demo account before to go live. Features: Bollinger bands  indicator Strategy for closing the trades: When reaching back the middle ban
This algorithm is based on the grid strategy and performs dynamic position management to make it work on netting accounts. Unlike other robots, this grid system bases its entries on profit over time of the asset instead of using pips. This parameter is the one that corresponds to "Average Distance".  You can trade all 28 major currencies simultaneously.  Parameters: +------------------------------------------------------------------+ :-:-:-:-:-:-:-:EXPERT SETTINGS:-:-:-:-:-:-:-: +---------------
Gold Queen(ゴールドクイーン) は、トレンド方向とプライスアクションに基づいて潜在的なトレード機会を検出する、自動売買システムです。 テクニカル指標を活用して市場環境を評価し、エントリーと決済を体系的に管理します。Gold Queen は、事前に定義されたルールに従う自動化ソリューションを好むトレーダー向けです。 *注意:いかなるトレーディングシステムも、市場状況によりパフォーマンスが変動するため、過去のテスト結果が将来の成果を保証するものではありません。 “プラグアンドプレイ”の簡単セットアップで、すぐに始められます。インストール→リスク設定→あとは私にお任せ。私は市場の動きを常に監視し、潜在的トレードシグナルを発見、精度の高いエントリーを実行しつつ、リスク管理も徹底します。 最低要件と推奨環境: ブローカー:低スプレッドの業者 最低入金額:500ドル(レバレッジ1:100) 推奨入金額:1000ドル(レバレッジ1:500) レバレッジ:最低1:100、推奨1:500 口座タイプ:ECN/Raw/Razor(超低スプレッド) VPS:24時間稼働には必須
VectorBTC QuantCore EA | Multi-Strategy Portfolio EA for BTCUSD Overview VectorBTC QuantCore is a systematic multi-strategy Expert Advisor designed for BTCUSD (Bitcoin) using a portfolio-based trading approach. Instead of relying on a single entry condition, the EA combines 10 independent rule-based strategies, each with its own logic, holding period, and magic number. The system is built around the concept of strategy diversification — allowing multiple Bitcoin market behaviors to be captured i
This Signal Running With Fusion 1 EA Fusion 2 EA is an Expert Advisor based on the fractal Lines Breakouts. Although recommended pair and set files are provided, it is built with many easy-to-understand money management settings, allowing you to adjust according to market conditions as well as customize for other currency pairs as desired. Live Signal Key Features  - 100% Automated Trading System - Works on Any Broker (ECN Recommended) - Money Management & Risk Control Settings - User-Fri
A trend trading expert uses a breakout strategy in the direction of the main trend. The EA has a unique deposit protection system that allows you to safely exit the drawdown in the event of a trend reversal. The Expert Advisor uses an indicator (built into the Expert Advisor): https://www.mql5.com/en/market/product/64252 Trading instruments (TF 5m): GBPUSD. Torn for MT4: https://www.mql5.com/ru/market/product/64432/ The Expert Advisor has been successfully tested with 99% quality quotes, floati
Kiwi Legend Gold MT5 Kiwi Legend Gold MT5 is a dual-engine Expert Advisor developed specifically for trading XAUUSD on MetaTrader 5. The EA combines two independent trading engines in one program. Each engine has its own entry logic, position management, lot sizing, magic number and drawdown control. Because both engines can trade independently, they may hold XAUUSD positions at the same time. Recommended setup Platform: MetaTrader 5 Primary instrument: XAUUSD / Gold Installation: Attach one EA
Extensiver
Syed Oarasul Islam
Extensiver is designed to trade any markets (Stocks, Forex, Commodities, Futures, Cryptos). The strategies are developed based on various Price Actions that will be observed on different Fibonacci Extension Levels. Product Home Page:  https://www.mql5.com/en/market/product/51242 ADVANTAGES: Works on any market and time frames Multiple Strategies in 4 categories:  Extension, Breakout, Trend Follow, Reversal Trades simultaneously on any number of markets under the same account  Display Fibonacci
G.X.L (GALAXY ELEGANCE) Product Overview G.X.L is an automated trading robot for MetaTrader 5 that operates based on price action analysis. The system processes real-time market data to identify trading opportunities. It provides information and recommendations aligned with user-defined trading preferences. Core Functionality The robot analyzes price movements without relying on traditional lagging indicators. It focuses on current market structure, including swing points and fractals, to determ
MJR CatBoost Clusters Gen4   is an EA designed for major Forex currency pairs, built on the CatBoost machine learning algorithm and cluster analysis techniques applied to market data. During operation, the EA analyzes a large number of parameters derived from price action and moving averages. This data is processed by the CatBoost model, which identifies the most probable market entry opportunities. The following groups of features are used for market analysis: Distances Between Price and Moving
Forex Fighter 5
Jared Matthew Bryant
1 (2)
Forex Fighter は、EURJPY、GBPCHF、EURGBP、USDCAD、AUDNZD、USDJPY、および AUDCAD シンボルを取引する高度な多通貨システムです。 この戦略は、私が独自に開発した組み込みインジケーターに基づいています。 Forex Fighter は反復的で独自のパターンに従いますが、人間の脳はそれらを捉えることができません。 ここでの意思決定者は、特定の取引を行うべきかどうかについて合意する必要がある 2 つのニューラル ネットワークです。 取引が行われる前に、パターンを繰り返す確率が 85% 以上である必要があります。 この Expert Advisor は常にチャートをスキャンして収益性の高い取引を探しているため、適切な品質の VPS を使用して 24 時間年中無休で取引することをお勧めします。 EAについて: しばしば繰り返されるパターンに従う 独自に開発した独自のインジケーターを内蔵 2 つのニューラル ネットワークで動作 EURJPY H1チャートで実行 ライブ信号: https://www.mql5.com/en/signals/1
Mean reversion automatic is a trading bot for people wanting a secure trading automation. Based on several filters making efficient trades. Designed for major forex. Adjustables parameters availables. Make x3 in a few months losing a few penny as you can see on screenshot. Included money management and growth compounding. Make your trades in total security with this bot. Do not hesitate to contact me
このEAはAUDNZDに特異的なアノマリーと値動きに勝機を見出しました。 複雑なAIやアルゴリズムなどは入っていません。 そのため、とてもシンプルで明快なロジックになっておりますので、過学習やカーブフィッティングの可能性を排除しています。 トレードされる方のリスク許容度により、リスク/リターンの設定をカスタマイズできます。 2021/1/1~2026/9/9 までのバックテストの結果を別途スクリーンショットに貼っておりますので、ご参考下さい。 Lot size * you can customize any PF RF DD Return high 18.57 11.09 1%(21%) +450% default 7.44 16.43 1%(4%) +70% このEAを用いてトレーディングする際に、大切な点が5つあります。 1)マーチンゲール手法を取り入れていますので、十分な余剰資金と少量のロットから開始されることをおすすめします。 目安としては、日本円100万円で0.01lotになります。この場合、契約サイズは 100 000 AUD を前提とします。 ( 6 500USD
Stop chasing the market and start flowing with it. Trend Flow EA MT5   is designed for traders who want a clean, logical approach to the markets without staring at charts all day. No Martingale, no Grid, no risky averaging. Timeframe:  H1 (1 Hour)  is the sweet spot. It ignores the noise. It only opens a trade when the price "reloads" and confirms it is ready to continue the trend.
Karla Three is the final piece of the Karla series. It differs from Karla One & Karla Two in the strategy and symbols that it trades. It is a very complex piece of software that analyses each H1 candle of every symbol from the list and is capable of identifying rare patterns which are usually too difficult to spot for a human eye. Because such patterns have a high probability of repeating themselves, this EA will try to repeatedly catch them and monetize on them. To get the best results I traine
Gold Extreme Furious
Aercio Dos Santos Da Silva
Here’s the full English translation of your text: --- ### **Operating Principle** The **Golden Extreme Furious EA** is an intelligent buy recovery and accumulation system (BUY Recovery Grid) specially developed for **XAUUSD (Gold)**. It combines advanced technical analysis (using Bill Williams’ AO and AC indicators) with a smart order management system that always aims to close trading cycles in profit — even after adverse market movements. The robot operates exclusively with **buy (BUY)**
NQ Trading System – Professional NASDAQ Trading Algorithm NQ Trading System is an advanced fully automated trading algorithm developed for the NASDAQ (US100) market, designed with a focus on controlled risk and consistent long-term growth. This system is built using over 20 years of market experience and real trading data. The goal is not to open random trades, but to analyze market behavior, wait for the right conditions, and manage profits intelligently. Installation & Usage (Important) Thi
Robot functions: 1. TP and SL 2. TSL 3. BE 4. Working time selection function 5. Disconnection of the robot's work after obtaining a given profit or loss. A robot designed to trade on all currency pairs, cryptocurrencies and synthetic indices. Works on any time frame. Tests have shown its great effectiveness in action. If you need more information about the robot, visit my YT channel and use the Telegram messenger: @Mati_FX
選択したパターンを Renko チャートで取引 KT Renko Patterns Robot MT5 は、生成された Renko チャート上で内蔵エンジンが選択済みの形状を検出したときに、取引を開始して管理する EA です。KT Renko Chart Generator など、互換性のある生成ツールで作成した Renko カスタムシンボルのチャートに適用します。検出ロジックは EA に含まれているため、別製品の KT Renko Patterns インジケーターは必要ありません。 EA は各エントリーの横に検出したパターン名を表示しますが、形状全体は描画しません。MT5 は生成された Renko チャートを別シンボルとして扱うため、保有ポジションは対応する通常シンボルのチャートで確認できます。 取引を開始できるパターンを選択 ロボットに評価させる形状だけを有効にします。 W-M Pattern Power Pennant Pattern AB=CD Pattern Triple Top/Bottom Pattern Double Top/Bottom Pattern Two-Bac
Gold Aurus
Dmitriq Evgenoeviz Ko
Gold Aurus is an intelligent trading advisor for the MetaTrader 5 platform, designed to automate gold trading (XAUUSD). The system operates on a "plug and play" principle, requiring only the initial risk parameter settings. Once activated, the algorithm automatically analyzes market structure, price dynamics, and volatility. Key features of Gold Aurus: Gold Specialization: The Expert Advisor is tailored to the high volatility of the XAUUSD. It distinguishes momentum trends from consolidation, ma
VectorGold QuantCore EA | Multi-Strategy Portfolio EA for XAUUSD Overview VectorGold QuantCore is a systematic multi-strategy Expert Advisor designed for XAUUSD (Gold) using a portfolio-based trading approach. Instead of relying on a single entry condition, the EA combines 16 independent rule-based strategies, each with its own logic, direction, holding period, and magic number. The system is built around the concept of strategy diversification — allowing multiple market behaviors to be captured
EA Builder PRO
Arthur Hatchiguian
4.56 (9)
EAビルダーは、独自のアルゴリズムを作成し、自分の取引スタイルに合わせることができるツールです。 古典的な取引、グリッド、マーチンゲール、個人的な設定による指標の組み合わせ、独立した注文またはDCA、可視または不可視のTP/SL、トレーリングストップ、損失カバーシステム、損益分岐点システム、取引時間、自動ポジションサイズなど、様々なものがあります。 EAビルダーには、あなたの完璧なEAを作るために必要なものがすべて揃っています。独自のアルゴリズムを構築することで、無限の可能性を秘めています。創造力を発揮してください。 Guide on my blog post:  https://www.mql5.com/en/blogs/post/740705 ️   This EA is not recommended to beginner or new MT5 user. It's a tool to create your algorithm, it is not supposed to be used with the default settings. You need to full
このプロダクトを購入した人は以下も購入しています
Quantum Titan MT5
Bogdan Ion Puscasu
4.78 (36)
Quantum Titanは、Quantumエコシステムに機関投資家レベルの取引機能をもたらし、精度、規律、そして実績のあるライブマーケットパフォーマンスにおいて新たな基準を打ち立てます。 GOLDエキスパートアドバイザーにさらなる性能を求めるトレーダーのために開発されたTitanは、Quantumトレーディングテクノロジーの次なる進化を象徴するものです。 全世界で生涯ライセンスは1,000個限定です。 1,000部すべてが完売次第、Quantum Titanは入手できなくなります。 発売記念特別割引価格。最終価格1999ドル。 初期投資5万ドルでLive Signalに参加しよう:   こちらをクリック Quantum Titan MQL5 公開チャンネル:   こちらをクリック ***Quantum Titan MT5 を購入すると、Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum Valkyrie、Quantum OmniGold、Quantum Athena X、Quantum
Quantum Commander
Bogdan Ion Puscasu
4.69 (13)
クォンタム・エコシステムは新たな戦場へと突入し、新たな司令官が指揮を執ります。US30指数専用に開発されたクォンタム・コマンダーは、世界で最もダイナミックな市場の一つである米国市場向けに構築された、完全自動化されたエキスパートアドバイザーです。 数多くのゴールドEAが溢れる世界において、Quantum Commanderは際立った存在です。 これまでGOLDに特化したリリースを何度か行ってきた後、私たちはUS30という新たな領域へと踏み出します。これは新しい金融商品であり、異なる戦略に基づき、量子エコシステムに真の多様化をもたらす強力な機会となるでしょう。 発売記念特別割引価格。最終価格1999ドル。 ライブ信号:   こちらをクリック Quantum Commander MQL5 公開チャンネル: こちらをクリック ***Quantum Commander MT5 を購入すると Quantum Emperor、Quantum King、Quantum Bitcoin、Quantum Baron、Quantum OmniGold、Quantum Athena X、Quan
The Gold Reaper MT5
Profalgo Limited
4.48 (106)
小道具会社準備完了!( セットファイルをダウンロード ) 警告: 現在の価格で販売できるのは残りわずかです! 最終価格:990ドル EAを1つ無料でゲット(3つの取引アカウント分)→購入後ご連絡ください 究極のコンボセット   は   こちらをクリック 公開グループに参加する: こちらをクリック   ライブシグナル クライアントシグナル YouTubeレビュー 最新マニュアル ゴールドリーパーへようこそ! 非常に成功を収めたGoldtrade Proをベースに開発されたこのEAは、複数の時間枠で同時に動作するように設計されており、取引頻度を非常に保守的なものから極めて変動の激しいものまで設定できるオプションを備えています。 このEAは、複数の確認アルゴリズムを使用して最適なエントリー価格を見つけ出し、内部で複数の戦略を実行して取引のリスクを分散します。 すべての取引にはストップロスとテイクプロフィットが設定されていますが、リスクを最小限に抑え、各取引の潜在的な利益を最大化するために、トレーリングストップロスとトレーリングテイクプロフィットも使用されます。 このシステムは、非常に人
MoonDog EA
James Vito Armin Bianchini
4.18 (33)
MoonDog EA は、MetaTrader 5 上の XAUUSD 向けに特別に開発された、複数戦略型のブレイクアウト Expert Advisor です。 このシステムは、異なるブレイクアウト条件や価格拡大の局面を検出するために設計された、5つの独立したブレイクアウト戦略を組み合わせています。 MoonDog は、マーチンゲール、Recovery モード、Grid Recovery、ロット倍率の増加、損失ポジションのナンピンを使用しません。 すべての取引は、あらかじめ設定された独自の Stop Loss と Take Profit を持って開始されます。損失が発生した後に、より大きなロットで回復を狙う取引を行うことはありません。 Break-even、Trailing、MoonLock は、既存ポジションを保護するための管理機能です。これらは保護レベルを調整できますが、ロットサイズを増やしたり、過去の損失を回復するための追加ポジションを開いたりすることはありません。 公式ライブシグナル MoonDog の実際の取引状況は、公式 MQL5 Signal で確認できます。 https
Quantum Queen X MT5
Bogdan Ion Puscasu
5 (54)
伝説は続く。女王は進化する。 Quantum Queen Xへようこそ。これは、Quantum Queenの実績ある成功を基盤とした、伝説的なゴールド取引システムの次世代版です。 Quantum Queen Xは、Quantum Queenと同じ実績のあるコアエンジンをベースに構築されており、トレーダーがどの戦略を有効または無効にするかを正確に選択できる強力な新しいカスタムモードが導入されています。 すべての戦略は個別にレビュー、改良、最適化され、さまざまな市場状況においてさらに優れたパフォーマンスと適応性を発揮します。デフォルトのプリセットも強化され、7つの戦略ではなく厳選された9つの戦略を組み合わせることで、より広い市場範囲とより多くの取引機会を提供すると同時に、Quantum Queen XをMQL5で最も成功したGOLDエキスパートアドバイザーにした規律ある取引哲学を維持しています。 IMPORTANT! After the purchase please send me a private message to receive the installation manual
重要 : この商品は、ごく少数の数量のみ、現行価格で販売されます。    価格はまもなく1999ドルになります!   300 以上の戦略を収録 !さらに追加予定! ボーナス : 私の他のEAの中から5つ  を無料で 選んでください!   すべての設定ファイル + 完全なセットアップおよび最適化ガイド ビデオガイド ライブシグナル レビュー(第三者による) 新登場 - 44種類の戦略ライブシグナル 究極のブレイクアウトシステムへようこそ! この度、8年の歳月をかけて綿密に開発された、洗練された独自のエキスパートアドバイザー(EA)である「アルティメット・ブレイクアウト・システム」をご紹介できることを嬉しく思います。 このシステムは、MQL5市場で高いパフォーマンスを発揮するEAの基盤となっており、その中には高く評価されているGold Reaper EAも含まれています。 7か月以上にわたり1位の座を維持したほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインした。 Ultimate Breakout Systemは
Aikon MT5
William Brandon Autry
5 (6)
AIKON — トレーディングシステムに、あなたが望むことを伝える。 あなたは、自分のトレーディングシステムに何をしてほしいか分かっています。適切な設定を探すことが一番難しい部分である必要はありません。 Aikonに目的を伝えてください。セットアップの構築、イベントの調査、市場監視、ポジション管理、口座の調整を依頼できます。 Aikonはライブシステムを確認し、推奨内容を説明し、変更内容を確認用に準備できます。スマートフォンからでも可能です。 依頼する。確認する。承認する。Aikonが実行する。 あなたの戦略。あなたの資金。あなたのルール。あなたのコントロール。 QUICK START — 最初の一歩はシンプルです。 1つのAIプロバイダー、1つのモデル、1つのAPI keyから始められます。統合オンボーディングはその接続を使ってAikonの主要なインテリジェンス役割を初期化できます。 次に開始方法を選択します: 用意されたプロファイルを使用 — Forex Single Entry with Stop Loss、Gold Single Entry with Stop Loss、または
Smart Gold Hunter
Barbaros Bulent Kortarla
4.02 (66)
No Grid / No Martingale / No Recovery / No Hedging / Single Entry with SL / One Shot Smart Gold Hunter は、MetaTrader 5 上で XAUUSD / Gold を取引するための Expert Advisor です。グリッドなし、マーチンゲールなし、本物の Stop Loss と Take Profit のロジック、そして管理されたリスク管理を好むトレーダー向けに設計されています。 決定を下す前にライブシグナルを確認できます: Live Main Signal : https://www.mql5.com/en/signals/2365400?source=Site Smart Gold Hunter はグリッド EA でもマーチンゲール EA でもありません。無制限のリカバリーポジションや損失後のロット倍増には依存しません。主なアイデアは、危険な平均化ではなく、管理されたロジック、保護設定、そして本物の取引管理で Gold を取引することです。 この EA は主に XAUUSD
Scalping Robot Pro is a professional trading system designed specifically for fast and precise scalping on XAUUSD using the M1 timeframe. The system is built to capture short term market movements with accurate execution and controlled risk management. It focuses on real time price behavior, momentum shifts, short term volatility, and selective grid based trade management techniques to identify high probability trading opportunities in the gold market. Scalping Robot Pro is optimized for traders
Ghost Scalper MT5
Thomas Christoph Lipka
4.33 (12)
Ghost Scalper MT5 Ghost Scalper MT5 は、 MetaTrader 5 の XAUUSD / Gold 向けに開発された完全自動のエキスパートアドバイザーです。 Ghost は、ゴールド市場の選択的な ブレイクアウトとモメンタムの動き を狙うために開発されています。EA は内部の市場条件が整うまで待機し、常にトレードを行うわけではありません。 価格モデル: 10件販売されるごとに100 USDずつ価格が上昇 し、最終価格は 1,499 USD です。 ライブシグナル Ghost は複数のリアル口座および異なるブローカーで公開追跡されています。さらに、複合ポートフォリオのライブシグナルも利用できます。ライブ結果は随時変動し、将来の成績を保証するものではありません。 Ghost Scalper MT5 TMGM – ライブシグナルを見る Ghost Scalper MT5 VT Market – ライブシグナルを見る Ghost Scalper MT5 Vantage – ライブシグナルを見る Ghost Scalper MT5 Future Lab Ult
ThunderGold Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.26 (23)
ThunderGold Scalper ThunderGold Scalperは、MetaTrader 5でゴールドを自動売買するために開発されたエキスパートアドバイザーです。 このEAは、M15時間足のXAUUSDおよびGOLD向けに設計されています。独自の多要素意思決定エンジンを使用して、条件を満たした取引機会を検出し、ポジションを自動管理します。 市場構造、トレンド方向、ローソク足の品質、出来高、モメンタム、約定条件を組み合わせて分析します。常に取引するのではなく、適切な市場条件を待つように設計されています。 Live Signal — TMGM 主な機能 XAUUSDおよびGOLD向け 推奨時間足:M15 完全自動売買 グリッド戦略を使用しない 自動Stop LossおよびTake Profit ダイナミックトレーリングストップ リスク率または固定ロットによるポジションサイズ計算 トレンドおよびモメンタムフィルター ローソク足品質および出来高フィルター 重要経済指標ニュースフィルター 祝日および市場休場時の保護 スリッページ調整システム 1日の取引回数制限およびクールダウン 情
Iron Stops
Fajar Dicky Firmansyah
4.05 (65)
100K Real Signal:  https://www.mql5.com/en/signals/2386516 ギミックなし。空虚な主張なし。 Iron Stopsは、1つの重要な側面に焦点を合わせたトレーダーに対応しています:一貫性。プロップチャレンジに取り組んでいるか、顧客資金を管理しているかに関わらず、このEAは設定された境界内で活動し、信頼性のある結果を提供します。 ポジションは 36 時間 以内に決済。 一つのチャートで実行: XAUUSDにM30タイムフレームを使用して適用するだけです。それが必要なすべてです。一つのチャート。一つの強力なツール。 正しい設定が正確なバックテストに不可欠です! 詳細な指示とともに、私の.iniファイルを取得するために連絡してください。 注意:このEAの現在の価格は580です。30ライセンスが購入されると、価格は629に上昇します。現時点で29部が販売されています。価格変更の前にお見逃しなく。 ブログリンク =  https://www.mql5.com/en/blogs/post/763583 チャンネルリンク =  https:
Quantum Athena X
Bogdan Ion Puscasu
5 (14)
よりスマートな制御。洗練された精度。 Quantum Athena Xへようこそ。Quantum Athenaの精度、効率性、そして規律ある実行力を基盤とした、次世代の集中型金取引システムです。 Quantum Athena Xは、Quantum Athenaと同じ合理化されたコアエンジンと、厳選された6つの戦略に基づいて構築されています。各戦略は、現在の金市場の状況に合わせて個別に改良および最適化されており、新しい強力なカスタムモードでは、トレーダーがどの戦略を有効または無効にするかを正確に選択できます。 完全に準備されたプラグアンドプレイ体験を好むトレーダー向けに、最適化された元の構成は引き続き利用可能です。一方、カスタムモードでは、独自の戦略の組み合わせを作成したいトレーダー向けに、より高い柔軟性が提供されます。 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 割引価格
Zerqon EA
Vladimir Lekhovitser
3.3 (37)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2372719 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く Zerqon EA は、XAUUSD 取引専用に設計された適応型エキスパートアドバイザーです。 この戦略は、ONNX を通じて統合された Deep LSTM ニューラルネットワークモデルに基づいており、市場の連続的な動きを処理し、価格変動を構造的に分析することを可能にしています。 モデルは、金価格の動き、ボラティリティ、および時間的条件における特定のパターンを識別することに重点を置いています。 固定的な従来型シグナルを使用する代わりに、EA は学習済みニューラルネットワークフレームワークを通じて市場を分析し、適切な条件が検出された場合にのみ取引を実行します。 Zerqon EA は継続的に取引を行うわけではありません。 まったく取引が行われない期間もあれば、適した XAUUSD 市場局面では短時間に
Now $399 — Only 2 Copies Available Secure your copy at $399 before the next price increase to $599. DeMoore Expert Advisor is a high-precision scalping Expert Advisor developed exclusively for XAUUSD (Gold) on the M5 timeframe. The De Moore Expert Advisor performs market analysis based on trend-following and price action concepts. The analysis is also based on multi-timeframe analysis. Live Signal        My Setfile on ICM How De Moore EA Works for You Buy the EA on MQL5 Market Install on MetaTra
Lizard
Marco Scherer
4.14 (50)
Lizard とは Lizard は MetaTrader 5 の XAUUSD(ゴールド)専用の全自動エキスパートアドバイザーです。複数戦略によるスイングブレイクアウトシステムを採用し、チャート上の重要な構造レベルを検出して、算出したエントリーポイントに逆指値のペンディングオーダーを設置します。 マーチンゲールなし、グリッドなし、含み損のナンピンなし。 すべての取引は明確なストップロスとテイクプロフィットを伴って発注され、その後は多層のイグジットシステムが二十四時間、手動操作なしで管理します。 サポート 当チームでは役割を分担しており、開発担当と顧客サポート担当が分かれています。ご購入後のインストール、設定、その他のご質問は、モデレーターの Zolia までご連絡ください: https://www.mql5.com/ja/users/zolia ライブシグナル Normal Standard: https://www.mql5.com/ja/signals/2372821 動作の仕組み Lizard は一時間足の XAUUSD チャートを継続的に監視し、意味のあるスイングハイとスイン
金市場を支配するために作られた。 公式情報 出品者プロフィール 公式チャンネル ユーザーガイド 期間限定価格 — $799 Aura Gold Pro Edition は9月末まで $799 でご購入いただけます。 10月1日から価格は $999 に値上がりします — 値上げ前にぜひご購入ください。 ライブ取引シグナル  Roboforex   https://www.mql5.com/en/signals/2366593 FPMarkets   https://www.mql5.com/en/signals/2358523 ICTrading   https://www.mql5.com/en/signals/2380859 説明 Aura Gold PRO Editionは、金市場向けに綿密に設計された信頼性の高い取引アルゴリズムです。長期的な安定性と資本保護に重点を置き、不当なリスクを回避するシステムを構築しました。EAのライブシグナルは優れた結果と着実な成長を示しており、その基盤となるロジックの有効性を証明しています。このシステムの最大の強みの一つは、高い回復力です。これにより
TwisterPro Scalper
Jorge Luiz Guimaraes De Araujo Dias
4.37 (138)
取引は少なく。質は高く。一貫性がすべて。 • ライブシグナル モード1 ライブシグナル モード 2 Twister Pro EA は、XAUUSD(ゴールド)のM15タイムフレーム専用に開発された高精度スキャルピングEAです。取引回数は少なめ——しかし、取引する時は必ず目的を持って行います。 すべてのエントリーは注文が出される前に5つの独立した検証レイヤーを通過し、デフォルト設定では極めて高い勝率を実現します。 2つのモード: • モード1(推奨)— 非常に高い精度、週数回の取引。資金保護と規律ある取引のために設計。 • モード2(ショートSL)— ストップロスが大幅に短く、モード1より多くの取引。個々の損失は最小限。リスクを管理しながら市場への露出を増やしたいトレーダーに最適。 仕様: シンボル:XAUUSD | タイムフレーム:M15 最低入金:$100 | 推奨:$250 RAW SPREADアカウントは必須 VPS強く推奨 グリッドなし!すべての取引にTPとSLあり! 推奨ブローカー: Exness Raw | Vantage | Fusion Markets 購入後、以下
更新情報:次期価格:699ドル、最終価格:999ドル もしあなたが、誠実さと、単に見た目は完璧な直線的なバックテスト結果だけで口座を破綻させるようなものではなく、実際の取引のために構築された真のトレーディングシステムを重視するなら、これはあなたにぴったりかもしれません。 マーチンゲール法なし/グリッド法なし 22ヶ月間ライブ信号 ライブ成長率+300% 【ライブシグナル】    |  【FTMO実績】    |  【メインポートフォリオ】  |  【バックテストガイド】 Range Breakout EAがこれほど安定している理由とは? Range Breakout EAは、よく知られた市場の動向、すなわち取引セッション間のボラティリティの変化に基づいています。 通常、アジアセッション中はボラティリティが低く、価格レンジが狭くなります。ロンドンセッションが始まるとボラティリティが上昇し、価格はこのレンジを突破して ブレイクアウト方向に動き続けることがよくあります。 このシステムはこのブレイクアウトをトレードし、ボラティリティが低下し始めた時点でポジションを決済します。
Quantum King EA
Bogdan Ion Puscasu
4.96 (221)
Quantum King EA — あらゆるトレーダーのために洗練されたインテリジェントパワー IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. 発売記念特別価格 ライブ信号:       ここをクリック MT4バージョン:   こちらをクリック クォンタムキングチャンネル:       ここをクリック ***Quantum King MT5 を購入すると、Quantum StarMan を無料で入手できます!*** 詳細についてはプライベートでお問い合わせください! 正確さと規律をもって取引を管理します。 Quantum King EA は、 構造化グリッドの強さと適応型マーチンゲールのインテリジェンスを 1 つのシームレスなシステムに統合します。M5 の AUDCAD 用に設計されており、安定した制御された成長を望む初心者とプロの両方のために構築されています。
Quantum Emperor MT5
Bogdan Ion Puscasu
4.84 (506)
ご紹介     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 が無料で手に入る可能性があります!*** 詳細についてはプライベートでお問い合わせください 検証済み信号:   こちらをクリック MT4バージョン:   ここをクリック 量子EAチャネル:       ここをクリック 10 回購入するごとに価格が 50 ドル上がります。最終価格 1999 ドル 量子皇帝EA       EAは、1つの取引を5つの小さな取引に継続的に分割する独自の戦略を採用しています
Adaptive Gold Scalper Important Pre-notice: This strategy requires a long period of practical verification, and favorable trading returns cannot be guaranteed in the short run. Traders must select brokers with ultra-low order latency, minimal slippage and zero/low stop level requirement; poor broker conditions will lead to disastrous trading results. I have over 14 years of professional trading experience. With proper brokerage conditions and sufficient running time, this fully automated scalpi
Gold Bomb
Aleksandr Makarov
5 (2)
このアドバイザーは私の  独自インジケーター  に基づいています。  AI  やその他のナンセンスなものは一切使用していません。 インジケーターの組み合わせ、レベル、価格アクションのみです。 危険な取引手法は使用せず、   XAUUSD M1   通貨ペアでも! 常に   ストップロス   と   テイクプロフィット   を設定します。 リアルシグナル: https://www.mql5.com/en/signals/2388322 購入後は必ず私に連絡して、アドバイザーを有効化するために取引口座番号を送ってください!私の許可なしに使用しないでください! -------------------------------- Installation instructions:   Click 特別ローンチ価格:現在の価格は最初の10コピーのみ有効です。10コピー販売後は価格が  999$ に値上がりします 技術仕様: 取引シンボル:   XAUUSD   時間足:   M1 推奨最小入金   200 $( できれば500$) レバレッジ:   1:500 口座タイプ:   任意
XG Gold Robot MT5
MQL TOOLS SL
4.33 (112)
The XG Gold Robot MT5 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 Action, Cycle S
Scalping Index Pro is a professional trading system designed specifically for fast and precise scalping on US30 and DE40 using the M1 timeframe . The system has been developed specifically for the unique behavior of major stock indices, focusing on short term price movements, rapid momentum changes, market volatility, and selective grid based trade management techniques to identify high probability trading opportunities . Scalping Index Pro is optimized for traders who prefer dynamic trading wit
Cortex IDX
Vladimir Mametov
4 (8)
これは、MetaTrader 5 向けに開発された完全自動型の Expert Advisor(EA)で、 US30 指数 の取引に特化して設計されています。取引ロジックは、主要株価指数に見られる強い方向性のある値動き、日中の押し目・戻り、そして高ボラティリティ局面といった市場特性を考慮して構築されています。EA は、約定スピード、規律ある取引、効率的なポジション管理が重要となる環境で、自動売買を実行します。 本システムは、規律あるトレード管理、市場変化への素早い対応、そしてコントロールされた決済に重点を置いています。基本的な考え方はシンプルです。利益が出ているポジションは Trailing Stop によってできるだけ伸ばし、一方で損失中のポジションは、M1 時間足で反対シグナルが発生した場合に早期決済できるようにします。 https://www.mql5.com/en/signals/2376781 基本コンセプト この Expert Advisor は、明確で実用的なポジション管理システムを備えた US30 自動売買ソリューションを求めるトレーダー向けに設計されています。 EA は
My AI Gold
Vitalii Kosov
5 (1)
AI駆動型ゴールドトレーディング革命 -------------------------------------------------------------------------------- My AI Gold は単なる自動売買ツールではありません。高度なニューラルネットワーク技術、独自のカスタムアーキテクチャ、そして実際の市場環境における厳格な最適化を結集して開発されたシステムです。GitHub 上の最先端リポジトリと最新の機械学習フレームワークを活用し、ゼロから構築された My AI Gold は、ディープデータ分析によって XAUUSD(ゴールド)市場の複雑な動きを解析します。 十分な検証を行わずに急いでリリースされた製品とは異なり、My AI Gold は実際の市場サイクルを通じて徹底的なテスト、検証、改善を重ねています。安定し、検証可能なパフォーマンスを確認した後にのみ正式リリースされています。 リアル運用実績 +1000% https://www.mql5.com/en/signals/2389616 IC Markets ライブモニタリング — 10,000
Prop Firm Gold EA
Jimmy Peter Eriksson
4.58 (33)
金(XAUUSD)におけるプロップファームの課題に対応するために構築されました 簡単な  プラグアンドプレイセットアップ リスクのないマーチンゲール/グリッド ライブシグナル  |    FTMOの結果  |  公開コミュニティ 警告 :現在の価格で入手できる在庫はごくわずかです!最終価格: 990ドル 戦略 Prop Firm Gold EAは、MT5プラットフォーム上で金(XAUUSD)専用に設計されたマルチストラテジー取引システムです。 このシステムは、ブレイクアウトベースのコンセプトと日中価格パターンを組み合わせることで、日中の主要な方向性を捉える複数のロジックを統合しています。 これにより、単一の設定に依存するのではなく、さまざまな日中市場状況に適応できます。 この戦略は、インジケーターや固定時間枠に基づかず、カーブフィッティングを減らし堅牢性を向上させるために最小限の最適化を使用しています。Prop Firm Gold EAは、分散取引ポートフォリオの一部として効果的に機能するように設計されています。日中取引に特化したロジックにより、異なるアプローチを使用する
AETHERION ZENITH AI EA 精密なゴールド自動売買の進化 リアルタイム監視用の公開ライブシグナル: https://www.mql5.com/ru/signals/2381671 限定ローンチオファー 最初の 7本のみ $259 で提供されます。 これらのライセンスが販売完了した後、価格は即座に $100 上昇し、$359 になります。 この導入オファーは、Aetherion Zenith AI EA に初期段階から参加し、公開ライブ監視を通じてシステムの進化を最初から追跡したいトレーダー向けです。 Prime から Zenith へ Aetherion Zenith AI EA は、単に以前のシステムの名称を変更したものではありません。 これは次の開発段階を表しています。より高度で、より構造化され、より洗練された Aetherion 取引アーキテクチャの新世代です。 当初の Aetherion Prime のコンセプトは、ゴールドにおける精密性、規律、そして制御された自動実行を中心に構築されていました。 Aetherion Zenith AI EA は、その基盤をさ
LIVE SIGNAL REACHED NEW HIGH Live Signal on Vantage https: // www.mql5.com/en/signals/2378090 https: // www.mql5.com/en/signals/2378091 live signal is running mode/option 1 with autolot 2 % risk. Join telegram group   https://t.me/+UaALtDiYMb4xYTk1 Overview:  The Gold Space is a fully automated, professional-grade Expert Advisor specifically engineered for the XAUUSD (Gold) market. Designed natively for MetaTrader 5, this EA capitalizes on high-probability volatility expansions using a precise,
フィルタ:
レビューなし
レビューに返信