add support for higher tick timestamp resolution

This commit is contained in:
Gunther Schulz
2020-01-13 19:00:42 +01:00
parent 4d06d0e060
commit 081fdfbdfe
3 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,5 +1,2 @@
.DS_Store
update_from_mt5\.sh
Binary file not shown.
+1 -1
View File
@@ -83,7 +83,7 @@ Check out the available combinations of `action` and `actionType`:
| ORDERS | null | Get current open orders |
| HISTORY | DATA | Get data history |
| HISTORY | TRADES | Get trades history |
| HISTORY | WRITE | Downlaod history data as CSV |
| HISTORY | WRITE | Download history data as CSV |
| TRADE | ORDER_TYPE_BUY | Buy market |
| TRADE | ORDER_TYPE_SELL | Sell market |
| TRADE | ORDER_TYPE_BUY_LIMIT | Buy limit |