|
Hi Eric
This formula appears to plot both results so I
can't see your problem. In the past I've seen a situation where such a signal
only plotted on the last bar and the only solution I could find was to plot the
result as an unnamed variable.
DD:=8 {Value retrieved from formula, such as
8};
HH:=HHV(H,LastValue(DD+PREV-PREV)); VV:=Sum(V,LastValue(DD+PREV-PREV)); HH; VV; I'd suggest that you use the Equis Forum DLL to
achieve the result anyway. This should be much more user-friendly.
DD:=8 {Value retrieved from formula, such as
8};
HH:=ExtFml("Forum.HHV",H,DD); VV:=ExtFml("Forum.Sum",V,DD); HH;
VV; Regards
Roy
----- Original Message -----
From: chichungchoi
Sent: Thursday, December 29, 2005 11:05 PM
Subject: [EquisMetaStock Group] HELP - Function for HHV and
SUM DD:=8 {Value retrieved from formula, such as 8}; HH:=HHV(H,LastValue(DD+PREV-PREV)); VV:=Sum(V,LastValue(DD+PREV-PREV)); HH displays many results for each period, but VV only displays the last one. Does anyone have any idea on how to fix VV to display results for each period rather than only the last one? Thank you for any suggestion Eric
SPONSORED LINKS
YAHOO! GROUPS LINKS
|