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

RE: [EquisMetaStock Group] Re: drawing a short vertical line



PureBytes Links

Trading Reference Links

Thank you

From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
Reply-To: equismetastock@xxxxxxxxxxxxxxx
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Re: drawing a short vertical line
Date: Thu, 09 Jun 2005 23:50:57 -0000



------------------------ Yahoo! Groups Sponsor --------------------~--> 
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
 
--- Begin Message --- Cameron,

You must first define "a spike in volume".

For the sake of argument let's define it as volume greater than its
fifty day moving average. The indicator would then be:

Spike:=V > mov(V,50,s);
Spike;

Go into the indicator builder and go to new. Enter the code.
>From the indicator select the indicator. When asked overlay without
scale. Once the indicator has been plotted you may wish to change the
style to a histogram.

I believe this is covered in the formula primer which is in the files
section and also at the equis site.

Preston




--- In equismetastock@xxxxxxxxxxxxxxx, "the_alban_kingdom"
<creid.mba2001@xxxx> wrote:
> Hello,
>
> I would like to be able to have MetaStock draw a short vertical line
> when an event in triggered.  In this particular case, a spike in
> volume.  A scan of obvious headings in the manual and help file
didn't
> take me very far.
>
> Cheers,
>
> Cameron


--- End Message ---