PureBytes Links
Trading Reference Links
|
Hello,
Perhaps something like below where Cond33/Cond44 are your plots of days.
for( i = 0; i < BarCount; i++ )
{
if( Cond33[i] ) PlotText( "Today is Monday" , i, L[ i ]-dist[i], colorRed );
if( Cond44[i] ) PlotText( "Friday" , i, H[ i ]+dist[i], colorGreen );
}
Jerry Gress
Stockton, Ca.
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of Mohammed
Sent: Thursday, February 28, 2008 9:26 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Day's Name abbreviation.
Hi all,
I'm using WeeklyBar = DayOfWeek() == 0; To plot a small arrow bellow
the weekly bar in daily chart.
Any one can help please to plot the abbreviation of the day as (Sun,
Mon, Tue, wed, Thu, Fri and Sat).
I search the AmiBroker Site and On-line Reference But I couldn't find
any.
I will appreciated your help.
Regards
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
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/
|