Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (Edgar_Herrera, VoroneTZ, Akow), 973 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 21 of 24 1 2 19 20 21 22 23 24
Re: Votes for future features [Re: boatman] #477864
08/07/19 10:27
08/07/19 10:27
Joined: Jul 2000
Posts: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
Frankfurt
64 bit Python yes, Tensorflow depends on when numpy fully supports embedded Python.

Re: Votes for future features [Re: boatman] #477872
08/09/19 00:39
08/09/19 00:39
Joined: Aug 2018
Posts: 98
O
OptimusPrime Offline
Junior Member
OptimusPrime  Offline
Junior Member
O

Joined: Aug 2018
Posts: 98
Hi Team:

I appreciate the NEURAL and such features in Zorro. My request is to expand the functionality as follows:

- Provide a default Levenburg Marquadt neural network file with deep learning topology (e.g 2 Hidden Layers) and parameters *preconfigured * as a generic file in the Zorro folder. ( Basically a preconfigured Neural Network file or dll like some apps use today. )

- Allow the User to easily load this configured neural network file in the script, then specify inputs as usual, and train it, with Zorro saving the determined weights in a copy of the Net (the trained Net under some provided filena,e) and then easily use it in the future by specifying the trained Net name in a script. So long as it is in the root folder, Zorro will load it ( the trained weights are already in the file.)

- This will give users an easier way to work with a defined Topology without having to deal with the nitty gritty code configuration. Maybe even the ability to train and save multiple networks under different filenames for later retrieval.

- This would eliminate the painpoint of having to install any packages or frameworks, etc like I have to do today.

- In time, maybe even expand the list of available pre-configured Topologies in the root folder (TDNN, etc) so that all we would be doing in our script essentially is selecting which NN type we want and letting the training determine the weights.. all within the existing framework for selecting DTREE or NEURAL today.

The net benefit is ease of utilizing advanced and known Topologies as well as training, saving, and retrieving your Net. For instance, if I ran some solid training sessions and saved my work, I could retain the best 10 nets as 10 files (delete the others) in my root folder so that I can load up anyone I want in the script just by typing the corresponding file name.

With thanks,
OptimusPrime

Last edited by OptimusPrime; 08/09/19 00:44.

Thanks so much,

OptimusPrime

Re: Votes for future features [Re: boatman] #478285
09/28/19 13:42
09/28/19 13:42
Joined: Dec 2014
Posts: 204
Germany
Smon Offline
Member
Smon  Offline
Member

Joined: Dec 2014
Posts: 204
Germany
Confirming my request for 64bit support. I just found out, that this is about TensorFlow support as well. Is there any schedule for this feature known yet?

Re: Votes for future features [Re: boatman] #478306
09/29/19 13:59
09/29/19 13:59
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
AFAIK the Numyp guys are working on it for the next update. Has nothing to do with 64 bit support though.

Re: Votes for future features [Re: Spirit] #478313
09/30/19 15:38
09/30/19 15:38
Joined: Dec 2014
Posts: 204
Germany
Smon Offline
Member
Smon  Offline
Member

Joined: Dec 2014
Posts: 204
Germany
What I don't get is that Zorro 32bit can talk to R 64bit. Why does Python 64bit need Zorro 64bit? Maybe I shouldn't wait and start working on a Zorro -> R -> Python bridge...

Re: Votes for future features [Re: boatman] #478382
10/10/19 13:59
10/10/19 13:59
Joined: Oct 2019
Posts: 1
F
FrankW Offline
Guest
FrankW  Offline
Guest
F

Joined: Oct 2019
Posts: 1
It would be nice if Tai-Pan EOD could be used as a data provider.

Re: Votes for future features [Re: boatman] #478385
10/11/19 11:07
10/11/19 11:07
Joined: Jul 2000
Posts: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
Frankfurt
The DLL for R is always 32-bit, while the DLL for 64-bit Python is also 64-bit. That's why Zorro can use 64-bit R, but not 64-bit Python.

Re: Votes for future features [Re: boatman] #478387
10/11/19 14:12
10/11/19 14:12
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
One alternative approach might be for 32-bit Zorro to launch a child 64-bit python process and communicate with it using IPC (such as networking) and a protocol.

It would be a lot of work to implement this, though. It might be better to wait for Zorro 64-bit to be released, but I'm not sure what kind of a timeline we are looking at.

Re: Votes for future features [Re: boatman] #478902
01/09/20 16:44
01/09/20 16:44
Joined: Dec 2019
Posts: 7
Netherlands
D
DavidB1969 Offline
Newbie
DavidB1969  Offline
Newbie
D

Joined: Dec 2019
Posts: 7
Netherlands
I'd like to cast a vote for a solution in the MT4 bridge, to prevent mix up of comments and magic #'s when trading multiple strategies.

Thank you.

Last edited by DavidB1969; 01/09/20 21:16.
Re: Votes for future features [Re: boatman] #478990
02/02/20 09:02
02/02/20 09:02
Joined: Oct 2018
Posts: 82
7
7th_zorro Offline
Junior Member
7th_zorro  Offline
Junior Member
7

Joined: Oct 2018
Posts: 82
.t6 file system is good, but there is thousands of stock tickers in the markets.
If someone try to save stock history price datas to .t6 files, maybe thousands of files needed in one folder.
This cause extra efforts to manage data.
To resolve this problem, I kindly suggest HDF5 database support to save historical price data.
Using this database format, we can write all stocks historical data to a one file.

And also there is not enough room to save historical datas to a only one folder,
I recommand that zorro can recognize sub-directories of history folder.

Last edited by 7th_zorro; 02/02/20 09:07.
Page 21 of 24 1 2 19 20 21 22 23 24

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