Clemence Benjamin
Clemence Benjamin
4.8 (5)
  • Information
2 years
experience
7
products
49
demo versions
1
jobs
0
signals
0
subscribers
Highly motivated Forex trading tools developer, MQL5 author, content creator, and passionate educator. I am dedicated to helping traders excel by making trading more efficient and effective through algorithmic solutions.

Do you need assistance developing your idea from scratch? I'm here to help you bring it to life at an affordable price. Feel free to offer me a job through this link:
> https://www.mql5.com/en/job/new?prefered=billionaire2024


View Our products:
> https://www.mql5.com/en/users/billionaire2024/seller

Our products educator youtube channels:
> https://youtube.com/@benjctradeadvisor?si=-TkzdloHI8W7qgEG


Do you like reading trading material? I have something for you here:
> https://www.mql5.com/en/users/billionaire2024/publications


MQL5 Program Debugging Services offered:
—Price depends on the complexity of the problem.
—Send me a private message let's discuss your issue.
—Offer me a job for your problem and give a full description in there my link:
> https://www.mql5.com/en/job/new?prefered=billionaire2024
Clemence Benjamin
Published article The MQL5 Standard Library Explorer (Part 13): Implementing the Math Solvers Library in Trading
The MQL5 Standard Library Explorer (Part 13): Implementing the Math Solvers Library in Trading

We present a complete workflow for adaptive filtering in MQL5 using the CNlEq Levenberg–Marquardt–like solver. The EA fits a VAMAC model—two EWMAs with an ATR‑based scaling—by supplying residuals and a Jacobian through CNlEq's reverse‑communication loop, with optional numerical or analytical derivatives. Code, setup instructions, and GBPUSD H1 tests show how to replace static thresholds with on‑bar re‑estimation.

Clemence Benjamin
Clemence Benjamin
You need the salvation of Jesus Christ. REPEAT THESE WORDS WITH ME:

"O Lord God, I believe with all my heart in Jesus Christ, Son ofthe living God. I believe He died for me and God raised Him from the dead. I believe He's alive today. I confess with my mouth that Jesus Christ is the Lord of my life from this day. Through Him and in His Name, have eternal life; I'm born again. Thank you Lord for saving my soul! l'm now a child of God. Hallelujah!"

🎊 CONGRATULATIONS FOR BECOMING A CHILD OF GOD.♥️

For more about how to live as a Christian. Visit https://nowthatyouarebornagain.org/

Download code is 4763
Clemence Benjamin
Published article How to Detect and Normalize Chart Objects in MQL5 (Part 3): Alerting and Automated Trading from Manually Drawn Objects
How to Detect and Normalize Chart Objects in MQL5 (Part 3): Alerting and Automated Trading from Manually Drawn Objects

This article extends the chart‑object detector into a modular monitoring and execution layer. It defines objective interaction rules (touch, cross, breakout) for trendlines, Fibonacci levels, channels, rectangles, and pitchforks, then routes events through an interaction detector, alert manager, and optional trade executor. Orders use object geometry for stop‑loss and take‑profit. The result is a reproducible pipeline that converts static drawings into actionable alerts and, if enabled, trades.

Clemence Benjamin
Published article Overcoming Accessibility Problems in MQL5 Trading Tools (Part V): Gesture-Based Trading With Computer Vision
Overcoming Accessibility Problems in MQL5 Trading Tools (Part V): Gesture-Based Trading With Computer Vision

This article shows how to build a hands-free trading workflow for MetaTrader 5 by translating webcam-tracked hand gestures into MQL5 trade commands. We cover the architecture (MediaPipe/OpenCV in Python plus an MQL5 EA), gesture-to-action mapping, and interprocess communication via Global Variables or HTTP polling. You will implement the EA, execute BUY/SELL/CLOSE actions, and validate latency and reliability under real‑time conditions.

