You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,15 @@ An example on how to push real-time ticker updates from MetaTrader 5 over WebSoc
5
5
6
6
- 📘 Uses the robust WebSocket library implementation found in the MQL5 Book
7
7
- ⚡️ Sets a super tight update interval to have near-zero latency ticker updates
8
+
- 🚚 Combines ticker updates for symbols that changed in the same interval
8
9
- 📚 Uses JAson library to serialize/deserialize json
9
10
10
-
In use for our trade signaling website: [https://solidsignals.xyz](https://solidsignals.xyz) — Consistent Profitable Trades.\
11
-
Written in MQL5, developed by polyclick
11
+
In use for our trade signaling website: [https://solidsignals.xyz](https://solidsignals.xyz) — Consistent Profitable Trades\
12
+
Written in MQL5, by polyclick
13
+
14
+
# Important
15
+
16
+
MetaTrader 5 limits the symbols we can track. You can only request data from symbols that are listed in the Market Watch window. Keep this in mind when configuring the Expert Advisor. You'll find an array of strings for the symbols you want to track. Make sure you add those symbols in the Market Watch. Make sure the symbol name in the script is spelled correctly.
0 commit comments