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
3 registered members (MadJack, AndrewAMD, Quad), 540 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 7 of 10 1 2 5 6 7 8 9 10
Re: New Zorro version 1.88 [Re: jcl] #474183
09/27/18 06:15
09/27/18 06:15
Joined: Sep 2018
Posts: 2
-
P
PAULSHEW Offline
Guest
PAULSHEW  Offline
Guest
P

Joined: Sep 2018
Posts: 2
-
I changed my computer to Lenovo, Windows10. I tried to install Zorro 1.88. A window came out, indicating files were being extracted. But when the extraction was done, the window disappeared and no installation was done.

Please help. Thanks.

Re: New Zorro version 1.88 [Re: PAULSHEW] #474184
09/27/18 07:27
09/27/18 07:27
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
If you cannot install software on your new PC, make sure you have access rights with your user account, and also run a Windows system check. Some suggestions: https://www.makeuseof.com/tag/fix-corrupted-windows-10-installation

Re: New Zorro version 1.88 [Re: jcl] #474185
09/27/18 07:41
09/27/18 07:41
Joined: Apr 2017
Posts: 106
3
3dgamelight Offline
Member
3dgamelight  Offline
Member
3

Joined: Apr 2017
Posts: 106
I can't get broker arbitrage working.

Code:
!ID segment 0 at UTC 09-27 07:33
!Invalid Instrument _USD 
!Invalid Instrument _USD 
!Invalid Instrument _USD 
!Invalid Instrument _USD 
!Invalid Instrument _USD 
!Invalid Instrument _USD 
Error 053: EUR/USD unavailable at this time
V 1.886 on Thu 18-09-27 04:33:45 (Zorro S Subscription)
Error 055: No bars generated



Code:
EUR/USD,1.087035,0.500065,0.451150,0.445250,0.0001,1.000000,0.505001,1,1.00000,0.500000,Brokera:EUR/USD!Brokerb:EUR/USD!Brokerb:EUR/USD


Re: New Zorro version 1.88 [Re: 3dgamelight] #474186
09/27/18 10:10
09/27/18 10:10
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
I cannot see from the post what's wrong, so if you can't get it working please contact Support with the script, asset list, and account list. They'll look into it. There is also an arbitrage script example in the manual.

Re: New Zorro version 1.88 [Re: jcl] #474197
09/28/18 14:59
09/28/18 14:59
Joined: Apr 2017
Posts: 106
3
3dgamelight Offline
Member
3dgamelight  Offline
Member
3

Joined: Apr 2017
Posts: 106
Zorro crashes after downloading.
Code:
function run() {
	set(LOGFILE);
	
	NumYears = 1;
	LookBack = 0;
	GapDays = 3;

	while(asset(loop("CAD/JPY"))) {
		assetHistory(0, 1);
	}
}


Re: New Zorro version 1.88 [Re: 3dgamelight] #474198
09/28/18 15:23
09/28/18 15:23
Joined: Feb 2017
Posts: 1,725
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,725
Chicago
Originally Posted By: 3dgamelight
Zorro crashes after downloading.
Which broker plugin are you using?

Re: New Zorro version 1.88 [Re: AndrewAMD] #474200
09/28/18 16:07
09/28/18 16:07
Joined: Apr 2017
Posts: 106
3
3dgamelight Offline
Member
3dgamelight  Offline
Member
3

Joined: Apr 2017
Posts: 106
Oanda

Re: New Zorro version 1.88 [Re: 3dgamelight] #474203
09/29/18 06:20
09/29/18 06:20
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
If it happens after downloading, it could be either some file access violation on your PC, or some internet library issue. Can you repeat it, but with Verbose = 15? This will generate a .diag file that shows where the crash happened. Please post its last 30 lines here.

Re: New Zorro version 1.88 [Re: jcl] #474221
09/30/18 23:34
09/30/18 23:34
Joined: Jun 2013
Posts: 1,609
D
DdlV Offline
Serious User
DdlV  Offline
Serious User
D

Joined: Jun 2013
Posts: 1,609
Hi jcl. Not sure if this is specific to 1.88.6, but ...

There is a very intermittent bug which showed up when running many Tests one after the other with different Capital slider settings. This bug happened <1% of the Tests, and shows up as Drawdown (and hence CR) an order of magnitude higher and all the other Results figures also distorted. It does not happen at the same Capital value each time. I have been letting Zorro overwrite the .txt and .log files when running these Tests, so have not captured either when the bug happens... So far it's mainly an annoyance, as I've just been afterwards rerunning the obviously bogus Tests, and the bug has not yet manifested during these fixup Tests...

Thanks.

Re: New Zorro version 1.88 [Re: DdlV] #474222
10/01/18 05:39
10/01/18 05:39
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Did it only happen when you manually set Capital before, or also when you do not touch the Capital slider between tests?

An order of magnitude worse results can be caused by accidentally setting Capital to a very low value, like 10 dollars.

Page 7 of 10 1 2 5 6 7 8 9 10

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1