Synchronised running of the script/advisor on the slave terminal

 

Hi all!

What is the simplest way to arrange on a slave terminal to run a script/advisor synchronously from a master terminal?

Thanks

Serguei

 
Synchronised start-up or synchronised start-up?
 
TheXpert:
Is it synchronous running or is it synchronised?

Running a script/advisor in the master terminal initiates the start of the corresponding script/advisor in the slave terminal. The correspondence is set in the table before launching, i.e.

script buy lot 0.01 from the EUR marketplace -> script buy lot 0.5 from the EUR marketplace;

script buy lot 0.01 pending pound level 1.6 -> script buy lot 0.1 pending pound level 1.6 (with mismatch on the 10 level);

script cancel pound pending -> script cancel pound pending;

script to close the euro -> script to close the euro;

EA trawl distance 15 EUR -> EA trawl distance 15 EUR (with distance mismatch 20).

 

Anything is possible.

1) F1 in terminal \ service\configuration at startup.

2) Search for "copier"

3) dig vinapi functions

 
FAQ:

Anything is possible.

1) F1 in terminal \ service\configuration at startup.

2) Search for "copier"

3) dig vinapi functions

You need an action copier, not a deal copier. After running the script/advisor on the slave terminal, there is no feedback to the master terminal, the slave terminal only works with its server until the next launch of the script/advisor from the master terminal.
 

How is the action copier different from the transaction copier?

It is only a question of the transmission and execution of the command.

 

Running the same programme, as I understand it

 

If a match is established via a table, then a limited and specific set of actions. Via hotkeys. Each command has its own script or advisor. The connection between terminals is similar to that of deal copiers, i.e. each terminal has its own Expert Advisor for communication and "pressing the keys". The very action in the master account is not executed as usual, but through, for example, displacement of labels created by the Expert Advisor according to the registered commands. As many commands are registered in the matching table, the same number of signs will appear on the chart and the signs will be shifted.

But there is no need to go to such trouble, if it is easier to use Copywriter (because the set of commands is limited).

 
Interesting development of the theme. The character is colourful...
 
All necessary instructions can be written into the slave export script and executed by it.
 
Attempting to create a Supervisor. The master terminal has generated a command. the slaves have started the programmes.