PureBytes Links
Trading Reference Links
|
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
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Z_CBYA/vB5FAA/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/
|