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
1 registered members (degenerate_762), 1,098 guests, and 2 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 2 of 14 1 2 3 4 13 14
Re: Dukascopy plugin (yet another version) [Re: kvm] #474627
10/26/18 13:43
10/26/18 13:43
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Yes, got the vDukascopy-1.1

I'm getting those messages also with an IG Plugin, any idea waht this means?

!Command 45 not yet supported
!Command 43 not yet supported
!Command 172 not yet supported

Maybe a problem with the java?

Re: Dukascopy plugin (yet another version) [Re: ags] #474630
10/26/18 14:23
10/26/18 14:23
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
Originally Posted By: ags
Yes, got the vDukascopy-1.1

I'm getting those messages also with an IG Plugin, any idea waht this means?

!Command 45 not yet supported
!Command 43 not yet supported
!Command 172 not yet supported

Maybe a problem with the java?
You can ignore these messages.

Any message in the log starting with "!" is coming from the plugin. The plugin writer can choose to implement or not implement any broker command. The plugin writer decided to output this message for unavailable commands (zorro.exe is making the calls) - in my opinion, there is no need for the messages, maybe log-only would be appropriate.

Are you absolutely sure that you're using kvm's plugin and not the other Dukascopy plugin?

Re: Dukascopy plugin (yet another version) [Re: AndrewAMD] #474631
10/26/18 15:57
10/26/18 15:57
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi AndrewAMD,

thank you for the comments about the messages.
Yes, I'm testing both of them, with similar results. Cmpared with the Oanda Live connection (not Java environment) the Dukascopy connection seams not so stable.

Now vDukascopy-1.1 generates otehr errors like the attached on autentification, do I need to change anything else other than the plugin folder and dll, and the dll name in the assets file (Zorro S) ?







Attached Files vDukas1.1.JPG
Last edited by ags; 10/26/18 15:58.
Re: Dukascopy plugin (yet another version) [Re: ags] #474632
10/26/18 16:00
10/26/18 16:00
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
I don't use these plugins, no comment.

Re: Dukascopy plugin (yet another version) [Re: ags] #474641
10/26/18 21:12
10/26/18 21:12
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
Yes, got the vDukascopy-1.1

I'm getting those messages also with an IG Plugin, any idea waht this means?

!Command 45 not yet supported
!Command 43 not yet supported
!Command 172 not yet supported

Maybe a problem with the java?


These messages are not from vDukascopy-1.1 plugin!

Re: Dukascopy plugin (yet another version) [Re: ags] #474642
10/26/18 21:16
10/26/18 21:16
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
Hi AndrewAMD,

thank you for the comments about the messages.
Yes, I'm testing both of them, with similar results. Cmpared with the Oanda Live connection (not Java environment) the Dukascopy connection seams not so stable.

Now vDukascopy-1.1 generates otehr errors like the attached on autentification, do I need to change anything else other than the plugin folder and dll, and the dll name in the assets file (Zorro S) ?


Did you put your username and password in the configuration file?

Last edited by kvm; 10/26/18 21:18.
Re: Dukascopy plugin (yet another version) [Re: kvm] #474698
10/30/18 18:20
10/30/18 18:20
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
I have 6 accounts in the accounts list. 2 from them live, but in reviewing I see you also have a config.yml file.
Will try with this one, have not seen that before, probably it is this...

Last edited by ags; 10/30/18 18:34.
Re: Dukascopy plugin (yet another version) [Re: ags] #474701
10/30/18 19:02
10/30/18 19:02
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Got it kvm, working now, no errors !!!

Sorry, my editor showed only parts of your README explanation...
(what editor are you using?)

Will let you know how it goes, just a few more test and going live.

Thank you again for the dll !!!

Re: Dukascopy plugin (yet another version) [Re: ags] #474706
10/31/18 09:31
10/31/18 09:31
Joined: Jan 2017
Posts: 95
Bulgaria
kvm Offline OP
Junior Member
kvm  Offline OP
Junior Member

Joined: Jan 2017
Posts: 95
Bulgaria
The username and password are placed in the config file, because that way you can use the plugin's UI to test different API calls directly, without interacting with Zorro:

Code:
java -jar vDukascopy-1.1.jar



Quote:
what editor are you using?

Notepad2

Last edited by kvm; 10/31/18 09:51.
Re: Dukascopy plugin (yet another version) [Re: kvm] #474960
11/15/18 08:24
11/15/18 08:24
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,
I'm testing almost 2 weeks the vDukascopy-1.1 plugin for a Dukascopy_Bank live account.

After a disconnection (I just disconnected Zorro but left the positions open, to actualize the account value that was also not actualized after a account deposit a few days ago) Zorro is not getting the open positions, it simply starts as you would have no open positions, but i see my open positions in the Dukascopy JForex platform, any idea?

I have changed the account leverage while there where open positions, could this have generated the coonflict and not recognition from open positions? Since in the log file, apparently the positions are recognized, but not shown in Zorro:

(today extract from the log file vDukascopy-log file, just put some xxx in my id and balance)

2018-11-15 07:59:18.429 INFO [Strategy] c.m.v.d.DukascopyPlugin - Strategy.onAccount: [id=xxxxx, leverage=200.00, balance=xxxxx.xx EUR, tradeVal=-16.57, marginVal=193.57]

After a while looking at this I decided to close the positions in JForex and are asking if this problem is known before restarting Z12.

Any hint would be much appreciated.

Page 2 of 14 1 2 3 4 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