PureBytes Links
Trading Reference Links
|
Vince
I think what you need is thisv1:=
Constantv2:= ConstantVolMA:= mov(v, v1, s);volup:= if(C >= ref(c,
-1), Prev + v, Prev + 0);voldn:= if(C < ref(c, -1), Prev - v, Prev +
0);voltot1:= Prev + VOL;if(voltot1 > v2 * v1, volup,
0);if(voltot1 > v2 * v1, voldn, 0);
However, it would be helpful if you are clear
what the indicator is trying to do. But this seems a variation of the On balance
volumes.
DusantChief Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Vincenzo
Pace
To: <A
title=Metastockusers@xxxxxxxxxxxxxxx
href="">Metastockusers@xxxxxxxxxxxxxxx
Sent: Wednesday, January 28, 2004 9:46
PM
Subject: Re: [Metastockusers] Help
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
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.
|