PureBytes Links
Trading Reference Links
|
Just
string them together with AND
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>cond1=c>ma(c,20);
<FONT face=Arial color=#0000ff
size=2>cond2=ma(c<20)>ma(c,35);
<FONT face=Arial color=#0000ff
size=2>cond3=ma(c,35)>ma(c,50);
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>filter=cond1 and cond2 and cond3;
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: jmbruegge
[mailto:jmbruegge@xxxxxxxxx]Sent: Monday, September 29, 2003 3:32
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Potential new formula ?Does anyone have any idea how to
write the following formula? "Find all stocks, indices, etc..
whose price is above it's 20 day simple moving average, AND whose 20 day
simple moving average is above its 35 day simple moving average AND whose 35
day simple moving average is above its 50 day simple moving
average"or an earlier indicator "all stocks whose price has crossed
above the 20 day simple moving average and whose 20 day simple moving
average has crossed above the 35 day simple moving average" ??Morgan
Stanley's head technician uses this religiously.Thank you in advance.
jgcbrueggeSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|