diff --git a/MQL5/Experts/MultiAgentTest/Core/Orchestrator.mqh b/MQL5/Experts/MultiAgentTest/Core/Orchestrator.mqh index 6b5bc39..9f72a8b 100644 --- a/MQL5/Experts/MultiAgentTest/Core/Orchestrator.mqh +++ b/MQL5/Experts/MultiAgentTest/Core/Orchestrator.mqh @@ -515,8 +515,8 @@ void OnTradeClose(int ticket, double closePrice) { double sigThr = combinedZStats.Ready() ? combinedZStats.Std() / MathSqrt(MathMax(1, agentCount)) : 1.0 / MathSqrt(MathMax(1, agentCount)); - for(int i=0; i