[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Explorer Formulas



PureBytes Links

Trading Reference Links


On Sat, 13 Dec 1997 12:32:46 -0600 Lionel Issen <lissen@xxxxxxxxxx>
writes:
>Include me too.  I need better entry explorations than I have now.
>
>Lionel
CCIF-P {formula for cci fibonacci peak}:

(CCI(8)+CCI(13)+CCI(21))/3

EXPLORATION:
buy: {COLA}
Fml("CCIF-P")>Ref(Fml("CCIF-P"),-1) AND
Cross(Fml("CCIF-P"),-100) OR
Cross(Fml("CCIF-P"),100)

sell:{COLB}
Fml("CCIF-P")<Ref(Fml("CCIF-P"),-1) AND
Cross(100,Fml("CCIF-P")) OR
Cross(-100,Fml("CCIF-P"))

filter:COLA=1 OR COLB=1

on my charts i have the ccif-p as an indicator with a horizontal line @
+100 & -100.

best regards,
mike