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
2 registered members (degenerate_762, Nymphodora), 1,012 guests, and 3 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 8 1 2 3 4 5 6 7 8
Re: Plugin and converter for Dukascopy for download [Re: ags] #475940
01/14/19 19:12
01/14/19 19:12
Joined: Dec 2014
Posts: 56
I
ibne Offline OP
Junior Member
ibne  Offline OP
Junior Member
I

Joined: Dec 2014
Posts: 56
Ok, new patch uploaded.
One bug was that freeze, at least this one should be gone.
I can now login a live account and IP verification.

Re: Plugin and converter for Dukascopy for download [Re: ibne] #475962
01/15/19 15:49
01/15/19 15:49
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi ibne,

is not working with my live accounts.
The Demo login works, but not the live login.

Here the log files:

Attached Files
dzplugin.txt (188 downloads)
Download_demo.txt (211 downloads)
Download_real.txt (173 downloads)
Re: Plugin and converter for Dukascopy for download [Re: ags] #475964
01/15/19 17:53
01/15/19 17:53
Joined: Dec 2014
Posts: 56
I
ibne Offline OP
Junior Member
ibne  Offline OP
Junior Member
I

Joined: Dec 2014
Posts: 56
Hi ags,

sorry to hear it does not work.
At least, does the plugin freeze again or was this fixed?
I just downloaded directly from github the latest release and on my side it works.
I have a live acccount with Dukascopy and DukascopyEU, both work fine.
Could you please download it again, because I changed the jnlp address to see if it works for you.
You can also try(as I have) create an entry in the Accounts.csv list under history folder like this:
Name,Broker,Account,User,Pass,Assets,CCY,Real,NFA,Plugin,Source
Dukascopy_Live,Dukascopy,0,Username,Password,AssetsFix,EUR,1,0,dukascopy.dll
These are my settings and IP verification works.

Re: Plugin and converter for Dukascopy for download [Re: ibne] #475972
01/16/19 08:41
01/16/19 08:41
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi ibne,

no freeze anymore, thats right, but i get no connection to live account.

Below the log files i get wen trying to connect to a real account. I tried both accounts i have with Dukascopy Bank, the log files include both connection intents from this morning with your latest Version downloaded this morning too.

I tested also different environments so i'm sure it's not a setup problem oon my side.
I also re-tested your plugin version from 13.01.19 and it works, with the PIN pannel to login but it works, so i guess it should be something with the PIN pannel or IP recognition.

And yes, i have 6 accounts configured in the Accounts file as you describe, that's my normal procedure.

Attached Files
dzplugin.txt (227 downloads)
Re: Plugin and converter for Dukascopy for download [Re: ags] #475974
01/16/19 09:10
01/16/19 09:10
Joined: Dec 2014
Posts: 56
I
ibne Offline OP
Junior Member
ibne  Offline OP
Junior Member
I

Joined: Dec 2014
Posts: 56
Hi ags,

since it works on my side I can not reproduce it frown
I have no further ideas right now, so if you want to login to live accounts you have to resort back to pin verification.
for that you have to set the parameter usepin=true in the config file.

Re: Plugin and converter for Dukascopy for download [Re: ibne] #475975
01/16/19 09:25
01/16/19 09:25
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi ibne,

with usepin=true it works, i can login to the live accounts using the PIN.
Very extrange... why should the same setup not work with usepin=false...

Re: Plugin and converter for Dukascopy for download [Re: ags] #475988
01/16/19 16:20
01/16/19 16:20
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi ibne,

found another particularity, maybe you can explain.

When i use your plugin, my M3.medium instance works almost at full cumputing power all the time. Normally between 60 and 80% of capacity and also at 99% capacity at intervals. Observed this situation last 3 days.
I stated to measure because the instance was working very heavy, any other activity you start, just the Task Manager f.e., would kill the instance.

If i disconnect, change the plugin to another version and reconnect, without changin anything, then with this other plugin (also Java based and also with Dukascopy) the M3 instance works at 10 to max 15% capacity with exaclty the same script and setting, no change at all other than the plugin.

Any idea why this difference in computing power needed??

Re: Plugin and converter for Dukascopy for download [Re: ags] #475993
01/16/19 17:15
01/16/19 17:15
Joined: Dec 2014
Posts: 56
I
ibne Offline OP
Junior Member
ibne  Offline OP
Junior Member
I

Joined: Dec 2014
Posts: 56
Hi ags,

I can just guess, but the current implementation triggers Zorro on every tick it receives, for any asset in the asset list.
This helps in receiving "real time" ticks and you do not lose any ticks in between BrokerAsset calls.
I can implement a configurable parameter were you can disable the "real time" behavior.
I don't know if the other plugin implements SET_HWND, so can not tell about it.
Keep you updated when done with the adaptation.

EDIT: The real problem here is with Zorro, as you can not stream incoming data directly. This would reduce the amount of work drastically.

Last edited by ibne; 01/16/19 17:17.
Re: Plugin and converter for Dukascopy for download [Re: ibne] #475995
01/16/19 18:20
01/16/19 18:20
Joined: Dec 2014
Posts: 56
I
ibne Offline OP
Junior Member
ibne  Offline OP
Junior Member
I

Joined: Dec 2014
Posts: 56
Hi ags,

new version uploaded.
Set paramter plugin.usetickcallback = false and the workload might reduce.
I admit to have a powerful machine, but even at high market times, the Zorro instance only uses 6% of CPU load.
You can also try to increase your heap space in the config file.
Do not set it above 2000.

Re: Plugin and converter for Dukascopy for download [Re: ibne] #475999
01/16/19 21:33
01/16/19 21:33
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi ibne,

thank you, now it works better, less computing power needed.
The usetickcallback parameter kills a relative big M3.medium AWS instance, so it won't work on other smaller instances like T2.micro or similar, where Zorro is normally used for long term live trading.

By the way, alsoo the PIN recongition works fine, it was a failure on my configuration side. The log files really misleeded in this particular point.

Page 6 of 8 1 2 3 4 5 6 7 8

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