Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 15,897 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
New Zorro version 2.64 #488582
01/31/25 13:44
01/31/25 13:44
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
Zorro 2.64 is now available on https://zorro-project.com/download.php under "New versions".

This release candidate will become the official release when no bugs are found in the next time. Please test everything and report any issues here! As usual, if you're the first one to find a new and serious bug in the release candidate, you can get a free Zorro S subscription or support extension.

Re: New Zorro version 2.64 [Re: jcl] #488584
01/31/25 17:21
01/31/25 17:21
Joined: Sep 2017
Posts: 164
TipmyPip Online
Member
TipmyPip  Online
Member

Joined: Sep 2017
Posts: 164
I love Zorro very very much, and my father promised me, that if I develop a profound strategy in zorro trader, he will surprise me with the biggest gift, and he promised to call you personally to congratulate you on your successful business, with more ambitions for Zorro Trader.

Last edited by TipmyPip; 01/31/25 17:21.
Re: New Zorro version 2.64 [Re: jcl] #488587
02/02/25 08:49
02/02/25 08:49
Joined: Sep 2017
Posts: 164
TipmyPip Online
Member
TipmyPip  Online
Member

Joined: Sep 2017
Posts: 164
Dear jcl, it would be great if you could update the forum version to 8.0, with support to Latex, please, the SEO for our services will increase in it's quality.

Thank you for the consideration.

Re: New Zorro version 2.64 [Re: jcl] #488589
02/03/25 15:26
02/03/25 15:26
Joined: Mar 2022
Posts: 21
Frankfurt am Main
B
BrainSailor Offline
Newbie
BrainSailor  Offline
Newbie
B

Joined: Mar 2022
Posts: 21
Frankfurt am Main
jcl, I just downloaded the file and started it. The Zorro Version which appears is 2.64.1. Now I wonder if that is the correct Zorro Version which is available for download or is it a typo on your post/website?

Re: New Zorro version 2.64 [Re: jcl] #488590
02/04/25 14:34
02/04/25 14:34
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
TipmyPip: looking forward to the call from your father wink. We will soon update the forum.
BrainSailor: 2.64.1 is correct. It was a typo from our side.

Re: New Zorro version 2.64 [Re: jcl] #488592
02/05/25 06:23
02/05/25 06:23
Joined: Sep 2017
Posts: 164
TipmyPip Online
Member
TipmyPip  Online
Member

Joined: Sep 2017
Posts: 164
Thank you so much.

Re: New Zorro version 2.64 [Re: jcl] #488605
02/13/25 14:26
02/13/25 14:26
Joined: Sep 2017
Posts: 164
TipmyPip Online
Member
TipmyPip  Online
Member

Joined: Sep 2017
Posts: 164
I do understand for high performance there is a need for minimum memory use, that is why lite-c is not a language for large memory use, and there is a need from some external addons to serve high memory use. It is not hard to incorporate 28 pairs into a script, but it needs a walk around for high performance.

Last edited by TipmyPip; 02/13/25 14:27.
Re: New Zorro version 2.64 [Re: TipmyPip] #488606
02/13/25 15:50
02/13/25 15:50
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
Originally Posted by TipmyPip
I do understand for high performance there is a need for minimum memory use, that is why lite-c is not a language for large memory use, and there is a need from some external addons to serve high memory use. It is not hard to incorporate 28 pairs into a script, but it needs a walk around for high performance.
This problem was already solved. Zorro comes in 64-bit, and its scripting uses C++ instead of Lite-C. In this environment, there is virtually no cap on memory usage.

Re: New Zorro version 2.64 [Re: AndrewAMD] #488608
02/14/25 07:45
02/14/25 07:45
Joined: Sep 2017
Posts: 164
TipmyPip Online
Member
TipmyPip  Online
Member

Joined: Sep 2017
Posts: 164
That is great news, Andrew, Thank you, But some of us still are attached to MetaTrader 4, But that too can be solved by passing information with between different memory size architectures and walk around the limitations.

Re: New Zorro version 2.64 [Re: jcl] #488609
02/14/25 19:06
02/14/25 19:06
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
Meaning you wish there was a 64-bit MetaTrader plugin? That sounds like the more obvious feature request. 👍

Re: New Zorro version 2.64 [Re: AndrewAMD] #488611
02/14/25 22:10
02/14/25 22:10
Joined: Aug 2017
Posts: 311
Netherlands
G
Grant Offline
Senior Member
Grant  Offline
Senior Member
G

Joined: Aug 2017
Posts: 311
Netherlands
Isn't the ZorroMT64.dll already 64-bit?
(only supports MT5, I know)

Last edited by Grant; 02/14/25 22:13.
Re: New Zorro version 2.64 [Re: Grant] #488612
02/15/25 15:35
02/15/25 15:35
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
Originally Posted by Grant
Isn't the ZorroMT64.dll already 64-bit?
(only supports MT5, I know)
Oh, I didn’t even look. In that case, that problem is solved too.

Re: New Zorro version 2.64 [Re: jcl] #488613
02/16/25 15:23
02/16/25 15:23
Joined: Aug 2018
Posts: 101
O
OptimusPrime Offline
Member
OptimusPrime  Offline
Member
O

Joined: Aug 2018
Posts: 101
I have version S2.03 permanent. Which of the upgrade extensions would apply in such a case? The various options are a tad confusing. Or is S 2.03 ineligible for the extensions? My confusion stems from the term " active permanent license". What does "active" mean? Thanks Andrew.


Thanks so much,

OptimusPrime

Re: New Zorro version 2.64 [Re: jcl] #488614
02/17/25 15:32
02/17/25 15:32
Joined: Jul 2000
Posts: 28,022
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 28,022
Frankfurt
MT4: I haven't tested it, but think the 64 bit plugin on the Zorro side will work with the 32 bit MT4 bridge. At least it works the other way around. Try it!
Version 2.03: All update extensions will work for that version, since the permanent licence stays permanently active.

Page 1 of 2 1 2

Moderated by  Petra 

Gamestudio download | 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