Jelajahi Sumber

Input renamed

WajeehSaqib-MQL 1 tahun lalu
induk
melakukan
5e2ce1e8d3
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      V2/CribMarketEAV2.ex5
  2. 1 1
      V2/CribMarketEAV2.mq5

TEMPAT SAMPAH
V2/CribMarketEAV2.ex5


+ 1 - 1
V2/CribMarketEAV2.mq5

@@ -34,7 +34,7 @@ input       double               lotSize               = 0.01;                 /
 input       bool                 enableBasketTP        = true;               // Enable Basket TP
 input       double               basketTakeProfit      = 1.0;               // Basket Take Profit
 input       int                  maxOpenPositions      = 3;                // Maximum number of Combinations
-input       int                  miniHoldTimeSec       = 120;             // Mini time in (seconds) to hold trades closing before checking TP
+input       int                  miniHoldTimeSec       = 120;             // Hold trades closing in seconds
 
 
 string goldPairs[];