Amanda Vitoria De Paula Pereira
Amanda Vitoria De Paula Pereira
4.6 (12)
  • 信息
经验
5
产品
8
演示版
16
工作
0
信号
0
订阅者
Engineer Brasil
I am a Software Engineer focused on quantitative architecture and high-frequency trade execution, I do not build generic retail scripts, I write clean code designed to survive live broker environments, toxic order flow, and server latency, my infrastructure handles complex math without freezing the MT5 terminal thread

I specialize in building asynchronous order loops and deep Python API integrations, look at my history, i have a 0% arbitration loss record because my setups protect your capital from systemic bugs, if you have a strategy that needs institutional-grade risk controls and rock-solid logic, let's plug it in.
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 Специалист по проверке и оптимизации торговых алгоритмов
Amanda Vitoria De Paula Pereira
已发布文章Building an Object-Oriented Order Block Engine in MQL5
Building an Object-Oriented Order Block Engine in MQL5

The article presents a production-oriented Order Block engine for MQL5 packaged as an include class, it validates zones via displacement and market structure break, maintains mitigation state only on closed bars, and avoids heavy copies by passing data by reference. A diagnostic indicator plots zones, and an EA gates logic to new bars for stable performance and reproducible tests.

2
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 Development of the robot
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 “Multi‑Engine EA Exit System Upgrade (MQL5)”
Amanda Vitoria De Paula Pereira 已发布产品

Aegis Sweep Pro EA MT5 — Institutional Liquidity Hunter IMPORTANT: After completing your purchase, please send me a direct private message to receive the official installation guide, specialized set files, and your invitation to the private support group. Special Launch Offer The current price is $1,499 available for a limited time only. The price will increase to $1,899 after the next 5 sales, moving progressively until reaching its final structural value of $2,499. Exclusive Bonus: Every

Amanda Vitoria De Paula Pereira 已发布产品

Aegis SMC Matrix EA is a high-performance automated architecture engineered for XAUUSD structure trading, the engine bypasses lagging retail templates by mapping institutional order blocks and liquidity sweeps directly on the terminal execution thread. The core algorithm tracks raw price expansion and volume displacement to secure clean entries at market extremes with zero phase-lag, every trade gets handled by a dynamic position matrix that locks partial targets fast to stabilize your equity

Amanda Vitoria De Paula Pereira 已发布产品

Aegis Kalman Trend is a raw automated trading engine built specifically to extract real momentum from XAUUSD without chasing market noise or taking dummy entries, most retail expert advisors use slow moving averages that cruzam atrasadas and wipe your balance during choppy sessions but this chassi uses a dual-matrix Kalman filter to track the true institutional price line with zero phase-lag, the core algorithm runs an adaptive noise engine that calculates volatility on the fly, it adjusts the

Amanda Vitoria De Paula Pereira 已发布产品

 Aegis Quantum Reversal   is a straight rules-based trading tool built to stop you from chasing bad entries, most indicators repaint or shift arrows backward to look good on past history but this one doesn't, the signals plot only when a bar closes and what you see on the chart stays there forever with no tricks, there is no generic retail moving average lag either because the engine uses a refined Nadaraya-Watson core combined with standard deviation lookbacks, it creates dynamic

Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 In search of good GbpJpy EA & .set file
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 Adjustments to Expert Advisor based on a system of indicators
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 Stability Upgrade + Retcode Handling + 7‑Day QA for Multi‑Engine EA
Amanda Vitoria De Paula Pereira
已发布文章Building an Object-Oriented Session VWAP Engine in MQL5
Building an Object-Oriented Session VWAP Engine in MQL5

This article shows how to implement a session vwap in MQL5 as a reusable include class with a strict daily reset at broker midnight. The engine computes VWAP and volume‑weighted deviation bands only on closed bars and anchors accumulation with MqlDateTime to avoid distortions from missing candles. A companion indicator plots the baseline and bands, while an Expert Advisor reads signals once per bar for consistent, CPU‑efficient execution and reliable testing.

2
Amanda Vitoria De Paula Pereira
已发布代码Institutional Kyle's Lambda Market Impact Engine
An institutional market microstructure indicator for MT4 that computes Kyle's Lambda and Amihud Illiquidity ratios to identify institutional order absorption and toxic liquidity vacuums.
2 421
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 Senior MQL5 Developer Needed — Multi‑Engine Portfolio Trend System (MT5)
Edoardo Centorame
Edoardo Centorame 2026.06.10
good
Amanda Vitoria De Paula Pereira
已发布文章Building an Object-Oriented Z-Score Statistical Arbitrage Engine in MQL5
Building an Object-Oriented Z-Score Statistical Arbitrage Engine in MQL5

This article shows how to implement a production Z-Score engine in MQL5 using an object-oriented include file, the library computes a rolling mean and population standard deviation, exposes a shift parameter for historical queries, and avoids redundant tick work by running on bar close. An Expert Advisor executes rule-based entries at positive/negative sigma thresholds and closes on mean reversion; a custom indicator provides visual verification.

3
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 Expert Advisor based on a system of indicators
Amanda Vitoria De Paula Pereira
已发布代码Institutional Ornstein-Uhlenbeck Equilibrium Matrix
一种计量经济学价格空间指标,它利用奥恩斯坦-乌伦贝克随机过程,从数学上估算资产的真实无漂移均衡点及其均值回归速度。
· 1 181 352
Amanda Vitoria De Paula Pereira
已发布代码Institutional Markov Chain Transition Matrix
一种定量随机概率引擎,它利用马尔可夫链转移矩阵,从数学角度预测下一个算法执行周期中多头或空头走势延续的概率百分比。
· 3 263 393
Amanda Vitoria De Paula Pereira
已发布代码Institutional Harmonic Volumetric Gravity Center
一种基于加权调和平均数学原理的定量成交量密度引擎,用于消除算术异常值,并定位真正的机构流动性重心。
· 4 228 414
Amanda Vitoria De Paula Pereira
已发布文章Building an Object-Oriented ONNX Inference Engine in MQL5
Building an Object-Oriented ONNX Inference Engine in MQL5

This article shows how to run Python-trained models natively in MetaTrader 5 via the terminal's ONNX functions. We build an MQL5 class that encapsulates session creation, fixes input/output tensor shapes, applies min-max feature normalization to mirror training, and executes OnnxRun once per bar to protect the CPU, the result is a reliable, maintainable inference path for live charts and the Strategy Tester without sockets or DLLs.

2