[amibroker] Re: Changing Axes color via AFL

2007-03-12 Thread ericleake
id() will do the grid. > > Bill > > - Original Message - > From: "ericleake" <[EMAIL PROTECTED]> > To: > Sent: Monday, March 12, 2007 1:24 PM > Subject: [amibroker] Changing Axes color via AFL > > > >I am aware of the chart background color

[amibroker] Changing Axes color via AFL

2007-03-12 Thread ericleake
I am aware of the chart background color functions, but is there a way to change the grid color and axes color via AFL? -Eric.

[amibroker] Re: can i change each work sheet background to different colours in AB 9

2007-03-12 Thread ericleake
What about changing the Axes color via AFL? -Eric. --- In amibroker@yahoogroups.com, Graham <[EMAIL PROTECTED]> wrote: > > 1. Background per cvhart can be done in AFL using functions > *SetChartBkColor( color ) ; > **SetChartBkGradientFill( topcolor, bottomcolor, titlebkcolor = default ) ;* > Jus

[amibroker] Data providers

2006-06-21 Thread ericleake
Two questions: 1.Currently considering CSI data, and wondering how the reinvested dividend data compares to Fasttrack. So far, Fasttrack handles reinvested dividends the best, wondering if CSI is comparable. From my research, Quotes Plus is not much better than eSignal with dividends. 2. Can o

[amibroker] Re: ATR on Closes only?

2006-04-27 Thread ericleake
oogroups.com, Tim Gadd <[EMAIL PROTECTED]> wrote: > > Eric, > > If i understand your question, wouldn't > > abs(MA(Roc(c, 1), x)); > > give you the average range between bar-to-bar closing > prices (regardless of up or down) for period x? > > Tim >

[amibroker] ATR on Closes only?

2006-04-27 Thread ericleake
Can anyone think of a way to use the ATR function on just the Close array, instead of examining H and L ? Thanks! -Eric 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 o

[amibroker] Value on date

2006-03-30 Thread ericleake
I'm sure this is simple, but how does one find the value of an array on a specific date? Example: Close on 2/28/2006? I have tried various combindations of ValueWhen and DateNum, but haven't found the solution yet. I've also tried BeginValue and EndValue, but those seem to referrence the selec