PureBytes Links
Trading Reference Links
|
Try the following:
XAverage(close, 13) > XAverage(close, 13)[1] and XAverage(close, 13)[1]
<= XAverage(close, 13)[2]
-----Original Message-----
From: David Butcher <butcher1@xxxxxxxxxxxx>
To: omega-list@xxxxxxxxxx <omega-list@xxxxxxxxxx>
Date: August 24, 1998 1:32 PM
Subject: Easy Language Q
>Hello,
>
>Can someone give me a quick EL way to show when the following =
>occurs......
>
>XAverage(close, 13) > XAverage(close, 13)[1] =20
>
>
>BUT I only want the Show Me to show when the XAverage(close,13) turns =
>higher than the bar before ONCE. With the statement above, I'm getting =
>Show Me's on every bar that the moving average is rising. I'm =
>interested only in when it turns, up or down.
>
>Thank you.
>
>David
>
>
>
>
>
|