PureBytes Links
Trading Reference Links
|
If I do I will post it here for reference.
George
--- In amibroker@xxxxxxxxxxxxxxx, "Dave's Laptop" <dlittner@xxxx> wrote:
>
> I am not sure if you can change the outline of the candles. Let us
know if
> you figure out how to.
>
>
> -----Original Message-----
> From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]
On Behalf
> Of gnader_2000
> Sent: Thursday, December 29, 2005 6:25 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Candel Color
>
> Great! that is what I needed - the only thing I seem to be able to
> change on the candels is the outline color using this type of code - I
> will switch to bars and hopefully move on with my project.
>
> Again - thanks,
>
> George
>
> --- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> >
> > Just define the colours you want with a variable
> > barcolour = iif( c>ma(c,20), colorgreen, colorred);
> > plot( c, "", barcolour, stylebar );
> >
> > With candles you need to check the infill of the candle as selected in
> > peferences.
> > You can have solid, hollow up ordown etc. Sometimes only the tails and
> > outline chanes colour from the AFL, you will need to experiment. I
> > find bars easier to modify colours from AFL.
> >
> > --
> > Cheers
> > Graham
> > AB-Write >< Professional AFL Writing Service
> > Yes, I write AFL code to your requirements
> > http://e-wire.net.au/~eb_kavan/ab_write.htm
> >
> >
> >
> > On 12/30/05, gnader_2000 <zepplin@xxxx> wrote:
> > > Great - thanks. I should have been said that I want to have the
> > > candels color change once it is above or below an MA and as long
as it
> > > is say below the MA I want it to stay that color.
> > >
> > > Thanks again - appreciate it
> > >
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, K Lalchand <klal25@xxxx> wrote:
> > > >
> > > > Click on "Preferences" --> "Colors"
> > > >
> > > > gnader_2000 <zepplin@xxxx> wrote: Anyone know how I can
> > > change the default candel stick colors?
> > > >
> > > > Thanks,
> > > >
> > > > George
> >
>
>
>
>
>
>
>
> 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 other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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 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/
<*> 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/
|