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" <[EMAIL PROTECTED]> 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? > > >
