Zorro Entry point test failed

Posted By: therealLeon

Zorro Entry point test failed - 11/23/16 12:02

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 File
0_Stop_Test.c  (27 downloads)
Attached picture 0_Stop_Test_GER30.png
Posted By: therealLeon

Re: Zorro Entry point test failed - 11/28/16 10:05

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.
Posted By: jcl

Re: Zorro Entry point test failed - 11/28/16 10:31

Charts show only complete trades, not pending or open positions.
Posted By: therealLeon

Re: Zorro Entry point test failed - 11/28/16 15:01

Hello jcl,

thanks for the advice - what you described helped me to solve the issue laugh
© 2024 lite-C Forums