Is it possible to (easily) get forex prices (in real-time) from C# (through MT5) ?

 

Hello

I wonder if there is a way to easily get any pair price values from C# ?


Thanks

 
trader77330:

Hello

I wonder if there is a way to easily get any pair price values from C# ?


Thanks

Sure, just write a DLL.
 
Yes. DLL is one of the best options.
 
Anton Nel:
Yes. DLL is one of the best options.
What are the others ?
 
Alain Verleyen:
What are the others ?

File shared without DLL e.g. csv file

Named Pipe without DLL

 

Thank you, I'll have a look at these ways. I have a piece of code that writes to CSV file. I may explore this one first.

Reason: