Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 2/2/2005(UTC) Posts: 307
Thanks: 7 times Was thanked: 3 time(s) in 3 post(s)
|
I'm looking onto creating a Momentum Scan in Metastock Exploration.
The Momentum scan will filter stock with the following criteria.
- New All Time High
- Quartley Earnings Increasing
- Minimum Price $5.00 Maximum Price $100.00
- Indicator >= 2
- Market Capital .= $2 Billion
- Volume % Increasing >= 200%
- Average Volume > 100,000
How would we create a Exploration in Metastock? Would it be possible to create in Metastock?
Any Body have any suggestion that can help me create the formula.
Thank you
Nasdaqtrader
|
Regards,
Frank Koenig
Trade Like a Pro
Trend is your Friend |
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
The Momentum scan will filter stock with the following criteria.
- New All Time High
- Quartley Earnings Increasing
- Minimum Price $5.00 Maximum Price $100.00
- Indicator >= 2
- Market Capital .= $2 Billion
- Volume % Increasing >= 200%
- Average Volume > 100,000
H=Highest(H)
Quarterly Earnings are a fundamental Analysis value, You will have to create this value for every asset
C>5 and C<100
What type of indicator?
Market Capital is another Fundamental data value, Again you will have to create this value for every asset
Volume % of todays volume or against an average?
Mov(V,10,S)>100000 { I used a 10 bar average}
|
|
|
|
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.