PureBytes Links
Trading Reference Links
|
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/
|