Explorar el Código

comment the bos 2 rule

AhtashamShahzad3 hace 2 años
padre
commit
a776d1af00
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. BIN
      BOS_CHOCH.ex5
  2. 2 2
      BOS_CHOCH.mq5

BIN
BOS_CHOCH.ex5


+ 2 - 2
BOS_CHOCH.mq5

@@ -1497,9 +1497,9 @@ void Entry_strategy(int value)
1497 1497
    for(int i=value; i > 0; i--)
1498 1498
      {
1499 1499
       Bos(i);
1500
-      bos2(i);
1500
+      //bos2(i);
1501 1501
       choch(i);
1502
-      //third_Condition(i);
1502
+      third_Condition(i);
1503 1503
      }
1504 1504
 
1505 1505
   }