Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, Nymphodora, Quad), 923 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 6 of 14 1 2 4 5 6 7 8 13 14
Re: Dukascopy plugin (yet another version) [Re: kvm] #475684
01/03/19 14:26
01/03/19 14:26
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Excellent !!

Re: Dukascopy plugin (yet another version) [Re: ags] #475764
01/07/19 13:59
01/07/19 13:59
Joined: Jan 2017
Posts: 95
Bulgaria
kvm Offline OP
Junior Member
kvm  Offline OP
Junior Member

Joined: Jan 2017
Posts: 95
Bulgaria
New Dukascopy plugin version 1.2 is available:

- Updated Dukascopy JForex API to version 3.4.6
- Fixed bug in brokerSell method not returning error
- Now you can enter your credentials from Zorro window
- Tested with Zorro v1.96.4 using Z7 and Z12 strategies

Re: Dukascopy plugin (yet another version) [Re: kvm] #475770
01/07/19 16:58
01/07/19 16:58
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,

just downloaded the new version.
Will run it in one account and let you know how it goes.

This new version surely resolves the orphan position case, but does it also resolves the OutOfMemory issue we experienced before? Have you also seen this or is it related to my overall system?

Re: Dukascopy plugin (yet another version) [Re: ags] #475774
01/07/19 17:09
01/07/19 17:09
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,

just noticed that the config.yml file is connecting the live account to:

url: http://platform.dukascopy.com/live/jforex.jnlp

and Dukascopy is recommending to use this one:

url: http://platform.dukascopy.com/live_3/jforex_3.jnlp

See explanation here

https://www.dukascopy.com/wiki/en/development/get-started-api/use-jforex-sdk/live-mode

The connection is working on both directions, any idea what the difference could be?

Re: Dukascopy plugin (yet another version) [Re: ags] #475790
01/08/19 08:13
01/08/19 08:13
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,

re-connected yesterday with the new plugin version you kindly provided (Thanks a lot again!)

Got following messages today in the morning, after that the system remained connected and is working propperly. Any idea?

Attached the relevant log file:

Attached Files
vDukascopy-log.txt (181 downloads)
Re: Dukascopy plugin (yet another version) [Re: ags] #475791
01/08/19 09:56
01/08/19 09:56
Joined: Jan 2017
Posts: 95
Bulgaria
kvm Offline OP
Junior Member
kvm  Offline OP
Junior Member

Joined: Jan 2017
Posts: 95
Bulgaria
Originally Posted By: ags
This new version surely resolves the orphan position case, but does it also resolves the OutOfMemory issue we experienced before? Have you also seen this or is it related to my overall system?

I've not experienced the OutOfMemory issue, but acctually I've not tested it with Z12, like you did.

Originally Posted By: ags
The connection is working on both directions, any idea what the difference could be?

I think they are the same. They recommend to change the connection url to http://platform.dukascopy.com/live_3/jforex_3.jnlp, but in the code example below the live address is:

Code:
// url of the LIVE jnlp
private static String jnlpUrl = "http://platform.dukascopy.com/live/jforex.jnlp";



Originally Posted By: ags
Got following messages today in the morning, after that the system remained connected and is working propperly. Any idea?

This exception indicates that the given communication channel was closed, for instance if the connection was reset by the server or a proxy.

Re: Dukascopy plugin (yet another version) [Re: kvm] #475805
01/08/19 15:28
01/08/19 15:28
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,

thank you for the information.
Here the answer I got from Dukascopy re the url version:

"Hello.
/live/jforex.jnlp is the old version of JFprex platform.
Please use /live_3/jforex_3.jnlp for the current 3 ver.
Kind regards, Support Team."

Re: Dukascopy plugin (yet another version) [Re: ags] #475824
01/09/19 08:08
01/09/19 08:08
Joined: Jan 2017
Posts: 95
Bulgaria
kvm Offline OP
Junior Member
kvm  Offline OP
Junior Member

Joined: Jan 2017
Posts: 95
Bulgaria
Thanks ags,

the new URLs will be included in upcoming versions.

Re: Dukascopy plugin (yet another version) [Re: kvm] #475826
01/09/19 08:36
01/09/19 08:36
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Thank you kvm,

I changed it directly in the config.yml, so i'm testing it live already.
Will let you know how it works, till now no issues.

Re: Dukascopy plugin (yet another version) [Re: ags] #475879
01/11/19 14:38
01/11/19 14:38
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,

here another disconnect:

OutOfMemoryError: unable to create new native thread

Here the relevant log file:

Attached Files
vDukascopy-log.txt (152 downloads)
Page 6 of 14 1 2 4 5 6 7 8 13 14

Moderated by  Petra 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1