Clemence Benjamin
Published screenshot
We keep climbing.
Volatility 75 (1s) Index, M15Deriv.com LimitedWe keep climbing.
Clemence Benjamin
Published screenshot
Another system test.
Volatility 75 (1s) Index, M15Deriv.com LimitedAnother system test.
Clemence Benjamin
Published article How to Detect and Normalize Chart Objects in MQL5 (Part 2): Collecting and Structuring Data from Complex Analytical Objects
How to Detect and Normalize Chart Objects in MQL5 (Part 2): Collecting and Structuring Data from Complex Analytical Objects

Manually drawn analytical object tools like Fibonacci tools, and Andrews Pitchforks are invisible to automated trading logic. This article extends a base detector to extract anchor points, level arrays, and geometric offsets from complex objects. You will implement a reusable collector that normalizes the raw chart data into structured memory arrays, ready for strategy decisions.

Clemence Benjamin
Clemence Benjamin
You need the salvation of Jesus Christ. REPEAT THESE WORDS WITH ME:

"O Lord God, I believe with all my heart in Jesus Christ, Son ofthe living God. I believe He died for me and God raised Him from the dead. I believe He's alive today. I confess with my mouth that Jesus Christ is the Lord of my life from this day. Through Him and in His Name, have eternal life; I'm born again. Thank you Lord for saving my soul! l'm now a child of God. Hallelujah!"

🎊 CONGRATULATIONS FOR BECOMING A CHILD OF GOD.♥️

For more about how to live as a Christian. Visit https://nowthatyouarebornagain.org/

Download code is 4763
Clemence Benjamin
Published article How to Detect and Normalize Chart Objects in MQL5 (Part 1): Building a Chart Object Detection Engine
How to Detect and Normalize Chart Objects in MQL5 (Part 1): Building a Chart Object Detection Engine

This article addresses the interpretative gap between visual chart objects and algorithmic execution. You will build a systematic detector that iterates over all chart objects, identifies analytical types, and normalises their geometric data (time and price coordinates) into a structured SChartObjectInfo array. The implementation uses raw MQL5 functions, a filter‑extract‑store pipeline, and a timer‑driven test EA, resulting in a reusable framework for rule‑based trading inputs.

Clemence Benjamin
Published article Overcoming Accessibility Problems in MQL5 Trading Tools (Part IV): Remote voice trading
Overcoming Accessibility Problems in MQL5 Trading Tools (Part IV): Remote voice trading

Learn a practical way to execute MetaTrader 5 trades from Telegram voice notes using a Python middleware and an MQL5 EA acting as an HTTP client. The article covers architecture, WebRequest polling, in-memory queuing, JSON parsing with null-terminator stripping, and a constrained command grammar with a 0.001-lot default. You will configure the environment and validate round‑trip latency suitable for mobile data connections.

Clemence Benjamin
Published article The MQL5 Standard Library Explorer (Part 12): Multi-Timeframe Composite-Score Dashboard
The MQL5 Standard Library Explorer (Part 12): Multi-Timeframe Composite-Score Dashboard

The article implements CMultiTimeframeMatrix, a reusable dashboard that maps symbols vs. timeframes and displays a numeric, colour‑coded score. The score combines trend, momentum, and volatility, updates by timer, and respects performance constraints. You will learn how to build the UI with CAppDialog/CLabel, compute metrics via CMatrixDouble, and embed the component into a thin EA for a consistent, real-time overview.

Clemence Benjamin
Published screenshot
broken structure
Boom 500 Index, M5Deriv.com Limitedbroken structure
Clemence Benjamin
Published screenshot
confluence of analytical tools
Boom 500 Index, M5Deriv.com Limitedconfluence of analytical tools
Clemence Benjamin
Published article The MQL5 Standard Library Explorer (Part 11): How to Build a Matrix-Based Market Structure Indicator in MQL5
The MQL5 Standard Library Explorer (Part 11): How to Build a Matrix-Based Market Structure Indicator in MQL5

