[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TS2000 Workspace Assistant Limitation



PureBytes Links

Trading Reference Links

Has anyone else experienced this:

If you apply the Workspace Assistant to a workspace containing a chart with 
a large amount of history (1000 days of 5 minute bars, for example), and 
you apply the following test system:

if lastbaronchart then
begin
	buy this bar on close;
	FileAppend("c:\test.txt", GetSymbolName+","+ELDateToString(date)+NewLine);
end;

or indicator:

if lastbaronchart then FileAppend("c:\test.txt", 
GetSymbolName+","+ELDateToString(date)+NewLine);

only some symbols on the list are written.

I shortened the size of the chart to 30 days and all the symbols were 
written to file.

Does this mean that the Workspace Assistant fails to apply the studies if 
the chart contains too much data?