PureBytes Links
Trading Reference Links
|
It appears you don't have to add code before //Indicator end line,
just append following line to existing price chart code and the
additional info appears in tool tip window. Don't worry about
disrupting the code, adding this line is safe.
Plot(ROC(width,1),"\nBwidthPctChg",1,styleNoDraw);
Johan
--- In amibroker@xxxxxxxxxxxxxxx, "mrdavis9" <mrdavis9@xxxx> wrote:
> Thanks for the suggestions. My builtin price chart has
> #include "C:\\program
files\amibroker\afl\include\writeuponstock.afl";
>
> and I tried using
> #include "C:\program
files\amibroker\afl\include\writeuponstock.afl", and , Progra~1 ,
and neither of them worked.
>
> I am pretty sure that I would overheat my brain once again if I
tried to learn all about WriteIf. Also,from what I read in Help,
WriteIf() would be of no use in getting ,"BwidthPctChg",to appear in
the popup menu.
>
> Further, I found nothing in help about modifying built-in
indicators. I looked at past posts of how to add to the builtin
indicators, and none of them even mentioned the popup menu.
>
> Does anyone have other ideas of how to make the builtin popup
menus display additional information? Ron D
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|