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
+2 -1
View File
@@ -10,6 +10,7 @@
OrderCloseBy = 5,
OrderDelete = 6,
OrderModify = 7,
iCustom = 8
iCustom = 8,
CopyRates = 9
}
}