Tks Andrew!

Code
function run()
{
	brokerCommand(SET_PATCH, 16 + 32 + 64);
	assetList("History\\AssetListSimpleFx.csv");
	
	LookBack = 1;
	BarPeriod = 1440;
   
       StartDate = NOW;
	asset("EURUSD");	
	
	Margin = 4;
	enterLong();		
		
	
}


Can you please point where is the error in the code?

tks