[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Metastockusers] Help



PureBytes Links

Trading Reference Links




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: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.