Gamestudio Links
Zorro Links
Newest Posts
folder management functions
by 7th_zorro. 04/16/24 13:19
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
LPDIRECT3DCUBETEXTUR
E9

by Ayumi. 04/12/24 11:00
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 04/11/24 14:56
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (Ayumi, Quad, rki, 7th_zorro), 455 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
11honza11, ccorrea, sakolin, rajesh7827, juergen_wue
19045 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 10 of 12 1 2 8 9 10 11 12
Re: New Zorro version 1.74 [Re: kujo] #470688
01/30/18 16:22
01/30/18 16:22
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
AFAIK the release version is 1.74.8, the same that was here on the forum.

Re: New Zorro version 1.74 [Re: jcl] #470692
01/30/18 17:18
01/30/18 17:18
Joined: Dec 2013
Posts: 568
Fuerth, DE
Sphin Offline
User
Sphin  Offline
User

Joined: Dec 2013
Posts: 568
Fuerth, DE
I don't know if it's 1.74 related but if I only have phantom trades (for checking behavior on a live account) in trade mode the performance report stays completely empty, both on the .htm status page and in the .txt in the log folder. The only chance to trace the phantom trades is the log itself. Shouldn't the phantom trades be visible in parts of the performance report?

Re: New Zorro version 1.74 [Re: Sphin] #470702
01/31/18 14:54
01/31/18 14:54
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
No, strategy performance is not affected by phantom trades.

Re: New Zorro version 1.74 [Re: jcl] #470704
01/31/18 19:14
01/31/18 19:14
Joined: Jun 2016
Posts: 30
france
S
stephane97490 Offline
Newbie
stephane97490  Offline
Newbie
S

Joined: Jun 2016
Posts: 30
france
Is there a possibility to use phantom trade as real signal ?

Re: New Zorro version 1.74 [Re: stephane97490] #470713
02/01/18 10:28
02/01/18 10:28
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Sure, you can use them as signal just as anything else.

Re: New Zorro version 1.74 [Re: jcl] #470861
02/09/18 14:13
02/09/18 14:13
Joined: Nov 2016
Posts: 55
Taipei
ytc Offline
Junior Member
ytc  Offline
Junior Member

Joined: Nov 2016
Posts: 55
Taipei
I have experienced with current equity mismatch from between Zorro result window and MT4, and inaccurate money earned (or lost) by the strategy since the start.

For example, I started a Z system on a real account with capital 10000.
Now, MT4 displays equity 8500, yet Zorro shows 8000 and money earned +2000.

Do you guys have such an issue? I use Zorro 1.74.6

Re: New Zorro version 1.74 [Re: ytc] #470862
02/09/18 15:30
02/09/18 15:30
Joined: Sep 2017
Posts: 235
H
Hredot Offline
Member
Hredot  Offline
Member
H

Joined: Sep 2017
Posts: 235
Recently, when back-testing strategies with multiple assets I have experienced the following issue with the newest Zorro version from the download page:

When I start a new strategy file and plot some graphs for the various assets everything seems to work fine. Then after I close zorro and later return for a new session, the script does not perform my plot commands any more (it only shows the first default candle plot of the most recently selected asset). Obviously, the code is still the same between shutting down and restarting. Therefore, since it was plotting just fine before shut down, I am certain that this is not an issue with my code.

I have experienced this issue twice already, starting new strategy files and then finding that they won't plot anymore after I shut down and come back.

Last edited by Hredot; 02/09/18 15:33.
Re: New Zorro version 1.74 [Re: Hredot] #470896
02/12/18 08:53
02/12/18 08:53
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Can you post such a script that does not plot after a restart, or send it to Support?

Re: New Zorro version 1.74 [Re: jcl] #470904
02/12/18 14:17
02/12/18 14:17
Joined: Sep 2017
Posts: 235
H
Hredot Offline
Member
Hredot  Offline
Member
H

Joined: Sep 2017
Posts: 235
jcl:
Actually, thanks to Sphins suggestion to this question , adding the following to the top of the run routine fixed the issue here as well:

Code:
set(LOGFILE+PRELOAD+PLOTNOW);
setf(PlotMode,PL_ALL);


See the topic I linked to for a code snippet that causes trouble without the above command.

Any chance Zorro could make the "PL_ALL" mode the default behavior?
I just figure - when a user goes through the trouble of typing in a plot command, it is sensible to expect Zorro to actually execute it, right? Having to add an extra non-trivial configuration command to the Zorro script to tell Zorro that you ABSOLUTELY CERTAINLY want to see the plots you just asked for is a bit silly. Would you agree?

In any case, in my humble opinion Zorro would be much more noob friendly if extra commands were required to *hide* certain plots, instead of to *display* them.

Last edited by Hredot; 02/12/18 14:21.
Re: New Zorro version 1.74 [Re: Hredot] #470920
02/13/18 09:24
02/13/18 09:24
Joined: Jul 2000
Posts: 27,978
Frankfurt
jcl Offline OP

Chief Engineer
jcl  Offline OP

Chief Engineer

Joined: Jul 2000
Posts: 27,978
Frankfurt
Arguably, but we don't want to change the default behavior, for obvious reasons.

- There has been a report of a wrong FXCM DLL in one of the release versions. Please check that your FXCM DLL has a file date of October 6, 2017. If you have a different version, please download and install Zorro again. Different versions were for beta test only.

Page 10 of 12 1 2 8 9 10 11 12

Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1