PureBytes Links
Trading Reference Links
|
Mark,
See if this does what you want:
Ref(Cross(C,Mov(C,20,S)),-2) AND
Ref(C,-1) > Ref(Mov(C,20,S),-1) AND
C > Mov(C,20,S)
Ken
/////////////////////////
On Wed, 28 Jan 1998 13:51:28 -0500 "markjala" <markjala@xxxxxxxxxxxxx>
writes:
>I know this can't be too hard but I'm at a loss of how to do it. I
>need to
>trigger an action after a condition is met for x consecutive periods.
>For
>example, trigger a buy when the close crosses above a 20-day MA for 3
>consecutive days. Can someone clue me into how to do this. Thanks.
>
>Mark D. Jala
>
>
>
_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]
|