Remove testInit functions causing error on testing

This commit is contained in:
Nkondog Anselme
2021-11-16 00:42:42 +01:00
parent 1fa283c934
commit 6a95094ddb
2 changed files with 3 additions and 3 deletions
Binary file not shown.
+3 -3
View File
@@ -45,7 +45,7 @@ input string InpComment = __FILE__; //Defaul
input int InpMagicNumber = 20200701; //Magic Number
input int InpBrokerTimeZoneGMT = 2; //Broker timezone from GMT
input int InpSlippage = 2; //Slippage
input int not_used;
int londonSession[] = {7, 17};
int newyorkSession[] = {13, 23};
@@ -215,7 +215,7 @@ void OnTradeTransaction(const MqlTradeTransaction& trans,
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
double OnTester()
/*double OnTester()
{
return(Expert.OnTester());
@@ -254,7 +254,7 @@ void OnTesterDeinit()
return;
}
*/
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+