[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 316
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Vladimir, since you posted a compilation, you must have dealt with this issue.
Have you found a ready simple variant of transferring one variable from the terminal to the terminal via memory, Windows variable, etc., i.e. not via file?
As a final variant, an indicator that draws the Close[0] line from another terminal on one terminal online. On a tick chart this comparison would look very clear.
FileMapping
or Atom
https://www.mql5.com/ru/forum/54467
https://www.mql5.com/ru/forum/100455
and FileMapping examples on MSDN
Please help me to exchange data in the fastest way between MT4 terminals on one computer.
If you want to copy trades, here is the copier. If you just want to exchange data, you need to make a dll
It's not quick. It goes through files. It will be a pain in the ass for the disk.
My file library is much better.
It's not quick. It's through files. You're going to rape the disk.
My file library is better for working with files.
#import
Definitely not through the disk.
As far as I understood it, the transfer goes through "named channel" and not through files.
I didn't look at it carefully. There it is: CreateNamedPipe().
For transferring data between computers, this is a good option. But it's better to use mapping inside the computer. See link above.
Also it is better not to call the WinAPI functions in MQL4 code. This is very slow and unreliable.
Vladimir, since you posted a compilation, you must have dealt with this issue.
Have you found a ready simple variant of passing one variable from terminal to terminal via memory, Windows variable, etc., i.e. not via file?
As a final variant, an indicator that draws the Close[0] line from another terminal on one terminal online. On a tick chart this comparison would look very clear.
No I haven't. And now I have to make such an Expert Advisor myself, which transfers data from one terminal to another.
I think I heard somewhere that you can use WinApi
Happy holidays to you... :-)))
Thank you
Help - the situation has been taken to the point of absurdity !!!
When running this piece of code, the whole log is flooded with this:
Error 1 error appears when trying to change TP value equal to tpb or tps value, but why the line in the code
allows to do this ?????!!!!!!!!!