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

Re: [amibroker] Ref. specific data



PureBytes Links

Trading Reference Links

Hello,

Here is a little sample. Load into AA , set to current stock, range all
qoutations and click explore, you should see a 1 and the close price.

StartCal=IIf(DateNum()==1020103 AND Close,1,0);
priceOFclose=ValueWhen(startCal,Close);
Filter=1;
AddColumn(startcal,"startCal");
AddColumn(priceOFclose,"Close");


jgholson wrote:

> Guys/Gals:
>
> this may have been asked...if it has i apologize:
>
> Is there a way to refrence specific data in AB? In other words if I
> want the close on January 3rd to be refrenced to start my
> calculation. I also need to use the specific date to make a
> calculation. I actually want to calculate market days between
> specific dates.
>
> any help would be greatly appreciated!
>
> Thanks
> JG
>
>
> Yahoo! Groups Sponsor
ADVERTISEMENT


>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.