| 
 PureBytes Links 
Trading Reference Links 
 | 
 Did 
you try using  
  
Intercept = Cross( Price, MA(C,3) ) ? 
  
or if 
you need the Intercept price: 
  
InterceptPrice = Valuewhen( Intercept, C); 
  
best 
regards, 
herman 
   I have tried to calculate an 
  intercept of price and a ma. I tried
  for(i=0; THi2<THi; 
  i++)      // 
  THi2>Test      Test++  This is the 
  logic {    THi = High + (i/100);// Test High = High + .01 
  incrument    THi2 = DEMA(THi, 3);      
  // DEMA of Test High }
  had no luck saving it, so I modified it to 
  
  // Calculate the intercept MB = 1;
  for(i=0; MB > 0; 
  i++)            // 
  THi2>Test      Test++  This is the 
   logic {  THi  = High + (i/100);      
        // Test High = High + .01 
   incrument    THi2 = DEMA(THi, 
  3);            // DEMA of 
  Test High    MB   = IIf(THi2>THi, 1, 
  0);      // Test to Make/Break 
  loop } //   no luck either
  I must be missing 
  something.
  Carl
 
 
 
 
  Check AmiBroker web 
  page at: http://www.amibroker.com/
  Check 
  group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  
  
  
Check AmiBroker web page at: 
http://www.amibroker.com/ 
 
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
  
 
 
Yahoo! Groups Links 
  |