Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,21 @@ MetaTrader 5, ZeroMQ, Rust, MetaQuotes Language 5, algorithmic trading, inter-pr
|
|
| 37 |
## Simple SUM3API System Framework
|
| 38 |
<img width="303" height="618" alt="image" src="https://github.com/user-attachments/assets/802eba47-1c7e-4618-aadc-67b1189db5ab" />
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
<br><br><br><br>
|
| 42 |
## A proof of the SUM3API System Framework demonstration through a Software (Trading Terminal)
|
|
|
|
| 37 |
## Simple SUM3API System Framework
|
| 38 |
<img width="303" height="618" alt="image" src="https://github.com/user-attachments/assets/802eba47-1c7e-4618-aadc-67b1189db5ab" />
|
| 39 |
|
| 40 |
+
## SUM3API Framework
|
| 41 |
+
- 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).
|
| 42 |
+
- To prove this framework, a simple Trading Terminal Software (TTS) is made that only includes fundamental features to make a fully functioning trading terminal.
|
| 43 |
+
|
| 44 |
+
### SUM3API TTS features:
|
| 45 |
+
|
| 46 |
+
- 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.
|
| 47 |
+
- Fetch account information: Balance, Equity, free & used margin. Without a credential specification/initialization.
|
| 48 |
+
- Live milli/micro second raw bid/ask formation.
|
| 49 |
+
- Historical data request TOCHLV (time, open, close, high, low, volume) and tick-level data request.
|
| 50 |
+
- Live-data recording to download ongoing data streams.
|
| 51 |
+
- Trade controls: min-max Lotsizing, Buy & Sell positions (market, limit, and stoporders)
|
| 52 |
+
- Message logs where all actions are audited (active positions, pending orders)
|
| 53 |
+
|
| 54 |
+
|
| 55 |
|
| 56 |
<br><br><br><br>
|
| 57 |
## A proof of the SUM3API System Framework demonstration through a Software (Trading Terminal)
|