satyam
what are the figures of fib moving avgs ?
The first number is zero, the second number is 1. Now add the previous two numbers get the third number and so on.
0, 1, 1 (0+1), 2 (1+1), 3 (1+2), 5 (2+3), 8 (3+5), 13 (5+8), 21 (8+13) ..... and so on.
Now delete the first 4 numbers. Remaining are 3,5,8,13,21,34 ..... so on.
The magic is The ratio of every consequtive numbers are same.
3/5 = 5/8 = 8/13 = 13/21 = 21/34 ...... = 0.618 (approx)
or 5/3 = 8/5 = 13/8 = 21/13 = 34/21 ....... = 1.618 (approx)