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)