Personality Type Indicator MT5

  • 지표
  • Mohamed Samsudeen
    Mohamed Samsudeen
    라이브 트레이딩과 알고리즘 전략 개발 분야에서 15년 이상의 실전 경험을 바탕으로, 저희는 MetaTrader 4 및 MetaTrader 5을 위한 가장 진보적이고 안정적이며 성능 중심적인 전문가 자문(EA) 제공에 전념하고 있습니다. 저희 여정은 시장 행동을 이해하고자 하는 깊은 열정에서 시작되었으며, 알고리즘 트레이딩 분야에서 수년간의 혁신으로 진화했습니다. 출시되는 모든 제품은 기술적 정밀성, 스마트한 리스크 관리 및 시장이 실제로 어떻게 움직이는가에 대한 현실적 이해를 기반으로 구축됩니다.
  • 버전: 1.0

Personality Type Indicator MT5 — Non-Repainting Entry & Exit Signals

Personality Type Indicator MT5 is a non-repainting buy sell signal indicator for MetaTrader 5 with clear entry and exit rules, built on a unique personality type concept. Instead of one-size-fits-all settings, it adapts the complete trading engine to YOUR trader personality type.

Professional Trading Tools for Every Trader: https://www.mql5.com/en/users/royalcrescent777/seller
Join our community & Signal channels: https://www.mql5.com/en/channels/xauusd-signal

Why is this indicator different?

 scalper and a swing trader are different personalities — so why should they use the same settings? Personality Type Indicator MT5 uses 4 trading personality axes to build 16 trader type presets from a single indicator:

  1. Time Horizon — Scalper (fast EMA 9/21 engine) or Position (slow EMA 50/200 engine)
  2. Decision Style — Systematic (extra breakout confirmation filter) or Discretionary (earlier signals)
  3. Risk Temperament — Aggressive (tighter stop loss, 1:2 RR) or Conservative (wider stop loss, stronger trend gate)
  4. Emotional Response — Reactive (long anti-overtrading cooldown) or Composed (short cooldown)

One purchase gives you a scalping indicator, swing trading indicator, trend following system, and breakout indicator in a single tool.

Clear Entry Rules (100% rule-based, no repaint)

A BUY arrow appears ONLY when all conditions align on a closed candle:

  • Fast EMA above Slow EMA (trend direction)
  • ADX above threshold with +DI above −DI (trend strength filter)
  • RSI crosses up through the buy level (momentum trigger)
  • Optional N-bar breakout confirmation (Systematic mode)

SELL signals use the mirrored conditions. Signals never repaint, never recalculate, and never disappear.

Clear Exit Rules

  • ATR chandelier trailing stop line drawn directly on the chart — ratcheting, it never moves against you. When price closes across the line, an exit cross is printed and an alert fires
  • ATR-based take profit calculated at every entry signal
  • Suggested SL and TP prices stored in indicator buffers on every signal

Features

  • Non-repainting buy sell arrows on closed bars
  • ATR trailing stop exit line for clear trade management
  • Suggested Stop Loss and Take Profit on every signal
  • Pop-up, push notification, and email alerts
  • Works on all symbols and all timeframes (M1 to MN): forex, gold XAUUSD, indices, crypto
  • EA-ready: all signals readable via iCustom (buffers 0, 1, 4, 5) for automated trading
  • Anti-overtrading cooldown filter — a unique trading psychology feature
  • Lightweight, no DLLs, no internet connection required

Recommended Use

  • Scalper presets: M5–M15 on major pairs (EURUSD, GBPUSD, USDJPY)
  • Position presets: H4–D1 on majors, gold (XAUUSD), and indices
  • Best results in trending market conditions — the ADX filter intentionally skips ranging markets

Risk Disclaimer

Trading involves substantial risk. Past performance of any signal logic does not guarantee future results. This indicator is a decision-support tool, not financial advice. Always test on a demo account first and never risk money you cannot afford to lose.


USER GUIDE 

Installation

  1. Market purchases install automatically. For manual install: File → Open Data Folder, copy the file into MQL5/Indicators/
  2. Restart MT5 or refresh the Navigator
  3. Drag "Personality Type Indicator MT5" onto your chart

Step 1 — Choose your Trader Type

Set the 4 inputs in the "Trader Type" group. If you don't know your type, start here:

  • New trader, small account → Scalper + Systematic + Conservative + Reactive (S-Y-C-R)
  • Experienced day trader → Scalper + Systematic + Aggressive + Composed (S-Y-A-M)
  • Busy professional, checks charts twice a day → Position + Systematic + Conservative + Composed (P-Y-C-M)

