trottel wrote:
- Internet connection is lost
See
onDisconnect in the following example:
https://www.dukascopy.com/wiki/index.php ... m_listenertrottel wrote:
- The message "Your order has been rejected due to validation failure. Your session has expired, please relogin." comes from the server
If you need to reauthorize, then you need to stop the process within which the strategy runs and start a new one, since at the current implementation one can force disconnect only by stopping the process. Hence, you need an application which handles multiple processes.
trottel wrote:
- Exception in thread "FirstTickOnWeekends" java.lang.NullPointerException because trading on weekends isn't possible
See the last post here:
viewtopic.php?f=65&t=29913