View Single Post
  #3 (permalink)  
Old 05-30-2006, 01:05 AM
huaxia009 huaxia009 is offline
Junior Member
 
Join Date: Mar 2006
Posts: 7
huaxia009 is on a distinguished road
Quote:
Originally Posted by thorr
int counted_bars=IndicatorCounted();
limit = Bars-counted_bars;
for(i=0;i<limit;i++) {
........

thanks a lot.
but this method can also be used in expert advisor?
Reply With Quote