Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 552 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, 11honza11, ccorrea, sakolin, rajesh7827
19046 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 14 of 14 1 2 12 13 14
Re: Dukascopy plugin (yet another version) [Re: ags] #480478
06/08/20 20:06
06/08/20 20:06
Joined: Jan 2017
Posts: 95
Bulgaria
kvm Offline OP
Junior Member
kvm  Offline OP
Junior Member

Joined: Jan 2017
Posts: 95
Bulgaria
Hi ags, I'm still alive for now laugh

Could you give me the log file?

Re: Dukascopy plugin (yet another version) [Re: kvm] #480479
06/08/20 20:19
06/08/20 20:19
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,

good to hear that you are doing well these days laugh
Of course, here the log files, the last trades are the bad ones, I reduced the log to fit here, if you need more, just let me know.

Attached Files
vDukascopy-log.txt (186 downloads)
Last edited by ags; 06/08/20 20:20.
Re: Dukascopy plugin (yet another version) [Re: ags] #480488
06/09/20 13:57
06/09/20 13:57
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Hi kvm,

with the intention to make it more understandable, here other results with a simple code to test specifically the behaviour of Zorro 2.25 and the dll.
The code is very simple, just enter and exit positions, and you'll see that there are not opened positions, the dll looses the size of the position apparently.
I tested the same with Zorro 2.20 new and old jdk and it works properly, so it is at least not the jdk version.

function run()
{

BarPeriod = 1;
LookBack = 10;
MaxLong = MaxShort = 1;

var lot_size = 10;
asset("EUR/USD");

if (is(TRADEMODE)) Verbose = 7|DIAG;

if (is(TRADEMODE) and !is(LOOKBACK))
{
enterShort(lot_size);
wait(5000);
exitShort();
}

and here the files

Attached Files
01_TEST_demo.log (210 downloads)
01_TESTdiag.txt (203 downloads)
vDukascopy-log.txt (202 downloads)
Re: Dukascopy plugin (yet another version) [Re: ags] #480502
06/11/20 06:33
06/11/20 06:33
Joined: Jan 2017
Posts: 95
Bulgaria
kvm Offline OP
Junior Member
kvm  Offline OP
Junior Member

Joined: Jan 2017
Posts: 95
Bulgaria
Hi ags,

Good news laugh I think I found the problem. A previously optional parameter has already become mandatory. I'm talking about:

BrokerBuy2 (char* Asset, int Amount, double StopDist, double Limit, double *pPrice, int *pFill): int
pFill Optional output, the fill amount. Only used when the broker does not support FOK ordersand the order was only partially filled.

The documentation says that it is optional, but... I'll will fix the plugin to return it, so stay tuned for a new release soon.

Re: Dukascopy plugin (yet another version) [Re: kvm] #480516
06/12/20 07:53
06/12/20 07:53
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 v1.5 is available:

- Fixed issue in BrokerBuy2 method, where pFill parameter is no longer optional
- Tested with Zorro v2.25.7

Re: Dukascopy plugin (yet another version) [Re: kvm] #480523
06/12/20 14:35
06/12/20 14:35
Joined: Oct 2018
Posts: 90
Germanien
ags Offline
Junior Member
ags  Offline
Junior Member

Joined: Oct 2018
Posts: 90
Germanien
Awesome kvm, the new V1.5 works perfect with Zorro 2.25 !!

Re: Dukascopy plugin (yet another version) [Re: kvm] #480863
07/20/20 08:58
07/20/20 08:58
Joined: Jan 2017
Posts: 95
Bulgaria
kvm Offline OP
Junior Member
kvm  Offline OP
Junior Member

Joined: Jan 2017
Posts: 95
Bulgaria
Please use this new link to download the plugin: Dukascopy Plugin

Re: Dukascopy plugin (yet another version) [Re: kvm] #482281
01/25/21 08:48
01/25/21 08:48
Joined: Jan 2021
Posts: 4
H
Hajoha Offline
Guest
Hajoha  Offline
Guest
H

Joined: Jan 2021
Posts: 4
HI,

Started using the dukascopy plugin on a dukascopy demo account and trading the Z3, Z7 and Z12 systems. After a few days there is a 'Problem Detected: Context is Null' error message. The Z3 went directly offline, the Z7 and Z12 stayed online and trading, but after a second time receiving the same message both also went offline and stopped trading. Any ideas on what's happening?

Re: Dukascopy plugin (yet another version) [Re: kvm] #482517
02/17/21 12:24
02/17/21 12:24
Joined: Jan 2021
Posts: 4
H
Hajoha Offline
Guest
Hajoha  Offline
Guest
H

Joined: Jan 2021
Posts: 4
Hi,

No answer here, no answer on my mail to info@metakod.com and now also metakod.com is not available. It seems that this plugin is not supported any more, which is shame.

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