File size: 100,725 Bytes
fa23016 42cdcca fa23016 1b557f8 42cdcca 3dffb70 42cdcca d5807ea 42cdcca fa23016 42cdcca fa23016 42cdcca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 | ---
license: mit
library_name: rust
tags:
- financial-data
- algorithmic-trading
- rust
- mql5
- zeromq
- mt5
datasets:
- ContinualQuasars/SUM3API
---
**Author:** <br>
Rembrant Oyangoren Albeos [ORCID](https://orcid.org/0009-0006-8743-4419)<br><br>





**Title:** <br>
*SUM3API: Using Rust, ZeroMQ, and MetaQuotes
Language (MQL5) API Combination to Extract,
Communicate, and Externally Project Financial
Data from MetaTrader 5 (MT5)* <br><br>
**Abstract**:<br>
MetaTrader 5 (MT5), when connected to preferred exchanges or brokers, supports automated algorithmic trading via Expert Advisors (EAs) written in MetaQuotes Language (MQL5). While MetaQuotes Ltd. provides an official Python integration package, publicly documented methods for internally extracting and externally projecting MT5 financial data remain limited. To address this gap, we implemented a novel approach that bridges MQL5 and Rust via ZeroMQ publisher– subscriber and request–reply bindings. This benchmark-based methodology enables quantitative researchers, feature engineers, and algorithmic traders to develop trading systems leveraging MT5 data feeds using Rust, thereby bypassing the limitations inherent to pure MQL5 Expert Advisors. The methodology was validated through integration within a functional trad- ing terminal application demonstrating low-latency capabilities including: real-time account information monitoring (balance, equity, free and used margin), downloadable historical data requests (OHLC bars and raw tick data), downloadable forward data streaming (live tick recording), trade execution controls (market, limit, and stop orders with lot sizing and cancellation), messaging and notifications for debugging & recent calls, and a live microsecond-resolution raw tick-level bid/ask price formation chart.<br><br>
**Keywords:**<br>
MetaTrader 5, ZeroMQ, Rust, MetaQuotes Language 5, algorithmic trading, inter-process communication, financial data extraction, low-latency systems<br><br>
**Note:** My accounts got banned and I'm lazy to rewrite shits. But anyway, you may read the documentation/research paper of SUM3API [here](https://ssrn.com/abstract=6143486). Stay safe.
<br><br>
## Simple SUM3API System Framework
<img width="303" height="618" alt="image" src="https://github.com/user-attachments/assets/802eba47-1c7e-4618-aadc-67b1189db5ab" />
## SUM3API Framework
- Using Rust (programming language), ZeroMQ (networking library), and MQL5 (programming language) API combination to conduct Algorithmic Trading and Programmatically Communicate (ATPC) to MetaTrader 5 (MT5).
- To prove this framework, a simple Trading Terminal Software (TTS) is made that only includes fundamental features to make a fully functioning trading terminal.
### SUM3API TTS features:
- SUM3API doesn't need credentials to conduct ATPC on MT5. Unlike python where we need to specify sensitive variables in our code, such as account ID, password, and server.
- Fetch account information: Balance, Equity, free & used margin. Without a credential specification/initialization.
- Live milli/micro second raw bid/ask formation.
- Historical data request TOCHLV (time, open, close, high, low, volume) and tick-level data request.
- Live-data recording to download ongoing data streams.
- Trade controls: min-max Lotsizing, Buy & Sell positions (market, limit, and stoporders)
- Message logs where all actions are audited (active positions, pending orders)
<br><br><br><br>
## A proof of the SUM3API System Framework demonstration through a Software (Trading Terminal)
<img width="1187" height="634" alt="622566837_1124349333017733_1244258009559375965_n (1)" src="https://github.com/user-attachments/assets/6c3c9244-413b-4530-85b3-17ed42d590af" />
<br><br>
_This is what it looked like from the perspective of a ‘stress-Following-this-GUIDE-tester.’ Following this [GUIDE](https://github.com/ContinualQuasars/SUM3API/blob/main/A%20GUIDE%20to%20open%20SUM3API%20software%20(trading%20terminal).pdf) from the very start to the finish._
<img width="1920" height="1080" alt="image" src="https://github.com/user-attachments/assets/f98bb039-c676-47c1-a972-c94cc2a13584" />
<br><br><br><br>
The following pages will cover **Complete End-to-End System Architecture**, **MQL5-ZMQ Wrapper library**, and **RUST-ZMQ Wrapper library** for the SUM3API System.
<br><br><br><br>
# The Complete End-to-End System Architecture: MQL5 ↔ ZeroMQ ↔ Rust for SUM3API
**Version**: 2.0.0
**Last Updated**: 2026-01-28
**Purpose**: Comprehensive technical documentation covering all micro-level implementation details
---
## Table of Contents
1. [System Overview](#system-overview)
2. [Complete Architecture Diagram](#complete-architecture-diagram)
3. [Security Architecture](#security-architecture)
4. [Component Deep Dive](#component-deep-dive)
5. [Data Flow & Communication Patterns](#data-flow--communication-patterns)
6. [Account Information Fetching](#account-information-fetching)
7. [Complete Data Structures](#complete-data-structures)
8. [ZeroMQ Layer Details](#zeromq-layer-details)
9. [Async Task Management](#async-task-management)
10. [File Structure & Dependencies](#file-structure--dependencies)
---
## System Overview
This system implements a **secure, real-time bidirectional trading bridge** between MetaTrader 5 and a Rust-based GUI application using ZeroMQ as the transport layer.
### Core Design Principles
1. **Security First**: No credentials in code or transmitted over network
2. **Real-time Performance**: Tick-level granularity with minimal latency
3. **Separation of Concerns**: Authentication vs. Trading logic
4. **Async Architecture**: Non-blocking I/O for maximum throughput
5. **Type Safety**: Strong typing in both MQL5 and Rust
---
## Complete Architecture Diagram
### High-Level System Architecture
```mermaid
flowchart TB
subgraph USER_SPACE["User Space"]
USER[("User")]
end
subgraph MT5_PLATFORM["MetaTrader 5 Platform (Authenticated Process)"]
direction TB
subgraph AUTH["Authentication Layer"]
MT5_GUI[MT5 Terminal GUI]
SESSION["Authenticated Session<br/>[+] Account ID<br/>[+] Server Connection<br/>[+] Trading Permissions"]
end
subgraph DATA_SOURCES["MT5 Data Sources"]
direction TB
MARKET[("Market Data Feed<br/>Tick Stream")]
ACCOUNT_DB[("Account Database<br/>ACCOUNT_BALANCE<br/>ACCOUNT_EQUITY<br/>ACCOUNT_MARGIN<br/>ACCOUNT_MARGIN_FREE")]
POSITIONS_DB[("Positions Database<br/>Active Trades")]
ORDERS_DB[("Orders Database<br/>Pending Orders")]
HISTORY_DB[("Historical Database<br/>OHLC & Tick Data")]
end
subgraph EA_LAYER["Expert Advisor Layer"]
EA[ZmqPublisher.mq5<br/>Expert Advisor]
TRADE_ENGINE[CTrade Engine<br/>Order Execution]
end
USER -->|1. Manual Login<br/>account + password + server| MT5_GUI
MT5_GUI --> SESSION
SESSION -.->|Inherits Session| EA
MARKET --> EA
ACCOUNT_DB --> EA
POSITIONS_DB --> EA
ORDERS_DB --> EA
HISTORY_DB --> EA
EA --> TRADE_ENGINE
end
subgraph ZMQ_LAYER["ZeroMQ Transport Layer (localhost)"]
direction TB
PUB_SOCKET[["[PUB] PUB Socket<br/>tcp://0.0.0.0:5555<br/>Broadcast Mode"]]
REP_SOCKET[["[REP] REP Socket<br/>tcp://0.0.0.0:5556<br/>Request-Reply Mode"]]
end
subgraph RUST_APP["Rust Application (mt5-chart)"]
direction TB
subgraph ASYNC_RUNTIME["Tokio Async Runtime"]
TICK_TASK[["[Task] Tick Subscriber Task<br/>SubSocket<br/>Port 5555"]]
ORDER_TASK[["[Task] Order Handler Task<br/>ReqSocket<br/>Port 5556"]]
end
subgraph CHANNELS["MPSC Channels"]
direction TB
TICK_CHAN[Tick Channel<br/>capacity: 100]
ORDER_CHAN[Order Request Channel<br/>capacity: 10]
RESPONSE_CHAN[Order Response Channel<br/>capacity: 10]
end
subgraph APP_STATE["Application State"]
STATE[Mt5ChartApp<br/>• data: Vec<TickData><br/>• balance, equity, margin<br/>• positions, orders<br/>• UI state]
end
subgraph GUI["egui GUI Components"]
direction TB
CHART[["[Chart] Price Chart<br/>Bid/Ask Lines<br/>Position Lines<br/>Order Breaklines"]]
ACCOUNT_PANEL[["[Account] Account Info Panel<br/>Balance, Equity<br/>Margin, Free Margin"]]
TRADE_PANEL[["[Trade] Trade Controls<br/>Market Orders<br/>Pending Orders"]]
HISTORY_PANEL[["[History] History Download<br/>OHLC/Tick CSV Export"]]
RECORD_PANEL[["[REC] Live Recording<br/>Real-time CSV Capture"]]
POSITIONS_PANEL[["[Pos] Active Positions<br/>Close Management"]]
ORDERS_PANEL[["[Orders] Pending Orders<br/>Cancel Management"]]
end
TICK_TASK --> TICK_CHAN
ORDER_TASK <--> ORDER_CHAN
ORDER_TASK <--> RESPONSE_CHAN
TICK_CHAN --> STATE
STATE <--> ORDER_CHAN
RESPONSE_CHAN --> STATE
STATE --> CHART
STATE --> ACCOUNT_PANEL
STATE --> TRADE_PANEL
STATE --> HISTORY_PANEL
STATE --> RECORD_PANEL
STATE --> POSITIONS_PANEL
STATE --> ORDERS_PANEL
end
EA --> PUB_SOCKET
EA <--> REP_SOCKET
PUB_SOCKET -.->|JSON Tick Stream<br/>Non-blocking| TICK_TASK
ORDER_TASK -.->|JSON Request<br/>Blocking| REP_SOCKET
REP_SOCKET -.->|JSON Response<br/>Blocking| ORDER_TASK
style USER_SPACE fill:#f0f0f0,stroke:#666,stroke-width:2px
style MT5_PLATFORM fill:#e6f3ff,stroke:#0066cc,stroke-width:3px
style AUTH fill:#fff9e6,stroke:#ffcc00,stroke-width:2px
style ZMQ_LAYER fill:#f0fff0,stroke:#00cc00,stroke-width:3px
style RUST_APP fill:#ffe6f0,stroke:#cc0066,stroke-width:3px
style SESSION fill:#ccffcc,stroke:#00cc00,stroke-width:2px
```
---
## Security Architecture
### Authentication Flow & Credential Isolation
```mermaid
sequenceDiagram
participant User
participant MT5_GUI as MT5 Terminal GUI
participant Broker as Broker Server
participant Session as Authenticated Session
participant EA as MQL5 Expert Advisor
participant ZMQ as ZeroMQ Sockets
participant Rust as Rust Application
rect rgb(255, 240, 200)
Note over User,Session: Phase 1: One-Time Authentication (Manual)
User->>MT5_GUI: Enter credentials<br/>• Account ID: 12345678<br/>• Password: ********<br/>• Server: MetaQuotes-Demo
MT5_GUI->>Broker: Authenticate
Broker-->>MT5_GUI: [+] Authentication Success
MT5_GUI->>Session: Create Authenticated Session
Note over Session: Session stores:<br/>[+] Account credentials<br/>[+] Server connection<br/>[+] Trading permissions<br/>[+] Account state
end
rect rgb(230, 255, 230)
Note over Session,EA: Phase 2: EA Initialization (Session Inheritance)
User->>MT5_GUI: Attach EA to chart
MT5_GUI->>EA: OnInit()
EA->>Session: Request session access
Session-->>EA: [+] Grant access (no credentials needed)
Note over EA: EA now has:<br/>[+] Authenticated session<br/>[+] Account info access<br/>[+] Trading permissions<br/>[-] NO credentials stored
end
rect rgb(230, 240, 255)
Note over EA,Rust: Phase 3: External Communication (Credential-Free)
EA->>ZMQ: Bind PUB socket (port 5555)
EA->>ZMQ: Bind REP socket (port 5556)
Rust->>ZMQ: Connect SUB socket (127.0.0.1:5555)
Rust->>ZMQ: Connect REQ socket (127.0.0.1:5556)
Note over ZMQ,Rust: [+] Only localhost TCP addresses<br/>[-] NO credentials transmitted<br/>[-] NO authentication required
end
rect rgb(255, 230, 230)
Note over EA,Rust: Phase 4: Runtime Operations (Secure)
loop Every Tick
EA->>Session: AccountInfoDouble(ACCOUNT_BALANCE)
Session-->>EA: balance value
EA->>Session: AccountInfoDouble(ACCOUNT_EQUITY)
Session-->>EA: equity value
EA->>ZMQ: Publish JSON {balance, equity, ...}
ZMQ-->>Rust: Receive data (no auth needed)
end
Rust->>ZMQ: Send order request {type: "market_buy", ...}
ZMQ-->>EA: Receive request
EA->>Session: Execute trade via CTrade
Session-->>EA: Trade result
EA->>ZMQ: Send response {success: true, ticket: ...}
ZMQ-->>Rust: Receive response
end
```
### Security Comparison: MT5 Python API vs. MQL5+ZMQ+Rust
| Security Aspect | MT5 Python API | MQL5 + ZeroMQ + Rust |
|----------------|----------------|----------------------|
| **Credentials in Code** | Required (`account`, `password`, `server`) | Not Required |
| **Credential Storage** | Must store in config/env vars | No storage needed |
| **Credential Transmission** | Transmitted via Python API | Never transmitted |
| **Authentication Method** | Programmatic (code-based) | Manual (GUI-based) |
| **Session Model** | Python creates new session | EA inherits existing session |
| **Attack Surface** | High (credentials exposed) | Low (no credentials) |
| **Version Control Risk** | High (accidental commits) | None |
| **Network Exposure** | Depends on configuration | Localhost only (default) |
| **Credential Interception** | Possible during transmission | Not applicable |
| **Separation of Concerns** | Mixed (auth + trading) | Clear (auth separate) |
### Account Information Access Pattern
```mermaid
flowchart LR
subgraph MT5["MT5 Authenticated Session"]
ACC_API["Account Info API<br/>AccountInfoDouble()"]
ACC_DATA[(Account Data<br/>ACCOUNT_BALANCE<br/>ACCOUNT_EQUITY<br/>ACCOUNT_MARGIN<br/>ACCOUNT_MARGIN_FREE)]
end
subgraph EA["Expert Advisor"]
FETCH[Fetch Account Info<br/>Lines 366-369]
JSON_BUILD[Build JSON Payload<br/>Lines 428-443]
end
subgraph ZMQ["ZeroMQ"]
PUB[PUB Socket<br/>Port 5555]
end
subgraph RUST["Rust App"]
PARSE[Parse JSON<br/>Lines 745-753]
UPDATE[Update State<br/>Lines 338-348]
DISPLAY[Display in GUI<br/>Lines 449-466]
end
ACC_API --> ACC_DATA
ACC_DATA -->|No credentials needed| FETCH
FETCH --> JSON_BUILD
JSON_BUILD --> PUB
PUB -.->|JSON over TCP| PARSE
PARSE --> UPDATE
UPDATE --> DISPLAY
style ACC_DATA fill:#ccffcc,stroke:#00cc00,stroke-width:2px
style FETCH fill:#e6f3ff,stroke:#0066cc,stroke-width:2px
style PUB fill:#fff9e6,stroke:#ffcc00,stroke-width:2px
style DISPLAY fill:#ffe6f0,stroke:#cc0066,stroke-width:2px
```
---
## Component Deep Dive
### 1. MQL5 Expert Advisor: ZmqPublisher.mq5
#### File Structure
- **Location**: `MQL5/Experts/ZmqPublisher.mq5`
- **Lines**: 451
- **Size**: 19,014 bytes
- **Dependencies**: `Zmq.mqh`, `Trade.mqh`
#### Input Parameters
```mql5
input string InpPubAddress = "tcp://0.0.0.0:5555"; // Tick Publisher Address
input string InpRepAddress = "tcp://0.0.0.0:5556"; // Order Handler Address
input double InpDefaultSlippage = 10; // Default Slippage (points)
```
#### Global Variables
```mql5
CZmq *g_publisher; // PUB socket for tick data broadcasting
CZmq *g_responder; // REP socket for order request handling
CTrade g_trade; // MT5 trading helper class
```
#### Initialization Sequence (OnInit)
```mermaid
flowchart TD
START([OnInit Called]) --> INIT_PUB[Create CZmq Publisher]
INIT_PUB --> PUB_INIT{Init ZMQ_PUB?}
PUB_INIT -->|Failed| FAIL1[Return INIT_FAILED]
PUB_INIT -->|Success| PUB_BIND{Bind to Port 5555?}
PUB_BIND -->|Failed| FAIL2[Return INIT_FAILED]
PUB_BIND -->|Success| INIT_REP[Create CZmq Responder]
INIT_REP --> REP_INIT{Init ZMQ_REP?}
REP_INIT -->|Failed| FAIL3[Return INIT_FAILED]
REP_INIT -->|Success| REP_BIND{Bind to Port 5556?}
REP_BIND -->|Failed| FAIL4[Return INIT_FAILED]
REP_BIND -->|Success| CONFIG_TRADE[Configure CTrade]
CONFIG_TRADE --> SET_SLIP[SetDeviationInPoints]
SET_SLIP --> SET_FILL[SetTypeFilling IOC]
SET_FILL --> SUCCESS[Return INIT_SUCCEEDED]
style START fill:#e6f3ff,stroke:#0066cc,stroke-width:2px
style SUCCESS fill:#ccffcc,stroke:#00cc00,stroke-width:2px
style FAIL1 fill:#ffcccc,stroke:#cc0000,stroke-width:2px
style FAIL2 fill:#ffcccc,stroke:#cc0000,stroke-width:2px
style FAIL3 fill:#ffcccc,stroke:#cc0000,stroke-width:2px
style FAIL4 fill:#ffcccc,stroke:#cc0000,stroke-width:2px
```
#### OnTick() Processing Flow
```mermaid
flowchart TB
TICK([OnTick Event]) --> CHECK_REQ{Check REP Socket<br/>Non-blocking}
CHECK_REQ -->|Request Available| RECV_REQ[Receive Request JSON]
RECV_REQ --> PROCESS[ProcessOrderRequest]
PROCESS --> SEND_RESP[Send Response JSON<br/>Blocking]
SEND_RESP --> CHECK_PUB
CHECK_REQ -->|No Request| CHECK_PUB{Check Publisher}
CHECK_PUB -->|NULL| END([Return])
CHECK_PUB -->|Valid| GET_TICK[SymbolInfoTick]
GET_TICK --> GET_ACCOUNT[Get Account Info<br/>Lines 366-369]
GET_ACCOUNT --> GET_CONSTRAINTS[Get Symbol Constraints<br/>Lines 372-374]
GET_CONSTRAINTS --> GET_POSITIONS[Get Active Positions<br/>Lines 377-397]
GET_POSITIONS --> GET_ORDERS[Get Pending Orders<br/>Lines 400-425]
GET_ORDERS --> BUILD_JSON[Build Complete JSON<br/>Lines 428-443]
BUILD_JSON --> PUBLISH[Publish to PUB Socket<br/>Line 445]
PUBLISH --> END
style TICK fill:#e6f3ff,stroke:#0066cc,stroke-width:2px
style GET_ACCOUNT fill:#fff9e6,stroke:#ffcc00,stroke-width:2px
style PUBLISH fill:#ccffcc,stroke:#00cc00,stroke-width:2px
```
#### Account Information Fetching (Detailed)
**Lines 366-369: Account Info Retrieval**
```mql5
// Get account info
double balance = AccountInfoDouble(ACCOUNT_BALANCE);
double equity = AccountInfoDouble(ACCOUNT_EQUITY);
double margin = AccountInfoDouble(ACCOUNT_MARGIN);
double freeMargin = AccountInfoDouble(ACCOUNT_MARGIN_FREE);
```
**MQL5 Account Info Functions**:
- `AccountInfoDouble(ACCOUNT_BALANCE)` - Current account balance
- `AccountInfoDouble(ACCOUNT_EQUITY)` - Current equity (balance + floating P/L)
- `AccountInfoDouble(ACCOUNT_MARGIN)` - Margin currently used
- `AccountInfoDouble(ACCOUNT_MARGIN_FREE)` - Free margin available
**Security Note**: These functions access the authenticated session's account data **without requiring credentials**. The EA inherits the session from the MT5 terminal.
#### Symbol Trading Constraints (Lines 372-374)
```mql5
// Get symbol trading constraints
double minLot = SymbolInfoDouble(_Symbol, SYMBOL_VOLUME_MIN);
double maxLot = SymbolInfoDouble(_Symbol, SYMBOL_VOLUME_MAX);
double lotStep = SymbolInfoDouble(_Symbol, SYMBOL_VOLUME_STEP);
```
#### Position Fetching Loop (Lines 377-397)
```mql5
// Get Active Positions (Only for current symbol to simplify)
string positionsJson = "[";
int posCount = PositionsTotal();
bool firstPos = true;
for(int i = 0; i < posCount; i++) {
ulong ticket = PositionGetTicket(i);
if(PositionSelectByTicket(ticket)) {
if(PositionGetString(POSITION_SYMBOL) == _Symbol) {
if(!firstPos) StringAdd(positionsJson, ",");
string posType = (PositionGetInteger(POSITION_TYPE) == POSITION_TYPE_BUY) ? "BUY" : "SELL";
StringAdd(positionsJson, "{\"ticket\":" + IntegerToString(ticket) +
",\"type\":\"" + posType + "\"" +
",\"volume\":" + DoubleToString(PositionGetDouble(POSITION_VOLUME), 2) +
",\"price\":" + DoubleToString(PositionGetDouble(POSITION_PRICE_OPEN), _Digits) +
",\"profit\":" + DoubleToString(PositionGetDouble(POSITION_PROFIT), 2) +
"}");
firstPos = false;
}
}
}
StringAdd(positionsJson, "]");
```
#### Order Request Processing (Lines 87-188)
```mermaid
flowchart TD
START([ProcessOrderRequest]) --> PARSE[Parse JSON Request<br/>Extract: type, symbol, volume, price, ticket]
PARSE --> ROUTE{Route by Type}
ROUTE -->|market_buy| MB[Get ASK price<br/>g_trade.Buy]
ROUTE -->|market_sell| MS[Get BID price<br/>g_trade.Sell]
ROUTE -->|limit_buy| LB[g_trade.BuyLimit]
ROUTE -->|limit_sell| LS[g_trade.SellLimit]
ROUTE -->|stop_buy| SB[g_trade.BuyStop]
ROUTE -->|stop_sell| SS[g_trade.SellStop]
ROUTE -->|close_position| CP[g_trade.PositionClose]
ROUTE -->|cancel_order| CO[g_trade.OrderDelete]
ROUTE -->|download_history| DH[DownloadHistory]
ROUTE -->|unknown| ERR[Unknown order type]
MB --> CHECK{Success?}
MS --> CHECK
LB --> CHECK
LS --> CHECK
SB --> CHECK
SS --> CHECK
CP --> CHECK
CO --> CHECK
DH --> CHECK
ERR --> BUILD_FAIL
CHECK -->|Yes| BUILD_SUCCESS["Build Success JSON<br/>{success: true, ticket: ...}"]
CHECK -->|No| BUILD_FAIL["Build Failure JSON<br/>{success: false, error: ...}"]
BUILD_SUCCESS --> RETURN[Return JSON Response]
BUILD_FAIL --> RETURN
style START fill:#e6f3ff,stroke:#0066cc,stroke-width:2px
style BUILD_SUCCESS fill:#ccffcc,stroke:#00cc00,stroke-width:2px
style BUILD_FAIL fill:#ffcccc,stroke:#cc0000,stroke-width:2px
```
### 2. ZMQ Wrapper: Zmq.mqh
#### File Structure
- **Location**: `MQL5/Include/Zmq/Zmq.mqh`
- **Lines**: 145
- **Size**: 4,100 bytes
- **Purpose**: MQL5 wrapper around libzmq.dll
#### Class Structure
```mermaid
classDiagram
class CZmq {
-long m_context
-long m_socket
-bool m_initialized
+CZmq()
+~CZmq()
+bool Init(int type)
+bool Bind(string endpoint)
+bool Connect(string endpoint)
+int Send(string message, bool nonBlocking)
+string Receive(bool nonBlocking)
+void Shutdown()
}
class libzmq_dll {
<<external>>
+long zmq_ctx_new()
+int zmq_ctx_term(long context)
+long zmq_socket(long context, int type)
+int zmq_close(long socket)
+int zmq_bind(long socket, uchar endpoint[])
+int zmq_connect(long socket, uchar endpoint[])
+int zmq_send(long socket, uchar buf[], int len, int flags)
+int zmq_recv(long socket, uchar buf[], int len, int flags)
+int zmq_errno()
}
CZmq --> libzmq_dll : imports
```
#### Socket Type Constants
```mql5
#define ZMQ_PUB 1 // Publisher socket (one-to-many)
#define ZMQ_SUB 2 // Subscriber socket (many-to-one)
#define ZMQ_REQ 3 // Request socket (synchronous client)
#define ZMQ_REP 4 // Reply socket (synchronous server)
#define ZMQ_NOBLOCK 1 // Non-blocking flag
```
#### Method Details
**Init(int type)** - Lines 51-68
```mql5
bool Init(int type) {
if(m_initialized) return true;
m_context = zmq_ctx_new(); // Create ZMQ context
if(m_context == 0) {
Print("ZMQ Init failed: Context creation error");
return false;
}
m_socket = zmq_socket(m_context, type); // Create socket of specified type
if(m_socket == 0) {
Print("ZMQ Init failed: Socket creation error");
return false;
}
m_initialized = true;
return true;
}
```
**Send(string message, bool nonBlocking)** - Lines 98-114
```mql5
int Send(string message, bool nonBlocking = true) {
if(!m_initialized) return -1;
uchar data[];
StringToCharArray(message, data, 0, WHOLE_ARRAY, CP_UTF8);
int len = ArraySize(data) - 1; // Exclude null terminator
if (len < 0) len = 0;
int flags = 0;
if(nonBlocking) flags = ZMQ_NOBLOCK;
int bytesSent = zmq_send(m_socket, data, len, flags);
return bytesSent;
}
```
**Receive(bool nonBlocking)** - Lines 117-131
```mql5
string Receive(bool nonBlocking = true) {
if(!m_initialized) return "";
uchar buffer[4096];
ArrayInitialize(buffer, 0);
int flags = 0;
if(nonBlocking) flags = ZMQ_NOBLOCK;
int bytesReceived = zmq_recv(m_socket, buffer, ArraySize(buffer) - 1, flags);
if(bytesReceived <= 0) return "";
return CharArrayToString(buffer, 0, bytesReceived, CP_UTF8);
}
```
### 3. Rust Application: main.rs
#### File Structure
- **Location**: `Rustmt5-chart/src/main.rs`
- **Lines**: 853
- **Size**: 35,504 bytes
- **Language**: Rust 2021 Edition
#### Dependencies (Cargo.toml)
```toml
[dependencies]
eframe = "0.27" # egui framework
egui = "0.27" # Immediate mode GUI
egui_plot = "0.27" # Plotting library
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" # JSON serialization
tokio = { version = "1", features = ["full"] }
zeromq = "0.3" # ZeroMQ bindings
chrono = "0.4" # Date/time handling
```
#### Data Structure Hierarchy
```mermaid
classDiagram
class TickData {
+String symbol
+f64 bid
+f64 ask
+i64 time
+u64 volume
+f64 balance
+f64 equity
+f64 margin
+f64 free_margin
+f64 min_lot
+f64 max_lot
+f64 lot_step
+Vec~PositionData~ positions
+Vec~PendingOrderData~ orders
}
class PositionData {
+u64 ticket
+String pos_type
+f64 volume
+f64 price
+f64 profit
}
class PendingOrderData {
+u64 ticket
+String order_type
+f64 volume
+f64 price
}
class OrderRequest {
+String order_type
+String symbol
+f64 volume
+f64 price
+u64 ticket
+Option~String~ timeframe
+Option~String~ start
+Option~String~ end
+Option~String~ mode
+Option~u64~ request_id
}
class OrderResponse {
+bool success
+Option~i64~ ticket
+Option~String~ error
+Option~String~ message
}
class OrderBreakline {
+usize index
+String order_type
+i64 ticket
}
class Mt5ChartApp {
+Receiver~TickData~ tick_receiver
+Vec~TickData~ data
+String symbol
+f64 balance
+f64 equity
+f64 margin
+f64 free_margin
+Sender~OrderRequest~ order_sender
+Receiver~OrderResponse~ response_receiver
+Vec~PositionData~ positions
+Vec~PendingOrderData~ pending_orders
+Vec~OrderBreakline~ order_breaklines
+update()
+send_order()
+send_download_request()
}
TickData "1" *-- "*" PositionData
TickData "1" *-- "*" PendingOrderData
Mt5ChartApp "1" *-- "*" TickData
Mt5ChartApp "1" *-- "*" OrderBreakline
```
---
## Data Flow & Communication Patterns
### Complete Tick Data Flow
```mermaid
sequenceDiagram
participant MT5 as MT5 Market
participant EA as ZmqPublisher.mq5
participant PUB as PUB Socket :5555
participant SUB as SUB Socket (Rust)
participant CHAN as Tick Channel
participant APP as Mt5ChartApp
participant GUI as egui GUI
rect rgb(230, 255, 230)
Note over MT5,EA: Every Tick Event
MT5->>EA: OnTick()
EA->>EA: SymbolInfoTick(_Symbol, tick)
EA->>EA: AccountInfoDouble(ACCOUNT_BALANCE)
EA->>EA: AccountInfoDouble(ACCOUNT_EQUITY)
EA->>EA: AccountInfoDouble(ACCOUNT_MARGIN)
EA->>EA: AccountInfoDouble(ACCOUNT_MARGIN_FREE)
EA->>EA: SymbolInfoDouble(SYMBOL_VOLUME_MIN/MAX/STEP)
loop For each position
EA->>EA: PositionGetTicket(i)
EA->>EA: Build position JSON
end
loop For each order
EA->>EA: OrderGetTicket(i)
EA->>EA: Build order JSON
end
EA->>EA: StringConcatenate(json, ...)
EA->>PUB: Send(json, non-blocking)
end
rect rgb(230, 240, 255)
Note over PUB,APP: Async Rust Processing
PUB-->>SUB: TCP transmission
SUB->>SUB: recv().await
SUB->>SUB: serde_json::from_str::<TickData>()
SUB->>CHAN: tick_tx.send(tick).await
CHAN-->>APP: tick_receiver.try_recv()
APP->>APP: Update balance, equity, margin
APP->>APP: Update positions, orders
APP->>APP: data.push(tick)
APP->>APP: Record to CSV if recording
end
rect rgb(255, 240, 230)
Note over APP,GUI: GUI Update (60 FPS)
APP->>GUI: update(&mut self, ctx, frame)
GUI->>GUI: Draw price chart
GUI->>GUI: Draw account panel
GUI->>GUI: Draw positions/orders
GUI->>GUI: ctx.request_repaint()
end
```
### Complete Order Execution Flow
```mermaid
sequenceDiagram
participant GUI as egui GUI
participant APP as Mt5ChartApp
participant CHAN as Order Channel
participant REQ as REQ Socket (Rust)
participant REP as REP Socket :5556
participant EA as ZmqPublisher.mq5
participant TRADE as CTrade Engine
participant MT5 as MT5 Terminal
rect rgb(255, 240, 230)
Note over GUI,APP: User Interaction
GUI->>APP: Button clicked: "BUY"
APP->>APP: send_order("market_buy", None, None)
APP->>APP: Build OrderRequest struct
APP->>APP: serde_json::to_string(&request)
APP->>CHAN: order_sender.try_send(request)
end
rect rgb(230, 240, 255)
Note over CHAN,EA: Async Order Task
CHAN-->>REQ: order_rx.recv().await
REQ->>REQ: Serialize to JSON
REQ->>REP: socket.send(json).await (blocking)
REP-->>EA: Receive(non-blocking) in OnTick
EA->>EA: ProcessOrderRequest(request)
EA->>EA: ExtractJsonString(request, "type")
EA->>EA: ExtractJsonDouble(request, "volume")
end
rect rgb(230, 255, 230)
Note over EA,MT5: Trade Execution
EA->>EA: if(orderType == "market_buy")
EA->>EA: askPrice = SymbolInfoDouble(SYMBOL_ASK)
EA->>TRADE: g_trade.Buy(volume, symbol, askPrice, 0, 0, "Rust GUI Order")
TRADE->>MT5: Execute market order
MT5-->>TRADE: Trade result
TRADE-->>EA: success = true, resultTicket = 12345678
EA->>EA: Build response JSON
EA->>EA: {"success":true,"ticket":12345678}
EA->>REP: Send(response, blocking)
end
rect rgb(240, 230, 255)
Note over REP,APP: Response Processing
REP-->>REQ: socket.recv().await (blocking)
REQ->>REQ: serde_json::from_str::<OrderResponse>()
REQ->>CHAN: response_tx.send(response).await
CHAN-->>APP: response_receiver.try_recv()
APP->>APP: if response.success
APP->>APP: Create OrderBreakline
APP->>APP: order_breaklines.push(breakline)
APP->>APP: last_order_result = "✓ Order executed!"
end
rect rgb(255, 240, 230)
Note over APP,GUI: GUI Feedback
APP->>GUI: Update chart with breakline
GUI->>GUI: Draw vertical line at execution point
GUI->>GUI: Display success message
end
```
---
## Account Information Fetching
### MQL5 Account Info API
```mermaid
flowchart LR
subgraph MT5_SESSION["MT5 Authenticated Session"]
AUTH[Authenticated User Session]
ACC_STATE[(Account State<br/>• Balance<br/>• Equity<br/>• Margin<br/>• Free Margin<br/>• Leverage<br/>• Currency)]
end
subgraph MQL5_API["MQL5 Account API"]
API1[AccountInfoDouble<br/>ACCOUNT_BALANCE]
API2[AccountInfoDouble<br/>ACCOUNT_EQUITY]
API3[AccountInfoDouble<br/>ACCOUNT_MARGIN]
API4[AccountInfoDouble<br/>ACCOUNT_MARGIN_FREE]
end
subgraph EA_CODE["Expert Advisor Code"]
FETCH["Lines 366-369:<br/>double balance = AccountInfoDouble(ACCOUNT_BALANCE);<br/>double equity = AccountInfoDouble(ACCOUNT_EQUITY);<br/>double margin = AccountInfoDouble(ACCOUNT_MARGIN);<br/>double freeMargin = AccountInfoDouble(ACCOUNT_MARGIN_FREE);"]
end
AUTH --> ACC_STATE
ACC_STATE --> API1
ACC_STATE --> API2
ACC_STATE --> API3
ACC_STATE --> API4
API1 --> FETCH
API2 --> FETCH
API3 --> FETCH
API4 --> FETCH
style AUTH fill:#ccffcc,stroke:#00cc00,stroke-width:2px
style ACC_STATE fill:#e6f3ff,stroke:#0066cc,stroke-width:2px
style FETCH fill:#fff9e6,stroke:#ffcc00,stroke-width:2px
```
### Account Info Constants (MQL5)
| Constant | Type | Description |
|----------|------|-------------|
| `ACCOUNT_BALANCE` | double | Account balance in deposit currency |
| `ACCOUNT_EQUITY` | double | Account equity (balance + floating P/L) |
| `ACCOUNT_MARGIN` | double | Margin currently used |
| `ACCOUNT_MARGIN_FREE` | double | Free margin available for trading |
| `ACCOUNT_MARGIN_LEVEL` | double | Margin level percentage |
| `ACCOUNT_PROFIT` | double | Current profit on all positions |
| `ACCOUNT_CREDIT` | double | Credit amount |
| `ACCOUNT_LEVERAGE` | long | Account leverage (e.g., 100 for 1:100) |
| `ACCOUNT_CURRENCY` | string | Account currency (e.g., "USD") |
### Rust Account Info Reception
**Lines 338-348: Account Info Update**
```rust
// Update account info from latest tick
if tick.balance > 0.0 {
self.balance = tick.balance;
self.equity = tick.equity;
self.margin = tick.margin;
self.free_margin = tick.free_margin;
self.min_lot = tick.min_lot;
self.max_lot = tick.max_lot;
if tick.lot_step > 0.0 {
self.lot_step = tick.lot_step;
}
}
```
**Lines 449-466: Account Info Display**
```rust
ui.collapsing("Account Info", |ui| {
egui::Grid::new("account_grid")
.num_columns(2)
.spacing([10.0, 4.0])
.show(ui, |ui| {
ui.label("Balance:");
ui.colored_label(egui::Color32::from_rgb(100, 200, 100), format!("${:.2}", self.balance));
ui.end_row();
ui.label("Equity:");
ui.colored_label(egui::Color32::from_rgb(100, 180, 255), format!("${:.2}", self.equity));
ui.end_row();
ui.label("Margin Used:");
ui.colored_label(egui::Color32::from_rgb(255, 200, 100), format!("${:.2}", self.margin));
ui.end_row();
ui.label("Free Margin:");
ui.colored_label(egui::Color32::from_rgb(100, 255, 200), format!("${:.2}", self.free_margin));
ui.end_row();
});
});
```
---
## Complete Data Structures
### JSON Tick Data Format (PUB/SUB Port 5555)
```json
{
"symbol": "XAUUSDc",
"bid": 2650.55,
"ask": 2650.75,
"time": 1706284800,
"volume": 100,
"balance": 10000.00,
"equity": 10150.25,
"margin": 500.00,
"free_margin": 9650.25,
"min_lot": 0.01,
"max_lot": 100.00,
"lot_step": 0.01,
"positions": [
{
"ticket": 12345678,
"type": "BUY",
"volume": 0.10,
"price": 2645.50,
"profit": 50.50
},
{
"ticket": 12345679,
"type": "SELL",
"volume": 0.05,
"price": 2655.00,
"profit": -25.00
}
],
"orders": [
{
"ticket": 87654321,
"type": "BUY LIMIT",
"volume": 0.05,
"price": 2600.00
},
{
"ticket": 87654322,
"type": "SELL STOP",
"volume": 0.10,
"price": 2700.00
}
]
}
```
### JSON Order Request Format (REQ/REP Port 5556)
**Market Order Request**:
```json
{
"type": "market_buy",
"symbol": "XAUUSDc",
"volume": 0.01,
"price": 0.0,
"ticket": 0
}
```
**Pending Order Request**:
```json
{
"type": "limit_buy",
"symbol": "XAUUSDc",
"volume": 0.05,
"price": 2600.00,
"ticket": 0
}
```
**Close Position Request**:
```json
{
"type": "close_position",
"symbol": "XAUUSDc",
"volume": 0.0,
"price": 0.0,
"ticket": 12345678
}
```
**History Download Request**:
```json
{
"type": "download_history",
"symbol": "XAUUSDc",
"volume": 0.0,
"price": 0.0,
"ticket": 0,
"timeframe": "M1",
"start": "2024.01.01",
"end": "2024.01.31",
"mode": "OHLC",
"request_id": 1
}
```
### JSON Order Response Format
**Success Response**:
```json
{
"success": true,
"ticket": 12345678
}
```
**Failure Response**:
```json
{
"success": false,
"error": "Error 10019: Not enough money"
}
```
**History Download Success Response**:
```json
{
"success": true,
"message": "1000 records||CSV_DATA||Time,Open,High,Low,Close,TickVol,Spread|NL|2024.01.01 00:00,2650.50,2651.00,2650.00,2650.75,100,3|NL|..."
}
```
---
## ZeroMQ Layer Details
### Socket Patterns
```mermaid
flowchart TB
subgraph PUB_SUB["PUB/SUB Pattern (Port 5555)"]
direction LR
PUB[Publisher<br/>ZmqPublisher.mq5]
SUB1[Subscriber 1<br/>Rust App]
SUB2[Subscriber 2<br/>Other Apps]
PUB -->|Broadcast| SUB1
PUB -->|Broadcast| SUB2
end
subgraph REQ_REP["REQ/REP Pattern (Port 5556)"]
direction LR
REQ[Request<br/>Rust App]
REP[Reply<br/>ZmqPublisher.mq5]
REQ <-->|Synchronous| REP
end
style PUB fill:#ccffcc,stroke:#00cc00,stroke-width:2px
style REP fill:#ffe6cc,stroke:#ff9900,stroke-width:2px
```
### Socket Configuration
**PUB Socket (EA Side)**:
```mql5
g_publisher = new CZmq();
g_publisher.Init(ZMQ_PUB);
g_publisher.Bind("tcp://0.0.0.0:5555"); // Bind to all interfaces
g_publisher.Send(json, true); // Non-blocking send
```
**SUB Socket (Rust Side)**:
```rust
let mut socket = zeromq::SubSocket::new();
socket.connect("tcp://127.0.0.1:5555").await; // Connect to localhost
socket.subscribe("").await; // Subscribe to all messages
let msg = socket.recv().await; // Blocking receive
```
**REP Socket (EA Side)**:
```mql5
g_responder = new CZmq();
g_responder.Init(ZMQ_REP);
g_responder.Bind("tcp://0.0.0.0:5556"); // Bind to all interfaces
string request = g_responder.Receive(true); // Non-blocking receive
g_responder.Send(response, false); // Blocking send (REP pattern)
```
**REQ Socket (Rust Side)**:
```rust
let mut socket = zeromq::ReqSocket::new();
socket.connect("tcp://127.0.0.1:5556").await; // Connect to localhost
socket.send(json_request.into()).await; // Blocking send
let msg = socket.recv().await; // Blocking receive
```
---
## Async Task Management
### Tokio Runtime Architecture
```mermaid
flowchart TB
subgraph TOKIO["Tokio Async Runtime"]
MAIN[tokio::main]
subgraph TASKS["Spawned Tasks"]
TICK_TASK[Tick Subscriber Task<br/>Lines 731-763]
ORDER_TASK[Order Handler Task<br/>Lines 768-835]
end
subgraph CHANNELS["MPSC Channels"]
TICK_CH[Tick Channel<br/>capacity: 100]
ORDER_CH[Order Channel<br/>capacity: 10]
RESP_CH[Response Channel<br/>capacity: 10]
end
end
subgraph EGUI["eframe GUI (Blocking)"]
APP[Mt5ChartApp::update]
end
MAIN --> TICK_TASK
MAIN --> ORDER_TASK
MAIN --> EGUI
TICK_TASK --> TICK_CH
ORDER_TASK <--> ORDER_CH
ORDER_TASK <--> RESP_CH
TICK_CH --> APP
APP --> ORDER_CH
RESP_CH --> APP
style TOKIO fill:#e6f3ff,stroke:#0066cc,stroke-width:2px
style EGUI fill:#ffe6f0,stroke:#cc0066,stroke-width:2px
```
### Tick Subscriber Task (Lines 731-763)
```rust
tokio::spawn(async move {
let mut socket = zeromq::SubSocket::new();
match socket.connect("tcp://127.0.0.1:5555").await {
Ok(_) => println!("Connected to ZMQ Tick Publisher on port 5555"),
Err(e) => eprintln!("Failed to connect to ZMQ tick publisher: {}", e),
}
let _ = socket.subscribe("").await;
loop {
match socket.recv().await {
Ok(msg) => {
if let Some(payload_bytes) = msg.get(0) {
if let Ok(json_str) = std::str::from_utf8(payload_bytes) {
match serde_json::from_str::<TickData>(json_str) {
Ok(tick) => {
if let Err(e) = tick_tx.send(tick).await {
eprintln!("Tick channel error: {}", e);
break;
}
}
Err(e) => eprintln!("JSON Parse Error: {}. Msg: {}", e, json_str),
}
}
}
}
Err(e) => {
eprintln!("ZMQ Tick Recv Error: {}", e);
tokio::time::sleep(tokio::time::Duration::from_millis(1000)).await;
}
}
}
});
```
### Order Handler Task (Lines 768-835)
```rust
tokio::spawn(async move {
let mut socket = zeromq::ReqSocket::new();
match socket.connect("tcp://127.0.0.1:5556").await {
Ok(_) => println!("Connected to ZMQ Order Handler on port 5556"),
Err(e) => {
eprintln!("Failed to connect to ZMQ order handler: {}", e);
return;
}
}
while let Some(order_request) = order_rx.recv().await {
// Serialize order request to JSON
let json_request = match serde_json::to_string(&order_request) {
Ok(json) => json,
Err(e) => {
eprintln!("Failed to serialize order request: {}", e);
continue;
}
};
println!("Sending request: {}", json_request);
// Send request (blocking in REQ/REP pattern)
if let Err(e) = socket.send(json_request.into()).await {
eprintln!("Failed to send: {}", e);
let _ = response_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Send failed: {}", e)),
message: None,
}).await;
continue;
}
// Wait for response (blocking in REQ/REP pattern)
match socket.recv().await {
Ok(msg) => {
if let Some(payload_bytes) = msg.get(0) {
if let Ok(json_str) = std::str::from_utf8(payload_bytes) {
println!("Received response: {}", json_str);
match serde_json::from_str::<OrderResponse>(json_str) {
Ok(response) => {
let _ = response_tx.send(response).await;
}
Err(e) => {
let _ = response_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Parse error: {}", e)),
message: None,
}).await;
}
}
}
}
}
Err(e) => {
eprintln!("Response recv error: {}", e);
let _ = response_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Recv failed: {}", e)),
message: None,
}).await;
}
}
}
});
```
---
## File Structure & Dependencies
### Complete Directory Structure
```
SUM3API/
├── MQL5/
│ ├── Experts/
│ │ └── ZmqPublisher.mq5 # Main EA (451 lines, 19 KB)
│ ├── Include/
│ │ └── Zmq/
│ │ └── Zmq.mqh # ZMQ wrapper (145 lines, 4 KB)
│ └── Libraries/
│ ├── libzmq.dll # ZeroMQ native library
│ └── libsodium.dll # Crypto library (ZMQ dependency)
│
└── Rustmt5-chart/
├── Cargo.toml # Rust dependencies
├── Cargo.lock # Dependency lock file (117 KB)
├── src/
│ └── main.rs # Main application (853 lines, 35 KB)
├── output/ # CSV output directory
│ ├── History_*.csv # Downloaded historical data
│ └── Live_*.csv # Live recorded tick data
└── target/ # Build artifacts
├── debug/ # Debug build
└── release/ # Release build
```
### Dependency Graph
```mermaid
flowchart TB
subgraph MQL5_DEPS["MQL5 Dependencies"]
EA[ZmqPublisher.mq5]
ZMQ_MQH[Zmq.mqh]
TRADE_MQH[Trade.mqh<br/>MT5 Built-in]
LIBZMQ[libzmq.dll]
LIBSODIUM[libsodium.dll]
end
subgraph RUST_DEPS["Rust Dependencies"]
MAIN[main.rs]
EFRAME[eframe 0.27]
EGUI[egui 0.27]
EGUI_PLOT[egui_plot 0.27]
SERDE[serde 1.0]
SERDE_JSON[serde_json 1.0]
TOKIO[tokio 1.x]
ZEROMQ[zeromq 0.3]
CHRONO[chrono 0.4]
end
EA --> ZMQ_MQH
EA --> TRADE_MQH
ZMQ_MQH --> LIBZMQ
LIBZMQ --> LIBSODIUM
MAIN --> EFRAME
MAIN --> EGUI_PLOT
MAIN --> SERDE
MAIN --> SERDE_JSON
MAIN --> TOKIO
MAIN --> ZEROMQ
MAIN --> CHRONO
EFRAME --> EGUI
style EA fill:#e6f3ff,stroke:#0066cc,stroke-width:2px
style MAIN fill:#ffe6f0,stroke:#cc0066,stroke-width:2px
```
---
## Summary
This document provides a complete end-to-end technical specification of the MQL5 ↔ ZeroMQ ↔ Rust trading system, including:
**Security Architecture**: Credential-free design with session inheritance
**Account Information Flow**: From MT5 API to Rust GUI
**Complete Data Structures**: JSON formats and Rust/MQL5 types
**Communication Patterns**: PUB/SUB and REQ/REP with sequence diagrams
**Async Task Management**: Tokio runtime and channel architecture
**Micro-level Implementation**: Line-by-line code references
**File Structure**: Complete dependency graph
**Key Security Advantage**: Unlike MT5's Python API which requires explicit credentials in code, this system leverages MT5's authenticated session, eliminating credential exposure entirely.
---
# MQL5 ZeroMQ Wrapper Library
A comprehensive reusable MQL5 wrapper library for ZeroMQ socket operations, designed for real-time communication between MetaTrader 5 and external applications.
---
## Table of Contents
1. [Overview](#overview)
2. [Architecture](#architecture)
3. [Prerequisites and Installation](#prerequisites-and-installation)
4. [API Reference](#api-reference)
5. [Usage Guide](#usage-guide)
6. [Socket Patterns](#socket-patterns)
7. [Message Protocol](#message-protocol)
8. [Complete Examples](#complete-examples)
9. [Error Handling](#error-handling)
10. [Best Practices](#best-practices)
11. [Troubleshooting](#troubleshooting)
---
## Overview
This library provides a high-level MQL5 wrapper around the native ZeroMQ (libzmq) library, enabling MetaTrader 5 Expert Advisors and indicators to communicate with external applications via TCP sockets.
> [!NOTE]
> For the companion Rust client library, see [Rust-ZMQ Library for SUM3API](Rust-ZMQ%20Library%20for%20SUM3API.md).
### Key Features
- **Simple API**: Object-oriented wrapper class with intuitive methods
- **Multiple Socket Types**: Support for PUB, SUB, REQ, and REP patterns
- **Non-blocking Operations**: Configurable blocking/non-blocking send and receive
- **UTF-8 Support**: Automatic string encoding/decoding
- **Resource Management**: Automatic cleanup on destruction
### Supported Socket Types
| Constant | Value | Description |
|----------|-------|-------------|
| `ZMQ_PUB` | 1 | Publisher socket for broadcasting messages |
| `ZMQ_SUB` | 2 | Subscriber socket for receiving broadcasts |
| `ZMQ_REQ` | 3 | Request socket for request/reply pattern (client) |
| `ZMQ_REP` | 4 | Reply socket for request/reply pattern (server) |
---
## Architecture
### System Overview
```mermaid
flowchart LR
subgraph MT5["MetaTrader 5"]
EA["ZmqPublisher EA"]
CZmq["CZmq Wrapper"]
DLL["libzmq.dll"]
EA --> CZmq
CZmq --> DLL
end
subgraph Network["ZeroMQ TCP/IP"]
PUB["PUB Socket<br/>tcp://0.0.0.0:5555"]
REP["REP Socket<br/>tcp://0.0.0.0:5556"]
end
subgraph Client["External Client"]
SUB["SUB Socket"]
REQ["REQ Socket"]
APP["Application<br/>(Rust/Go/Java/C++)"]
SUB --> APP
REQ --> APP
end
DLL --> PUB
DLL --> REP
PUB -->|"Tick Data (JSON)"| SUB
REQ <-->|"Order Request/Response"| REP
```
### Communication Flow
```mermaid
sequenceDiagram
participant MT5 as MetaTrader 5
participant PUB as PUB Socket :5555
participant SUB as SUB Socket
participant Client as External Client
participant REQ as REQ Socket
participant REP as REP Socket :5556
Note over MT5,Client: Tick Data Publishing (PUB/SUB)
MT5->>PUB: OnTick() - Create JSON
PUB->>SUB: Broadcast tick data
SUB->>Client: Parse and display
Note over MT5,Client: Order Handling (REQ/REP)
Client->>REQ: Create order request
REQ->>REP: Send JSON request
REP->>MT5: Receive and parse
MT5->>MT5: Execute order
MT5->>REP: Create response
REP->>REQ: Send JSON response
REQ->>Client: Parse result
```
### Pattern Details
1. **Tick Data Publishing** (PUB/SUB Pattern)
- EA binds PUB socket to `tcp://0.0.0.0:5555`
- External client subscribes via SUB socket
- EA publishes tick data as JSON on every tick
2. **Order Handling** (REQ/REP Pattern)
- EA binds REP socket to `tcp://0.0.0.0:5556`
- External client sends order requests via REQ socket
- EA processes orders and sends responses
---
## Prerequisites and Installation
### Required Files
Place the following files in your MetaTrader 5 installation directory:
```
MQL5/
|-- Libraries/
| |-- libzmq.dll # ZeroMQ core library
| |-- libsodium.dll # Cryptographic dependency for libzmq
|
|-- Include/
| |-- Zmq/
| |-- Zmq.mqh # MQL5 wrapper class
|
|-- Experts/
|-- ZmqPublisher.mq5 # Example Expert Advisor
```
### Installation Steps
1. **Download ZeroMQ Libraries**
- Download `libzmq.dll` (v4.3.x or later) from [ZeroMQ releases](https://github.com/zeromq/libzmq/releases)
- Download `libsodium.dll` from [libsodium releases](https://github.com/jedisct1/libsodium/releases)
- Both DLLs must be the same architecture (x64 for 64-bit MT5)
2. **Copy Files**
```
Copy libzmq.dll --> MQL5/Libraries/
Copy libsodium.dll --> MQL5/Libraries/
Copy Zmq.mqh --> MQL5/Include/Zmq/
```
3. **Enable DLL Imports in MetaTrader 5**
- Go to `Tools > Options > Expert Advisors`
- Enable "Allow DLL imports"
- Disable "Allow DLL imports only for signed DLLs" (or sign the DLLs)
4. **Compile Your EA**
- Open MetaEditor
- Include the wrapper: `#include <Zmq/Zmq.mqh>`
- Compile your Expert Advisor
---
## API Reference
### Class: CZmq
The main wrapper class for ZeroMQ operations.
#### Constructor and Destructor
```cpp
CZmq()
```
Creates a new CZmq instance. Does not initialize any ZMQ resources.
```cpp
~CZmq()
```
Destructor. Automatically calls `Shutdown()` to clean up resources.
---
#### Init
```cpp
bool Init(int type)
```
Initializes the ZeroMQ context and creates a socket of the specified type.
**Parameters:**
| Name | Type | Description |
|------|------|-------------|
| `type` | `int` | Socket type: `ZMQ_PUB`, `ZMQ_SUB`, `ZMQ_REQ`, or `ZMQ_REP` |
**Returns:**
- `true` if initialization succeeded
- `false` if context or socket creation failed
**Example:**
```cpp
CZmq *publisher = new CZmq();
if(!publisher.Init(ZMQ_PUB)) {
Print("Failed to initialize ZMQ publisher");
return INIT_FAILED;
}
```
---
#### Bind
```cpp
bool Bind(string endpoint)
```
Binds the socket to a local endpoint. Typically used by server-side sockets (PUB, REP).
**Parameters:**
| Name | Type | Description |
|------|------|-------------|
| `endpoint` | `string` | ZMQ endpoint URL (e.g., `"tcp://0.0.0.0:5555"`) |
**Returns:**
- `true` if binding succeeded
- `false` if binding failed (check logs for error code)
**Endpoint Formats:**
| Format | Description |
|--------|-------------|
| `tcp://*:5555` | Bind to all interfaces on port 5555 |
| `tcp://0.0.0.0:5555` | Same as above |
| `tcp://127.0.0.1:5555` | Bind to localhost only |
| `ipc:///tmp/socket` | Inter-process communication (Unix only) |
**Example:**
```cpp
if(!publisher.Bind("tcp://0.0.0.0:5555")) {
Print("Failed to bind to port 5555");
return INIT_FAILED;
}
```
---
#### Connect
```cpp
bool Connect(string endpoint)
```
Connects the socket to a remote endpoint. Typically used by client-side sockets (SUB, REQ).
**Parameters:**
| Name | Type | Description |
|------|------|-------------|
| `endpoint` | `string` | ZMQ endpoint URL (e.g., `"tcp://127.0.0.1:5555"`) |
**Returns:**
- `true` if connection initiated successfully
- `false` if connection failed
**Example:**
```cpp
CZmq *subscriber = new CZmq();
subscriber.Init(ZMQ_SUB);
if(!subscriber.Connect("tcp://127.0.0.1:5555")) {
Print("Failed to connect to publisher");
}
```
---
#### Send
```cpp
int Send(string message, bool nonBlocking = true)
```
Sends a string message through the socket.
**Parameters:**
| Name | Type | Description |
|------|------|-------------|
| `message` | `string` | The message to send (UTF-8 encoded) |
| `nonBlocking` | `bool` | If `true`, returns immediately. If `false`, blocks until sent. Default: `true` |
**Returns:**
- Number of bytes sent on success
- `-1` on failure
**Example:**
```cpp
string json = "{\"symbol\":\"EURUSD\",\"bid\":1.1234}";
int bytes = publisher.Send(json, false); // Blocking send
if(bytes < 0) {
Print("Send failed");
}
```
---
#### Receive
```cpp
string Receive(bool nonBlocking = true)
```
Receives a message from the socket.
**Parameters:**
| Name | Type | Description |
|------|------|-------------|
| `nonBlocking` | `bool` | If `true`, returns immediately with empty string if no message. If `false`, blocks until message received. Default: `true` |
**Returns:**
- Received message as string on success
- Empty string `""` if no message available (non-blocking) or on error
**Buffer Size:**
- Maximum receive buffer is 4096 bytes
- For larger messages, modify the `buffer[4096]` in `Zmq.mqh`
**Example:**
```cpp
// Non-blocking receive (polling)
string msg = responder.Receive(true);
if(msg != "") {
Print("Received: ", msg);
}
// Blocking receive (waits for message)
string msg = requester.Receive(false);
```
---
#### Shutdown
```cpp
void Shutdown()
```
Closes the socket and terminates the ZMQ context. Should be called during cleanup.
**Example:**
```cpp
void OnDeinit(const int reason) {
if(g_publisher != NULL) {
g_publisher.Shutdown();
delete g_publisher;
g_publisher = NULL;
}
}
```
---
## Usage Guide
### Step 1: Include the Library
```cpp
#include <Zmq/Zmq.mqh>
```
### Step 2: Declare Global Instance
```cpp
CZmq *g_publisher; // Declare as pointer for proper lifecycle management
```
### Step 3: Initialize in OnInit()
```cpp
int OnInit() {
g_publisher = new CZmq();
if(!g_publisher.Init(ZMQ_PUB)) {
Print("ZMQ initialization failed");
return INIT_FAILED;
}
if(!g_publisher.Bind("tcp://0.0.0.0:5555")) {
Print("ZMQ bind failed");
return INIT_FAILED;
}
Print("ZMQ Publisher ready on port 5555");
return INIT_SUCCEEDED;
}
```
### Step 4: Use in OnTick()
```cpp
void OnTick() {
MqlTick tick;
if(SymbolInfoTick(_Symbol, tick)) {
string json;
StringConcatenate(json,
"{\"symbol\":\"", _Symbol,
"\",\"bid\":", DoubleToString(tick.bid, _Digits),
",\"ask\":", DoubleToString(tick.ask, _Digits),
"}");
g_publisher.Send(json);
}
}
```
### Step 5: Cleanup in OnDeinit()
```cpp
void OnDeinit(const int reason) {
if(g_publisher != NULL) {
g_publisher.Shutdown();
delete g_publisher;
g_publisher = NULL;
}
}
```
---
## Socket Patterns
### PUB/SUB Pattern (One-to-Many Broadcasting)
```mermaid
flowchart LR
PUB["Publisher\n(MT5 EA)"]
SUB1["Subscriber 1\n(Rust App)"]
SUB2["Subscriber 2\n(Go Service)"]
SUB3["Subscriber 3\n(Java Dashboard)"]
PUB -->|"Tick JSON"| SUB1
PUB -->|"Tick JSON"| SUB2
PUB -->|"Tick JSON"| SUB3
```
Used for real-time data streaming where the publisher broadcasts to all connected subscribers.
**MQL5 Side (Publisher):**
```cpp
CZmq *publisher = new CZmq();
publisher.Init(ZMQ_PUB);
publisher.Bind("tcp://0.0.0.0:5555");
// In OnTick
publisher.Send("{\"bid\": 1.1234}");
```
**Rust Client Side (Subscriber):**
```rust
use zeromq::{Socket, SubSocket};
let mut socket = SubSocket::new();
socket.connect("tcp://127.0.0.1:5555").await?;
socket.subscribe("").await?; // Subscribe to all messages
loop {
let msg = socket.recv().await?;
println!("Received: {:?}", msg);
}
```
**Go Client Side (Subscriber):**
```go
package main
import (
"fmt"
zmq "github.com/pebbe/zmq4"
)
func main() {
subscriber, _ := zmq.NewSocket(zmq.SUB)
defer subscriber.Close()
subscriber.Connect("tcp://127.0.0.1:5555")
subscriber.SetSubscribe("") // Subscribe to all messages
for {
msg, _ := subscriber.Recv(0)
fmt.Printf("Received: %s\n", msg)
}
}
```
---
### REQ/REP Pattern (Request-Reply)
```mermaid
sequenceDiagram
participant Client
participant REQ as REQ Socket
participant REP as REP Socket
participant MT5 as MT5 EA
Client->>REQ: market_buy request
REQ->>REP: Send JSON
REP->>MT5: Receive()
MT5->>MT5: g_trade.Buy()
MT5->>REP: Send response
REP->>REQ: JSON response
REQ->>Client: {success: true, ticket: 12345}
```
Used for command-response communication, such as order execution.
**MQL5 Side (Responder):**
```cpp
CZmq *responder = new CZmq();
responder.Init(ZMQ_REP);
responder.Bind("tcp://0.0.0.0:5556");
// In OnTick (non-blocking poll)
string request = responder.Receive(true);
if(request != "") {
// Process request
string response = ProcessOrderRequest(request);
responder.Send(response, false); // Blocking send required for REP
}
```
**Rust Client Side (Requester):**
```rust
use zeromq::{Socket, ReqSocket};
let mut socket = ReqSocket::new();
socket.connect("tcp://127.0.0.1:5556").await?;
// Send order request
let request = r#"{"type":"market_buy","symbol":"EURUSD","volume":0.01}"#;
socket.send(request.into()).await?;
// Wait for response
let response = socket.recv().await?;
println!("Response: {:?}", response);
```
**Go Client Side (Requester):**
```go
package main
import (
"fmt"
zmq "github.com/pebbe/zmq4"
)
func main() {
requester, _ := zmq.NewSocket(zmq.REQ)
defer requester.Close()
requester.Connect("tcp://127.0.0.1:5556")
// Send order request
request := `{"type":"market_buy","symbol":"EURUSD","volume":0.01}`
requester.Send(request, 0)
// Wait for response
response, _ := requester.Recv(0)
fmt.Printf("Response: %s\n", response)
}
```
---
## Message Protocol
### Tick Data Message (PUB Socket)
Published on every tick from MQL5 to connected subscribers.
```json
{
"symbol": "XAUUSDc",
"bid": 2345.67,
"ask": 2345.89,
"time": 1706400000,
"volume": 100,
"balance": 10000.00,
"equity": 10150.50,
"margin": 500.00,
"free_margin": 9650.50,
"min_lot": 0.01,
"max_lot": 100.00,
"lot_step": 0.01,
"positions": [
{
"ticket": 12345,
"type": "BUY",
"volume": 0.10,
"price": 2340.50,
"profit": 15.25
}
],
"orders": [
{
"ticket": 12346,
"type": "BUY LIMIT",
"volume": 0.05,
"price": 2330.00
}
]
}
```
### Order Request Message (REQ Socket)
Sent from external client to MQL5 for order execution.
**Market Order:**
```json
{
"type": "market_buy",
"symbol": "XAUUSDc",
"volume": 0.01,
"price": 0
}
```
**Limit Order:**
```json
{
"type": "limit_buy",
"symbol": "XAUUSDc",
"volume": 0.01,
"price": 2340.00
}
```
**Close Position:**
```json
{
"type": "close_position",
"ticket": 12345
}
```
**Cancel Order:**
```json
{
"type": "cancel_order",
"ticket": 12346
}
```
**Download History:**
```json
{
"type": "download_history",
"symbol": "XAUUSDc",
"timeframe": "M1",
"start": "2024.01.01",
"end": "2024.01.31",
"mode": "OHLC"
}
```
### Order Response Message (REP Socket)
Sent from MQL5 back to the client.
**Success:**
```json
{
"success": true,
"ticket": 12347
}
```
**Failure:**
```json
{
"success": false,
"error": "Error 10019: Not enough money"
}
```
### Supported Order Types
| Type String | Description |
|-------------|-------------|
| `market_buy` | Execute market buy order |
| `market_sell` | Execute market sell order |
| `limit_buy` | Place buy limit pending order |
| `limit_sell` | Place sell limit pending order |
| `stop_buy` | Place buy stop pending order |
| `stop_sell` | Place sell stop pending order |
| `close_position` | Close existing position by ticket |
| `cancel_order` | Delete pending order by ticket |
| `download_history` | Request historical data download |
---
## Complete Examples
### Example 1: Simple Tick Publisher
```cpp
//+------------------------------------------------------------------+
//| SimpleTickPublisher.mq5 |
//+------------------------------------------------------------------+
#include <Zmq/Zmq.mqh>
input string InpAddress = "tcp://0.0.0.0:5555";
CZmq *g_publisher;
int OnInit() {
g_publisher = new CZmq();
if(!g_publisher.Init(ZMQ_PUB)) {
Print("Failed to init ZMQ");
return INIT_FAILED;
}
if(!g_publisher.Bind(InpAddress)) {
Print("Failed to bind");
return INIT_FAILED;
}
Print("Publisher ready on ", InpAddress);
return INIT_SUCCEEDED;
}
void OnDeinit(const int reason) {
if(g_publisher != NULL) {
g_publisher.Shutdown();
delete g_publisher;
}
}
void OnTick() {
MqlTick tick;
if(SymbolInfoTick(_Symbol, tick)) {
string json;
StringConcatenate(json,
"{\"symbol\":\"", _Symbol,
"\",\"bid\":", DoubleToString(tick.bid, _Digits),
",\"ask\":", DoubleToString(tick.ask, _Digits),
",\"time\":", IntegerToString(tick.time),
"}");
g_publisher.Send(json);
}
}
```
### Example 2: Order Executor Service
```cpp
//+------------------------------------------------------------------+
//| OrderExecutor.mq5 |
//+------------------------------------------------------------------+
#include <Zmq/Zmq.mqh>
#include <Trade/Trade.mqh>
input string InpAddress = "tcp://0.0.0.0:5556";
CZmq *g_responder;
CTrade g_trade;
int OnInit() {
g_responder = new CZmq();
if(!g_responder.Init(ZMQ_REP))
return INIT_FAILED;
if(!g_responder.Bind(InpAddress))
return INIT_FAILED;
g_trade.SetDeviationInPoints(10);
Print("Order executor ready on ", InpAddress);
return INIT_SUCCEEDED;
}
void OnDeinit(const int reason) {
if(g_responder != NULL) {
g_responder.Shutdown();
delete g_responder;
}
}
void OnTick() {
// Non-blocking receive
string request = g_responder.Receive(true);
if(request == "") return;
Print("Request: ", request);
// Parse and execute (simplified)
string response;
if(StringFind(request, "market_buy") >= 0) {
double ask = SymbolInfoDouble(_Symbol, SYMBOL_ASK);
if(g_trade.Buy(0.01, _Symbol, ask)) {
StringConcatenate(response,
"{\"success\":true,\"ticket\":",
IntegerToString(g_trade.ResultOrder()), "}");
} else {
response = "{\"success\":false,\"error\":\"Buy failed\"}";
}
} else {
response = "{\"success\":false,\"error\":\"Unknown command\"}";
}
g_responder.Send(response, false); // Blocking send for REP
Print("Response: ", response);
}
```
### Example 3: Rust Client (Complete)
```rust
// Cargo.toml dependencies:
// zeromq = "0.3"
// tokio = { version = "1", features = ["full"] }
// serde = { version = "1", features = ["derive"] }
// serde_json = "1"
use serde::{Deserialize, Serialize};
use tokio::sync::mpsc;
use zeromq::{Socket, SocketRecv, SocketSend};
#[derive(Debug, Deserialize)]
struct TickData {
symbol: String,
bid: f64,
ask: f64,
time: i64,
}
#[derive(Debug, Serialize)]
struct OrderRequest {
#[serde(rename = "type")]
order_type: String,
symbol: String,
volume: f64,
}
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Subscribe to tick data
let (tx, mut rx) = mpsc::channel::<TickData>(100);
tokio::spawn(async move {
let mut socket = zeromq::SubSocket::new();
socket.connect("tcp://127.0.0.1:5555").await.unwrap();
socket.subscribe("").await.unwrap();
loop {
if let Ok(msg) = socket.recv().await {
if let Some(bytes) = msg.get(0) {
if let Ok(json) = std::str::from_utf8(bytes) {
if let Ok(tick) = serde_json::from_str::<TickData>(json) {
let _ = tx.send(tick).await;
}
}
}
}
}
});
// Process ticks
while let Some(tick) = rx.recv().await {
println!("{}: Bid={}, Ask={}", tick.symbol, tick.bid, tick.ask);
}
Ok(())
}
```
### Example 4: Java Client (Complete)
```java
// Maven dependency: org.zeromq:jeromq:0.5.3
import org.zeromq.SocketType;
import org.zeromq.ZContext;
import org.zeromq.ZMQ;
import com.google.gson.Gson;
public class MT5Client {
private ZContext context;
private ZMQ.Socket subscriber;
private ZMQ.Socket requester;
private Gson gson = new Gson();
public MT5Client(int tickPort, int orderPort) {
context = new ZContext();
// Subscriber for tick data
subscriber = context.createSocket(SocketType.SUB);
subscriber.connect("tcp://127.0.0.1:" + tickPort);
subscriber.subscribe("".getBytes());
// Requester for orders
requester = context.createSocket(SocketType.REQ);
requester.connect("tcp://127.0.0.1:" + orderPort);
}
public void startTickStream() {
new Thread(() -> {
while (!Thread.currentThread().isInterrupted()) {
String msg = subscriber.recvStr(ZMQ.DONTWAIT);
if (msg != null) {
TickData tick = gson.fromJson(msg, TickData.class);
System.out.printf("%s: Bid=%.5f, Ask=%.5f%n",
tick.symbol, tick.bid, tick.ask);
}
try { Thread.sleep(1); } catch (InterruptedException e) { break; }
}
}).start();
}
public OrderResponse sendOrder(String type, String symbol, double volume) {
OrderRequest request = new OrderRequest(type, symbol, volume);
requester.send(gson.toJson(request));
String response = requester.recvStr();
return gson.fromJson(response, OrderResponse.class);
}
public void close() {
context.close();
}
// Data classes
static class TickData {
String symbol;
double bid, ask;
long time;
}
static class OrderRequest {
String type, symbol;
double volume;
OrderRequest(String t, String s, double v) { type=t; symbol=s; volume=v; }
}
static class OrderResponse {
boolean success;
Long ticket;
String error;
}
public static void main(String[] args) {
MT5Client client = new MT5Client(5555, 5556);
client.startTickStream();
// Execute a buy order
OrderResponse response = client.sendOrder("market_buy", "EURUSD", 0.01);
System.out.println("Order result: " + response.success);
}
}
```
### Example 5: C++ Client (Complete)
```cpp
// Requires: libzmq, cppzmq, nlohmann/json
// Compile: g++ -std=c++17 -o mt5_client mt5_client.cpp -lzmq -lpthread
#include <zmq.hpp>
#include <nlohmann/json.hpp>
#include <iostream>
#include <thread>
#include <atomic>
using json = nlohmann::json;
class MT5Client {
private:
zmq::context_t context;
zmq::socket_t subscriber;
zmq::socket_t requester;
std::atomic<bool> running{false};
std::thread tick_thread;
public:
MT5Client(int tick_port = 5555, int order_port = 5556)
: context(1), subscriber(context, zmq::socket_type::sub),
requester(context, zmq::socket_type::req) {
subscriber.connect("tcp://127.0.0.1:" + std::to_string(tick_port));
subscriber.set(zmq::sockopt::subscribe, "");
requester.connect("tcp://127.0.0.1:" + std::to_string(order_port));
}
void start_tick_stream() {
running = true;
tick_thread = std::thread([this]() {
while (running) {
zmq::message_t message;
auto result = subscriber.recv(message, zmq::recv_flags::dontwait);
if (result) {
std::string msg(static_cast<char*>(message.data()), message.size());
json tick = json::parse(msg);
std::cout << tick["symbol"].get<std::string>()
<< ": Bid=" << tick["bid"].get<double>()
<< ", Ask=" << tick["ask"].get<double>() << std::endl;
}
std::this_thread::sleep_for(std::chrono::milliseconds(1));
}
});
}
json send_order(const std::string& type, const std::string& symbol, double volume) {
json request = {{"type", type}, {"symbol", symbol}, {"volume", volume}};
std::string req_str = request.dump();
zmq::message_t req_msg(req_str.begin(), req_str.end());
requester.send(req_msg, zmq::send_flags::none);
zmq::message_t reply;
requester.recv(reply);
std::string reply_str(static_cast<char*>(reply.data()), reply.size());
return json::parse(reply_str);
}
json market_buy(const std::string& symbol, double volume) {
return send_order("market_buy", symbol, volume);
}
json market_sell(const std::string& symbol, double volume) {
return send_order("market_sell", symbol, volume);
}
void stop() {
running = false;
if (tick_thread.joinable()) tick_thread.join();
}
~MT5Client() { stop(); }
};
int main() {
MT5Client client;
client.start_tick_stream();
// Execute a buy order
json response = client.market_buy("EURUSD", 0.01);
std::cout << "Order result: " << response.dump() << std::endl;
// Keep running
std::this_thread::sleep_for(std::chrono::seconds(60));
return 0;
}
```
---
## Error Handling
### ZMQ Error Codes
The library uses `zmq_errno()` to retrieve error codes. Common errors:
| Error Code | Description | Solution |
|------------|-------------|----------|
| 11 | EAGAIN (resource unavailable) | Normal for non-blocking ops when no data |
| 48 | EADDRINUSE (address in use) | Port already bound, use different port |
| 111 | ECONNREFUSED | Remote endpoint not available |
| 156384713 | ETERM (context terminated) | ZMQ context was terminated |
### Defensive Programming
```cpp
// Always check initialization
if(!g_publisher.Init(ZMQ_PUB)) {
Print("ZMQ Init failed");
return INIT_FAILED;
}
// Always check bind/connect
if(!g_publisher.Bind("tcp://0.0.0.0:5555")) {
Print("ZMQ Bind failed, errno: ", zmq_errno());
g_publisher.Shutdown();
return INIT_FAILED;
}
// Handle empty receive gracefully
string msg = g_responder.Receive(true);
if(msg == "") {
// No message available, continue
return;
}
```
---
## Best Practices
### 1. Resource Management
Always use pointers and proper cleanup:
```cpp
CZmq *g_socket = NULL; // Initialize to NULL
int OnInit() {
g_socket = new CZmq();
// ... init and bind
}
void OnDeinit(const int reason) {
if(g_socket != NULL) {
g_socket.Shutdown();
delete g_socket;
g_socket = NULL;
}
}
```
### 2. Non-Blocking in OnTick()
Never use blocking operations in `OnTick()` - they will freeze the terminal:
```cpp
void OnTick() {
// GOOD: Non-blocking receive
string msg = g_responder.Receive(true);
// BAD: This would freeze the terminal
// string msg = g_responder.Receive(false);
}
```
### 3. REQ/REP Pattern Compliance
The REP socket must always send a reply after receiving a request:
```cpp
void OnTick() {
string request = g_responder.Receive(true);
if(request != "") {
// MUST send response for every request
string response = ProcessRequest(request);
g_responder.Send(response, false); // Use blocking send
}
}
```
### 4. Buffer Size Considerations
The default receive buffer is 4096 bytes. For larger messages:
```cpp
// In Zmq.mqh, modify:
uchar buffer[16384]; // Increase to 16KB
```
### 5. JSON Message Construction
Use `StringConcatenate` for efficient string building:
```cpp
string json;
StringConcatenate(json,
"{\"symbol\":\"", _Symbol,
"\",\"value\":", DoubleToString(value, 5),
"}");
```
---
## Troubleshooting
### Common Issues
**Issue: "dll imports are not allowed"**
- Solution: Enable `Allow DLL imports` in Tools > Options > Expert Advisors
**Issue: "Cannot load library 'libzmq.dll'"**
- Solution: Ensure libzmq.dll is in MQL5/Libraries/ folder
- Solution: Ensure libsodium.dll is also present (dependency)
- Solution: Verify DLLs are 64-bit if using 64-bit MT5
**Issue: "ZMQ Bind failed"**
- Solution: Check if port is already in use
- Solution: Try a different port number
- Solution: Ensure firewall allows the port
**Issue: No data received on subscriber**
- Solution: Ensure subscriber connects AFTER publisher binds
- Solution: Add a small delay after connect before expecting data
- Solution: Verify network connectivity
**Issue: "Request not answered" on REQ socket**
- Solution: Ensure REP socket always sends a response for every receive
- Solution: Check for crashes in request processing logic
### Debug Logging
Add print statements to trace execution:
```cpp
void OnTick() {
string request = g_responder.Receive(true);
if(request != "") {
Print("Received request: ", request);
string response = ProcessRequest(request);
Print("Sending response: ", response);
int sent = g_responder.Send(response, false);
Print("Bytes sent: ", sent);
}
}
```
---
## Version History
| Version | Date | Changes |
|---------|------|---------|
| 2.00 | 2026-01-27 | Added REP socket support, order handling, account info streaming |
| 1.00 | 2026-01-20 | Initial release with PUB socket support |
---
## References
- [ZeroMQ Official Documentation](https://zeromq.org/get-started/)
- [ZeroMQ Socket Types Guide](https://zeromq.org/socket-api/)
- [MQL5 DLL Import Guide](https://www.mql5.com/en/docs/runtime/imports)
- [GitHub Repository](https://github.com/algorembrant/Rust-ZMQ-MT5)
---
//end of documentattion
# Rust ZeroMQ Wrapper Library for MT5 Communication
A comprehensive reusable Rust library for ZeroMQ socket operations, designed for real-time communication with MetaTrader 5 via the MQL5-ZMQ bridge.
---
## Table of Contents
1. [Overview](#overview)
2. [Architecture](#architecture)
3. [Prerequisites and Installation](#prerequisites-and-installation)
4. [API Reference](#api-reference)
5. [Usage Guide](#usage-guide)
6. [Data Structures](#data-structures)
7. [Complete Examples](#complete-examples)
8. [Error Handling](#error-handling)
9. [Best Practices](#best-practices)
10. [Integration with Other Languages](#integration-with-other-languages)
---
## Overview
This library provides a high-level Rust wrapper for ZeroMQ socket operations, specifically designed to communicate with MetaTrader 5 Expert Advisors running the MQL5-ZMQ bridge.
> [!NOTE]
> For the companion MQL5 server library, see [MQL5-ZMQ Library for SUM3API](MQL5-ZMQ%20Library%20for%20SUM3API.md).
### Key Features
- **Async/Await Support**: Built on Tokio for non-blocking operations
- **Type-Safe Messages**: Serde-based JSON serialization with strongly typed structs
- **Dual Socket Pattern**: SUB socket for tick streaming, REQ socket for order execution
- **Channel-Based Architecture**: Uses MPSC channels for thread-safe message passing
- **Automatic Reconnection**: Resilient connection handling
### Supported Socket Types
| Pattern | Rust Socket | MQL5 Socket | Purpose |
|---------|-------------|-------------|---------|
| PUB/SUB | `SubSocket` | `ZMQ_PUB` | Real-time tick data streaming |
| REQ/REP | `ReqSocket` | `ZMQ_REP` | Order execution and commands |
---
## Architecture
### System Integration
```mermaid
flowchart TB
subgraph MT5["MetaTrader 5"]
EA["ZmqPublisher EA"]
MQL["CZmq Wrapper"]
EA --> MQL
end
subgraph ZMQ["ZeroMQ Layer"]
PUB["PUB :5555"]
REP["REP :5556"]
end
subgraph Rust["Rust Application"]
SUB["SubSocket"]
REQ["ReqSocket"]
TICK_CH["Tick Channel"]
ORDER_CH["Order Channel"]
APP["Application Logic"]
SUB --> TICK_CH
TICK_CH --> APP
APP --> ORDER_CH
ORDER_CH --> REQ
end
MQL --> PUB
MQL --> REP
PUB -->|"JSON Tick Data"| SUB
REQ <-->|"JSON Orders"| REP
```
### Data Flow
```mermaid
sequenceDiagram
participant MT5 as MT5 EA
participant PUB as PUB Socket
participant SUB as Rust SubSocket
participant CH as MPSC Channel
participant APP as Rust App
participant REQ as Rust ReqSocket
participant REP as REP Socket
Note over MT5,APP: Tick Data Flow
loop Every Tick
MT5->>PUB: Publish JSON
PUB->>SUB: Broadcast
SUB->>CH: tx.send(tick)
CH->>APP: rx.recv()
end
Note over APP,MT5: Order Execution Flow
APP->>REQ: Order Request
REQ->>REP: Send JSON
REP->>MT5: Parse Order
MT5->>MT5: Execute Trade
MT5->>REP: Response
REP->>REQ: JSON Response
REQ->>APP: OrderResponse
```
---
## Prerequisites and Installation
### Cargo.toml Dependencies
```toml
[dependencies]
zeromq = "0.3"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
chrono = "0.4"
```
### System Requirements
- Rust 1.70 or later
- ZeroMQ library installed on system (for zeromq crate)
- MetaTrader 5 with MQL5-ZMQ EA running
### Installation Steps
1. **Add dependencies to Cargo.toml** (see above)
2. **Build the project**
```bash
cargo build --release
```
3. **Verify MT5 EA is running**
- Ensure `ZmqPublisher.mq5` is attached to a chart
- Verify ports 5555 (tick data) and 5556 (orders) are accessible
---
## API Reference
### Data Structures
#### TickData
Represents real-time market data received from MT5.
```rust
#[derive(Clone, Debug, Deserialize)]
pub struct TickData {
pub symbol: String,
pub bid: f64,
pub ask: f64,
pub time: i64,
#[serde(default)]
pub volume: u64,
#[serde(default)]
pub balance: f64,
#[serde(default)]
pub equity: f64,
#[serde(default)]
pub margin: f64,
#[serde(default)]
pub free_margin: f64,
#[serde(default)]
pub min_lot: f64,
#[serde(default)]
pub max_lot: f64,
#[serde(default)]
pub lot_step: f64,
#[serde(default)]
pub positions: Vec<PositionData>,
#[serde(default)]
pub orders: Vec<PendingOrderData>,
}
```
| Field | Type | Description |
|-------|------|-------------|
| `symbol` | `String` | Trading symbol (e.g., "EURUSD") |
| `bid` | `f64` | Current bid price |
| `ask` | `f64` | Current ask price |
| `time` | `i64` | Unix timestamp |
| `volume` | `u64` | Tick volume |
| `balance` | `f64` | Account balance |
| `equity` | `f64` | Account equity |
| `margin` | `f64` | Used margin |
| `free_margin` | `f64` | Available margin |
| `min_lot` | `f64` | Minimum lot size |
| `max_lot` | `f64` | Maximum lot size |
| `lot_step` | `f64` | Lot size increment |
| `positions` | `Vec<PositionData>` | Active positions |
| `orders` | `Vec<PendingOrderData>` | Pending orders |
---
#### PositionData
Represents an active trading position.
```rust
#[derive(Clone, Debug, Deserialize)]
pub struct PositionData {
pub ticket: u64,
#[serde(rename = "type")]
pub pos_type: String, // "BUY" or "SELL"
pub volume: f64,
pub price: f64,
pub profit: f64,
}
```
---
#### PendingOrderData
Represents a pending order.
```rust
#[derive(Clone, Debug, Deserialize)]
pub struct PendingOrderData {
pub ticket: u64,
#[serde(rename = "type")]
pub order_type: String, // "BUY LIMIT", "SELL STOP", etc.
pub volume: f64,
pub price: f64,
}
```
---
#### OrderRequest
Request structure for sending orders to MT5.
```rust
#[derive(Clone, Debug, Serialize)]
pub struct OrderRequest {
#[serde(rename = "type")]
pub order_type: String,
pub symbol: String,
pub volume: f64,
pub price: f64,
#[serde(default)]
pub ticket: u64,
#[serde(skip_serializing_if = "Option::is_none")]
pub timeframe: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub start: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub end: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub mode: Option<String>,
}
```
**Supported Order Types:**
| Type | Description |
|------|-------------|
| `market_buy` | Execute market buy order |
| `market_sell` | Execute market sell order |
| `limit_buy` | Place buy limit pending order |
| `limit_sell` | Place sell limit pending order |
| `stop_buy` | Place buy stop pending order |
| `stop_sell` | Place sell stop pending order |
| `close_position` | Close position by ticket |
| `cancel_order` | Cancel pending order by ticket |
| `download_history` | Request historical data |
---
#### OrderResponse
Response structure from MT5 order execution.
```rust
#[derive(Clone, Debug, Deserialize)]
pub struct OrderResponse {
pub success: bool,
pub ticket: Option<i64>,
pub error: Option<String>,
pub message: Option<String>,
}
```
---
## Usage Guide
### Step 1: Create Channels
```rust
use tokio::sync::mpsc;
// Channel for tick data (MT5 -> App)
let (tick_tx, tick_rx) = mpsc::channel::<TickData>(100);
// Channel for order requests (App -> MT5)
let (order_tx, order_rx) = mpsc::channel::<OrderRequest>(10);
// Channel for order responses (MT5 -> App)
let (response_tx, response_rx) = mpsc::channel::<OrderResponse>(10);
```
### Step 2: Spawn Tick Subscriber Task
```rust
tokio::spawn(async move {
let mut socket = zeromq::SubSocket::new();
socket.connect("tcp://127.0.0.1:5555").await.unwrap();
socket.subscribe("").await.unwrap();
loop {
match socket.recv().await {
Ok(msg) => {
if let Some(bytes) = msg.get(0) {
if let Ok(json) = std::str::from_utf8(bytes) {
if let Ok(tick) = serde_json::from_str::<TickData>(json) {
let _ = tick_tx.send(tick).await;
}
}
}
}
Err(e) => {
eprintln!("Tick recv error: {}", e);
tokio::time::sleep(Duration::from_secs(1)).await;
}
}
}
});
```
### Step 3: Spawn Order Handler Task
```rust
tokio::spawn(async move {
let mut socket = zeromq::ReqSocket::new();
socket.connect("tcp://127.0.0.1:5556").await.unwrap();
while let Some(request) = order_rx.recv().await {
let json = serde_json::to_string(&request).unwrap();
if let Err(e) = socket.send(json.into()).await {
let _ = response_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Send failed: {}", e)),
message: None,
}).await;
continue;
}
match socket.recv().await {
Ok(msg) => {
if let Some(bytes) = msg.get(0) {
if let Ok(json) = std::str::from_utf8(bytes) {
if let Ok(response) = serde_json::from_str::<OrderResponse>(json) {
let _ = response_tx.send(response).await;
}
}
}
}
Err(e) => {
let _ = response_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Recv failed: {}", e)),
message: None,
}).await;
}
}
}
});
```
### Step 4: Process Ticks and Send Orders
```rust
// Process incoming ticks
while let Some(tick) = tick_rx.recv().await {
println!("{}: Bid={}, Ask={}", tick.symbol, tick.bid, tick.ask);
// Example: Send a buy order when certain condition is met
if some_trading_condition(&tick) {
let order = OrderRequest {
order_type: "market_buy".to_string(),
symbol: tick.symbol.clone(),
volume: 0.01,
price: 0.0,
ticket: 0,
timeframe: None,
start: None,
end: None,
mode: None,
};
let _ = order_tx.send(order).await;
}
}
```
---
## Complete Examples
### Example 1: Basic Tick Subscriber
```rust
use serde::Deserialize;
use zeromq::{Socket, SocketRecv};
#[derive(Debug, Deserialize)]
struct TickData {
symbol: String,
bid: f64,
ask: f64,
time: i64,
}
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut socket = zeromq::SubSocket::new();
socket.connect("tcp://127.0.0.1:5555").await?;
socket.subscribe("").await?;
println!("Connected to MT5 tick publisher");
loop {
let msg = socket.recv().await?;
if let Some(bytes) = msg.get(0) {
if let Ok(json) = std::str::from_utf8(bytes) {
if let Ok(tick) = serde_json::from_str::<TickData>(json) {
println!("{}: {:.5} / {:.5}", tick.symbol, tick.bid, tick.ask);
}
}
}
}
}
```
### Example 2: Order Execution Client
```rust
use serde::{Deserialize, Serialize};
use zeromq::{Socket, SocketRecv, SocketSend};
#[derive(Serialize)]
struct OrderRequest {
#[serde(rename = "type")]
order_type: String,
symbol: String,
volume: f64,
price: f64,
}
#[derive(Debug, Deserialize)]
struct OrderResponse {
success: bool,
ticket: Option<i64>,
error: Option<String>,
}
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut socket = zeromq::ReqSocket::new();
socket.connect("tcp://127.0.0.1:5556").await?;
println!("Connected to MT5 order handler");
// Send a market buy order
let order = OrderRequest {
order_type: "market_buy".to_string(),
symbol: "EURUSD".to_string(),
volume: 0.01,
price: 0.0,
};
let json = serde_json::to_string(&order)?;
println!("Sending: {}", json);
socket.send(json.into()).await?;
let response = socket.recv().await?;
if let Some(bytes) = response.get(0) {
if let Ok(json) = std::str::from_utf8(bytes) {
let resp: OrderResponse = serde_json::from_str(json)?;
if resp.success {
println!("Order executed! Ticket: {:?}", resp.ticket);
} else {
println!("Order failed: {:?}", resp.error);
}
}
}
Ok(())
}
```
### Example 3: Full Trading Application
```rust
use serde::{Deserialize, Serialize};
use tokio::sync::mpsc;
use zeromq::{Socket, SocketRecv, SocketSend};
use std::time::Duration;
// ============================================================================
// Data Structures
// ============================================================================
#[derive(Clone, Debug, Deserialize)]
struct PositionData {
ticket: u64,
#[serde(rename = "type")]
pos_type: String,
volume: f64,
price: f64,
profit: f64,
}
#[derive(Clone, Debug, Deserialize)]
struct TickData {
symbol: String,
bid: f64,
ask: f64,
time: i64,
#[serde(default)]
balance: f64,
#[serde(default)]
equity: f64,
#[serde(default)]
positions: Vec<PositionData>,
}
#[derive(Clone, Debug, Serialize)]
struct OrderRequest {
#[serde(rename = "type")]
order_type: String,
symbol: String,
volume: f64,
#[serde(default)]
price: f64,
#[serde(default)]
ticket: u64,
}
#[derive(Clone, Debug, Deserialize)]
struct OrderResponse {
success: bool,
ticket: Option<i64>,
error: Option<String>,
}
// ============================================================================
// Main Application
// ============================================================================
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Create channels
let (tick_tx, mut tick_rx) = mpsc::channel::<TickData>(100);
let (order_tx, mut order_rx) = mpsc::channel::<OrderRequest>(10);
let (response_tx, mut response_rx) = mpsc::channel::<OrderResponse>(10);
// Spawn tick subscriber
tokio::spawn(async move {
let mut socket = zeromq::SubSocket::new();
if let Err(e) = socket.connect("tcp://127.0.0.1:5555").await {
eprintln!("Failed to connect to tick publisher: {}", e);
return;
}
let _ = socket.subscribe("").await;
println!("Tick subscriber connected");
loop {
match socket.recv().await {
Ok(msg) => {
if let Some(bytes) = msg.get(0) {
if let Ok(json) = std::str::from_utf8(bytes) {
if let Ok(tick) = serde_json::from_str::<TickData>(json) {
if tick_tx.send(tick).await.is_err() {
break;
}
}
}
}
}
Err(e) => {
eprintln!("Tick error: {}", e);
tokio::time::sleep(Duration::from_secs(1)).await;
}
}
}
});
// Spawn order handler
let resp_tx = response_tx.clone();
tokio::spawn(async move {
let mut socket = zeromq::ReqSocket::new();
if let Err(e) = socket.connect("tcp://127.0.0.1:5556").await {
eprintln!("Failed to connect to order handler: {}", e);
return;
}
println!("Order handler connected");
while let Some(request) = order_rx.recv().await {
let json = match serde_json::to_string(&request) {
Ok(j) => j,
Err(e) => {
let _ = resp_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Serialize error: {}", e)),
}).await;
continue;
}
};
println!("Sending order: {}", json);
if let Err(e) = socket.send(json.into()).await {
let _ = resp_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Send error: {}", e)),
}).await;
continue;
}
match socket.recv().await {
Ok(msg) => {
if let Some(bytes) = msg.get(0) {
if let Ok(json) = std::str::from_utf8(bytes) {
if let Ok(resp) = serde_json::from_str::<OrderResponse>(json) {
let _ = resp_tx.send(resp).await;
}
}
}
}
Err(e) => {
let _ = resp_tx.send(OrderResponse {
success: false,
ticket: None,
error: Some(format!("Recv error: {}", e)),
}).await;
}
}
}
});
// Spawn response handler
tokio::spawn(async move {
while let Some(response) = response_rx.recv().await {
if response.success {
println!("Order SUCCESS: Ticket {:?}", response.ticket);
} else {
println!("Order FAILED: {:?}", response.error);
}
}
});
// Main loop - process ticks
println!("Starting main loop...");
let mut tick_count = 0u64;
while let Some(tick) = tick_rx.recv().await {
tick_count += 1;
// Print every 100th tick to avoid spam
if tick_count % 100 == 0 {
println!(
"[{}] {}: Bid={:.5}, Ask={:.5}, Balance={:.2}, Positions={}",
tick_count,
tick.symbol,
tick.bid,
tick.ask,
tick.balance,
tick.positions.len()
);
}
// Example trading logic: buy when no positions exist
if tick.positions.is_empty() && tick_count == 500 {
let order = OrderRequest {
order_type: "market_buy".to_string(),
symbol: tick.symbol.clone(),
volume: 0.01,
price: 0.0,
ticket: 0,
};
let _ = order_tx.send(order).await;
}
}
Ok(())
}
```
---
## Error Handling
### Common Error Patterns
```rust
// Connection error handling
match socket.connect("tcp://127.0.0.1:5555").await {
Ok(_) => println!("Connected"),
Err(e) => {
eprintln!("Connection failed: {}", e);
// Implement retry logic
tokio::time::sleep(Duration::from_secs(5)).await;
}
}
// Receive error handling with retry
loop {
match socket.recv().await {
Ok(msg) => process_message(msg),
Err(e) => {
eprintln!("Recv error: {}", e);
tokio::time::sleep(Duration::from_millis(100)).await;
continue;
}
}
}
// JSON parsing error handling
match serde_json::from_str::<TickData>(json) {
Ok(tick) => handle_tick(tick),
Err(e) => eprintln!("JSON parse error: {} - Data: {}", e, json),
}
```
### Error Response Structure
Always check `OrderResponse.success` before using other fields:
```rust
if response.success {
let ticket = response.ticket.unwrap_or(0);
println!("Order executed with ticket: {}", ticket);
} else {
let error = response.error.unwrap_or_else(|| "Unknown error".to_string());
eprintln!("Order failed: {}", error);
}
```
---
## Best Practices
### 1. Use Bounded Channels
Prevent memory issues with bounded channels:
```rust
// Good: Bounded channel with reasonable capacity
let (tx, rx) = mpsc::channel::<TickData>(100);
// Avoid: Unbounded channels can grow infinitely
// let (tx, rx) = mpsc::unbounded_channel();
```
### 2. Handle Channel Errors
Check for send/receive errors:
```rust
// Check if receiver is dropped
if tx.send(tick).await.is_err() {
eprintln!("Receiver dropped, exiting");
break;
}
// Use try_send for non-blocking with backpressure
match tx.try_send(tick) {
Ok(_) => {},
Err(mpsc::error::TrySendError::Full(_)) => {
eprintln!("Channel full, dropping tick");
}
Err(mpsc::error::TrySendError::Closed(_)) => break,
}
```
### 3. Graceful Shutdown
Implement proper shutdown handling:
```rust
use tokio::signal;
tokio::select! {
_ = process_ticks(&mut tick_rx) => {},
_ = signal::ctrl_c() => {
println!("Shutting down...");
}
}
```
### 4. Connection Resilience
Implement reconnection logic:
```rust
async fn connect_with_retry(addr: &str, max_retries: u32) -> Result<SubSocket, Error> {
for attempt in 1..=max_retries {
let mut socket = zeromq::SubSocket::new();
match socket.connect(addr).await {
Ok(_) => return Ok(socket),
Err(e) => {
eprintln!("Attempt {}/{} failed: {}", attempt, max_retries, e);
tokio::time::sleep(Duration::from_secs(attempt as u64)).await;
}
}
}
Err(Error::ConnectionFailed)
}
```
---
## Integration with Other Languages
This Rust library is designed to work alongside the MQL5-ZMQ bridge. The same protocol can be implemented in other languages:
### Go Integration
```go
// See MQL5-ZMQ Library documentation for Go examples
import zmq "github.com/pebbe/zmq4"
```
### Java Integration
```java
// See MQL5-ZMQ Library documentation for Java examples
import org.zeromq.ZMQ;
```
### C++ Integration
```cpp
// See MQL5-ZMQ Library documentation for C++ examples
#include <zmq.hpp>
```
All clients use the same JSON message protocol defined in the [MQL5-ZMQ Library](MQL5-ZMQ%20Library%20for%20SUM3API.md#message-protocol).
---
## Version History
| Version | Date | Changes |
|---------|------|---------|
| 2.00 | 2026-01-27 | Added order handling, position tracking, full async support |
| 1.00 | 2026-01-20 | Initial release with tick subscription |
---
## License
MIT License
Copyright (c) 2026 Albeos Rembrant
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---
## References
- [ZeroMQ Rust Crate](https://crates.io/crates/zeromq)
- [Tokio Async Runtime](https://tokio.rs/)
- [Serde JSON](https://serde.rs/)
- [MQL5-ZMQ Library](MQL5-ZMQ%20Library%20for%20SUM3API.md)
- [GitHub Repository](https://github.com/algorembrant/Rust-ZMQ-MT5)
---
## Citation
If you use this library in your research or project, please cite:
```bibtex
@software{rembrant2026sum3api,
author = {Rembrant Oyangoren Albeos},
title = {{SUM3API}: Using Rust, ZeroMQ, and MetaQuotes Language (MQL5) API Combination to Extract, Communicate, and Externally Project Financial Data from MetaTrader 5 (MT5)},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/ContinualQuasars/SUM3API},
version = {2.0.0}
}
```
|