PureBytes Links
Trading Reference Links
|
You could try getting rid of the PREV functions (which probably
interfere with each other), by using either the variable input Forum.
dll or ASI.dll.
---8<------------------------
{Forum.dll from http://forum.equis.com
or ASI.dll from http://www.thedml.com
must be in:
...\MetaStock\External Function DLLs\ folder.}
DD:=8 {Value retrieved from formula, such as 8};
HH:=ExtFml("ASI.HHV",H,DD);
VV:=ExtFml("ASI.Sum",V,DD);
VV
---8<------------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, chichungchoi <no_reply@xxxx>
wrote:
>
> Does anyone know how to solve the following problem?
>
> 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
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|