No, it can capture all fields but uses only Last (and Volume) to 
build your average chart.

High & Low are just references to High/Low of the day. You can plot 
those too, but they are very static most of the time.

Perhaps I misunderstand your problem.

--- In [email protected], "vosmerkin.evgen" 
<[EMAIL PROTECTED]> wrote:
>
> So when I add a symbol Amibroker decides itself what field to 
capture
> - Last or High or some other (depending on the chart)?
> 
> --- In [email protected], "treliff" <treliff@> wrote:
> >
> > High from your data provider represents the High of the DAY, 
while 
> > High in AB (meaning a certain bar's High) is calculated 
internally 
> > based on your timeframe. They are completely different.
> > 
> > 
> > --- In [email protected], "vosmerkin.evgen" 
> > <vosmerkin.evgen@> wrote:
> > >
> > > I've made DDE connection to Excel. In excel sheet I have fields
> > > "Ticker" , "Last", "High", "Low" etc.
> > > In DDE plugin I've wrote 
> > > DATA!{ticker}_Last
> > > DATA!{ticker}_High etc. in corresponding fields.
> > > 
> > > Excel's cells were named like {ticker}_Last...etc.
> > > I've added in amibroker symbol {ticker}. Chart - Price. AB 
captures
> > > data from Last field, changes in High, Low fields do not 
reflect in
> > > amibroker. 
> > > 
> > > What do I do wrong? How can I see changes in High and Low?
> > >
> >
>


Reply via email to