PureBytes Links
Trading Reference Links
|
If you want to create a custom indicator, just add a new one to the list in
IB window Custom charts, then type in what you want. If RSI(9) then
Plot(RSI(9),"RSI",colorred,styleline);
Much simpler this way
Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia
-----Original Message-----
From: richardlboroff [mailto:rboroff@xxxxxxxx]
Sent: Friday, 25 April 2003 3:32 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Basics - making a custom indicator
OK, I'm making progress.
Removed the line at the top that says do not remove.
However
-----------------------------------------------------------------
//--RSI BUY
range = Prefs( 9);
_N( ranstr = "("+WriteVal( range, 1.0 )+")" );
Plot( vrsi = RSI(range), "RSI" + ranstr, -8 );
------------------------------------------------------------------
I've got prefs 9, for a nine period rsi,
but on the chart it says RSI(10)
What now?
Richard
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 ---------------------~-->
Get A Free Psychic Reading!
Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/pDi3hB/OC5FAA/AG3JAA/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/
|