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
1 registered members (degenerate_762), 1,098 guests, and 2 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 23 of 24 1 2 21 22 23 24
Re: Votes for future features [Re: AndrewAMD] #481887
11/12/20 01:22
11/12/20 01:22
Joined: Oct 2018
Posts: 27
M
Mio Offline
Newbie
Mio  Offline
Newbie
M

Joined: Oct 2018
Posts: 27
Is this feature available in the beta?
I still do not see the real time chart when starting the trade in v2.30 or 2.33 beta.

Originally Posted by AndrewAMD
Originally Posted by CAB
Hi,

my suggestions is Zorro with real time chart..
This feature is available in the beta.

Re: Votes for future features [Re: boatman] #481985
11/30/20 21:49
11/30/20 21:49
Joined: Aug 2020
Posts: 2
Naicigam Offline
Guest
Naicigam  Offline
Guest

Joined: Aug 2020
Posts: 2
Hey, everyone! Any plans on being able to run production strategies on Linux?

I am about to embark on the devops side of the execution and I would not like to invest time and effort on running it on WIndows if Linux is on the roadmap.

Best!
Juan

Re: Votes for future features [Re: boatman] #482423
02/04/21 04:46
02/04/21 04:46
Joined: Oct 2018
Posts: 82
7
7th_zorro Offline
Junior Member
7th_zorro  Offline
Junior Member
7

Joined: Oct 2018
Posts: 82
Is there a way starting zorro don't push any button but only select script using command line?

Last edited by 7th_zorro; 02/04/21 04:49.
Re: Votes for future features [Re: boatman] #482460
02/09/21 09:06
02/09/21 09:06
Joined: Feb 2021
Posts: 2
Ireland
S
Sc1entia Offline
Guest
Sc1entia  Offline
Guest
S

Joined: Feb 2021
Posts: 2
Ireland
plotBar Display Improvement Suggestions

I appreciate that there are probably lots of higher priority new features in development and that one can export plotBar values to a .csv file via LOGFILE to make nicer plots.

It's mentioned in the "Future Zorro Features" that there will be Interactive Chart improvements coming. With that in mind, I have included below some small, suggested changes to the way the plotBar is displayed. In my view they would make the existing Histogram plots easier to read (and would remove the need export values make them nicer in most cases). Some of these suggestions may already be in the works or be in place already (but if they are, I can't find the documentation about how to use them). The attached plot shows each of the items that are being talked about below.

1 - plotBar Labels - Consistent amount of decimal places
The Plots being produced by plotBar currently use different decimal places to display the bar label. e.g., No decimal places if it's a whole number, two and three decimal places depending on some internal rule - all on the same graph.
Similar comment for consistent padding the initial part of the number. 00.00, 01.23, 10.22 etc.
If there was an optional bar "type" option like lbl1, lbl2, lbl3 to optionally specify number of decimal places to use. Default behaviour could still be the current.
If not bar type, then something like PlotLabels (e.g., PlotLabelPadding & PlotLabelDecimals).

2 - plotBar Name - Option to not display Value
It seems like there is always a value next to the plotBar name string. Sometimes it would be beneficial to optionally not display the name values and just display the name string (e.g., PlotNameValueDisplay = 0).

3 - plotBar Labels - Consistent x-axis low and high labels
When I use limits to ensure that the plot is symmetrical in terms of x-axis lower and higher values, the left lowest label displays the lower value, but the right highest label never does.
This is a very cosmetic change

Attached Files plotBarExample.PNG
Re: Votes for future features [Re: 7th_zorro] #482467
02/10/21 07:27
02/10/21 07:27
Joined: Aug 2020
Posts: 59
London
Neb Offline
Junior Member
Neb  Offline
Junior Member

Joined: Aug 2020
Posts: 59
London
Originally Posted by 7th_zorro
Is there a way starting zorro don't push any button but only select script using command line?


Hi,

There is:

https://zorro-project.com/manual/

Regards,

Neb

Re: Votes for future features [Re: boatman] #482469
02/10/21 11:21
02/10/21 11:21
Joined: Jul 2000
Posts: 27,977
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,977
Frankfurt
The -edit command line option would do the trick.

Re: Votes for future features [Re: boatman] #482475
02/11/21 04:57
02/11/21 04:57
Joined: Oct 2018
Posts: 82
7
7th_zorro Offline
Junior Member
7th_zorro  Offline
Junior Member
7

Joined: Oct 2018
Posts: 82
Thank you.

But I use visual studio. and it shows another notepad windows.

Below is what I found for this problem, somewhat weired.

Code

DLLFUNC void main()
{
	if (strstr(report(3), "-u norun"))
	{
		*report(3) = 0;
		quit(0);
	}

}


Re: Votes for future features [Re: boatman] #482492
02/14/21 11:45
02/14/21 11:45
Joined: Feb 2021
Posts: 6
J
jpslvie Offline
Newbie
jpslvie  Offline
Newbie
J

Joined: Feb 2021
Posts: 6
I know it's already been taking care of, but improved and dynamic graphs would be awesome!

Re: Votes for future features [Re: boatman] #483686
07/08/21 20:33
07/08/21 20:33
Joined: Dec 2014
Posts: 204
Germany
Smon Offline
Member
Smon  Offline
Member

Joined: Dec 2014
Posts: 204
Germany
One of my Data Preprocessing R-Scripts takes 60 minutes on my MacBook Air, whereas my Core-i7 2600 Desktop needs 200 minutes for the very same task. I'm just saying... Maybe it's not difficult to compile Zorro for MacOS. Just for development, not necessarily for trading.

Re: Votes for future features [Re: Smon] #483687
07/08/21 21:21
07/08/21 21:21
Joined: Feb 2017
Posts: 1,718
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,718
Chicago
Originally Posted by Smon
One of my Data Preprocessing R-Scripts takes 60 minutes on my MacBook Air, whereas my Core-i7 2600 Desktop needs 200 minutes for the very same task. I'm just saying... Maybe it's not difficult to compile Zorro for MacOS. Just for development, not necessarily for trading.
No, this would be a monumental task, for the same reason that we still don't have a 64-bit Zorro.

Consider re-writing your pre-processor in C/C++ DLL or Lite-C. This can reduce processing time to mere seconds. See this blog post:
https://financial-hacker.com/hackers-tools-zorro-and-r/

Or optimize your R script using the rcpp package.

Page 23 of 24 1 2 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