Thank you for your ansxer, but I didon't solve the problem.
I made the minimim change to a purely new strategy:
package jforex;
import java.util.*;
import com.dukascopy.api.*;
public class Strategy implements IStrategy {
@Configurable("Instrument")
public Instrument selectedInstrument = Instrument.EURUSD; // changed/selected before onStart
...
...
And that don't work:
18:52:14 Starting "Strategy" strategy at 2013-10-17 18:52:14.964 GMT on the remote server
18:52:37 Strategy "Strategy" Strategy ID: C367A39BF0E590A2213465E39905C7CB is started at 2013-10-17 18:52:37.898 GMT on the remote server with no parameters
Any suggestion ? Thank you