Learn to engineer an MQL5 indicator that converts trend, momentum, and volatility into a single raw score using a matrix.mqh (ALGLIB). The article covers a separate‑window oscillator to validate the core mathematics, then a main‑chart indicator that plots non‑repainting buy/sell arrows when the score crosses user‑defined thresholds. An optional long‑term EMA filter, a minimum‑bar cooldown, and built‑in alerts make the tool practical for live trading.

Clemence Benjamin
Published article From Novice to Expert: Creating an MTF CRT Overlay Indicator in MQL5
From Novice to Expert: Creating an MTF CRT Overlay Indicator in MQL5

Higher-timeframe CRT ranges are informative, yet traders often execute on lower timeframes without that context. We implement an MQL5 indicator that reads higher-timeframe OHLC, projects the full candle range, body, and wicks onto the active lower-timeframe chart, and marks entries, stops, and targets. This improves situational awareness and removes the need to switch windows.

blessing David
blessing David 2026.05.10
Please help with link to download the indicator
Clemence Benjamin
Clemence Benjamin 2026.05.11
download it below the article, it is attached there.
Clemence Benjamin
Clemence Benjamin 2026.05.11
After dowload compile and use it
Clemence Benjamin
Clemence Benjamin
You need the salvation of Jesus Christ. REPEAT THESE WORDS WITH ME:

"O Lord God, I believe with all my heart in Jesus Christ, Son ofthe living God. I believe He died for me and God raised Him from the dead. I believe He's alive today. I confess with my mouth that Jesus Christ is the Lord of my life from this day. Through Him and in His Name, have eternal life; I'm born again. Thank you Lord for saving my soul! l'm now a child of God. Hallelujah!"

🎊 CONGRATULATIONS FOR BECOMING A CHILD OF GOD.♥️

For more about how to live as a Christian. Visit https://nowthatyouarebornagain.org/

Download code is 4763
Clemence Benjamin
Published article From Novice to Expert: Automating Base-Candle Geometry for Liquidity Zones in MQL5
From Novice to Expert: Automating Base-Candle Geometry for Liquidity Zones in MQL5

This article implements an MQL5 module that analyzes the lower‑timeframe bars inside each liquidity‑zone base candle. It detects swing points and applies objective rules to classify the internal structure as an ascending, descending, or symmetrical triangle; a rectangle; M; W; or undefined. The indicator displays geometry labels on the chart and adds the pattern to alerts, reducing manual lower‑timeframe inspection.

Clemence Benjamin
Published screenshot
Another tool for boom synthetics
Boom 500 Index, M1Deriv (SVG) LLCAnother tool for boom synthetics
Clemence Benjamin
Clemence Benjamin
You need the salvation of Jesus Christ. REPEAT THESE WORDS WITH ME:

"O Lord God, I believe with all my heart in Jesus Christ, Son ofthe living God. I believe He died for me and God raised Him from the dead. I believe He's alive today. I confess with my mouth that Jesus Christ is the Lord of my life from this day. Through Him and in His Name, have eternal life; I'm born again. Thank you Lord for saving my soul! l'm now a child of God. Hallelujah!"

🎊 CONGRATULATIONS FOR BECOMING A CHILD OF GOD.♥️

For more about how to live as a Christian. Visit https://nowthatyouarebornagain.org/

Download code is 4763
Clemence Benjamin
Clemence Benjamin
You need the salvation of Jesus Christ. REPEAT THESE WORDS WITH ME:

"O Lord God, I believe with all my heart in Jesus Christ, Son ofthe living God. I believe He died for me and God raised Him from the dead. I believe He's alive today. I confess with my mouth that Jesus Christ is the Lord of my life from this day. Through Him and in His Name, have eternal life; I'm born again. Thank you Lord for saving my soul! l'm now a child of God. Hallelujah!"

🎊 CONGRATULATIONS FOR BECOMING A CHILD OF GOD.♥️

For more about how to live as a Christian. Visit https://nowthatyouarebornagain.org/

Download code is 4763