-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Quant & Fintech Opensource Projects edited this page Oct 8, 2018
·
6 revisions
Welcome to the Forex-Rates-Viewer wiki!
This project is about communication between Metatrader 5 and C# applications.
As a demonstration I have coded a client in MQL5 (an expert advisor) that sends data to a C# HTTP server through HTTP Post requests. The C# server receives Forex rates data from Metatrader 5 and saves them to a CSV file. Of course it is possible and even more easy to write the Forex rates directly to a CSV file from a Metatrader 5 platform, but this project is just an example showing how it is possible to communicate from Metatrader 5 to a C# application. Also, some might find interesting to access Forex (and all financial instruments) rates from C# in order to make realtime calculations in C#.