PureBytes Links
Trading Reference Links
|
Use ToolTip reserved variable. I don't know if there is a way to remove default Date and Value from ToolTip:
/*** START ***/
Title =
"\\c25"+Name()+
"\\c11 "+Interval(2)+" "+Date()+
"\\c34 "+FullName()+
"\\c-1 O="+O+
" H="+H+
" L="+L+
" C="+C+
" V="+V;
t_t =ToolTip="O = "+O+
"\n"+ToolTip="H = "+H+
"\n"+ToolTip="L = "+L+
"\n"+ToolTip="C = "+C+
"\n\n"+ToolTip="V = "+NumToStr(V,1.0);
Plot(C, t_t, 26, 64);
SetChartOptions(0, chartShowDates);
/*** END ***/
--- In amibroker@xxxxxxxxxxxxxxx, James <jamesmemphis@xxx> wrote:
>
> I have the same price chart in sheet 1 and sheet 2. (Different indicators and systems, but same price chart and volume.) In the first sheet, tooltips window gives me Date & Time, Value:, Open:, High:, Low:, Close:, Volume:, Open Int:., Colse =, Volume() =
> Second sheet gives me
> Date & Time, Value:, Close:, EMA(Close,30)
>
> Cannot see any indication how to control this within the formula. How do I control what is displyed in the tooltips window?
>
> TIA,
> James
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|