| WALLSTREETGENIUS 983 posts
 msg #65968
 - Ignore WALLSTREETGENIUS
 | 8/8/2008 1:31:45 PM 
 Agent Chetron -
 
 Your mission is to decode this into filter form. If you decide to take on this mission, your country (SF) will be counting on you to show them an incrdible reversal indicator. Good luck Agent "Chetron" we're all counting on you! LOL...
 
 Hey, I'll show you something really cool with Projection Oscillator(14), that most Osillators cant offer you. Think of the word "projection". As in...PLANNED for. You're gonna love this chet....
 
 Thanks in advance,
 
 
 RIGGS
 
 
 ========================================================
 
 
 Slope of High
 
 {14 period regression line of High)}
 ((14 * (Sum( Cum(1) * HIGH, 14))) - (Sum( Cum(1),14) * ( Sum(HIGH, 14)))) /
 ((14 * Sum( Pwr( Cum(1), 2), 14)) - Pwr( Sum(Cum(1),14), 2))
 
 Slope of Low
 
 {14 period regression line of Low}
 ((14 * (Sum( Cum(1) * LOW, 14))) - (Sum( Cum(1), 14) * ( Sum(LOW, 14)))) /
 ((14 * Sum( Pwr( Cum(1), 2), 14)) - Pwr( Sum(Cum(1),14), 2))
 
 Upper Projection Band
 
 Max(HIGH,
 Max( Ref(HIGH,-1) + 1 * Fml(”slope of high”),
 Max( Ref(HIGH,-2) + 2 * Fml(”slope of high”),
 Max( Ref(HIGH,-3) + 3 * Fml(”slope of high”),
 Max( Ref(HIGH,-4) + 4 * Fml(”slope of high”),
 Max( Ref(HIGH,-5) + 5 * Fml(”slope of high”),
 Max( Ref(HIGH,-6) + 6 * Fml(”slope of high”),
 Max( Ref(HIGH,-7) + 7 * Fml(”slope of high”),
 Max( Ref(HIGH,-  + 8 * Fml(”slope of high”),
 Max( Ref(HIGH,-9) + 9 * Fml(”slope of high”),
 Max( Ref(HIGH,-10) + 10 * Fml(”slope of high”),
 Max( Ref(HIGH,-11) + 11 * Fml(”slope of high”),
 Max( Ref(HIGH,-12) + 12 * Fml(”slope of high”),
 Ref(HIGH,-13) + 13 * Fml(”slope of high”))))))))))))))
 
 Lower Projection Band
 
 Min(LOW,
 Min( Ref(LOW,-1) + 1 * Fml(”slope of low”),
 Min( Ref(LOW,-2) + 2 * Fml(”slope of low”),
 Min( Ref(LOW,-3) + 3 * Fml(”slope of low”),
 Min( Ref(LOW,-4) + 4 * Fml(”slope of low”),
 Min( Ref(LOW,-5) + 5 * Fml(”slope of low”),
 Min( Ref(LOW,-6) + 6 * Fml(”slope of low”),
 Min( Ref(LOW,-7) + 7 * Fml(”slope of low”),
 Min( Ref(LOW,-8) + 8 * Fml(”slope of low”),
 Min( Ref(LOW,-9) + 9 * Fml(”slope of low”),
 Min( Ref(LOW,-10) + 10 * Fml(”slope of low”),
 Min( Ref(LOW,-11) + 11 * Fml(”slope of low”),
 Min( Ref(LOW,-12) + 12 * Fml(”slope of low”),
 Ref(LOW,-13) + 13 * Fml(”slope of low”))))))))))))))
 
 Projection Oscillator
 
 100 * (CLOSE -
 Fml( “Lower Projection Band” )) /
 ( Fml( “Upper Projection Band” ) -
 Fml( “Lower Projection Band” ))
 
 
 
 =========================================================
 
 
 
 
 
 - WALLSTREETGENIUS -
 
 
 
 
 |