Beschreibung für System 'Kopie von 1' Uhrzeit: 16.04.2003 15:04:03 Angelegt am: 30.03.2003 14:58:53 Zuletzt bearbeitet: 16.04.2003 15:02:34 Komprimierung: Intraday 19 Minuten ***** Regeln ****** Enter Long: (Proc Bollinger Long: calc BollBand: BBandBot(Close, days(151), W, 1.679); calc OutsideLowAbstand: BarsSince(LLV(Close,days(3))100,1) AND Cross(CCI, -18,1)=1 End;) Enter Short: (Proc Bollinger Short: calc BollBand: BBandTop(Close, days(25), TRI, 2.203); calc OutsideHighAbstand: BarsSince(HHV(Close, days(32))>BollBand, 1); const MinAbstand: days(19); const MaxAbstand: MinAbstand+days(16); Zwischen(OutsideHighAbstand, MinAbstand, MaxAbstand) End;) AND (Proc CCI-Schnitt nach Hochpunkt: const P_CCI: 1+days(32); calc CCI: CCI(P_CCI); BarsSince(CCI>100,1)