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

[EquisMetaStock Group] Re: Metastock programming



PureBytes Links

Trading Reference Links

--- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva" <josesilva22@xxx>
wrote:
>
> Peter, your exploration filter conditions are almost correct.
> All you need now is to place the following code into the exploration 
> filter tab:
> 
> ---8<----------------
> MinimumPrice:=10;
> MaximumPrice:=50;
> MaxVolume:=1000000;
> 
> C>=MinimumPrice
>  AND C<=MaximumPrice
>  AND V>=MaxVolume
> ---8<----------------
> 
> 
> Suggestion:
> Try using a $ turnover proxy instead of Volume for your filter, as 
> this will help with filtering out the 1,000,000-Volume penny 
> dreadfuls.
> 
> ---8<----------------
> MinimumPrice:=10;
> MaximumPrice:=50;
> MaxTurnover:=1000000;  {Max daily turnover in $}
> 
> C>=MinimumPrice
>  AND C<=MaximumPrice
>  AND WC()*V>=MaxTurnover
> ---8<----------------
> 
> 
> jose '-)
> http://www.metastocktools.com
> 
> 
> 
> 
> --- In equismetastock@xxxxxxxxxxxxxxx, "Peter" <dan217@> wrote:
> >
> > I would like to set up the Explorer to search for stocks that are
> > between $10 and $50 and have a daily volume of 1 000 000 or more.
> > In my exploration editor I have already made a stochastic search and
> > put this in the correct area (Filter) to add the above criteria
> > would I put that in the Column are????
> > Is this correct for the above criteria,I'm new to MS and coding.
> > C>10 AND C<50
> > V>1000000
> > 
> > 
> >                                  Regards PeterB
>

Many thanks for your help Jose,you will laugh I tried all night to get
your formula to work I used capital letters put 2 spaces between
things all to no avail,this morning switched the computer on had only
10 minutes to spare before dashing off to work and after experimenting
again the answer struck me in the face,I had omited to put a + sign in
after my first formula.(Aggggggggggggg)
A few questions if I may in the book it says the faster your CPU the
faster the exploration,is that true when I look at my windows task
manager the CPU is only using 2-5%,I ask becuase I am using Equis MACD
exploration on the NYSE and its taking over an hour to do.I have an
Atholon 4200 with 2GB of RAM on board.
Next question does your MACD Histogram Divergence Kit V9.0 work with
Metastock 9.1 EOD and if thats version 9 are you working on the next
version? I would more than likely be interested in purchasing it in 2
months time what methods of payment do you accept?







 
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/