PureBytes Links
Trading Reference Links
|
I ran into something like this lately and I was told to add the the
following to the formula. Try adding this and see if that solves the
problem.
SetBarsRequired( 1000000, 1000000 ); // forces all the data to be
used to the formula.
It appears the charts use only enough data to plot the chart but at
times will have different results from the formulas. Explore uses
all the bars.
Barry
--- In amibroker@xxxxxxxxxxxxxxx, "Chuck" <cstangor232@xxxx> wrote:
>
> When I run an exploration with filter = 1:
>
> 1. The HLOC of each bar prints properly on the Exploration
printout.
> 2. However a calculated variable, which prints fine when I
mouseover the
> bar on the chart does not print correctly.
>
> The periodicity of the chart and the Exploration match.
>
> Any thoughts?
>
> Thanks
>
> ----- Original Message -----
> From: "scourt2000" <stevehite@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, October 28, 2005 9:31 AM
> Subject: [amibroker] Changing internal color of price candles
>
>
> >
> > Do other Amibroker users find that it would be a useful addition
to be
> > able to change the internal candle colors of a candle chart
without
> > changing the candle outline color during runtime?
> >
> > Currently, I believe it is only possible to either change the
outline
> > color on-the-fly but the internal colors are set in the Color
> > Preferences and they cannot be changed programatically:
> >
> > Plot(Close, "", colorBlack, styleCandle);
> >
> > Above, changing the colorBlack to another color will just change
the
> > outline. I'd like the outline to stay black but be able to
change the
> > internal color candle.
> >
> > [A lot of questions about changing price bar colors have been
> > mentioned on this thread, but they have pertained to
using "styleBar")]
> >
> > Steve
> >
> >
> >
> >
> >
> > 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/
|