PureBytes Links
Trading Reference Links
|
Can anyone fill this in....I want to sort the array ( pricechange )...so
the output will be in ascending order...
I know I could just click on the column heading after the results are
in......but that is not what I wish at this time.
Thank you in advance.....it could be in Jscript or VBscript...
periods=9;
pricechange=ROC(Close,periods);
EnableScript("JScript");
<%
// sort the array
%>
Filter=1;
AddColumn(pricechange,"% Change");
Anthony
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|