PureBytes Links
Trading Reference Links
|
No left axis scale shows
But why not create your own custom indicator with what you want
Plot(c,"price",colorblack,stylecandle);// or stylebar
period = Param("period", 7, 2, 40, 1);
Plot(StochK(period), "stochK", 29, 1+65536+32768, 0, 100);
Title =Name()+" "+Date()+" "+ EncodeColor(colorGreen) + "some" +
EncodeColor(colorRed) +"new" + "\ntitle" ;
Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia
-----Original Message-----
From: nobody_xyz2002 [mailto:nobody_xyz2002@xxxxxxxxx]
Sent: Monday, 22 September 2003 3:03 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] LeftAxisScale & Tilte visiblility problem
hello,
In built-in "PRICE" at the very beginning I added following lines:
period = Param("period", 7, 2, 40, 1);
Plot(StochK(period), "stochK", 29, 1+65536+32768, 0, 100); Title =
EncodeColor(colorGreen) + "some" + EncodeColor(colorRed) +"new" + "\ntitle"
;
//--Indicator-End--
1. although StochK is plotted there is no left scale axis with its values on
the left side. 2. Title doesn't change as above.
Is it possible to have values displayed on the left side axis and title in
the form: Title = [OldTitle] + "some new title" ?
regards,
mirek
------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy
Remanufactured Ink Cartridges & Refill Kits at MyInks.com for: HP $8-20.
Epson $3-9, Canon $5-15, Lexmark $4-17. Free s/h over $50 (US & Canada).
http://www.c1tracking.com/l.asp?cid=6351
http://us.click.yahoo.com/0zJuRD/6CvGAA/qnsNAA/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/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
ReplayTV: Control live television
Special Sale: 50% off ReplayTV
CNet Ranked #1 over Tivo!
http://us.click.yahoo.com/aUMW7B/A6qGAA/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/
|