GI30065 7 posts msg #31287 - Ignore GI30065 | 
3/5/2004 6:11:41 AM
  1/ MACD fast line(12,26) crossed above MACD slow line(12,26) 0 days ago
 2/ Set at this moment "value close price" to string$ C1
 3/ Set at this moment "value fast line" to string$ M1
 4/ Look for privious MACD crossover buy signal
 5/ Set at this moment "value close price" to string$ C2
 6/ Set at this moment "value fast line" to string$ M2
  
 After this is done, we can use the following formule ===>
  
 IF M1 > M2    AND    C1 < C2    =    MACD positive divergence
  
 Please Note ===> MACD buy signal = fast line crosses above slow line
 
 Anyone?
 Thanks
 
 
 
  |