View Single Post
  #26 (permalink)  
Old 06-25-2006, 06:05 AM
witchazel witchazel is offline
Junior Member
 
Join Date: May 2006
Posts: 20
witchazel is on a distinguished road
Red face

would the program run a loop through 2 types of MAs for the last time period and find the best and then use it for this period?

eg.

for (i=1;i<100;i++) for(u=1;u<100;u++) {
compare ma(i) to ma(u)
}

Last edited by witchazel; 06-25-2006 at 07:44 AM.
Reply With Quote