PureBytes Links
Trading Reference Links
|
If you mean "find the upmove from below the Zero line", use
cross(cond3,0);
Bob
-----Original Message-----
From: theoldchartreader [mailto:theoldchartreader@xxxxxxxxx]
Sent: Wednesday, July 16, 2003 11:50 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] MACD below 0?
Hi,
How can I get this formula to find the upmove below the Zero line?
Cond1=MACD(12,26);
Cond2=Signal (12,26,9);
PlotGrid(0,colorGreen);
Cond3=Cond1-Cond2;
Buy=Cond3>Ref(Cond3,-1);
Thank you once again,
Dennis
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 http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Control Hunger EZ with fast acting oral EZ Appetite Suppressant Spray
from VitaminBoost.com. 1 Month Supply - 2oz., 80 sprays: $19.97.
http://www.challengerone.com/t/l.asp?cid=2866&lp=ezappetite3.html
http://us.click.yahoo.com/aSJFwB/XWXGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|