How to get live quotes from Metaquotes servers, in c# ?

 

Hello,

I'd like to know if there is a way to get quotes in realtime from Metaquotes servers in c# language ?

Thanks

 
eurosoa:

Hello,

I'd like to know if there is a way to get quotes in realtime from Metaquotes servers in c# language ?

Thanks

Hi eurosoa,

If you mean directly from server then the answer is good luck. The connection is encrypted with 128 keys encryption. The only way I see it now is by creating some indicator to read the incoming tick. Here's ticks indicator created by MetaQuotes itself https://www.mql5.com/en/code/89.

:D 

Ticks
  • votes: 14
  • 2010.03.24
  • MetaQuotes Software Corp. | English Russian Chinese Spanish Portuguese
  • www.mql5.com
Example of a tick chart.
 
eurosoa:

Hello,

I'd like to know if there is a way to get quotes in realtime from Metaquotes servers in c# language ?

Thanks


See How to Export Quotes from МetaTrader 5 to .NET Applications Using WCF Services
Reason: