Under Controls

Under Control

Fair Value Gap, Liquidity Sweep & SuperTrend Expert Advisor for MetaTrader 5

Overview

Under Control is a professional Expert Advisor for MetaTrader 5 built around the combination of Fair Value Gaps, liquidity sweeps, SuperTrend direction and multi-layer signal validation.

The strategy is designed to evaluate price structure rather than react to a single technical condition.

A potential setup passes through several independent filters, including:

Fair Value Gap → Liquidity Sweep → SuperTrend Direction → ATR Noise Filter → Spread Control → Trend Duration → ADX Confirmation → Signal Strength

Only after the configured conditions are satisfied can the Expert Advisor proceed with a trade.

The result is a structured framework that combines market-structure analysis with configurable execution, capital allocation and position protection.

Fair Value Gap & Liquidity Logic

The primary signal engine searches for Fair Value Gaps (FVGs) that meet the minimum size specified by:

SignalFVGMinSizePoints

A Fair Value Gap represents a price imbalance within the recent market structure.

The setup can additionally require a Liquidity Sweep before the FVG is considered valid.

Controlled by:

SignalLiquiditySweepRequired

This allows the trader to decide whether a liquidity event must precede signal validation.

The combination is intended to focus the analysis on situations where price has both interacted with a liquidity area and created a measurable imbalance.

Multi-Layer Signal Confirmation

Under Control does not rely on the FVG condition alone.

The signal engine can combine several independent measurements.

SuperTrend Direction

SignalSuperTrendMultiplie

defines the SuperTrend multiplier used to establish the directional context of the setup.

ATR Noise Filter

SignaATRNoiseFilter

uses ATR-based filtering to reduce the influence of relatively small market fluctuations.

Spread Protection

SignaMaxSpreadAllowed

defines the maximum spread permitted for a trade.

If current spread conditions exceed the configured threshold, the setup can be rejected.

Trend Duration Control

SignaMaxBarsInTrend

limits how long the current trend may have continued before the setup is considered invalid.

ADX Confirmation

SignaADXOpenConfirmation

defines the ADX level required for opening confirmation.

Signal Strength

SignalThreshold

sets the minimum signal strength required before the Expert Advisor can proceed with an entry.

Together, these filters create a configurable validation framework rather than a single-condition entry model.

Capital Allocation & Exposure Control

Under Control includes a dedicated money-management layer designed around capital exposure control.

Automatic position sizing can be enabled through:

AutoCapitalRegulationOn

The target exposure is controlled by:

CapitalExposureRatio

A base position size is provided through:

BaseContractSize

This structure allows the trader to define how the strategy should relate position sizing to available account capital.

Controlled Position Chains

Under Control supports a configurable sequence of positions when the strategy conditions allow additional entries.

The maximum depth is controlled by:

PositionChainDepth

Allocation scaling is controlled by:

AllocationScalingExponent

This creates a predefined mathematical relationship between position size and chain depth.

The structure is therefore configurable and bounded rather than based on unlimited position accumulation.

The Expert Advisor does not use Martingale recovery logic, unlimited pyramiding, or an unrestricted grid-recovery mechanism.

Position Protection

Under Control includes a dedicated protection layer for managing open exposure.

Profit Protection

ProfitCeilingPoints

defines the configured profit distance in points.

Loss Protection

LossFloorPoints

defines the configured loss distance in points.

These parameters establish explicit boundaries for individual positions.

Trailing Engine

An optional trailing mechanism can be enabled through:

TrailingEngineActive

Trailing begins after the configured:

TrailEngagementDistance

and advances according to:

TrailStepPoints

This allows the trader to define when the position-protection mechanism should become active and how aggressively it should follow price.

Optional pending-order trailing can also be configured through:

  • TrailPendingActive

  • TrailPending

Correction Logic

For prolonged position sequences, an optional correction mechanism is available.

CorrectionStrategy

can adjust protection levels as the position chain develops.

A value of:

0

disables the correction mechanism.

This provides an additional layer of control for configurations that use multiple sequential positions.

Independent Long & Short Control

Long and Short exposure can be configured independently:

  • LongExposureEnabled

  • ShortExposureEnabled

This allows the Expert Advisor to operate:

  • Long only;

  • Short only;

  • in both directions.

The directional configuration can therefore be adapted to the trader's market model or instrument characteristics.

Execution & Environment

Under Control provides dedicated parameters for managing multiple instances and broker-specific execution requirements.

StrategyInstanceID

A unique identifier for the Expert Advisor instance, equivalent in purpose to a Magic Number.

This helps separate its trades from other strategies running on the same account.

ExecutionTag

A custom text identifier attached to trades for easier organization and monitoring.

FillExecutionPolicy

Defines the MQL5 order-filling policy used for execution.

InstitutionalExecutionMode

Provides an alternative execution mode for brokers requiring specific order-handling behavior.

Key Features
  • Fair Value Gap analysis

  • Liquidity Sweep confirmation

  • SuperTrend directional filtering

  • ATR-based noise filtering

  • ADX entry confirmation

  • Configurable signal-strength threshold

  • Maximum spread protection

  • Trend-duration control

  • Automatic capital-based position sizing

  • Configurable capital exposure ratio

  • Bounded position-chain depth

  • Configurable allocation scaling

  • Fixed profit and loss protection

  • Optional trailing-stop engine

  • Optional pending-order trailing

  • Correction logic for prolonged position sequences

  • Independent Long / Short controls

  • Unique strategy identification

  • Configurable MQL5 filling policy

  • Institutional-style execution mode

Input Parameters

Signal

SignalFVGMinSizePoints

Minimum Fair Value Gap size required for signal consideration.

SignalLiquiditySweepRequired

Requires a liquidity sweep before the FVG setup can be validated.

SignalSuperTrendMultiplie

SuperTrend multiplier used to determine directional context.

SignaATRNoiseFilter

ATR multiplier used for market-noise filtering.

SignaMaxSpreadAllowed

Maximum permitted spread in points.

SignaMaxBarsInTrend

Maximum number of bars allowed for the current trend before the setup is invalidated.

SignaADXOpenConfirmation

ADX level required for entry confirmation.

SignalThreshold

Minimum signal-strength value required for an entry.

SignalMeasure

Defines the measurement method applied to the signal corridor.

Money Management

AutoCapitalRegulationOn

Enables automatic position sizing based on account capital.

CapitalExposureRatio

Defines the target capital-exposure ratio.

BaseContractSize

Base lot or contract size used as the starting value for position calculations.

