PureBytes Links
Trading Reference Links
|
Hi Craig,
> Does this mean that the Workspace Assistant fails to
> apply the studies if
> the chart contains too much data?
Not likely. WS assist will run slower with lots of
data. The problem is most likely that you have the
"maximize Calculation speed" option checked. Try
Unchecking this option and try it again.
BTW TS4.0 runs faster scans for me than 2000I.
Alan C.
--- Craig <craigbud@xxxxxxxxxxx> wrote:
> 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?
>
|