DALE÷!This file is covered in the April 2006 Opening Bell. This is a momentum indicator Linda Bradford Raschke uses. !This Momentum indicator calculates the difference between a 3 and 10 day moving average. !A 16-period moving average is then computed on the momentum indicator. !The Bullish and Bearish rules can be used for Color Studies. Momentum is simpleavg([close], 3) - simpleavg([close], 10). MomentumAvg is simpleavg(momentum, 16). Bullish if Momentum > 0. Bearish if Momentum < 0.  Rule Library˙˙ CCodeViewˇ˙˙˙˙00:00