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

Notification

Icon
Error

Options
Go to last post Go to first unread
vladimir  
#1 Posted : Sunday, July 1, 2007 11:44:00 PM(UTC)
vladimir

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 7/1/2007(UTC)
Posts: 33

Hi,

I am a novice to metastock.

I like to know whether I can scan using the explorer for all stock

within a 2/3 months period having a shape of 'v' or tick (it should be

like a small dip, followed by a up trend, looking like a tick)

How can it be done in metastock programming ?

amory  
#2 Posted : Tuesday, July 10, 2007 8:17:04 PM(UTC)
amory

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 4/18/2007(UTC)
Posts: 99
Location: sydney australia

a primitive effort, using the Trough function:

put a c (for closing price) in column A

and in filter:

(Trough(1,close,35)<c*.8) and close>mov(close,30,s) and close>ref(c,-1) and close>ref(c,-2)

amory  
#3 Posted : Tuesday, July 10, 2007 8:42:19 PM(UTC)
amory

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 4/18/2007(UTC)
Posts: 99
Location: sydney australia

maybe the first part of the filter should read:

(alert(trough(1,close,50)),40<c*.8) and etcetera

By the way, why wasn't I able to cut & paste directly from metastock, it used to work OK? good thing it wasn't a lengthy formula!

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.