Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

Strategies not working anymore due to public @configurable
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=200&t=56800
Page 1 of 1

Author:  semperaugustus [ Tue 30 Oct, 2018, 22:36 ]
Post subject:  Strategies not working anymore due to public @configurable

As of today all my strategies stop directly, without error.

21:32:28 Strategy "Testen" is stopped at 2018-10-30 21:32:28.211 GMT on the local computer with parameters "Show Label on chart with indicator"=[MINMAX]. Reason: Stopped on exception caught

All of them were working fine yesterday.

Found out that the issue seems to be the:

@Configurable( "Show Label on chart with indicator")
public String _indicatorName = "MINMAX";


When i change this into:

@Configurable( "Show Label on chart with indicator")
private String _indicatorName = "MINMAX";


the problem is solved. But no configurable variables anymore.

PLEASE SOLVE THIS.

Author:  Platform Support [ Wed 31 Oct, 2018, 10:06 ]
Post subject:  Re: Strategies not working anymore due to public @configurable

The problem has been rectified in version 3.4.10. Please update.

Author:  semperaugustus [ Wed 31 Oct, 2018, 18:04 ]
Post subject:  Re: Strategies not working anymore due to public @configurable

Thanks. There're working again.

  Page 1 of 1