PureBytes Links
Trading Reference Links
|
column a .........L>ref(L,-1)
column b ..........c>ref(c,-1)
column c ..........stoch(5,3)<30
column d ..........cross (mov(c,9,e), mov(c,18,e)
column e ..........cross (mov(c,4,e),mov(c,9,e)
after the runnig the expolaration
in the report, columns will be filled with -1 and +1
You can understand what -1and +1 is indicating.
In "filter" write down the following formula;
when(L>ref(L,-1)) and when(c>ref(c,-1)) and when(stoch(5,3)<30) and when (cross (mov(c,9,e), mov(c,18,e)) and when(cross (mov(c,4,e),mov(c,9,e))
Equilibria.
PS. I hope this will fulfill your request.
“That which hath been is what will be,
that which is done is what will be done,
and there is nothing new, under the sun.”
----- Original Message ----
From: richmanmg <mmghani@xxxxxxxxx>
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Friday, February 16, 2007 3:23:17 PM
Subject: [EquisMetaStock Group] Need an indicator formula and filter.
I need a formula to do an exploration in MS which has the following
criteria.
1) Today's low lower then yesterday's low and today's close higher then
yesterday's close. If possible to include stochastic at over sold
region. AND
2) Where 9 EMA crosses 18 EMA finally 4 EMA crosses 9 EMA from below.
____________________________________________________________________________________
8:00? 8:25? 8:40? Find a flick in no time
with the Yahoo! Search movie showtime shortcut.
http://tools.search.yahoo.com/shortcuts/#news
[Non-text portions of this message have been removed]
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|