PureBytes Links
Trading Reference Links
|
Hi Dennis,
I used this one a couple of years back
in an earlier version of AB.
Graph0 = MACD();
Graph1 = Signal() ;
Graph2= Graph0-Graph1;
Buy=Graph2>Ref(Graph2,-1) AND Graph2<0;
Regds Gerard
--- In amibroker@xxxxxxxxxxxxxxx, "theoldchartreader"
theoldchartreader@xxxx> wrote:
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
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges & Refill Kits for Your Epson at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5705&lp=home/epson.asp
http://us.click.yahoo.com/brYXfA/_xWGAA/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/
|