Rank: Newbie
Groups: Registered, Registered Users Joined: 1/13/2012(UTC) Posts: 3
|
Hello. I would like to use the explorer to screen the stock by volume / turnover:
1) May I know how to screen the stock by the turnover? (e.g. the average volume in last 100 trading days is over $ 5mil per day) ...... I think it is volume * close , so V*C .... but I don't know what to do next :(
2) If I would like to define : the average volume in last 100 trading days is higher than 5millions per day, how to set the formula?
pls help :D ....... thank you very much!
|
|
|
|
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)
|
You obviously need to spend more time with the MS User Manual and the free Equis Formula Primer: Code:
turnover:=V*C;
avTurnover:=mov(turnover,100,s);
{plot}
avTurnover>5000000;
wabbit [:D]
|
|
|
|
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)
|
|
|
|
|
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.