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

Re: [amibroker] price change filter from year to date to present



PureBytes Links

Trading Reference Links

Hello,
 
Check this out
 

// Change btw 2 Dates

Filter = 1;

AA = ParamDate("Start","2007-04-20");

AB = ParamDate("End","2007-05-30");

A = ValueWhen(DateNum()==AA, C);

B = ValueWhen(DateNum()==AB, C);

D = (100*B)/A - 100;

AddColumn(A,"Start");

AddColumn(B,"End");

AddColumn(D,"Change in Percent");

Cheers

Prashanth

----- Original Message -----
Sent: Sunday, August 19, 2007 5:08 AM
Subject: [amibroker] price change filter from year to date to present

Can anyone suggest how to create a price change list in Amibroker?

I would like to start on a certain date and end on a certain date and
have a list generated that would show the price change up or down in
% terms.

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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html





SPONSORED LINKS
Investment management software Investment property software Investment software
Investment tracking software Return on investment software

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___