PositionChainDepth

Maximum number of positions permitted within a position chain.

AllocationScalingExponent

Controls how position allocation changes as chain depth increases.

Protection

ProfitCeilingPoints

Configured profit distance in points.

LossFloorPoints

Configured loss distance in points.

TrailingEngineActive

Enables the trailing protection engine.

TrailEngagementDistance

Distance in points required before trailing becomes active.

TrailStepPoints

Trailing movement step in points.

LevelStart

Initial level used by the protection logic.

TrailPendingActive / TrailPending

Optional settings for pending-order trailing.

CorrectionStrategy

Controls the optional correction mechanism for prolonged position sequences.

0 = disabled.

Environment

LongExposureEnabled / ShortExposureEnabled

Enable or disable Long and Short trading independently.

StrategyInstanceID

Unique strategy identifier for separating this Expert Advisor's trades.

ExecutionTag

Custom text tag attached to trades.

FillExecutionPolicy

MQL5 order-filling policy.

InstitutionalExecutionMode

Enables an alternative execution mode for brokers with specific order-handling requirements.

Recommended Workflow

For best evaluation, test Under Control in the MetaTrader 5 Strategy Tester using the same symbols and timeframes intended for live deployment.

Begin with the default parameters as a reference configuration and then evaluate adjustments based on:

  • instrument volatility;

  • typical spread;

  • commission structure;

  • account size;

  • available liquidity;

  • execution conditions.

For a realistic evaluation, pay particular attention to trading costs and execution quality, since these factors can materially affect short-term and structure-based strategies.

After deploying the Expert Advisor on a demo account, monitor the initial trades and verify that position sizing, exposure, protection levels and execution behavior match your intended configuration.

Designed Around Control

The philosophy behind Under Control is reflected in its architecture.

Control the setup.
Control the exposure.
Control the protection.
Control the execution.

The Expert Advisor combines market-structure concepts with explicit parameters for signal validation, capital allocation, position chains and trade protection.

It is designed for traders who want a configurable framework rather than a single-condition entry algorithm.

Important Notice

Under Control is a trading software tool and does not guarantee profitable results.

Financial markets involve substantial risk, and no combination of technical conditions can guarantee the outcome of a trade.

Backtesting results are not a guarantee of future live performance. Actual results may differ due to spread, commission, slippage, liquidity, execution speed and other market conditions.

Thoroughly test the Expert Advisor on your selected instruments and timeframes before using it with real funds.

Always use position sizing and exposure levels appropriate to your own risk tolerance and trading plan.


