fxDreema based copier
-
I decided to experiment with global variables (terminal variables in fDreema language) and the best way to do it is by creating an fxDreema based copier. I tried this initial structure but it doesn't work. Could someone please gove me a hand on this? I I can make it, I will share this as a tutorial on the forums:
Sender:
https://fxdreema.com/shared/bjvBbIpHReceiver:
https://fxdreema.com/shared/9ibUnxQYThe information shown on the receiving MT5 platform has nothing to do with the value the the sender is supposed to store into the variable.
-
This should work but the open price variable should be a string (a name you want to call the global variable), same name for sender and receiver. Value you are sending/receiving is stored in the global variable, not a local one, though you could send/receive local variable data, but it will be sent to the global
-
Interesting. Let me try that.
-
I modified the variable type, but it didn't work. I got the same result, ie no result at all. Any other suggestion?
Sender:
https://fxdreema.com/shared/uJ25UYwkcReceiver:
https://fxdreema.com/shared/9ibUnxQY -
I think it's because the variable need to have a value of the name, if you press F3 you should see a list of the global variables
