Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
**Author:** <br>
|
| 2 |
-
Rembrant Oyangoren Albeos [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
**Title:** <br>
|
| 4 |
*SUM3API: Using Rust, ZeroMQ, and MetaQuotes
|
| 5 |
Language (MQL5) API Combination to Extract,
|
|
@@ -3524,13 +3545,12 @@ If you use this library in your research or project, please cite:
|
|
| 3524 |
|
| 3525 |
```bibtex
|
| 3526 |
@software{rembrant2026sum3api,
|
| 3527 |
-
author = {Rembrant
|
| 3528 |
title = {{SUM3API}: Using Rust, ZeroMQ, and MetaQuotes Language (MQL5) API Combination to Extract, Communicate, and Externally Project Financial Data from MetaTrader 5 (MT5)},
|
| 3529 |
year = {2026},
|
| 3530 |
-
publisher = {
|
| 3531 |
-
url = {https://
|
| 3532 |
-
version = {2.
|
| 3533 |
}
|
| 3534 |
```
|
| 3535 |
|
| 3536 |
-
//end of documentattion
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: rust
|
| 4 |
+
tags:
|
| 5 |
+
- financial-data
|
| 6 |
+
- algorithmic-trading
|
| 7 |
+
- rust
|
| 8 |
+
- mql5
|
| 9 |
+
- zeromq
|
| 10 |
+
- mt5
|
| 11 |
+
datasets:
|
| 12 |
+
- ContinualQuasars/SUM3API
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
**Author:** <br>
|
| 16 |
+
Rembrant Oyangoren Albeos [ORCID](https://orcid.org/0009-0006-8743-4419)<br><br>
|
| 17 |
+
|
| 18 |
+

|
| 19 |
+

|
| 20 |
+

|
| 21 |
+

|
| 22 |
+

|
| 23 |
+

|
| 24 |
**Title:** <br>
|
| 25 |
*SUM3API: Using Rust, ZeroMQ, and MetaQuotes
|
| 26 |
Language (MQL5) API Combination to Extract,
|
|
|
|
| 3545 |
|
| 3546 |
```bibtex
|
| 3547 |
@software{rembrant2026sum3api,
|
| 3548 |
+
author = {Rembrant Oyangoren Albeos},
|
| 3549 |
title = {{SUM3API}: Using Rust, ZeroMQ, and MetaQuotes Language (MQL5) API Combination to Extract, Communicate, and Externally Project Financial Data from MetaTrader 5 (MT5)},
|
| 3550 |
year = {2026},
|
| 3551 |
+
publisher = {Hugging Face},
|
| 3552 |
+
url = {https://huggingface.co/ContinualQuasars/SUM3API},
|
| 3553 |
+
version = {2.0.0}
|
| 3554 |
}
|
| 3555 |
```
|
| 3556 |
|
|
|