Dukascopy
 
 
Wiki JStore Search Login

Pending..Processing..Executed problem
 Post subject: Pending..Processing..Executed problem Post rating: 0   New post Posted: Wed 06 Jul, 2011, 07:49 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
Hi,

Strategy contest:

0. user name: darluc, strategy PipsDet
1. uploaded first version and got compilation error.
2. uploaded a new version, compiled again ok, started and Running ok
3, The strategy kept running 1 day, made 4 trades ok.
4. Next day, today, I found it in Not runnig state.
5. I clicked Test on the portal, and it now goes: Pending..Processing..Executed
It does not anymore want to go in the Runnig state.
I did not upload a new version, the same which worked first time.

Thank you.


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Thu 07 Jul, 2011, 08:33 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
Support, any help ?
Currently my strategy does not run in competition and I cant fix this problem.
thank you


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Thu 07 Jul, 2011, 17:13 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
BUZZ! Support...
Tried again to restart and the same happens.
Also if I try start contest platform it says it is not able to start.
I loose time, the strategy is out of contest now. It must run.

thank you


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Fri 08 Jul, 2011, 08:52 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
Tried again today. Still not solved.
Tried also to start the contest platform to see the logs. I get errors:

java.io.FileNotFoundException: https://demo-login.dukascopy.com/client ... .13.15.jar
at sun.reflect.GeneratedConstructorAccessor14.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(Unknown Source)
at com.sun.deploy.net.DownloadEngine.isUpdateAvailable(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: https://demo-login.dukascopy.com/client ... .13.15.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
... 13 more


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Fri 08 Jul, 2011, 09:19 
User avatar

User rating: 0
Joined: Thu 02 Jun, 2011, 13:42
Posts: 22
Location: Croatia, Zagreb
Try to log using standard JForex Demo Login link:
https://www.dukascopy.com/swiss/english/ ... emo_login/

Under "Portfolio" menu there is "Strategy Log" and check what is inside.


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Fri 08 Jul, 2011, 18:53 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
Thank you.
I get this:

Process ID : d508f599-383f-488c-9cb3-4c5c86265b19
Start time : 05.07.2011 10:06:49
Stop time : 06.07.2011 04:45:44
Stop reason : Max overload period exceeded : 60 seconds
Strategy name : PipsDetContest.java

It is true it is a quite complex strategy but
no idea why and what should I do. Support ?

Thank you.


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Mon 11 Jul, 2011, 17:52 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
It appears this forum has no any support help.


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Tue 12 Jul, 2011, 10:14 
User avatar

User rating: 0
Joined: Thu 02 Jun, 2011, 13:42
Posts: 22
Location: Croatia, Zagreb
So maybe we must help each other...
Well from the log it seems you need to reduce CPU time utilization.
This problem may be also caused by bug in a platform, not necessarily by your code.
Open demo account and run strategy for a few days (from the log it seems that one or two would be enough).
Check if it runs OK by checking CPU time consumption (ordinary Task Manager Performance display would show if something goes wrong).
I guess you should experience the CPU over-utilization also in the demo account. Try to print out as much messages as possible about data you receive from history and intermediate calc. results.
If you find that your code is really using much CPU time, check what you can do. For example - move some part of the code that is unnecessarily evaluating each tick to onBar method.
If there is bug in a platform - report it and try to workaround.
Don't know what else to suggest - as your code is not public.
Wish you success in finding the problem.


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Thu 21 Jul, 2011, 19:33 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
It appears no any kind of Dukascopy support to make clear what's happen in my case.
I can only suspect that their servers which run our strategies are somekind of old expired x486 pc with 10mb hdd and 128 mb ram. what else could i say ?


 
 Post subject: Re: Pending..Processing..Executed problem Post rating: 0   New post Posted: Wed 27 Jul, 2011, 19:55 

User rating: 0
Joined: Mon 23 May, 2011, 06:56
Posts: 11
Location: RO
Also, noted another problem:

I clicked 'Test' button 2 days ago. The flag gone to Pending.
Today, the flag still shows 'Pending' state.
That's frustrating.


 

Jump to:  

cron
  © 1998-2024 Dukascopy® Bank SA
On-line Currency forex trading with Swiss Forex Broker - ECN Forex Brokerage,
Managed Forex Accounts, introducing forex brokers, Currency Forex Data Feed and News
Currency Forex Trading Platform provided on-line by Dukascopy.com