Volterra Edge
- Uzmanlar
- Sürüm: 1.20
- Güncellendi: 27 Nisan 2026
- Etkinleştirmeler: 5
Volterra Edge is a trading algorithm designed specifically for the XAUUSD pair. The strategy is based on machine learning (ONNX) and does not use Martingale or grid averaging methods. Every trade is equipped with a fixed Stop Loss and is protected by built-in money management algorithms.
ONNX Ensemble Architecture
The core relies on three independent neural networks:
-
Trend Model: Determines the direction of the current price impulse.
-
Flat Model: Analyzes price deviations (Z-Score) and relative volatility (ATR/Close) to adapt to changing gold prices.
-
Macro-Judge Model: Evaluates correlations with macroeconomic instruments (EURUSD and USDJPY) to filter out false breakouts.
A trade is executed only when all models provide a matching signal.
Risk Management System
-
Two-Stage Trailing: A system that moves the position to break-even, followed by the activation of a trailing stop.
-
Smart Margin Protocol: Automatic lot size calculation based on a percentage of free margin.
-
Spread Guard: Restricts trading when the spread widens.
-
Model Decay Detector: A module that monitors the algorithm's WinRate. If performance drops below a specified threshold, trading is automatically paused.
Ready-to-use Profiles (SET files):
-
PRO Investor: Conservative settings for large deposits, focusing on minimal drawdown.
-
Prop Challenger: A balanced mode with strict drawdown limits.
-
Kamikaze: An aggressive mode for small deposits.
Recommendations for Use:
-
Trading Symbol: XAUUSD
-
Timeframe: H1
-
Account Type: Raw Spread / ECN with minimal spread.
-
Testing: It is strictly required to use the "Every tick based on real ticks" mode in the Strategy Tester.
Main Input Parameters:
-
AutoLot — enables automatic lot calculation.
-
RiskPercent — risk percentage per trade.
-
FixLot — fixed lot size (used if AutoLot = false).
-
MaxSpread — maximum allowed spread to open a trade (in points).
-
DecayWinRate — minimum acceptable WinRate percentage before activating the protective pause.
-
TakeProfit / StopLoss — base values for take profit and stop loss (in points).
-
BreakEvenStart — distance to move the trade to break-even (in points).
-
TrailStart — distance to activate the trailing stop (in points).
