Discussions
»
Product and Service Development
»
Formula Assistance
»
How to scan for stock in 2/3 months period having a 'v' shape look or tick
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 ?
|
|
|
|
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)
|
|
|
|
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)
|
Discussions
»
Product and Service Development
»
Formula Assistance
»
How to scan for stock in 2/3 months period having a 'v' shape look or tick
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.