Michael Prescott Burney / Профиль
- Информация
|
2 года
опыт работы
|
32
продуктов
|
690
демо-версий
|
|
0
работ
|
0
сигналов
|
0
подписчиков
|
Я являюсь основателем Code Guardian — платформы, направленной на создание инструментов и обучение трейдеров, помогающих действовать с ясностью и уверенностью. Как отец пятерых детей, я строю свою работу вокруг идеи свободы, достигаемой через точность, последовательность и осознанность.
Я придерживаюсь одного ключевого принципа, который оказал наибольшее влияние на моё развитие как трейдера и разработчика: «Ищите прежде Царства Божьего, и всё остальное приложится вам» — слова Иисуса Христа, величайшего разработчика, которого когда-либо знал мир.
Советник SuperTrend AI Clustering для MetaTrader 5 SuperTrend AI Clustering — это адаптивный трендовый советник для MetaTrader 5, разработанный для автоматической подстройки под изменяющиеся рыночные условия. Вместо использования одного фиксированного множителя SuperTrend, советник одновременно анализирует несколько значений факторов, оценивает их недавнюю эффективность, применяет кластеризацию K-Means и выбирает группу факторов, которая показывает наилучшие результаты. Это создает динамическую
SuperTrend AI Clustering is an adaptive trend-following Expert Advisor for MetaTrader 5 designed to adjust itself to changing market conditions. Instead of using one fixed SuperTrend multiplier, the EA evaluates multiple factor values at the same time, measures their recent performance, applies K-Means clustering, and selects the factor group that is currently performing best. This creates a dynamic SuperTrend model that can respond to different volatility regimes and market structures without requiring constant manual reconfiguration.
The system is built for traders who want an automated approach to trend-following with a strong focus on adaptability, structured risk control, and transparent on-chart information. It can be used on forex pairs, metals, indices, cryptocurrencies, commodities, and other symbols available in MetaTrader 5. The Expert Advisor is compatible with multiple timeframes, from lower-timeframe intraday trading to higher-timeframe swing and position trading.
https://www.mql5.com/en/users/michael4308/seller
The volatility filter is designed to block trades during abnormal spikes, while the regime filter helps distinguish trending conditions from flat market structure. The EMA and SMA filters can be used to keep trades aligned with the broader trend, and the ADX filter can restrict entries to periods with sufficient directional strength.
This layered structure is useful because one condition alone is rarely enough in live markets. The EA is designed so that classification, trend alignment, volatility control, and execution filters can work together rather than depend on a single trigger.
https://www.mql5.com/en/market/product/180639?source=Site+Profile+Seller
Lorentzian Classification EA is a machine-learning-based Expert Advisor for MetaTrader 5 designed to classify market conditions and automate trade execution using a structured confirmation process. It combines Lorentzian Distance K-Nearest Neighbors (KNN) classification with kernel regression trend confirmation, then applies multiple market filters and configurable trade management rules before opening a position.
The system was built for traders who want a more adaptive, data-driven approach than fixed-rule indicators alone. Instead of relying on a single signal source, the EA evaluates a multi-feature market state, compares it to historical patterns, and uses confluence logic to reduce weak or low-quality entries.
https://www.mql5.com/en/market/product/180639?source=Site+Profile+Seller
Reversion Apex EA includes a full risk-control engine rather than simple signal execution. It supports automatic risk-% position sizing, fixed-lot mode, ATR-based or fixed stop loss and take profit, break-even protection, trailing stop management, and optional RSI cross-back exits. It also includes daily loss protection, maximum drawdown guards, profit target control, spread filtering, session filtering, and one-entry-per-bar logic for more disciplined live trading.
https://www.mql5.com/en/market/product/180327?source=Site+Market+My+Products+Page#description
The EA is delivered with seven pre-configured set file profiles to provide structured starting points for different trading styles and time horizons. These profiles include M15 Scalping, M30 Intraday, H1 Swing, H4 Position, D1 Long-Term, H1 XAUUSD Gold Specialist, and H4 Conservative / Prop Account.
The H4 Position profile is the primary recommended starting point because the underlying Lorentzian framework was originally designed and tested around higher intraday to swing-style timeframes. The other profiles are intended for traders who prefer faster execution, gold-specific tuning, long-term trend participation, or lower-risk funded-account style operation.
These profiles are not presented as fixed final settings. They are designed as structured baselines that traders can further test and refine for their own broker conditions, symbols, and execution style.
https://www.mql5.com/en/market/product/180639?source=Site+Profile#
The EA supports up to five simultaneous features in its classification model. The default configuration uses RSI, WaveTrend, CCI, ADX, and a second RSI with different settings so the algorithm can analyze momentum, deviation, cycle behavior, and trend strength from multiple angles.
Each feature is configurable, allowing the user to tailor the behavior of the classifier to different symbols and timeframes. This makes the EA suitable for traders who want to keep the default research-based structure while still being able to optimize the input profile for their own market selection.
Because the feature set is part of the similarity calculation, changing feature periods or types directly affects how the system interprets historical market states. This gives advanced users room to perform optimization and walk-forward validation without changing the overall architecture of the strategy.
https://www.mql5.com/en/market/product/180639?source=Site+Profile#
To avoid acting on raw classification output alone, the EA includes a kernel regression confirmation layer. It uses Rational Quadratic and Gaussian kernel estimates to evaluate trend alignment and to confirm whether a KNN signal is supported by the current directional structure of the market.
If the kernel filter is enabled, long signals require bullish kernel alignment and short signals require bearish kernel alignment. This extra confirmation step is intended to reduce false signals, especially during ranging or unstable conditions.
The same kernel logic can also be used for dynamic exit management. When enabled, trades may be closed based on kernel crossover behavior instead of using only a fixed holding model.
https://www.mql5.com/en/market/product/180639?source=Site+Market+My+Products+Page#description
At the center of the EA is a Lorentzian Distance classifier. For each new closed bar, the system builds a feature vector from technical measurements such as RSI, WaveTrend, CCI, and ADX, then compares the current market state to historical data in order to find similar patterns. Based on how those similar patterns resolved in the past, the classifier produces a directional prediction score.
The Lorentzian Distance approach is used because it compresses large feature differences more gracefully than standard Euclidean distance. In practical terms, this makes the similarity calculation more resistant to outliers and volatility spikes that often distort financial data.
The KNN engine can scan up to 2,000 historical bars, evaluate neighbors using the Lorentzian metric, and generate a bullish or bearish vote based on the outcomes of the nearest historical matches. The resulting prediction score helps determine whether current conditions favor a long or short setup.
https://www.mql5.com/en/market/product/180639?source=Site+Market+My+Products+Page
Lorentzian Classification EA for MetaTrader 5 Lorentzian Classification EA is a machine-learning-based Expert Advisor for MetaTrader 5 designed to classify market conditions and automate trade execution using a structured confirmation process. It combines Lorentzian Distance K-Nearest Neighbors (KNN) classification with kernel regression trend confirmation, then applies multiple market filters and configurable trade management rules before opening a position. The system was built for traders who
Lorentzian Classification EA is a machine-learning-based Expert Advisor im releasing soon for MetaTrader 5 designed to classify market conditions and automate trade execution using a structured confirmation process. It combines Lorentzian Distance K-Nearest Neighbors (KNN) classification with kernel regression trend confirmation, then applies multiple market filters and configurable trade management rules before opening a position.
The system was built for traders who want a more adaptive, data-driven approach than fixed-rule indicators alone. Instead of relying on a single signal source, the EA evaluates a multi-feature market state, compares it to historical patterns, and uses confluence logic to reduce weak or low-quality entries.
The Expert Advisor evaluates the market on each closed bar. It rebuilds the Quantum Delta Wave, detects fresh structural divergence around recent pivots, and can require extreme-zone confirmation before allowing an entry.
Buy setup: bullish divergence, where price makes a lower low while the wave makes a higher low in oversold territory
Sell setup: bearish divergence, where price makes a higher high while the wave makes a lower high in overbought territory
Entry style: selective, rule-based, and designed to avoid overtrading
https://www.mql5.com/en/users/michael4308/seller
DeltaPulse Auto is intended for traders who want an automated divergence strategy with clear risk boundaries, structured trade management, and preset-based deployment across multiple market types.
https://www.mql5.com/en/market/product/180330?source=Site+Profile+Seller
DeltaPulse Auto for MT5 DeltaPulse Auto is an Expert Advisor for MetaTrader 5 that trades structural divergence confirmed by the Quantum Delta Wave and manages exposure with built-in prop-firm risk controls. What this Expert Advisor does DeltaPulse Auto is the automated counterpart of the DeltaPulse Wave concept. It is designed for traders who want selective entries, hard-stop protection, and disciplined account management in one trading robot. Automated divergence-based entries Quantum Delta
https://www.mql5.com/en/market/product/180327?source=Site+Market+My+Products+Page#description
DeltaPulse Auto is the automated counterpart of the DeltaPulse Wave concept. It is designed for traders who want selective entries, hard-stop protection, and disciplined account management in one trading robot.
Automated divergence-based entries
Quantum Delta Wave confirmation
ATR-based stop-loss and take-profit management
Break-even and ATR trailing functions
Risk-based or fixed-lot position sizing
Built-in prop-firm protection rules
27 ready-to-load presets
https://www.mql5.com/en/users/michael4308/seller
Reversion Apex EA is built for traders who want disciplined automation without overtrading or chasing price. It is suitable for traders working with Forex, metals, indices, and crypto CFDs, especially those who value rule-based execution and account protection.
https://www.mql5.com/en/market/product/180327?source=Site+Market+My+Products+Page#description
DeltaPulse Auto includes 27 presets so users can start with a configuration that is already aligned with the target market and account style.
Forex presets for major pairs and intraday or swing use
Metals presets for instruments such as gold and silver
Index presets for session-aware index trading
Crypto presets for 24/7 markets with wider ATR settings
Broker account-type presets for Cent, Standard, ECN, and Large accounts
Prop-firm style presets for FTMO, FundedNext, The5ers, and generic one-step challenge workflows
https://www.mql5.com/en/users/michael4308/seller
When you purchase Reversion Apex EA, you will also receive the matching indicator at no extra cost. This bonus is included free as an added $100 value.
https://www.mql5.com/en/market/product/180327?source=Site+Market+My+Products+Page#description


