SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Metastock 6.0 for Window -- Ignore unavailable to you. Want to Upgrade?


To: Craig DeHaan who wrote (1795)3/29/1998 3:41:00 PM
From: Paul Beattie  Read Replies (3) | Respond to of 4056
 
Craig,
MSWIN6.5 precompiles its formulas, in indicators, experts and explorations as far as I can tell. MSWIN6 did not do that. On my machine, the time it takes to run an exploration with:

A:=Fml("Insynch Index");
A>Ref(A,-1)

is significantly less than it takes with:
Fml("Insynch Index")>Ref(Fml("Insynch Index"),-1)

In the first case, Insynch is only calculated once. It's harder to notice when you're pulling up a chart with indicators, but I think it makes a difference.

Try it and see.

Paul