PureBytes Links
Trading Reference Links
|
Well this is more on the hypothetical side, but say someone wanted to
search for all stocks whose daily range (smoothed over a 20 day period)
was greater than say 5 percent of the median closing price. And let's
further say that we want to search for those stocks within a certain
timeframe like 1987 - 1992.
I don't see a way to do this except by restricting the search range within
code somehow. The above search would be doable if you used the current
Close and worked backwards, but not using an arbitrary interval.
-- John
On Tue, 16 Jul 2002, dtsokakis wrote:
> Date: Tue, 16 Jul 2002 08:33:59 -0000
> From: dtsokakis <TSOKAKIS@xxxx>
> Reply-To: amibroker@xxxxxxxxxxxxxxx
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Scanning for stocks not conditions...
>
> John, What is the exact condition you want to explore?
|