[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reading Display range



PureBytes Links

Trading Reference Links

Herman,
Explore now for the last n=1 quotation with the
F1=(Cum(1)==1)*DateNum();
F2=(Cum(1)==LastValue(Cum(1)))*DateNum();
Filter=1;
AddColumn(Highest(F1),"");
AddColumn(Highest(F2),"");

but, you should also ...sleep [from time to time]
DT
--- In amibroker@xxxx, "Herman van den Bergen" <psytek@xxxx> wrote:
> Hi,
> 
> Is there a way to read the date or bar-number of the first and last 
bar
> displayed?
> 
> Many thanks!
> 
> Herman.