PureBytes Links
Trading Reference Links
|
No is a constant. I want translate in metastock the function
do...loop. It's possible?
Thanks
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=dusant@xxxxxxxxxxxxxxxxxx
href="">Dusant@xxxxxxxxxxxxxxxxxx
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, January 28, 2004 4:22
AM
Subject: Re: [Metastockusers] Help
Vincenzo,
Please explain what you mean by v2*mov(). Is it
twice the volume * the stated MA or v2 is a predefined indicator?
DusantChief Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Vincenzo
Pace
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Saturday, January 24, 2004 16:34
PM
Subject: [Metastockusers] Help
We have 3 indicator: volup, voldown and
v2*mov(v,50,s)
Is possible to translate in metastock the following
routine?
Thanks
do until voltot1 > v2 * moveav(volume, v1)
i = i + 1
voltot1 = voltot1 + volume( - i)
if close( - i) > close( - i - 1) then
volup1 = volup1 + volume( - i)
else
if close( - i) = close( - i - 1) then
volup1 = volup1 + volume( - i)
voldown1 = voldown1 + volume( - i)
else
voldown1 = voldown1 + volume( - i)
endif
endif
loop
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:<A
href="">Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/Metastockusers/
To unsubscribe from this group, send an email to:Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|