PureBytes Links
Trading Reference Links
|
Solution 1:
---8<----------------------------
a:=LastValue(Fml("Your Indicator"));
b:=peak(1,h,a);
b;
---8<----------------------------
Solution 2:
Develop & use a custom peak/trough/ZigZag.dll which will accept
variable inputs.
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "daytraderteam"
<daytraderteam@xxxx> wrote:
>
>
> hi all
>
> the next formula works ok :
>
> a:=10;
> b:=peak(1,h,a);
> b;
>
> I made another formula with " a:=10 "
> now i want to call "a" from this formula and use it in the formula
> above but it seems to be impossible becouse metastock thinks this is
> a variable
> the whole trading system uses lots of times a:=10 to test i have
> to chance this definition in the system many times
>
> anybody who knows the right way to do this ?
>
> thanks..
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/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/
|