WajeehSaqib-MQL před 6 měsíci
rodič
revize
5e2ce1e8d3
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. binární
      V2/CribMarketEAV2.ex5
  2. 1 1
      V2/CribMarketEAV2.mq5

binární
V2/CribMarketEAV2.ex5


+ 1 - 1
V2/CribMarketEAV2.mq5

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