EA use data from memory

 

Hi guys,


I need a little programmers help. I want to use in my EA data stored in memory from another program. Example:


I copy from excel value "2014" and I want it to be assigned to variable named YearValue in my EA. Any ideas how to make it ?

#######

Excel, Cell A1, value "2014" - copy to clipboard

MT4, EA, YearValue = paste from clipboard

... or something like that

#######


Thank you in advance :)

 
Write a CSV file have the EA read it.
 
not an option: excel receive dynamic data
 

Have someone code for you then.

https://www.mql5.com/en/job

 
thanks for the help, I expected more ... nevermind, there are more professional forums where I can find a help.
 
neverman:

Hi guys,


I need a little programmers help. I want to use in my EA data stored in memory from another program. Example:


I copy from excel value "2014" and I want it to be assigned to variable named YearValue in my EA. Any ideas how to make it ?

#######

Excel, Cell A1, value "2014" - copy to clipboard

MT4, EA, YearValue = paste from clipboard

... or something like that

#######


Thank you in advance :)

You can try named pipes.

There are examples here and one in \Scripts\

Reason: