Solomon Anietie Sunday
Solomon Anietie Sunday
  • 信息
经验
1
产品
19
演示版
0
工作
0
信号
0
订阅者
Manager, Trader and Developer Self Employed
X
I am an experienced MQL5 developer, Author, Prop Trader, young CEO, specializing in the design, development, and optimization of Expert Advisors (EAs), custom indicators, and trading utilities/tools for MetaTrader 5.
Specialized in Trend-based, Indicator based, adaptive, risk management, clean, and well-documented code/strategies.
I value clear communication, learning, well thought out logic implementation, and stable results in real trading conditions.
Solomon Anietie Sunday
已发布文章Building Your Personal Expert Advisor (Part 4): Risk Management III—Risk Models and Order Execution
Building Your Personal Expert Advisor (Part 4): Risk Management III—Risk Models and Order Execution

The EA now defines risk by percentage, fixed cash, or fixed lot and can measure percentage against balance or equity. It supports market, limit, and stop orders, sizes from the planned entry, and enforces spread‑aware stop minima. Additional safeguards include downward volume rounding, explicit handling when the minimum lot exceeds target risk, and pending‑order distance/expiry checks, organized under a Plan–Validate–Execute structure.

Solomon Anietie Sunday
已发布文章Building Your Personal Expert Advisor (Part 3): Risk Management II—Margin and Allowable Risk
Building Your Personal Expert Advisor (Part 3): Risk Management II—Margin and Allowable Risk

Risk-based lot sizing can still exceed what free margin allows. The article adds a margin-aware cap using OrderCalcMargin(), an optional adaptive cap that scales with ACCOUNT MARGIN LEVEL, and a single pre-trade validation gate that unifies position limits, risk sizing, and margin checks. Readers get concrete code to prevent order rejections and over-committing margin, with clear logs when a trade is reduced or skipped.

Solomon Anietie Sunday
已发布文章Building Your Personal Expert Advisor (Part 5): Risk Management IV—Basket Risk and Strategy-Specific Sizing
Building Your Personal Expert Advisor (Part 5): Risk Management IV—Basket Risk and Strategy-Specific Sizing

Part 5 moves risk control from single trades to a basket-level framework. The EA aggregates its own positions, computes volume‑weighted entry, floating P/L including swap, and used margin, then enforces limits on combined loss, margin, position count, and time underwater, while logging maximum adverse excursion. A companion mean‑reversion EA demonstrates target‑based sizing and caps on implied risk that remains hidden when trades are evaluated in isolation.

Solomon Anietie Sunday
已发布文章Building Your Personal Expert Advisor (Part 2): Risk Management and Dynamic Lot Sizing
Building Your Personal Expert Advisor (Part 2): Risk Management and Dynamic Lot Sizing

This part implements risk-based position sizing for the EA. Lot size is derived from account balance, a chosen risk percent, and ATR-based stop distance, then confined and rounded to the broker's volume rules and minimum stop levels. An optional drawdown-aware layer reduces risk during equity declines. Readers get a reproducible sizing function that keeps per-trade risk consistent and orders acceptable to the server.

Solomon Anietie Sunday
已发布文章Building a Divergence System (Part III): The Adaptive SuperTrend EA
Building a Divergence System (Part III): The Adaptive SuperTrend EA

The article implements a self-sufficient Adaptive SuperTrend EA with internal calculations on a selectable timeframe, avoiding external buffers and indicator files. It includes risk-based lot sizing, ATR stops, stepwise RR trailing, optional anti-repainting confirmation, and session control. Practitioners can reuse the structure for consistent new‑bar signal handling and broker‑compliant order validation.

1
Solomon Anietie Sunday
已发布文章Building Your Personal Expert Advisor (Part 1): From Fragile Script to Working EA
Building Your Personal Expert Advisor (Part 1): From Fragile Script to Working EA

This article focuses on EA architecture rather than signal design. Starting with a flawed Moving Average crossover EA, we add new‑bar detection to prevent duplicate entries, Magic Number and position awareness, ATR‑based risk levels, and data and trade result validation, along with basic safeguards. You obtain a practical base to build and test advanced systems.

1
Solomon Anietie Sunday
已发布文章Building a Divergence System (Part II): Adaptive SuperTrend Custom Indicator
Building a Divergence System (Part II): Adaptive SuperTrend Custom Indicator

The article upgrades SuperTrend by integrating a divergence engine (MPO4 or RSI) the dynamically reduces the ATR multiplier during weakening momentum. It covers the shrinking formula, non-repainting state propagation with dedicated buffers, and a step-by-step MQL5 implementation on the price chart. You will learn how to interpret arrows and line flips, adjust inputs, and apply the indicator for disciplined trailing and earlier confirmations.

Solomon Anietie Sunday
已发布文章Building a Divergence System: Creating the MPO4 Custom Indicator
Building a Divergence System: Creating the MPO4 Custom Indicator

We introduce MPO4, a pressure-based oscillator that emphasizes the body and direction of candles in the context of current volatility. The article details its mathematics, normalization into a bounded range, and the EMA smoothing, then builds a pivot-driven divergence module designed not to repaint. You get complete MQL5 implementation and practical guidance for interpreting signals, including a comparison with RSI as an alternative source.

Solomon Anietie Sunday
已发布文章Using the MQL5 Economic Calendar for News Filter (Part 4): Accurate Backtesting with Static Data
Using the MQL5 Economic Calendar for News Filter (Part 4): Accurate Backtesting with Static Data

This article implements a static, CSV-based news source for the Strategy Tester, so historical economic news events can be preloaded and queried during backtesting. It replaces live calendar calls in tester mode with a fast in-memory search, preserves the live logic for trading, and delivers deterministic, repeatable results with explicit control over included events, enabling reliable validation of news-aware filters, stop suspension, and trade-blocking rules.

2
Solomon Anietie Sunday
已发布文章Using the MQL5 Economic Calendar for News Filter (Part 3): Surviving Terminal Restarts During News Window
Using the MQL5 Economic Calendar for News Filter (Part 3): Surviving Terminal Restarts During News Window

The article introduces a restart-safe storage model for news-time stop removal. Suspension state and original SL/TP per position are written to terminal global variables, reconstructed on OnInit, and cleaned after restoration. This lets the EA resume an active suspension window after recompiles or restarts and restore stops only when the news window ends.

1
Solomon Anietie Sunday
已发布文章Using the MQL5 Economic Calendar for News Filtering (Part 2): Stop Management Positions During News Releases
Using the MQL5 Economic Calendar for News Filtering (Part 2): Stop Management Positions During News Releases

In part 2, we extend the news filter to protect existing positions during news events. Instead of closing trades, we temporarily remove stop-loss and take-profit levels, storing them safely in memory. When the news window ends, stops are deterministically restored, adjusted if price has already crossed the original levels, while respecting broker minimum distance rules. The result is a mechanism that preserves trade integrity without interfering with entry logic, keeping the EA in control through volatility.

1
Philip Kym Sang Nelson - Retail Trading Realities LTD
Philip Kym Sang Nelson 2026.04.07
Magnificent work. I shared to Twitter and gave you a @ mention.
Solomon Anietie Sunday
已发布文章Using the MQL5 Economic Calendar for News Filtering (Part 1): Implementing Pre- and Post-News Windows in MQL5
Using the MQL5 Economic Calendar for News Filtering (Part 1): Implementing Pre- and Post-News Windows in MQL5

We build a calendar‑driven news filter entirely in MQL5, avoiding web requests and external DLLs. Part 1 covers loading and caching events, mapping them to symbols by currency, filtering by impact level, defining pre/post windows, and blocking new trades during active news, with optional pre‑news position closure. The result is a configurable, prop‑firm‑friendly control that reduces false pauses and protects entries during volatility.

2
Solomon Anietie Sunday 已发布产品

The Harbinger SuperTrend Lite 重要提示: 购买应用后,请通过 MQL5 消息给我发信息,以获取安装手册/用户指南,其中包含从零开始使用此交易机器人所需的一切。   描述: Harbinger SuperTrend Lite 是一款高级自动交易专家顾问(Expert Advisor/EA),建立在不重绘(non-repainting)的 SuperTrend 执行引擎之上,并结合了基于 RSI 的市场机制过滤器,可从任何选定的时间框架进行过滤。   该 EA 纯粹按照当前趋势的方向进行交易,利用 RSI 和其他内部过滤器在看涨和看跌条件下进行交易。仓位大小根据您输入的每笔交易百分比自动计算,确保所有品种和账户规模的风险管理一致。此 Lite 版本专注于清晰、可靠和成熟的交易执行。   它在一个方向上进行单笔交易,此 EA 不使用网格(Grid)或马丁格尔(Martingale)风格的交易。相反,Harbinger

Solomon Anietie Sunday
已在MQL5.community注册