diff --git a/.gitignore b/.gitignore index 759408a..9bea433 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ .DS_Store - - -update_from_mt5\.sh diff --git a/Experts/JsonAPI.mq5 b/Experts/JsonAPI.mq5 index a97d34f..caff3ec 100644 Binary files a/Experts/JsonAPI.mq5 and b/Experts/JsonAPI.mq5 differ diff --git a/README.md b/README.md index 973f182..d02aa75 100644 --- a/README.md +++ b/README.md @@ -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 |