Amanda Vitoria De Paula Pereira
Amanda Vitoria De Paula Pereira
5 (3)
  • 信息
经验
1
产品
16
演示版
5
工作
0
信号
0
订阅者
Engineer Brasil
"At 6, I disassembled toys to understand their mechanics, by 12, I was captivated by the intersection of art and mathematics. I saw the micro and macro connections like a musical arrangement, to me, everything is a grand opera; a harmony that makes my eyes shine."

My journey is a fusion of disciplines. Software engineering, product design, 3D art, and marketing, alongside an extensive range of courses covering psychology, trading psychology, and technical analysis, for me, the answer has always been found in knowledge.
I am a Software Engineer specialized in financial market automation. Unlike typical scripters, I approach MQL5 and Python development with strict engineering principles, robust architecture, execution speed, and fail-safe security.
I combine technical precision with the agility and creative problem-solving often associated with Brazilian developers. I find solutions where others find dead ends. A trading bot isn't just code. It is a financial weapon. It must be sharp, fast, and reliable. My code is clean, modular, and built to handle the chaos of live markets without breaking. Ready to turn your strategy into a fully automated asset? Let's build something profitable.
Amanda Vitoria De Paula Pereira
已发布代码Institutional Kalman Filter (Dynamic True Price Estimator)
An aerospace-grade state estimation algorithm that dynamically filters out market noise and manipulation wicks to reveal the true underlying execution price with zero static phase-lag.
2 76
Amanda Vitoria De Paula Pereira
已发布文章Building an Object-Oriented FVG Scanner in MQL5
Building an Object-Oriented FVG Scanner in MQL5

Create an object-oriented fair value gap (FVG) scanner in MQL5 and display liquidity gaps directly on a MetaTrader 5 chart, this article formalizes the imbalance geometry based on three candlesticks, synchronizes OHLC arrays with CopyRates, manages rectangles without leaks, and monitors mitigation in real time. It also shows how to integrate this class into an Expert Advisor with a strict new bar filter for stable and efficient execution.

2
Amanda Vitoria De Paula Pereira
已发布代码Institutional Shannon Entropy (Predictability Index)
A quantitative Information Theory engine that calculates the Shannon Entropy of price distribution to mathematically measure market randomness and algorithmic predictability.
2 186
Amanda Vitoria De Paula Pereira
已发布代码Institutional Fourier Transform (DFT) Dominant Cycle Language: MQL5
A digital signal processing (DSP) engine that applies the Discrete Fourier Transform (DFT) to market data, isolating the dominant cyclical frequency to project turning points and eliminate phase-lag.
2 279
Amanda Vitoria De Paula Pereira
已发布代码Institutional GARCH(1,1) Volatility Forecaster
A predictive quantitative engine that replaces lagging retail ATR, it utilizes the Nobel-prize-winning GARCH(1,1) econometric model to mathematically forecast future market volatility and variance.
4 216
Amanda Vitoria De Paula Pereira
已发布代码Institutional StatArb and Cointegration Spread Z-Score
这是一款专为统计套利(配对交易)设计的定量多资产震荡器,它计算两种相关资产之间的对数价差,并测量其 Z 值,以识别风险中性的均值回复机会。
· 5 62 146
Amanda Vitoria De Paula Pereira
已发布文章From Simple Close Buttons to a Rule-Based Risk Dashboard in MQL5
From Simple Close Buttons to a Rule-Based Risk Dashboard in MQL5

Build a rule-based on-chart risk management panel in MetaTrader 5 using the MQL5 Standard Library. The guide covers a CAppDialog-based GUI, manual event routing, and an automated update loop. You will bind UI events to CTrade to execute conditional closures, show net floating P/L, and read automated targets directly from the chart.

4
Amanda Vitoria De Paula Pereira
已发布代码Institutional K-Means Machine Learning Liquidity Clusters
这是一个无监督的机器学习指标,它将 K-Means 聚类算法应用于历史价格走势,以数学方法检测和绘制真实的机构流动性池,而不带人为偏见。
· 3 154 260
Amanda Vitoria De Paula Pereira
已发布代码Institutional Fractal Dimension Index (Regime Detector)
An advanced quantitative filter based on Chaos Theory and fractal geometry, it calculates the intrinsic dimensionality of the price curve to instantly classify market regimes into trending or mean-reverting states.
4 200
Amanda Vitoria De Paula Pereira
已发布代码Institutional Kelly-VAPS Risk Engine (Library)
这是一个面向对象的 MQL5 库(.mqh),用机构波动率调整头寸规模 (VAPS) 和凯利标准数学取代静态零售风险模型。
· 4 105 174
Amanda Vitoria De Paula Pereira
已发布代码Institutional Nadaraya-Watson Kernel Regression
定量机器学习信封,利用 Nadaraya-Watson 核回归数学,动态预测具有统计意义的均值回归区,而无需依赖传统的标准偏差。
· 3 148 463
Amanda Vitoria De Paula Pereira
留下反馈给客户为工作 I want to build Gold Trading EA – Paired Multi-Level Breakout with Auto-Refresh & Trailing Stop
Amanda Vitoria De Paula Pereira
已发布代码Institutional Gaussian Signal Filter (Zero-Lag ALMA)
定量高斯滤波器旨在通过应用先进的数字信号处理技术,在不影响响应速度的情况下消除市场噪音,从而取代滞后的零售移动平均线。
· 2 174 596
yarpol1445
yarpol1445 星期六
Je voulais le tester
Amanda Vitoria De Paula Pereira
已发布代码Institutional Cumulative Volume Delta (CVD)
An advanced order flow engine that approximates tick-by-tick aggressor data to calculate the true Cumulative Volume Delta, it exposes institutional absorption and divergence hidden within standard price candles.
2 210
Amanda Vitoria De Paula Pereira
已发布代码Institutional Z-Score Statistical Reversion
这是一种专业的定量震荡指标,可取代 RSI 等传统的零售动量指标,它计算价格走势的统计标准偏差,以识别数学上的衰竭反转。
· 2 193 412
Amanda Vitoria De Paula Pereira
已发布代码Institutional Unmitigated Order Block Matrix
A dynamic Smart Money utility that identifies institutional Order Blocks backed by volume anomalies and automatically tracks their mitigation state to keep your charts clean and focused on fresh liquidity.
2 282
Amanda Vitoria De Paula Pereira
已发布代码Institutional Toxic Flow and Tick Speedometer
A high-frequency trading utility designed to measure real-time tick velocity and detect toxic order flow spikes before they reflect entirely on standard price candles.
3 203
Amanda Vitoria De Paula Pereira
已发布代码ICT Silver Bullet and Macro Imbalance Filter
An institutional time and price filter that highlights strict macroeconomic trading windows and automatically projects Fair Value Gaps exclusively when institutional volume is present.
3 235
Amanda Vitoria De Paula Pereira
Amanda Vitoria De Paula Pereira
One of the biggest misconceptions in retail algo-trading is ignoring the network latency between the MT5 terminal and the broker's trade server, a strategy with a 90% win rate in the Strategy Tester will easily bleed money in the live market if the developer doesn't implement an asynchronous execution loop and dynamic slippage control

In the snippet below from my proprietary C++ trade engine, you can see the foundation of a fail-safe execution layer that overrides standard synchronous methods, always architect for chaos, not for perfect historical ticks.
Amanda Vitoria De Paula Pereira
已发布代码Asynchronous Institutional Trade Engine (Library)
A professional object-oriented MQL5 library designed for quantitative developers. It provides asynchronous order execution and dynamic slippage control to prevent terminal freezing during high-frequency algorithmic trading.
2 69
123