PureBytes Links
Trading Reference Links
|
Thanks Steve
That gives me a start. So much to learn.
Graham
>
> Here is a recent one that I saved...
>
> Steve
>
> --------------------------------------------------------------------
-----------
>
> Here it is - every bar color change in - actually 24 bit palette
every bar
> different color !
>
> Plot( Close, "Price", colorBlack, styleCandle );
> BkCOlor = ColorRGB( BarIndex() % 255, BarIndex()/255 % 255, 255 -
BarIndex()
> % 255 );
> Plot( 1, "", BkColor, styleArea | styleOwnScale | styleNoLabel, 0,
1 )
>
> (This is one of many possible ways, the other way is using low-
level gfx).
>
>
> ----- Original Message -----
> From: "Graham Johnson" <grahamj@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, October 24, 2007 5:15 AM
> Subject: [amibroker] Chart Background Colour
>
>
> >I know that there was a recent post by Tomasz detailing the
methodology
> > for setting the background colour on a bar by bar basis - but,
after a
> > lot of searching, I can't find it.
> >
> > Any help, please.
> >
> > Graham
> >
> >
> >
> > 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/
|