Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (degenerate_762, AbrahamR, AndrewAMD, ozgur), 667 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
COMMA = 1 not working for testtrades.csv #449259
03/10/15 21:10
03/10/15 21:10
Joined: Sep 2013
Posts: 64
Spain
yosoytrader Offline OP
Junior Member
yosoytrader  Offline OP
Junior Member

Joined: Sep 2013
Posts: 64
Spain
Hi

I just found that the z.ini setting COMMA = 1 (to use comma as decimal and semicolon as separator) is not working for testtrades.csv

Re: COMMA = 1 not working for testtrades.csv [Re: yosoytrader] #449267
03/11/15 09:49
03/11/15 09:49
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Works here. At least when you don't explicitely set COMMA back to 0 in your script.

Re: COMMA = 1 not working for testtrades.csv [Re: jcl] #449276
03/11/15 14:43
03/11/15 14:43
Joined: Sep 2013
Posts: 64
Spain
yosoytrader Offline OP
Junior Member
yosoytrader  Offline OP
Junior Member

Joined: Sep 2013
Posts: 64
Spain
thanks, but it's not working with the following setup:
XP SP2 or SP3, x32 or x64 (tested both)
-Zorro 126 fresh installation
-Zorro 128 fresh installation
-added the history files
-added "Comma = 1" to z.ini

start Zorro then test Z12.

For 126 works fine. However don't get comma in 128

Re: COMMA = 1 not working for testtrades.csv [Re: yosoytrader] #449277
03/11/15 15:40
03/11/15 15:40
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Ah, now I understand what you were talking about. Comma must be set in zorro.ini, not in z.ini:

Code:
Mute = 0  // 1 for disabling sounds
Comma = 1 // for decimal comma
CleanLogs = 30 // delete logs older than 30 days, 0 to disable
WebFolder = "" // "C:\inetpub\wwwroot" for IIS



Re: COMMA = 1 not working for testtrades.csv [Re: jcl] #449278
03/11/15 15:56
03/11/15 15:56
Joined: Sep 2013
Posts: 64
Spain
yosoytrader Offline OP
Junior Member
yosoytrader  Offline OP
Junior Member

Joined: Sep 2013
Posts: 64
Spain
Thanks jcl,
this is clearly a murphy's law example:
I was checking the 1.26 help while Zorro.ini was introduced in 1.28 laugh
This shows me how extremely difficult is the world of algorithmic trading laugh


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