algorembrant commited on
Commit
fa23016
·
verified ·
1 Parent(s): 42cdcca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -6
README.md CHANGED
@@ -1,5 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  **Author:** <br>
2
- Rembrant Oyangoren Albeos [<img width="16" height="16" alt="image" src="https://github.com/user-attachments/assets/4603823b-02db-4159-9999-93aa420bd2b6" />](https://orcid.org/0009-0006-8743-4419)<br><br>
 
 
 
 
 
 
 
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, Albeos},
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 = {GitHub},
3531
- url = {https://github.com/ContinualQuasars/SUM3API},
3532
- version = {2.00}
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
+ ![License](https://img.shields.io/badge/license-MIT-blue.svg)
19
+ ![Repo Size](https://img.shields.io/badge/repo%20size-3554%20KB-brightgreen)
20
+ ![Last Commit](https://img.shields.io/badge/last%20commit-2026--03--01-orange)
21
+ ![Rust](https://img.shields.io/badge/Rust-1-red)
22
+ ![MQL5](https://img.shields.io/badge/MQL5-2-blue)
23
+ ![Markdown](https://img.shields.io/badge/Markdown-7-lightgrey)
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