The chart comment (top-left) always shows your active type code and the exact parameters in use.

Step 2 — Read the signals

  • Green arrow below candle = BUY entry. The alert shows entry price plus suggested SL and TP
  • Red arrow above candle = SELL entry
  • Blue dotted line = trailing stop for longs. Orange dotted line = trailing stop for shorts
  • Cross symbol = exit signal (price closed through the trailing stop)

Trade management: enter on the arrow, place SL at the suggested level, then either hold to the ATR take profit or trail your stop along the dotted line. Pick ONE exit method and apply it consistently.

Step 3 — Alerts

Enable pop-up, push, or email alerts in the Alerts input group. For push notifications, add your MetaQuotes ID in MT5 under Tools → Options → Notifications.

What the indicator will NOT do

  • It will not signal in ranging markets (ADX below threshold) — this is intentional
  • It will not repaint: a signal printed on a closed bar stays forever
  • It does not open trades by itself (a companion EA can read it via iCustom)

OPTIMIZATION GUIDE (how to check parameters correctly)

Indicators cannot be optimized directly in the MT5 Strategy Tester — optimization requires an Expert Advisor. Two options:

Option A — Visual backtest (no coding, quick check)

  1. Open Strategy Tester (Ctrl+R) and run in visual mode on your symbol/timeframe with at least 2 years of data, "Every tick based on real ticks"
  2. Watch signals print bar by bar; log signal count, how many reached TP before SL, and average trail-exit result
  3. Repeat with a different preset and compare

Option B — Optimize through an iCustom EA (correct method)

Use a minimal EA that reads the buffers and trades them: buffer 0 ≠ EMPTY_VALUE → BUY with SL from buffer 4 and TP from buffer 5; buffer 1 → SELL; close on opposite signal or trail cross. Then in Strategy Tester select the EA, tick "Optimization," enable Custom override = true, and set these ranges:

Parameter Start Step Stop What it controls
ADX minimum 15 1 30 Trend strength gate — higher = fewer, cleaner signals
SL ATR multiplier 1.0 0.25 3.0 Stop distance and trail tightness
TP ATR multiplier 2.0 0.5 6.0 Reward target
RSI buy level 50 1 60 Momentum trigger sensitivity
Breakout lookback 3 1 12 Confirmation strictness
Cooldown bars 2 2 14 Trade frequency throttle

Optimize in pairs, never all at once: first ADX + breakout lookback, fix the winners; then SL + TP multipliers; then cooldown. Optimizing everything together causes curve-fitting.

How to judge optimization results — 6 mandatory checks

A parameter set is acceptable only if ALL of these hold:

  1. Minimum 100 trades in the test period — fewer is statistical noise
  2. Profit factor between 1.3 and 2.5 — results above ~3 on forex usually mean curve-fitting
  3. Maximum drawdown under 20% (under 10% for conservative presets)
  4. Smooth neighborhood: neighboring parameter values must also be profitable. If ADX=22 wins but ADX=21 and 23 lose money, the result is overfit — discard it
  5. Forward test: set Forward = 1/3 in Tester settings; the out-of-sample period must remain profitable, even if weaker
  6. Cross-symbol sanity check: a robust setting should not collapse completely on a correlated pair

Recommended workflow

  1. Optimize on 3 years of data, forward-tested on the most recent year
  2. Pick a parameter set from the middle of a profitable cluster — never the single best run
  3. Run on a demo account for at least 1 month
  4. Re-check parameters quarterly — volatility regimes change and ATR-based settings age with them

