PureBytes Links
Trading Reference Links
|
This is what I would try:
(ref(hhv,c,20),-15),
this would look for the highest close over a 20 day period starting 15
days ago.
Good Luck !
JB
On Fri, 02 May 1997 10:35:18 -0500 John & Paula <jhl3@xxxxxxxxx> writes:
>I'm trying to get MS 6.0 to scan a range of dates between 5 days ago
>and 60
>days ago for prices within a 15% trading range. I've tried using the
>HHV
>and LLV functions, but don't see how to use them other than to have
>them
>look at _all_ the past trading days since X number of days ago. In
>other
>words, I can't specify a range that does not include the most recent 5
>days.
>
>What I'm trying to do is write a simple exploration that will look for
>prices breaking out on the upside (or downside) of a trading range.
>First,
>I run a fundamentals scan using Zacks Research Marvel===next, I'd like
>to
>run this technical scan, but am unable to write it. Am I overlooking
>a
>hidden function, or am I just using the obvious ones incorrectly?
>
>
>
|