From 126c669c6200f8b05b28aec08dff5e7140f807b4 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Sun, 16 Feb 2020 11:01:49 +0300 Subject: [PATCH] Bug fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb3e58..6ea1f0d 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ All examples will be on Python 3. Lets create an instance of MetaTrader API clas api = MTraderAPI() ``` -First of all we should configure the script `symbol` and `timeframe`. Live data stream will be configured to the same params. You can use any number of `symbols` and `timeframes`. The server will subscribe to these symbols and translate them to `Live data` socket. +First of all we should configure the script `symbol` and `timeframe`. Live data stream will be configured to the same params. You can use any number of `symbols` and `timeframes`. The server subscribes to these sembols and will transmit them through the `Live data` socket ```python print(api.construct_and_send(action="CONFIG", symbol="EURUSD", chartTF="M5"))