PureBytes Links
Trading Reference Links
|
Does anyone know whether it is possible to create a function in
Metastock to perform following task?
[Indicator - display function]
FmlVar("Indicator - main","Variable");
[Indicator - main]
{The followin variables are using the same name, because I cannot pass
any input as a parameter for Indicator - display function}
Variable:=1; Fml("Indicator - display function"); // display 1
Variable:=2; Fml("Indicator - display function"); // display 2
Variable:=4; Fml("Indicator - display function"); // display 4
I need this kind of programming structure to work on an indicator.
Does anyone have any suggestion?
Thank you in advance
Eric
------------------------ Yahoo! Groups Sponsor --------------------~-->
Something is new at Yahoo! Groups. Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/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/
|