|
Prashanth, Try this, load into AA window...select current symbol, and all quotations, explore.
NewMonth = Month() != Ref( Month(), 1 ); StartValue = ValueWhen( NewMonth, Close, 2 ); EndValue1 = ValueWhen( NewMonth, Close, 1 ); Filter = NewMonth; AddColumn (Month(), "Month", 1.0 );AddColumn (100*( EndValue1 - StartValue )/StartValue, "Percentage change" );
Anthony __._,_.___ 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 other support material please check also: http://www.amibroker.com/support.html
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- Re: [amibroker] Explore for getting Monthly Returns Anthony Faragasso