おすすめのプロダクト
AuriGuard Ultra – Institutional-Grade SMC Sniper System for XAUUSD (Gold) AuriGuard Ultra   is a premium, fully automated Expert Advisor (EA) designed exclusively for trading Gold (XAUUSD). Built on the principles of Smart Money Concepts (SMC) and institutional market cycles, this EA is engineered to trade alongside major market participants while maintaining an ironclad, institutional-grade risk management framework. Unlike retail grid or martingale bots that risk total account blow-ups, AuriGu
LIMITED TIME OFFER: 45 USD ( Was 75 USD ) Get the full version of MSB Pro at a starter price. Introductory price for a limited time. We believe professional trading tools should be accessible. We lowered the price to help more traders protect their capital during volatile gold markets. Gold Stability Master: Exceptional 3.01% Max Drawdown (based on historical backtests). ️ Zero Martingale, Zero Grid. 100% Real Tick Modeling Quality. MSB Pro Dynamic Risk EA: High Stability, Proven Pre
Black Viper GOLD
Ignacio Agustin Mene Franco
Black Viper GOLD v2.0 — Expert Advisor MT5 Pair: XAU/USD | Timeframe: M1 (Scalping) | Minimum Capital: $1,000 USD Overview Black Viper GOLD is a professional Expert Advisor for MetaTrader 5, specifically designed to trade the XAU/USD pair on the M1 timeframe using a high-precision scalping strategy. It combines four advanced technical analysis systems with dynamic risk management, session filters, and an aggressive turbo mode, all within a robust framework focused on capital preservation. In
Kumiko X
Christopher William Hynes
Welcome to Kumiko-X — a selective grid engine for GOLD, built on one idea: that a trading system should be able to survive being checked. Kumiko is the Japanese craft of assembling wooden lattices without nails or glue. Hundreds of small pieces, individually insignificant, holding together through nothing but precise geometry. This system trades that same idea — thousands of small, quick trades on gold, held in place by a fixed geometry that never changes. Kumiko-X does not predict. It does not
AI-Hybrid Trader v6.06 The Ultimate Autonomous Self-Learning AI Trading System "Not a simple rigid indicator bot. Powered by a built-in self-evolving Deep Neural Network, Autonomous Reinforcement Learning (Q-Learning) with Binary Memory Persistence, and Real-Time Risk Intelligence that modulates trade volume based on AI Signal Confidence." Latest Update: Version 6.06 — Autonomous Self-Learning, Binary Memory Persistence & Dashboard Telemetry AI Hybrid Trader v6.06 introduces a groundbreaking Au
シグナルアカウント (バランスリスク0.75%) お知らせ:多くのリクエストにより、レンタルおよび購入価格を25%割引するセールを実施することにしました。この期間中に購入またはレンタルすることで、割引を利用できます。セール期間は1〜2週間続き、その後価格は2400ドルに戻ります。この期間中にマーケットサイクルを購入すると、 Nexus Bitcoin Scalper および Nexus Indices も25%割引で購入でき、自分自身で非常に良い分散ポートフォリオを作成できます。 すべてのEAの購入に対して10%の特別割引を受けるには、PMを通じて私に連絡してください。 MT4バージョンが必要な場合やレンタル/購入が難しい場合は、代替ソリューションについて私に連絡してください。 Nexus コミュニティの公開チャットに参加しましょう mql5市場で最も優れた非マーチンゲール、グリッドまたは平均化EA。 このアルゴリズムは、2020年から3.5年以上にわたりプライベートアカウントでライブ運用され、26,000ピップス以上のリターンを達成し、リスクの安定性に優れています。現在、MT5プラッ
37$ for 3 month TRY THIS  ORION – Constellation Trading Engine Multi-currency grid EA that distributes positions across correlated symbols instead of stacking on one pair. Three-Regime Signal Engine Constellation Grid Profit Drain ️ Risk Managemen Cross-Symbol Nettin Virtual Trailing Stop ORION HUD Dashboard ️ Setup:  Hedging account | H1 | Any liquid forex pairs | Single chart | VPS recommended
Next Price : $399.00 EuroClimb EA: Your Ultimate Companion for EURUSD Downtrends! Unlock the power of precision trading with EuroClimb , the Expert Advisor built exclusively to capitalize on EURUSD’s bearish trends. Tailored for short positions, EuroClimb ensures you never miss an opportunity in a downtrending market. Key Features: Timeframe : M15 Specialized Short Selling : Exclusively focuses on short trades, delivering optimized performance for downtrends. Accessible Entry : Start trad
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
Iron Scalper Xau
Ignacio Agustin Mene Franco
IRON SCALPER XAU v1.02 — Expert Advisor for MetaTrader 5 Iron Scalper XAU is an automated Expert Advisor developed exclusively for trading XAU/USD (Gold) on the 5-minute timeframe. It combines three independent signal systems within a grid engine with dynamic risk management, automatic trailing stop, and native netting protection. How does it work? The EA integrates three strategies that work simultaneously: System 1 — Bollinger Bands Grid: detects touches of the upper and lower bands to ge
️ KiPollator Gemini Tank 7.0 GOLD — Neural Network Trading System of Higher Logic KiPollator Gemini Tank is not just an Expert Advisor. It is a comprehensive trading operating system that combines trend-based grid logic, an independent sniper module, and an AI pattern analytics system. The EA was built with a focus on maximum deposit survivability: it does not use blind martingale, but applies dynamic step calibration, probability analysis from a neural network, and a three-level margin prote
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
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
TTS Peaceful
Ir Nopri Sabmen Simanjuntak
TTS Peaceful — Calm, Systematic Gold Trading TTS Peaceful is a multi-strategy Expert Advisor developed for XAUUSD (Gold) and built around the philosophy of #TradingTenangSenang — systematic execution, disciplined risk management, and calm trading without emotional decisions. The EA combines multiple independent trading strategies with automated basket management, allowing different trading opportunities to be managed within one integrated system. LIVE REAL ACCOUNT Real trading performance can be
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
XAU Alpha EA MT5 (M5 timeframe)  XAU Alpha is an Expert Advisor developed for MetaTrader 5, designed to trade XAUUSD (Gold) on the M5 timeframe. The system operates entirely based on predefined algorithmic rules and automatically manages trade execution when programmed conditions are met. This Expert Advisor is intended for traders who prefer a structured, rule-based grid trading approach rather than discretionary decision-making. Suggested Trading Environment Instrument XAUUSD Timeframe M5 Rec
SwingMaster EA
Joshua Johnathan Chung
SwingMaster EA: Advanced Layering & Volatility-Adjusted Trailing System SwingMaster EA is a high-performance MetaTrader 5 utility designed to automate trade management, layering, and sophisticated hedging strategies. By integrating Advanced Volatility-Adjusted Trailing Stops (AVAT SL) and Parabolic SAR logic , this tool transforms individual manual or automated entries into a fortified, multi-layered trading system. Whether you are a professional trader looking to automate complex exit strateg
FREE
Please scroll down to images to view best settings for different timeframes!! Why Choose SuperBulls69 Gold Daily Trend v1? SuperBulls69 Gold Daily Trend v1 is a fully automated trading solution built specifically for gold traders who seek precision, reliability, and profitability. This EA capitalizes on well-optimized trend-following strategies and risk management principles to maximize gains while controlling downside risk. Key Features: Advanced Moving Average Strategy Uses a 290-period Expon
Gold Gandalf XAUUSD
Renan Moraes Bistratini Costa
Gold Gandalf EA – Master the Gold Market with Precision Gold Gandalf EA is a professional Expert Advisor designed exclusively for XAUUSD (Gold) on MT5 , delivering intelligent, high-precision entries with a disciplined trading approach. Built for traders who value consistency over risky money management techniques, Gold Gandalf uses advanced market analysis to identify high-probability trading opportunities while maintaining strict risk control. Unlike many automated systems, Gold Gandalf does N
Definitely Not a Scam EA — XAUUSD H1 厳選された特定の好調な1か月だけではなく、 数年間にわたる実績を通じて評価することを目的として設計された、ゴールド向けの透明性の高い市場環境適応型自動売買システム です。 Definitely Not a Scam EA は、明確なルールに基づく XAUUSD H1 の取引、2つの異なる運用プロファイル、ボラティリティに基づく適応型トレード管理、チャート上のコントロールパネル、可視化された市場構造分析、大規模なリアルティックテスト、そしてリアル口座の公開モニタリングを組み合わせています。 証拠・検証センター InstaForex のリアル口座で運用され、MQL5 上で公開監視されているシグナルです。 公開リアルシグナルを確認: https://www.mql5.com/en/signals/2385460 完全な証拠アーカイブ — 25枚のスクリーンショット: https://www.mql5.com/en/blogs/post/773821 InstaForex のゴールド契約仕様についての説明: htt
Kubera Adaptive EA
Mohammed Mohiuddin Quadri
Kubera Adaptive Adaptive Trend Trading for MetaTrader 5 Kubera Adaptive is an Expert Advisor designed to identify trend opportunities using a combination of price action, volatility analysis, and dynamic trade management. The EA continuously evaluates market conditions and adjusts its internal decision parameters to respond to changing market behaviour. The strategy combines trend filtering, volatility measurement, and structured position management to execute trades according to predefined trad
TradeTech Titanエキスパートアドバイザー(EA)は、取引を開始するための標準的なインディケータの多様なセットを活用します。取引の条件が整った場合、最適なエントリーポイントを確保するために、さらに調整可能なフィルタまたはしきい値のレイヤーが追加されます。これらのしきい値は1から100まで調整可能で、取引フィルタリングをカスタマイズすることができます。 すべての取引は、バーチャルストップロスおよびバーチャルテイクプロフィット値で保護されます。EAは、マーチンゲールシステムなどのリスクの高い戦略や、ロットサイズを増加させる方法を避け、1回に1つの注文を開くことで、測定された制御された取引を確保します。 使用されるインディケータには、アクセレレータオシレーター、アダプティブムービングアベレージ、オーサムオシレーター、ベアーズパワー、ブルズパワー、商品チャネル指数、デマーカー、ダブルEMA、エンベロープス、フラクタル適応MA、MACD、ムービングアベレージ、パラボリックSAR、RSI、相対活力指数、ストキャスティクス、トリックス、TEMA、ウィリアムズパーセントレンジが含まれます。
Gold Citadel
Marco Alexandre Ferreira Feijo
Gold Citadel — Institutional Supply and Demand EA for XAUUSD Small Stop Loss. Large Take Profit. Real protection on every trade. Gold Citadel trades the way institutions do: identify where smart money places orders, enter at those levels, and target a reward multiple times the risk. No grid. No martingale. No hidden tricks. Just clean asymmetric trading on gold. The Core Principle Most EAs chase small profits with wide stop losses — they win often but one bad trade erases weeks of gains. Gold Ci
Advanced Trading Discipline & Equity Protection System for MetaTrader 5 Risk Guardian Angel Pro is a professional MT5 risk enforcement Expert Advisor designed to protect traders from emotional decision-making, overtrading, excessive drawdown, and account blowups.Unlike ordinary risk management tools that only display warnings, Risk Guardian Angel Pro actively enforces your trading rules automatically in real time. The system continuously monitors your account, equity, drawdown, and active positi
Discover Smarter, More Versatile Trading with Tabow 3.7 Tabow 3.7 is the latest evolution of our precision-built expert advisor (EA), designed to help traders identify potential tops and bottoms using the Awesome Oscillator (AO). This updated version significantly expands your strategic toolkit by embedding  five distinct trading strategies  directly into the code.   Tabow 3.7 doesn't just execute trades; It integrates advanced internal conditions and dynamic trade management tools to deliver st
XAUUSD DualGrid EA Ultimate is a professional dual‑direction grid trading system for MetaTrader 5, designed for Gold (XAUUSD) and other volatile symbols. It operates two independent grids (BUY and SELL) simultaneously, automatically opening averaged positions as price moves against each grid. The strategy combines martingale position sizing, ATR‑based dynamic spacing, multi‑level partial take‑profit, smart loss recovery, and advanced hedging – all wrapped in a real‑time dashboard for full monito
BulkOp Trade Manager
Ahmed Jumaa Saif Ali Almheiri
BulkOp Trade Manager Trade faster. Manage smarter. Close with confidence. BulkOp Trade Manager is a powerful MT5 utility EA built for traders who need speed, control, and clean execution directly from the chart. It is designed for active manual traders, scalpers, gold traders, and anyone who wants to manage multiple positions with less delay and fewer clicks. Why BulkOp? Ultra-fast Buy and Sell execution One-click Bulk Close Profit One-click Bulk Close Loss Keyboard trading control Bulk order e
XAU Gold Matrix M2 Grid Scalper EA XAU Gold Matrix M2 Grid Scalper EA is a professional MetaTrader 5 Expert Advisor created mainly for Gold / XAUUSD traders who want more control, more structure and a smoother trading experience on lower timeframes. This EA is designed to help traders follow short-term Gold movement with a clear trading system, controlled basket management, safety filters and a practical chart panel. Instead of watching the market all the time and managing every position manua
IMPORTANT NOTICE: Illuminati Gold EA is developed exclusively for GOLD (XAUUSD) 1 Min, 5 min timeframe. Do not use it on any other trading pair. Results may not be optimal. Greetings, Traders, Introducing Illuminati Gold EA — the latest and most intelligent advancement in the Quantum Family of Expert Advisors. Purpose-built for XAUUSD , this expert advisor delivers unmatched precision and performance in the gold market. Engineered with strategic clarity and advanced algorithms, it offers a
GOLD Sniper EA By Nadim – スマート・高信頼・完全自動売買システム GOLD Sniper EA By Nadim は、精度・安定性・徹底したリスク管理を重視するトレーダーのために開発された、MetaTrader 5対応のプロフェッショナルな自動売買システム(Expert Advisor)です。 市場のあらゆる値動きを追いかけるのではなく、高品質なトレードチャンスを選別し、高速かつ正確に自動で注文を実行します。 高度な市場分析とインテリジェントな取引フィルターにより、変化する相場環境へ柔軟に対応し、感情に左右されない一貫したトレードを24時間自動で実現します。 Best Timeframe 30Min (both for GOLD And Currencies) 主な特徴 完全自動売買 高度な市場分析 インテリジェントなエントリーフィルター ダイナミックなリスク管理 自動ストップロス(SL)・テイクプロフィット(TP) ブレークイーブン(損益分岐点)保護機能 スマート資金管理 スプレッド・ボラティリティフィルター 安
このプロダクトを購入した人は以下も購入しています
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
重要 : この商品は、ごく少数の数量のみ、現行価格で販売されます。    価格はまもなく1999ドルになります!   300 以上の戦略を収録 !さらに追加予定! ボーナス : 私の他のEAの中から5つ  を無料で 選んでください!   すべての設定ファイル + 完全なセットアップおよび最適化ガイド ビデオガイド ライブシグナル レビュー(第三者による) 新登場 - 44種類の戦略ライブシグナル 究極のブレイクアウトシステムへようこそ! この度、8年の歳月をかけて綿密に開発された、洗練された独自のエキスパートアドバイザー(EA)である「アルティメット・ブレイクアウト・システム」をご紹介できることを嬉しく思います。 このシステムは、MQL5市場で高いパフォーマンスを発揮するEAの基盤となっており、その中には高く評価されているGold Reaper EAも含まれています。 7か月以上にわたり1位の座を維持したほか、Goldtrade Pro、Goldbot One、Indicement、Daytrade Proもランクインした。 Ultimate Breakout Systemは
XG Gold Robot MT5
MQL TOOLS SL
4.34 (113)
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
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
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 and
Two lines, always circling — 21 and 49. Most of the time they say nothing. Then they cross, and the system stops waiting. It closes what it was holding, opens what the cross demands, and sets its stop and target without asking twice. Risk is sized off the account itself, not fixed guesses — one bad calculation and it simply declines to trade at all. No indecision, no averaging in. Every new bar gets exactly one verdict. Built for any symbol, any timeframe. Fast against slow — the rest is ari
Waka Waka EA MT5
Valeriia Mishchenko
4.13 (40)
8+ years of live track record with +12,000% account growth: Live performance MT 4 version can be found here Waka Waka is the advanced grid system which already works on real accounts for years. Instead of fitting the system to reflect historical data (like most people do) it was designed to exploit existing market inefficiencies. Therefore it is not a simple "hit and miss" system which only survives by using grid. Instead it uses real market mechanics to its advantage to make profit Supported cu
Mad Turtle
Gennady Sergienko
4.44 (125)
シンボル XAUUSD(ゴールド/米ドル) タイムフレーム(期間) H1-M15(任意) シングルポジショントレード対応 はい 最低入金額 500 USD (または他通貨の同等額) すべてのブローカーに対応 はい(2桁または3桁の価格表示、任意の通貨、シンボル名、GMT時間に対応) 事前設定なしで稼働可能 はい 機械学習に興味がある方は、こちらのチャンネルを購読してください: 購読する! Mad Turtle プロジェクトの主な特徴: 本物の機械学習 このエキスパートアドバイザー(EA)は、GPTサイトや類似サービスに接続しません。 モデルはMT5に組み込まれたONNXライブラリを使用して展開されます。初回の起動時に、偽造不可能なシステムメッセージが表示されます。 CLICK 参照: ONNX(Open Neural Network Exchange)。 資金の安全性 プリロールオーバーやマイクロスキャルピング、統計的サンプルの少ない狭いレンジでの取引を使用しません。 グリッドやマーチンゲールなどの危険な戦略を使用しません。 また、長期間稼働し、1日で利益や資金をすべて
YZH AlgoCore
Yusuf Ziya Hazeral
5 (2)
YZH AlgoCore ― 1つのロボットで6つの銘柄に対応 スマートアルゴリズム。規律ある執行。 市場には数千もの「ゴールドロボット」が存在します。その中で、XAUUSD、EURUSD、GBPUSD、GBPJPY、USDJPY、BTCUSDの6銘柄で、設定変更なしで同じエンジンを動作させることができるロボットはいくつあるでしょうか? YZH AlgoCoreは、真のマルチシンボルシステムです。チャートにアタッチするだけで、ロボットは自動的に銘柄を検出し、専用の組み込みプロファイルを読み込みます。時間枠、インジケーターの設定、スケーリング動作など、すべて銘柄ごとに内部的に定義されています。6つの銘柄で1つのライセンス。6つのロボットを個別に購入する必要がなく、1つのライセンスで済みます。 YZH AlgoCoreを選ぶ理由 多くのトレーディングシステムが失敗するのは、戦略が悪いからではなく、執行が不安定だからです。多くのグリッドロボットは、一定の間隔で無計画にポジションを建て、最初の強いトレンドが発生するとすぐに口座を明け渡します。 YZH AlgoCoreは、以下の2つの
NextGen PRO Trend-Following Stop-Order Grid for XAUUSD Overview NextGen PRO is a fully automated Expert Advisor built around one simple idea: only trade in the direction the market is already moving, and only add orders when the previous trade cycle is finished. When the trend is up, it lays a ladder of Buy Stop orders above the market. When the trend is down, it lays a ladder of Sell Stop orders below the market. When price sits between the two moving averages, the market is treated as a range
AiQ
William Brandon Autry
4.87 (38)
AiQ Gen 2 登場 – より速く。よりスマートに。かつてないほど高性能に。 私たちは2024年末にMean Machineでこの変革を始めました。リアルな最先端AIをライブのリテール取引に導入した最初期のシステムの一つです。 AiQ Gen 2はそのラインにおける次の進化です。 AiQ Gen 2は全く異なるレベルのスピードのために構築されています。指値注文がそのエッジの核にあり、モメンタムが拡大する前に精密にポジションを取り、そしてアダプティブ・インテリジェンスに引き継ぎます。 ほとんどのAIツールは一度回答すると、すべてを忘れます。 AiQ Gen 2は違います。 すべての指値注文セットアップ、各配置や調整の背後にある推論、なぜトリガーされたか、なぜ見送ったか、そしてマーケットがどう反応したかを記憶しています。毎セッションの完全なコンテキスト。時間とともに蓄積される永続インテリジェンス。 これはマーケティングのためにAIを付け足しただけのEAではありません。 これは精密な指値注文執行を中心に構築された高速専門インテリジェンスです。 従来のEAは固定されたロジックの中に閉じ込
Neural Sentinel XAUUSD MT5 – ゴールド専用高頻度アルゴリズムAIシステム Neural Sentinel XAUUSD MT5は、ゴールド(XAUUSD)市場専用に設計された高性能アルゴリズム取引システムです。このエキスパートアドバイザー(EA)は、高度なマルチタイムフレーム分析エンジンを搭載しており、トレンド追従のモメンタムと精密なボラティリティおよび反転防止フィルターを組み合わせることで、急速に変化する日中の市場の歪みを捉えます。 その他のEAもぜひお試しください: SELLER PAGE HERE Institutional Aggressive : https://www.mql5.com/en/market/product/180450?source=Site+Market+My+Products+Page Institutional XAUUSD : https://www.mql5.com/en/market/product/178602?source=Site+Market+My+Products+Page ご購入後、コメントを残していただく
Syna
William Brandon Autry
5 (27)
Syna 7 - トレードに寄り添い続けるAI ほとんどのトレーディングシステムは、エントリーした時点で考えるのをやめます。 Synaは違います。 Syna 7は、分析から決済まで関与し続けるために設計されたAIトレーディング・アシスタントであり、自律型トレーディングシステムです。 現在の状況を監視し、トレードの文脈を記憶し、ニュースとボラティリティを評価し、ポジションを管理し、口座間を調整し、注文が約定した後も判断を再評価し続けることができます。 トレードはエントリーで終わりません。 インテリジェンスも同じであるべきです。 分析から決済まで、ひとつの連続したインテリジェンス。 チャンネルとコミュニティ アップデート、シグナル、リリース情報、製品デモはチャンネルでご確認ください。公開グループでは質問や他のトレーダーとの交流ができます。 私のMQL5チャンネルをフォロー 私のMQL5公開グループに参加 Synaとは Synaは、トレーディング運用全体のインテリジェンス層として機能するよう設計されています。 次のような対象と連携できます。 Syna自身の自律的なトレーディング戦略 他のE
Perceptrader AI MT5
Valeriia Mishchenko
4.67 (6)
80 consecutive months in profit with low drawdown: Live performance MT4 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timeframe: M5 Features: Trend , Mome
Dragon EA – Institutional Grade Breakout & Profit-Side Pyramiding System Developer Profile & Background With over 14 years of hands-on manual and algorithmic trading experience in the Forex market since 2010, Dragon EA is the culmination of my single most successful manual trading strategy—fully automated and refined into an institutional-grade expert advisor. Core Strategy & Key Highlights Dynamic Percentage-Based Engine: Operates entirely on proportional risk percentage allocation rather than
GoldFlow Pro1
Minh Tu Nguyen
5 (2)
An order-flow Expert Advisor built for one market only: XAUUSD. GoldFlow Pro reads the live GOLD market tick by tick — price movement, momentum, and liquidity behavior — and acts only when its conditions are met. Precise entries. Defined risk. Disciplined management on every position. MQL5 Signal — Live Monitoring https://www.mql5.com/en/signals/2384830 Introducing GoldFlow Pro GoldFlow Pro was developed around a single idea: instead of reacting to lagging indicators, read what the market is act
Golden Pickaxe MT5
Valeriia Mishchenko
3.56 (9)
EA has high-performance live track records of different set files: Live performance MT 4 version can be found here Golden Pickaxe is a mean-reversion grid trading system that uses machine learning technology to place high-profit potential trades on the Gold market. It uses real market inefficiencies to its advantage to have an edge over the market. The EA has 5 predefined set files, which are essentially 5 different trading systems on gold . You may choose the default option (XAU Risky) or have
Night Hunter Pro MT5
Valeriia Mishchenko
3.92 (37)
EA has a live track record with many months of stable trading with  low drawdown: All Pairs 9 Pairs Night Hunter Pro is the advanced scalping system which utilizes smart entry/exit algorithms with sophisticated filtering methods to identify only the safest entry points during calm periods of the market. This system is focused on a long-term stable growth. It is a professional tool developed by me years ago that is constantly updated, incorporating all the latest innovations in the trading area.
DeepMatrix FX Advanced Algorithmic Intelligence for XAUUSD DeepMatrix FX — Precision. Intelligence. Performance. Important! Please contact me after installation to obtain the best recommended settings file. Next Price is 2 99 $ DeepMatrix FX is a fully automated trading system developed specifically for XAUUSD on the Any timeframe. Built with advanced algorithmic logic, adaptive market analysis, and precision execution technology, DeepMatrix FX is designed to identify high-probability trading op
速さ。正確さ。恐れなし。 単なるEAではなく、M1スキャルピングの戦略そのもの。 PythonX M1 Scalper は、 XAUUSD専用・M1タイムフレーム向け に設計された高性能エキスパートアドバイザーです。 精密に調整された プライスアクション と インジケーターロジック を組み合わせて、信頼できるトレードシグナルを生成します。 わずか**$500の初期資金**で、世界の有名ブローカー9社にてバックテスト済み。 一部では$500,000超の利益 を達成しました。 マーチンゲールなし グリッド戦略なし 隠れたリスクなし 複数のフィルターで構成された、洗練されたエントリーロジック エントリーは単一の指標に依存せず、以下の 5つの要素が相互に補完しながら判断 されます: 包み足(Engulfing)パターン認識 CCI(商品チャネル指数)によるトレンド確認 RSIでのモメンタム方向一致 EMAによる中期トレンド確認 ボリューム急増フィルター 一部フィルターがオフでも、内部的には他のロジックを支援する形で機能し、 全体の精度を高める 構造です。 リスク管理とトレード制御 利益確定(
説明。 この製品は、プロジェクト「 PULSE_OF_MARKET 」の一部として作成されました。 EA「UndefeatedTriangle」は、AUD、CAD、NZD通貨間の独自の変動を利用する高度なシステムです。歴史的な結果は、構成で使用されるこれらのペアは、一方向への高速移動後に常に最初に移動したペアに戻ることを示しています。この観察により、これらの固有の状況の最大点を取得できるグリッドマーチンゲールシステムを含めることができます。 EA「UndefeatedTriangle」は、AUDCAD、AUDNZD、NZDCADの3つのペアのみを使用します。 MT4 version 利点。 実際のアカウントの監視。 同様の選択肢よりもはるかに安価です。 1米ドルでもミニアカウントで操作できます。 複雑な針のパラメーターはありません。 使いやすい。 パラメーター。 Short Name (In Comment Section) –コメントセクションのジャーナルまたはアカウント履歴に表示されます。 Print Logs On Chart -オン/オフ情報パネル; Display O
Expert advisor trades by pivot levels, support and resistance levels based on pivot levels. Also expert advisor takes into account volatility filter, uses standard Martingale and anti-Martingale systems, drawdown protection, standard trailing stop, trading time and trading Trade Order   – direction of trading (only buy, only sell or buy and sell) Use Volatility Filter   – enabling/disabling of volatility filter using Volatility Filter   – value of volatility filter Count Of Days For Volatility F
Velora MT5
Ahmad Aan Isnain Shofwan
The Intelligent Grid EA — A Team of Smart Modules Following the 5-star success of its MT4 predecessor, Velora has been completely rebuilt for MT5 with a fundamental shift in design. Most grid EAs are one engine doing many jobs. Velora is different. Inside Velora, there is a team. Four smart modules, each with one specialty, working together so the system stays adaptive at every stage of a trade — from the moment of entry, to scaling decisions, to the exit. Meet the team: VSE — Velora Smart Entr
BulletProof BTC
Rodrigo Domenico Minafra
5 (1)
BULLETPROOF BTC — Session Breakout EA for BTC/USD A fully automated session-breakout system for Bitcoin. NO martingale. NO grid. NO averaging down. NO hidden recovery tricks. SL and TP on every position, always. 6 risk profiles with one-click configuration. Validated on a full year of out-of-sample data. ------------------------------- WHY THIS EA IS DIFFERENT: VALIDATION, NOT PROMISES ------------------------------- Most EAs show you one beautiful backtest. BulletProof BTC was built the har
Gold Catalyst EA MT5
Malek Ammar Mohammad Alahmer
Gold Catalyst Evolution V6.0 — MQL5マーケット説明 Gold Catalyst Evolution V6.0 MetaTrader 5向け自動デュアルエンジン金取引システム 1. 製品概要 Gold Catalyst Evolution V6.0は、XAUUSDおよび名称にXAUまたはGOLDを含むブローカーの金銘柄専用に開発された、完全自動のエキスパートアドバイザーです。 V6.0は、1つのエキスパートアドバイザー内に2つの独立した取引エンジンを統合しています。各エンジンは市場状況を個別に評価し、独自の固定ロット、マジックナンバー、ポジション所有権、保護水準、決済管理を使用します。 両エンジンは互いを模倣せず、依存もしません。ヘッジ口座では、同じ金銘柄のポジションを両エンジンが同時に管理できます。ネッティング口座では、MetaTraderが1銘柄につき1つのネットポジションを保持するため、同一銘柄のエントリーは安全に順次処理されます。 本システムは、継続的な手動監視を必要とせず、構造化された金取引の自動化を提供するよう設計されています。 2. 取引ア
LumaForge Scalper
Nathan Roche Leonardo Meyers
LumaForge Beast Mode MT5 Automated SMC Gold Trading for MetaTrader 5 LumaForge Beast Mode is a fully automated MT5 Expert Advisor built primarily for Gold and designed for selective day trading and scalping. Rather than continuously entering the market, the EA waits for its required conditions and can remain inactive when no valid opportunity is detected. Beast Mode combines Smart Money Concepts (SMC) with multi-timeframe analysis across M5, M15 and H1. Its trading activity is focused around the
Real monitoring     :   EA Miracolo    1 Real monitoring       :   EA Miracolo     2 Recommended  pair   :      XAUUSD / BTCUSD ( Timeframe M15 / M30) IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. For any other information, please contact us by private message or in   the mql5 group. Imagine an experienced trader monitoring the market daily, waiting for prices to break through key levels, and immediately opening a
X Gold Nexus — AI-Powered Next-Generation Gold Trading Execution System X Gold Nexus is an advanced AI-powered quantitative trading execution system specifically engineered for the gold market (XAUUSD). By integrating cutting-edge artificial intelligence technologies, adaptive market analysis, dynamic risk management, and intelligent order execution algorithms, the system is designed to provide stable and disciplined trading performance across varying market conditions. During the special offer
Real monitoring   :   EA Amazing Brain MT5   Real monitoring :   EA Amazing Brain & EA Miracolo Recommended  pair   :      XAUUSD / Timeframe M30/ M15 / M12/ M10/ M6 IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. For any other information, please contact us by private message or in   the mql5 group. Breakout based strategy, generates market entry signals when the price crosses a border of a certain price range. To c
Quant Gold HFT Expert Advisor for XAUUSD on M15 timeframe. Main Features: ATR-based trailing stop and breakeven Daily Pivot levels filter Entry cooldown system Blocked hours during high volatility periods No martingale, no grid Backtest Results (Pepperstone, real tick data): 2 Years: Profit Factor 1.22, Max Drawdown 9.4% 1 Year: Profit Factor 1.27, Max Drawdown 9.2% 4 Months: Profit Factor 1.36 $500 account run on 0.01 lot The EA was tested on different time periods with stable results. Importa
作者のその他のプロダクト
Trend Anthropoid is a trend indicator that allows you to effectively determine the direction of the current trend, as well as identify potential reversal points. The indicator makes it possible to classify the direction of price movement by determining its strength. Solving this problem helps to enter the market on time and get the desired result. Let's start with the benefits. Allows you to determine the current trend. You can quickly understand which trend is currently developing in the mark
The Trend Logic indicator provides an opportunity to classify the direction of price movement by determining its strength. Solving this problem helps to enter the market on time and make a good profit. It is extremely important for any trader to correctly determine the direction and strength of the trend movement. Unfortunately, there is no single correct solution to this problem. Many traders trade at different time frames. For this reason, the received signals are perceived subjectively. The
The Trend Goblin indicator identifies the mainstream trend. They help to analyze the market on a selected time frame. Easy to set up and works on all pairs and all time frames. Trend indicators provide an opportunity to classify the direction of price movement by determining its strength. Solving this problem helps investors enter the market on time and get good returns. It is extremely important for any trader to correctly determine the direction and strength of the trend movement. Unfortunat
Индикатор Adapter определяет господствующую тенденцию, помогает анализировать рынок на выбранном временном интервале. Прост в настройке и работает на всех парах и всех временных интервалах. Индикаторы тренда дают возможность классифицировать направление ценового движения, определив его силу. Решение этой проблемы помогает инвесторам вовремя войти в рынок и получить хорошую отдачу. Для любого трейдера крайне важно правильно определить направление и силу трендового движения. К сожалению, единств
The Analytical Trend indicator can track sustained price movement in a specific direction. In this case, the movement itself can be downward, upward or sideways, when the market movement does not have a pronounced direction. The indicator works on the basis of two moving averages and an oscillator. Using the signal search algorithm, the indicator generates signals in the form of arrows. Flexible settings allow you to receive more accurate signals for opening positions. You can quickly understan
The Supernatural channel is determined using a special algorithm, marker points are used to determine the movement of the channel. The Supernatural channel consists of two lines, red and blue, that make up the channel. Simple, visual and efficient use. Can be used for intra-channel trading. The indicator does not redraw and does not lag. Works on all currency pairs and on all timeframes.
Channel Oscillations is a non-redrawing channel indicator based on moving averages. The key difference between the Channel Oscillations indicator and other channel indicators is that Channel Oscillations does not take into account simple moving averages, but double-smoothed ones, which, on the one hand, makes it possible to more clearly determine the market movement, and on the other hand, makes the indicator less sensitive.
Introducing the Diogenes trend indicator! The indicator analyzes market dynamics for pivot points. Shows favorable moments for entering the market in stripes. The principle of operation of the indicator is to automatically determine the current state of the market when placed on a chart. Ready-made trading system. Can be used as a channel indicator or level indicator! This indicator allows you to analyze historical data and, based on them, display instructions for the trader for further action
The Trend Champion indicator works on all timeframes and currency pairs. The indicator should be used as an auxiliary tool for technical analysis, it helps to determine the direction of the trend: either upward or downward price movement for a particular currency pair. Can be used along with oscillators as filters. Trend Champion is a trend indicator. Arrows indicate favorable moments and directions for entering the market. The indicator can be used both for pipsing on small periods and for lo
The Qubit Trend indicator works using the cyclical-wave dependence function. Thus, all entry points will be optimal points at which movement changes. Entry points should be used as potential market reversal points. The default indicator settings are quite effective most of the time. You can customize them based on your needs. But do not forget that the approach must be complex, the indicator signals require additional information to enter the market.
The regression channel is one of the most popular technical analysis tools among traders. First, the indicator draws a trend line between two points, then on its basis it builds a channel of two parallel lines, which will be at the same distance from the regression line. The term linear regression belongs to the field of statistics. The center line of the channel is the trend line. To calculate it, the least squares method is used. The line above the center line acts as resistance for the pric
Control Shot - Unique indicator for identifying trends. The new system adapts to the market, eliminates additional conditions and copes with its task. A revolutionary new way to identify the start of a trend early. The trend indicator, shows signals, can be used with an optimal risk ratio. It uses reliable algorithms in its calculations. Shows favorable moments for entering the market with arrows, that is, using the indicator is quite simple. Tired of adjusting the indicator settings, wasting
Planned transition is a trend indicator that will help a trader to determine the direction of trade. The indicator has a complex algorithm of work. But for the user, only two lines remain, the red line indicates a sell trend, and the blue line indicates a buy trend. Thus, it is quite simple to interpret the indicator signals. The indicator works on different timeframes; to work with lower timeframes, it is recommended to decrease the indicator period for more frequent entries. To work on higher
Modify Trend - Unique indicator for identifying trends. The indicator has a complex algorithm of work. But for the user there are only two colors of arrows, red indicates a sell trend, blue indicates a buy trend. Thus, it is quite easy to interpret the indicator signals. The indicator works on different timeframes; to work with lower timeframes, it is recommended to decrease the indicator period for more frequent entries. To work on higher timeframes, on the contrary, increase. The new system ad
Just download the Quarter Strike indicator and embrace your dream. Trading within the volatility range has always attracted traders, because most often it is simple instruments that turn out to be the most profitable. The Quarter Strike indicator is a variant of constructing a price channel that gives signals of sufficiently high accuracy on any instruments and time periods. Bias or other additional parameters are not applied, that is, the indicator evaluates only the real dynamics. By default
The Trinity indicator will tell you whether you have configured the indicator correctly, while you can specify the history interval in the bars that interests you. Look at the numbers on the chart near the arrows! These are pips of profit from a series of entries on the indicator. Profit pips are calculated at the specified interval. The signal can be read without any problems by any bot. Trading within the volatility range has always attracted traders, because most often it is simple instrumen
The SPV indicator clearly reflects the cyclical nature of the market. Just one key setting! If it is equal to one, then a fast cycle is displayed, but if, for example, the parameter is 12, then the indicator looks for a cycle in the last 12 bars. You can see the ups and downs of the indicator alternate and have such dependence on the market, which can be used to draw conclusions to predict price behavior. Also, indicators can be combined with each other. Also, the indicator can indicate the qual
The SPV Cross indicator is based on the SPV  indicator. Works as two indicators together on the same chart. With different settings, you can react to the intersection of lines. Clearly reflects the cyclical nature of the market. Just two key settings! It works on the basis of the principle - one is fast and the other is slow. You can see the ups and downs of the indicator alternate and have such a relationship with the market, which can be used to draw conclusions to predict price behavior. The
The SPV Corr indicator displays the average percentage correlation between the bar's body and its shadows. A very effective system for building various filters and market entry confirmations. It fixes cyclicality and can be used in trading in different ways. You can see the ups and downs of the indicator alternate and have such a relationship with the market, which can be used to draw conclusions to predict price behavior. Also, indicators can be combined with each other. The value of the indica
The SPV Body indicator displays the average analysis of the intersection of adjacent bars. The indicator can easily detect unusual market movements which can be used as a filter. For clarity, poke the graphs to the very beginning of the history when the bars were incomplete, and the indicator will easily display this anamaly. A very effective system for building various filters and confirmations of market entry, to exclude anomalies from trading. It also fixes cyclicity, it turns out that the in
The SPV Volatility indicator is one of the most effective filters. Volatility filter. Shows three volatility options. The so-called limit, real, and the last most effective filter for the filter is the percentage filter. Percentage display of folatility shows the ratio of limit to real volatility. And thus, if we trade in the middle of the channel, then it is necessary to set a condition that the percentage is less than a certain indicator value. If we trade on the channel breakout - following t
Mastodon - displays potential market entry points. According to the wave theory, Mastodon displays the course of a large wave, while the oscillator can specify the entry point, that is, catch the price movement inside it, i.e. small “subwaves”. By correctly understanding the wave nature of price movements and using the Mastodon indicator in conjunction with an oscillator, you can create your own trading system, for example, entering the market after a large wave has formed and then exiting whe
The advantage of working with the Gladiator signal indicator is that the trader does not need to conduct technical analysis of the chart on his own. The tool generates ready-made signals in the form of directional arrows. The indicator is considered effective as it does not redraw its signals. This tool is an arrow (signal) one and works without redrawing. Its signals are based on a robust algorithm. Gladiator does not change its readings. Daily and session ranges can be useful for confirming
Signal Casablanca - Arrow technical indicator in the Forex market without redrawing. Able to give hints with minimal errors. It combines several filters, displaying market entry points with arrows on the chart. You can note the accuracy and clarity of the signals of this pointer indicator. Having seen a signal to buy, a trader opens an order without expecting that after a while the initial hint may change to the completely opposite one or simply disappear, having lost its relevance. The signal w
Fargo does not change its readings, it is a technical indicator in the Forex market without redrawing. It combines several filters to display market entry arrows on the chart. You can note the accuracy and clarity of the signals of this pointer indicator. When a suitable moment for buying appears, the indicator generates a signal exactly at the moment of its appearance and not below or above the current candle. The arrow will be exactly at the price where the signal appears and will not change
Trend Expert. It works by entering the market with only one buy order and another sell order. It does not form a series of rendering, and therefore you can work with them starting from $ 100! Which is great for beginners. To enter, it uses a system of indicators and a system of dynamic correction of stops depending on volatility, which can be disabled in the settings, but in this case, you will significantly reduce the efficiency of the bot. The bot implements a money management system, which c
Catch is a reversal indicator and is part of a special category of instruments. it not only analyzes the price movement, but also indicates the points of possible reversals. This facilitates fast and optimal opening of buy or sell orders (depending on the current situation). In this case, the historical data of the analyzed asset must be taken into account. It is the correct execution of such actions that largely helps traders to make the right decision in time and get a profit.
The Matios indicator visually unloads the price chart and saves analysis time: no signal - no deal, if an opposite signal appears, then the current deal should be closed. This is an arrow indicator for determining the trend. According to the wave theory, Matios displays the course of the wave, while the oscillator can specify the entry point, that is, catch the price movement inside it, i.e. small “subwaves”. By correctly understanding the wave nature of price movements and using the Matios in
Sting implements indicator technical analysis and allows you to determine the state of the market in the current period and make a decision on a deal based on certain signals. Sting is the result of mathematical calculations based on data on prices and trading volumes. Sting creates signals to perform operations on strong trend movements; it is more expedient to use it for trading when the trend is weakening or sideways. It is used as an additional one, regardless of the phase of the trend mov
Labyrinth - Trend Expert Advisor. It works by entering the market in lots of buy and sell. It does not form a series of rendering, and therefore you can work with them starting from $ 1000! Which is great for beginners. The bot implements a money management system, which consists in a competent calculation of the risk depending on the deposit. For the correct calculation of the volume, you need to specify the base deposit for calculating the risk. By default, we are talking about a $ 1000 depos
フィルタ:
レビューなし
レビューに返信