From 67c8485373c8753c65aded6591253f4cae1f0b01 Mon Sep 17 00:00:00 2001 From: pietro_giacobazzi Date: Sat, 13 Jun 2026 14:07:56 +0200 Subject: [PATCH] Default Inp_Lot=0.0 for adaptive sizing --- MQL5/Experts/MultiAgentTest/MultiAgentTest.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MQL5/Experts/MultiAgentTest/MultiAgentTest.mq5 b/MQL5/Experts/MultiAgentTest/MultiAgentTest.mq5 index e892a61..a4409de 100644 --- a/MQL5/Experts/MultiAgentTest/MultiAgentTest.mq5 +++ b/MQL5/Experts/MultiAgentTest/MultiAgentTest.mq5 @@ -15,7 +15,7 @@ input string Inp_Symbol = ""; input ENUM_TIMEFRAMES Inp_TF = PERIOD_CURRENT; // CURRENT = timeframe del chart -input double Inp_Lot = 0.01; +input double Inp_Lot = 0.0; // 0 = adaptive (AdaptiveBaseLot * |z|), >0 = fixed lot input double Inp_MinZ = 0.0; // 0=adattivo, >0=fisso input double Inp_WMin = 0.0; // 0 = auto (1/agentCount * 0.1) input int Inp_BufferBars = 0; // 0 = auto (HurstMaxPeriod * 10)