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

Notification

Icon
Error

Options
Go to last post Go to first unread
muguntha  
#1 Posted : Tuesday, April 13, 2010 1:24:53 PM(UTC)
muguntha

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/21/2010(UTC)
Posts: 4

Hello Friends and seniors this is muguntha (new member) I need Explorations in - Today volume is> than 5 days average volume and price >100.Thanks in advance
johnl  
#2 Posted : Tuesday, April 13, 2010 7:12:57 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Try something like:


a1:=V>Mov(V,5,S);
a2:=C>100;
a3:=a1*a2;
a3

muguntha  
#3 Posted : Tuesday, April 13, 2010 9:42:40 PM(UTC)
muguntha

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/21/2010(UTC)
Posts: 4

Thanks for your replay but sorry I forget to post my exact need. I want Exploration
Todays volume is greater than 5 days average volume Close Price >100
Example
Symbol | 5Daysaverage Volume | Today Volume| Changes% | Price (>100)
xyz 1,00,000 1,10,000 10% 100.00
wabbit  
#4 Posted : Tuesday, April 13, 2010 10:12:27 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
Try reading through the MS User Manual and doing the exercises in the free Equis Formula Primer, as these will help you to write your own explorations, collecting and formatting the data as you need.



wabbit [:D]

muguntha  
#5 Posted : Tuesday, April 13, 2010 11:44:36 PM(UTC)
muguntha

Rank: Newbie

Groups: Registered, Registered Users
Joined: 3/21/2010(UTC)
Posts: 4

Thanks Mr Wabbit I am newbie so please provide some video tutorial links for understanding and writing exploration
wabbit  
#6 Posted : Wednesday, April 14, 2010 12:28:40 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
I would start at the beginning and read the MS Users Manual.


wabbit [:D]

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.