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 (SBGuy), 652 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 4
Page 5 of 7 1 2 3 4 5 6 7
Re: New Zorro version 1.96 [Re: Zheka] #475124
11/24/18 00:03
11/24/18 00:03
Joined: Sep 2017
Posts: 235
H
Hredot Offline
Member
Hredot  Offline
Member
H

Joined: Sep 2017
Posts: 235
But aren't you super scared with every trade that it is going to put on an opposite position instead of the one you were intending and which is a thousand lots off, you know, due to minor development bugs as traditional in Zorro?

EDIT:
Thanks for the suggestions on the trouble shooting with Zorro. But I recently got multicharts .net and it does not require ritual dances around a fireplace while playing drums, to perform trivial operations like downloading historical data. laugh Super happy about it!
It's funny, but it's only after being exposed to Zorro that one realizes just how much value multicharts actually offers! Like, best advertisement for multicharts: "Give Zorro a try! You'll be sure to love multicharts." hahaha

Last edited by Hredot; 11/24/18 00:14.
Re: New Zorro version 1.96 [Re: Hredot] #475125
11/24/18 00:26
11/24/18 00:26
Joined: Jul 2017
Posts: 784
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 784
Once the program is tested and works as intended and paper traded - then it should continue to work in a version of Zorro in which it has been developed.
I also use strategy results from MC to validate results from Zorro.

I now use MC as a database for historical data and to quickly prototype some ideas.

Last edited by Zheka; 11/24/18 00:30.
Re: New Zorro version 1.96 [Re: Zheka] #475126
11/24/18 00:50
11/24/18 00:50
Joined: Sep 2017
Posts: 235
H
Hredot Offline
Member
Hredot  Offline
Member
H

Joined: Sep 2017
Posts: 235
Soo, for things that can be traded live with MC and Zorro, which one would you choose? While EasyLanguage may be slow, C# seems fast enough though.

Re: New Zorro version 1.96 [Re: Hredot] #475127
11/24/18 02:00
11/24/18 02:00
Joined: Jul 2017
Posts: 784
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 784
It is unfortunately not that simple and depends on strategies.
For robustness and speed in production - SierraChart...but it has rudimentary backtesting capabilities and nothing about portfolio-level mngt...
MC is fast (Powerlanguage gets translated to C++ and runs as fast as C#) and more or less reliable in real-time, but lacks proper WFO/ML framework (and has several other quirks and limitations)...which brings us to Zorro.

Re: New Zorro version 1.96 [Re: Zheka] #475128
11/24/18 05:11
11/24/18 05:11
Joined: Sep 2017
Posts: 235
H
Hredot Offline
Member
Hredot  Offline
Member
H

Joined: Sep 2017
Posts: 235
I see, I guess there is a use case for everything out there, after all... Still skeptical though. A back test and paper trading have finite extent and who knows what kind of underwater mines are lurking in the depth of code, judging by what it looks like on the surface.

Last edited by Hredot; 11/24/18 05:13.
Re: New Zorro version 1.96 [Re: Hredot] #475129
11/24/18 06:04
11/24/18 06:04
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 know that coding and Zorro are not for anyone, but the topic of this thread is version 1.96. You can discuss your issues all day, but please somewhere else. We also have a Rants section on this forum. Thank you!

Re: New Zorro version 1.96 [Re: jcl] #475136
11/24/18 13:21
11/24/18 13:21
Joined: Jul 2017
Posts: 784
Z
Zheka Offline
User
Zheka  Offline
User
Z

Joined: Jul 2017
Posts: 784
Agree, that was not the appropriate place, sorry.

Coming back to the issues, it would be great if you expressed your opinion on the posted logs and highlighted issues.

Will IB plugin get improved in this area?

Re: New Zorro version 1.96 [Re: Zheka] #475137
11/24/18 14:21
11/24/18 14:21
Joined: Jun 2016
Posts: 29
panz Offline
Newbie
panz  Offline
Newbie

Joined: Jun 2016
Posts: 29
Not sure if this is already fixed, but I'm using Zorro 1.96.4 and found that the time zone CST is problematic. All other time zones (e.g. UTC, EST) work fine, just if I use CST in a date time related function call like ldow(CST, 0), I get a "syntax error".

It's not about missing definition though. If I make up something that does not exist like ldow(CCST, 0), I get "undeclared identifier".

Thanks for help in advance!

Re: New Zorro version 1.96 [Re: panz] #475143
11/25/18 08:53
11/25/18 08:53
Joined: Apr 2008
Posts: 585
Austria
Petra Offline
Support
Petra  Offline
Support

Joined: Apr 2008
Posts: 585
Austria
I had this too, the support told me it is fixed now. Here is how to fix it: Edit with N++ the file include\trading.h, and in line 764 with the CST definition, delete the "tr" behind the "-6".

Re: New Zorro version 1.96 [Re: Petra] #475155
11/26/18 10:41
11/26/18 10:41
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Since no bugs have been reported, Zorro 1.96.4 is now the new release and has moved to the Download page. Of course, if you encounter any problem with the new version, just contact Support with the details.

Page 5 of 7 1 2 3 4 5 6 7

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