PureBytes Links
Trading Reference Links
|
This one bugs out with the button ticked, ok if loaded into any window.
//MACD
X = OBV();
ms = 26;
mf = 12;
mg = 9;
myMACD = EMA(X,mf) - EMA(X,ms);
mySignal = EMA(myMACD,mg);
Plot(myMACD,"myMACD",colorBlue,styleLine);
Plot(mySignal,"mySig",colorRed,styleLine);
Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia
-----Original Message-----
From: Tomasz Janeczko [mailto:tj@xxxxxxxxxxxxx]
Sent: Sunday, 20 April 2003 1:56 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] In case of problem with 4.32.0 beta...
Hello,
In case you experience crash(es) with 4.32.0 beta
you may try the following:
Go to Tools->Preferences "AFL" tab
and uncheck "Enable agressive garbage collection (experimental)"
and see if this helps.
BTW: if someone finds the formula that causes problems
with this setting enabled I would appreciate sending the formula
for checking to me.
Best regards,
Tomasz Janeczko
amibroker.com
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 ---------------------~-->
Rent DVDs Online-No late fees! Try Netflix for FREE!
http://us.click.yahoo.com/YKLNcC/oEZFAA/i5gGAA/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/
|