From 98e05a451d0a4136edc0d4ac300d4c2c1a83ca69 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Tue, 23 Apr 2019 17:03:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 467ba19..2f13ebf 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Not working: ## Installation and usage 1. Inastall ZeroMQ for MQL5 [https://github.com/dingmaotu/mql-zmq](https://github.com/dingmaotu/mql-zmq) -2. Put 'include/json.mpq' from this repo to your host 'include' directoty. +2. Put 'include/json.mqh' from this repo to your host 'include' directoty. 3. Compile the code and attach it to chart in Metatrader 5. 4. This version dosn't support symbol and timeframe changing. You should control it yourself.