Amanda Vitoria De Paula Pereira
Amanda Vitoria De Paula Pereira
4.6 (12)
  • 정보
no
경험
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.
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
오른스타인-울렌베크 확률 과정을 활용하여 자산의 진정한 드리프트 없는 균형점과 평균 회귀 속도를 수학적으로 추정하는 계량경제학적 가격-공간 지표.
Amanda Vitoria De Paula Pereira
게재된 코드 Institutional Markov Chain Transition Matrix
마르코프 연쇄 전이 행렬을 활용하여 다음 알고리즘 실행 주기에서 상승세 또는 하락세가 지속될 확률을 수학적으로 예측하는 정량적 확률 엔진입니다.
Amanda Vitoria De Paula Pereira
게재된 코드 Institutional Harmonic Volumetric Gravity Center
가중 조화 평균(Weighted Harmonic Mean) 수학적 원리를 활용하여 산술적 이상치를 제거하고, 기관 투자자의 실제 유동성 중심을 파악하는 정량적 거래량 밀도 분석 엔진.
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