PureBytes Links
Trading Reference Links
|
Yes, exactly. I was trying to have solid white candles, solid red
candles, solid black candles, and hollow red candles based on what
the behavior of the candle is in relation to the previous candle.
It's a system used on StockCharts and probably elsewhere as well.
Unless there is a specific function for shading candles and
designating the color, I can't do that as far as I can tell.
Anyway, at this point, I'm having trouble just trying to create a
new template that is saved and loaded correctly. I see I have a lot
of trial and error work to do.
Thanks,
quad
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> I will try to understand your query
> If you select "Body Outline and Shadows" in preferences the candle
outline
> will be in black and the candle body will be in the designated
up/down
> colours, ie shades
>
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
>
> -----Original Message-----
> From: Quad Rate Serial Abby [mailto:quad_pumped_abby@x...]
> Sent: Monday, December 20, 2004 10:27 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Custom Chart Panes
>
>
>
> Thanks. I think I saw to do that with nested IIF statements, but
> how do you control shading of candle bodies? That's the part I
> don't understand. Maybe the program doesn't allow control of
that.
> Thanks for your help very much. This seems like a great forum and
I
> hope I can return the favors some day to people who are in the
> position I'm in now.
>
> quad
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> > Simply set up an IIF statement in the Plot color section
> > An example
> >
> > mycolor=IIf(C>O, colorBlue, IIf(C<O,colorRed,colorBlack));
> >
> > Plot(C, "Close", mycolor, styleCandle );
> >
> > Cheers,
> > Graham
> > http://e-wire.net.au/~eb_kavan/
> >
> > -----Original Message-----
> > From: Quad Rate Serial Abby [mailto:quad_pumped_abby@x...]
> > Sent: Monday, December 20, 2004 8:17 AM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: [amibroker] Re: Custom Chart Panes
> >
> >
> >
> > Ahh, thanks Graham. That's a definite improvement. But I still
> > can't get what I was originally looking for, which is four
> distinct
> > candles based on the price range of the candle in question as it
> > relates to the previous candle.
> >
> > That's OK. This makes it better. Page 91 of the users manual
> lists
> > various variables that can be used in indicator builder to
> construct
> > custom graphs, but I don't understand the complete use of these
> > functions so I don't know if they can be used. I'll still keep
my
> > eyes open for a candlestyle function. It's not vital, just a
> > prefernce of mine.
> >
> > quad
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx>
wrote:
> > > In preferences - charting - Candlesticks area - select None-Up
> > Hollow Candle
> > > Gives hollow up candle with the shadow/outline in the selected
> > colour, from
> > > either preferences colour or in the plot statement
> > >
> > > Cheers,
> > > Graham
> > > http://e-wire.net.au/~eb_kavan/
> > >
> > > -----Original Message-----
> > > From: Quad Rate Serial Abby [mailto:quad_pumped_abby@x...]
> > > Sent: Monday, December 20, 2004 7:11 AM
> > > To: amibroker@xxxxxxxxxxxxxxx
> > > Subject: [amibroker] Re: Custom Chart Panes
> > >
> > >
> > >
> > >
> > > Thanks Terry. I've already been there. That allows me to
> select
> > > the default versions supplied by AmiBroker, but doesn't allow
me
> > to
> > > customize it as I would like from what I can tell. I'll keep
> > > digging my way through the users guide and see if I come
across
> a
> > > function for shading candles. That was my point about the
edit
> > > formula not showing the candle information, only indicator
> > > information. Thanks again.
> > >
> > > quad
> > >
> > >
> > > --- In amibroker@xxxxxxxxxxxxxxx, Terry <MagicTH@xxxx> wrote:
> > > > Look in Preferences, Charts in the upper right corner.
> > > > --
> > > > Terry
> > > >
> > > > > From: "Quad Rate Serial Abby" <quad_pumped_abby@xxxx>
> > > > > Reply-To: amibroker@xxxxxxxxxxxxxxx
> > > > > Date: Sun, 19 Dec 2004 18:03:34 -0000
> > > > > To: amibroker@xxxxxxxxxxxxxxx
> > > > > Subject: [amibroker] Custom Chart Panes
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > I noticed in the default chart pane that AmiBroker
provides
> > black
> > > > > filled candles when the price on the candle closed lower
> than
> > the
> > > > > open. I have reviewed the section on linestyles and color
> > > styles,
> > > > > etc. I would like to set up my default chart to show
> > > white/hollow
> > > > > up candles (open lower than close, close higher than
previous
> > > > > close), red/solid down candles (close lower than open,
close
> > > lower
> > > > > than previous close), red/hollow down candles (close
higher
> > than
> > > > > open, close lower than previous close - this is a gap down
> with
> > > > > retracement candle), and black solid up candles (close
lower
> > than
> > > > > open, close higher than previous close - this is a gap up
> with
> > > > > retracement candle). I believe I know how to get the
colors
> > > > > assigned correctly incorporating nested IIF statements
with
> > color
> > > > > styles, but how do we get shaded candles? Also, when I
> click
> > > EDIT
> > > > > FORMULA while in the chart pane, I see the WRITEIF
> commentary
> > and
> > > > > bollinger band criterias, but nothing about how the
candles
> > were
> > > > > created. I would like to save the system default chart
> setup
> > as
> > > a
> > > > > different name to preserve it and make my own default
setup
> > > based on
> > > > > what I am used to. Any help would be appreciated.
> > > > >
> > > > > Thanks,
> > > > >
> > > > > quad
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Check AmiBroker web page at:
> > > > > http://www.amibroker.com/
> > > > >
> > > > > Check group FAQ at:
> > > > > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > > > Yahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Check AmiBroker web page at:
> > > http://www.amibroker.com/
> > >
> > > Check group FAQ at:
> > > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|