|
|
@@ -34,7 +34,7 @@ input double lotSize = 0.01; /
|
|
34
|
34
|
input bool enableBasketTP = true; // Enable Basket TP
|
|
35
|
35
|
input double basketTakeProfit = 1.0; // Basket Take Profit
|
|
36
|
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
|
40
|
string goldPairs[];
|