Added function CopyRates. Implemented Backtesting

This commit is contained in:
DW
2016-07-25 16:49:15 +03:00
parent edc14d6c97
commit e312f52b74
14 changed files with 485 additions and 75 deletions
+4 -1
View File
@@ -192,6 +192,9 @@ namespace MtApi
SymbolInfoString = 154,
//Requests
MtRequest = 155
MtRequest = 155,
//Backtesting
BacktestingReady = 156
}
}