logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
mark91345  
#1 Posted : Monday, January 26, 2015 1:19:10 AM(UTC)
mark91345

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/6/2009(UTC)
Posts: 36
Location: Los Angeles

Thanks: 4 times

Using Metastock 13 EOD, I want a formula that searches for stocks, PRICED between $10 to $20,

AND that have an average 90-day VOLUME of 20 million. I am unclear if the Volume in the formula

needs to be show as "20,000,000" or "200,000", as in prior versions of Metastock (9.x) I was told that "Local data drops two digits on the volume.  Add two zeros to 50 for 5000 if using data on demand."

With Metastock 13, I am simply not sure which is correct.

 

Here's my formula:

LLV(L, 66) > 10 AND LLV(L, 66) < 20 AND Mov(V, 66, S) > 200000

 

 

MS Support  
#2 Posted : Tuesday, January 27, 2015 5:53:40 PM(UTC)
MS Support

Rank: Advanced Member

Groups: Moderators, Registered, Registered Users, Subscribers
Joined: 10/8/2010(UTC)
Posts: 1,971

Thanks: 94 times
Was thanked: 156 time(s) in 151 post(s)
Hi,

The DownLoader truncated 2 digits from the end of the volume during the download process. MetaStock 12 and later use Data On Demand so the true volume number should be reflected in your formula.

Unless you download data using The DownLoader, the dropping of 2 digits in your volume formulas is not required.

Tehcnically, one could collect data in the DownLoader and convert / import that data into MetaStock 13 but this would be the exception not the rule.

Edited by user Tuesday, January 27, 2015 11:48:49 PM(UTC)  | Reason: Not specified

thanks 1 user thanked MS Support for this useful post.
mark91345 on 1/27/2015(UTC)
mark91345  
#3 Posted : Tuesday, January 27, 2015 11:24:45 PM(UTC)
mark91345

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 1/6/2009(UTC)
Posts: 36
Location: Los Angeles

Thanks: 4 times
Originally Posted by: MS Support Go to Quoted Post
Hi,
MetaStock 12 and later use Data On Demand so the true volume number should be reflected in your formula.

 

This is what I needed to know. I do not use the Downloader, so I will be sure to enter the FULL Volume amount (in Metastock 13).

 

Thank you

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.