Published article "Machine Learning Without the Black Box: The Tsetlin Machine for Trading".

This article builds a white-box classifier in MQL5 using the Tsetlin Machine. It learns human-readable AND-rules instead of weights, trains with integer state updates, and requires no external dependencies. You will assemble the automaton, clause, and multi-class voter, verify on XOR and other boolean tasks, booleanize indicators, label by forward ATR-scaled return, save the model to CSV, and view active rules on a live chart.
14 new products are now available on the Market:
11 new products are now available on the Market:
New publications in CodeBase
- Broker Session Schedule Inspector MT5 Read-only broker-native trading-session inspector with current status, next transition, multi-symbol scope, and CSV export.
- Round Trip Cost Reconciler MT5 Read-only MT5 history utility that groups partial fills by position identifier and separates gross result from commission, swap, fee, and net result.
- Stop Geometry Visualizer MT5 Read-only MT5 indicator that visualizes broker Stops Level and Freeze Level references on the chart.
Bestsellers in the Market:
The most downloaded free products:
17 new products are now available on the Market:
New publications in CodeBase
- Trade Transaction Trace Logger MT5 Read-only OnTradeTransaction logger that records MT5 order, deal and position lifecycle events to local CSV and the Experts Journal.
- Multi-Timeframe FVG Depth Meter Scans multiple timeframes for unfilled Fair Value Gaps, plots them as zones directly on your chart, and tracks local bull/bear imbalance depth with a histogram and live dashboard.
Published article "Building a Position Sizing Engine in MQL5 with Multiple Risk Models".

The article presents a position sizing engine for MQL5 Expert Advisors that separates risk policy from lot conversion. Four models—fixed fractional, fixed monetary, ATR-based volatility scaling, and equity-curve scaling—share a CLotConverter that uses OrderCalcProfit() to measure real money per point. A unified CPositionSizer interface exposes CalculateLots(), making model changes straightforward while producing broker-compliant volumes across symbols.
Published article "From Novice to Expert: Weekend Gap Size Effect Research Using MQL5 and Python".

The article provides a practical research setup for weekend gap analysis: MQL5 extracts precise pip‑based gaps and tracks fills, while Python performs statistical testing and visualization. You will compute fill rates by gap buckets, model fill probability with logistic regression, and assess time-to-fill via Kaplan–Meier curves. All steps are configurable and reproducible for EURUSD, GBPUSD, USDJPY and beyond.
Published article "Building a Future Swing Projection Indicator in MQL5".

We implement a Future Swing Projection indicator in MQL5 that analyzes historical swing structure and estimates the next move from recent price behavior. It locates six alternating swing points, measures five completed legs, and uses their average distance to project a target five bars ahead. The indicator draws swing legs, a projection line, ATR‑based support and resistance zones, and a label with the projected price to keep the process rule‑based and reproducible.
Published article "Interactive Supply and Demand Zone Manager in MQL5 (Part IV): Trading Supply and Demand Zones".

We extend the supply and demand framework with a strategy layer that converts zone interactions into decisions. Qualified zones pass sequential checks for interaction proximity, approach behavior, higher‑timeframe alignment, and price action before execution is handed to a dedicated trade manager. This architecture improves control, maintainability, and future extensibility without changing the underlying zone engine.
Bestsellers in the Market:
17 new products are now available on the Market:
Published article "Neural Networks in Trading: An Intelligent Forecast Pipeline (Sparse Mixture of experts)".

We invite you to explore the practical implementation of a sparse mixture of experts block for time series in the OpenCL computing environment. This article provides a step-by-step explanation of how masked multi-window convolution works, as well as how gradient-based training is organized in the presence of multiple information streams.
New publications in CodeBase
- Session Sweep Reversal Detector arks the prior session's high/low and flags liquidity sweeps that reverse back inside the range within a set number of bars." — category Other, or Trend if you'd rather group it that way.
- Broker Execution Diagnostics MT5 Read-only MT5 script reporting broker volume, price, stops, freeze, spread and execution constraints.
- Smart S/R Zones MT4 Swing-Pivot Support and Resistance Swing-pivot support and resistance zones clustered by touch count with adaptive zone thickness and higher-timeframe context.
Published article "Elite Crystal Evolution Algorithm (CEO-inspired): Theory".

A new original population-based algorithm, ECEA, is presented. Inspired by the process of water freezing, it adapts ideas from the Crystal Energy Optimizer (CEO) algorithm, which uses graph-based search, for general optimization problems. The algorithm uses a dynamic elite group, three search strategies, and a periodic diversification mechanism.
12 new products are now available on the Market:
Bestsellers in the Market:
The most downloaded free products:
15 new products are now available on the Market:
Bestsellers in the Market:
13 new products are now available on the Market:
New publications in CodeBase
- Order Block Mitigation Tracker An MT5 indicator that detects ATR-filtered institutional order blocks and tracks, in real time, whether each zone has been mitigated by returning price.
- Rolling Return Autocorrelation Regime Oscillator Tracks lag-N return autocorrelation over a rolling window as a live regime oscillator, distinguishing trending (positive autocorrelation) from mean-reverting (negative autocorrelation) market conditions. Plots a smoothed reading against dynamically-calculated statistical significance bands (±Z/√N), so you can tell a genuine regime shift from window-size noise — comparable across any symbol or timeframe since it works on returns, not raw price.
Published article "Unified Multi-Timeframe Renko: Synthesizing the Market's Temporal Dimensions".

The article presents an innovative concept for a multi-timeframe Renko chart that combines signals from four timeframes (M5, M15, H1, H4) into a unified synthetic instrument. The system creates a virtual symbol in MetaTrader 5 by using the EMA of each timeframe to generate a composite signal through three methods: simple average, weighted average, and consensus. The implementation includes ATR-based adaptive brick sizing, real-time operation, and full integration with MetaTrader 5.
15 new products are now available on the Market:
Published article "Designing a Unified Order Execution Gateway Class in MQL5".

This class provides one point of contact for trade operations in MQL5. It rounds and clamps lot sizes, validates SL/TP against the broker's minimum distance, resolves a compatible filling policy, and applies bounded retries for transient retcodes. Calls return a structured CGatewayResult instead of raw retcodes, simplifying error handling and maintenance across strategies.
Published article "From Novice to Expert: Systematic Profit Conservation Using Candle Range Theory".

A hybrid exit engine for MQL5 replaces static TPs with CRT-derived structural levels. The CRT_ProfitConserve class secures a partial at the first level and then trails the remaining position by structural anchors rather than fixed pips. The article walks through the class API, essential methods, and example usage in EAs, providing a clear path to embed CRT-based exits into existing strategies.
Published article "Automating Trading Strategies in MQL5 (Part 52): The tCISD Model with SSMT and Quarterly Theory".

We build a tCISD program in MQL5 that pairs Quarterly Theory cycles anchored to New York time with a correlated-symbol SSMT divergence to time reversals. The article shows how to map cycles and quarters, detect the cross-symbol sweep disagreement, and derive the tCISD level whose break confirms the change in delivery. You will get a working entry logic that arms on divergence and executes on a confirmation close or a retest.




































































