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.