Amanda Vitoria De Paula Pereira / Profil
- Bilgiler
|
yok
deneyim
|
1
ürünler
|
22
demo sürümleri
|
|
10
işler
|
0
sinyaller
|
0
aboneler
|
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.
| Şartnamenin kalitesi | 5.0 | |
| Sonuç kontrol kalitesi | 5.0 | |
| Erişilebilirlik ve iletişim becerileri | 5.0 |
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.
| Şartnamenin kalitesi | 5.0 | |
| Sonuç kontrol kalitesi | 5.0 | |
| Erişilebilirlik ve iletişim becerileri | 5.0 |
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.
| Şartnamenin kalitesi | 5.0 | |
| Sonuç kontrol kalitesi | 5.0 | |
| Erişilebilirlik ve iletişim becerileri | 5.0 |
| Şartnamenin kalitesi | 5.0 | |
| Sonuç kontrol kalitesi | 5.0 | |
| Erişilebilirlik ve iletişim becerileri | 5.0 |
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.
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.