@JCL

I think there is an uncomfortable beaviour that I think this summer it was not present ( now I' not remember with version I used, but I am pretty sure that it worked ... )

Now in the post :

http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=468282&page=2

I have described the problem, if in the script I use the command:
assetList("History\AssetsZ9.csv");

Then the variables:

Commission
Spread
RollLong

are read from the file "AssetsZ9.csv"

For me it is very uncomfortable because I want implement a commision in percentage of asset's value purchased (as is my commission plan of my broker)
For these goal I want use :

var ComPer=0.1;
Commission= Lots*(priceClose(0)*(ComPer/100));

Thanks