diff --git a/TOL LANGIT Neural Quant Advisor.mq5 b/TOL LANGIT Neural Quant Advisor.mq5 index 75961bf..fe5bff7 100644 --- a/TOL LANGIT Neural Quant Advisor.mq5 +++ b/TOL LANGIT Neural Quant Advisor.mq5 @@ -1,10 +1,10 @@ //+------------------------------------------------------------------+ -//| TOL LANGIT Quant Pro.mq5| -//| Institutional Multi-Factor System with Statistical Filters | -//| Copyright 2026, Quant Advisor | +//| TOL LANGIT Neural Quant Pro | +//| Institutional Multi-Factor Alpha-Seeking System (Ver 30.00)| +//| Copyright 2026, Quant Advisor | //+------------------------------------------------------------------+ #property copyright "Copyright 2026, Quant Advisor" -#property version "3.00" +#property version "30.00" #property strict #property description "Quantitative Gold System: Z-Score Breakout & Daily PnL Lock" @@ -212,3 +212,4 @@ void CloseAllPositions() { } } +