Update TOL LANGIT Neural Quant Advisor.mq5

This commit is contained in:
Adithyo Dewangga Wijaya
2026-02-28 16:19:52 +08:00
committed by GitHub
parent 7267618360
commit e6ca59725d
+5 -4
View File
@@ -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() {
}
}