| 
 PureBytes Links 
Trading Reference Links 
 | 
Tomasz,
 
When was **BarCount** added, can this take the place of Cum(1) in our
formulas...
 
x=BarCount;
y=Cum(1);
z=BarIndex()+1;
Filter=1;
AddColumn(x,"barcount",1);
AddColumn(y,"cum(1)",1);
AddColumn(z,"Barindex()+1",1);
Anthony
 
. 
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
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/ 
 
 |