제작자의 제품 더 보기
BLACK THUNDER - Gold (XAUUSD) Expert Advisor for MetaTrader 5 Black Thunder is a fully automated Expert Advisor and scalping trading robot designed specifically for the MetaTrader 5 platform. Optimized for Gold (XAUUSD) trading on the 15-minute (M15) chart, this meta trade 5 trading bot dynamically reads current market conditions to place and manage orders independently. As a professional solution in the forex market of trading robots, the system uses an advanced algorithmic structure tailored f
Trend Reversal Bot
Mohamed Samsudeen
Trend & Swing Trading EA for XAUUSD This Expert Advisor (EA) is a rule-based trading system specifically developed for XAUUSD. It focuses on identifying potential trend reversals and swing trading opportunities using technical price action and volatility filters. The EA operates on a per-trade logic, where every position is opened and closed based on predefined technical conditions. It does not utilize such as grid, martingale, or lot multiplication. Each trade is independent and carries its ow
XAU Alpha EA MT5
Mohamed Samsudeen
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 Min
Professional Trading Tools for Every Trader: https://www.mql5.com/en/users/royalcrescent777/seller Join our community & Signal channels:   https://www.mql5.com/en/channels/xauusd-signal Hyper Flow is a Smart Money Concepts (SMC) indicator that maps institutional price action onto your chart and keeps every feature under your control through a built-in panel. It suits discretionary analysis on any symbol and timeframe, including Forex, gold and metals, indices, and cryptocurrencies. The tool
FREE
Quantum Force
Mohamed Samsudeen
5 (1)
Quantum Force EA Disciplined Automated Gold Trading System (No Martingale / No Grid Trading) Short Description Designed Around a 1:3 Risk-reward Structure on MQL5 MetaTrader 5 A disciplined and fully automated trading system for XAUUSD (Gold). Quantum Force EA combines adaptive logic gold scalping, volatility filters, trend following and capital protection techniques to rule-based trade execution without using martingale or grid strategies. Fully customize Full Description Quantum Force EA is an
Apt Indicator MT5
Mohamed Samsudeen
APT – Advance Pivot Trader Indicator for MetaTrader 5 APT – Advance Pivot Trader is a technical indicator developed for MetaTrader 5. The indicator is based entirely on mathematical and algorithmic calculations and is designed to analyze market structure using pivot-based logic. Professional Trading Tools for Every Trader: https://www.mql5.com/en/users/royalcrescent777/seller Join our Community & Signal channels: https://www.mql5.com/en/channels/xauusd-signal Timeframe and Risk Guidance The in
FREE
Wolftrix EA MT5
Mohamed Samsudeen
Wolftrix EA MT5!   Usage Recommendations: Instrument: XAUUSD (Gold) Timeframe: M15 with H1 (Default Suggestion) Minimum Balance: $500 for 0.01 lot size Account Type: Any MT5 account supporting Gold trading Broker Conditions: Low spread and stable execution recommended Wolftrix EA MT5! Is an advanced XAUUSD Trading Robot designed for traders who prefer precision-based entries with controlled frequency.  It operates exclusively on Gold EA (XAUUSD) and focuses on executing trades only when strong
Apt EA MT5
Mohamed Samsudeen
APT – Advance Pivot Trader EA for MT5 (MQL5) APT is an Expert Advisor developed for MetaTrader 5 using pivot-based mathematical calculations and algorithmic trading logic for XAUUSD. The EA analyzes price movement to identify possible market reversal areas for buy and sell trades. Buy positions are opened near potential lower reversal zones, while sell positions are opened near potential upper reversal zones based on pivot price behavior. Depending on market conditions and timeframe selection,
Aurum Grid Pro MT5 Aurum Grid Pro is a complete pre-defined and professional trading system for XAUUSD (Gold) that utilizes a structured reversal-based grid logic. Unlike high-frequency systems, this Expert Advisor (EA) focuses on trade quality, executing positions only when specific market conditions align with its internal reversal filters. The system is engineered for traders who value systematic execution, providing a balanced approach to the gold market through automated position managemen
Smooth Guardian EA MT5 – Trend Scalper for XAUUSD Smooth Guardian EA MT5 is a fully automated trend-following scalper designed for MetaTrader 5, built for traders who want structured entries, disciplined execution, and controlled risk management in dynamic market conditions. The EA identifies trend direction and executes pullback-based entries to capture short-term intraday opportunities using a rule-based trading system. It is specifically optimized for XAUUSD (Gold). Key Features Fully automat
XAU Trade Matrix EA MT5 XAU Trade Matrix EA MT5 is an automated trading system developed for MetaTrader 5, focused on XAUUSD (Gold). It executes trades based on predefined rules, aiming to maintain and remove emotional decision-making from manual trading. This EA is built around a structured and controlled trading approach: Fully automated trade execution Rule-based entry and exit logic Risk Approach Unlike many aggressive systems in the market, this EA follows a structured risk management appr
Trade Manager MT5 Main Feature Trade Assistant Panel: Simplify trading workflow with faster and organized trade execution controls. Risk Management Tool: Automatically calculate and control trading risk based on account balance. Auto Stop Loss: Instantly apply stop loss automatically after opening a position. Trailing Stop: Lock profits automatically while price moves in favorable direction. Breakeven EA Functions: Move stop loss to breakeven automatically after target profit is reached. Partial
필터:
리뷰 없음
리뷰 답변