Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (1 invisible), 857 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Zorro Entry point test failed #463242
11/23/16 12:02
11/23/16 12:02
Joined: Nov 2016
Posts: 35
therealLeon Offline OP
Newbie
therealLeon  Offline OP
Newbie

Joined: Nov 2016
Posts: 35
Hello,

i wrote a minimal code to test how entries in zorro are processed.
Testresult is that Zorro is starting way to late entering the trades.

It should enter at around 10200 points but it enteres days later at arround 10650 points the first time.

Am i doing something wrong? Is there a explanation and answer i can use to make it work the way it should?

Asset to select for test is GER30.

BR

Leon

Code, also attached:

Code:
function run()
{
	StartDate = 20160803;
	EndDate = 20160822;
	BarPeriod=1440;
	
	enterLong (0,10200,148);
}


Attached Files
0_Stop_Test.c (27 downloads)
0_Stop_Test_GER30.png
Last edited by therealLeon; 11/23/16 12:04.
Re: Zorro Entry point test failed [Re: therealLeon] #463323
11/28/16 10:05
11/28/16 10:05
Joined: Nov 2016
Posts: 35
therealLeon Offline OP
Newbie
therealLeon  Offline OP
Newbie

Joined: Nov 2016
Posts: 35
Hello,

i found out that the problem is not the code - it is the Result Chart that is not showing all trades.
Does anybody know how to tell Zorro to show all trades visually?

For example see above: The Chart is only showing the loss trades at the end of the period.

Re: Zorro Entry point test failed [Re: therealLeon] #463325
11/28/16 10:31
11/28/16 10:31
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
Charts show only complete trades, not pending or open positions.

Re: Zorro Entry point test failed [Re: jcl] #463330
11/28/16 15:01
11/28/16 15:01
Joined: Nov 2016
Posts: 35
therealLeon Offline OP
Newbie
therealLeon  Offline OP
Newbie

Joined: Nov 2016
Posts: 35
Hello jcl,

thanks for the advice - what you described helped me to solve the issue laugh


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1