Dukascopy Wiki
https://www.dukascopy.com/wiki/#StrategiesWe can read about Local Run and Remote Run

I developed a small program which open trade and calculate time (in milliseconds) for open it (TestTimeExecution.java)
I live in Siberia, so far from Europe and from Dukascopy servers. Result from my workstation (Local Run)

Result from Dukascopy server (Remote Run)

Also I developed a simple CPU benchmark (for test calculations). It based on Standard Whetstone algorithm (Benchmark.java)
Result from my workstation (Local Run)

Result from Dukascopy server (Remote Run)

Finally we can see Remote Run vs Local Run no gives advantages. What about calculations (CPU benchmark) Remote Run is very bad even using one thread calculation. And it break program when I try to use multiple threads.
I'm waiting your comments.