DALE#!! TRADING WITH AN ADAPTIVE PRICE ZONE ! Author: Lee Leibfarth, TASC September, 2006 ! Coded by: Richard Denning 07/06/06 ! CODING ABBREVIATIONS: H is [high]. L is [low]. C is [close]. Price is C. LL1 is 65. BB1 is 1.8. PP1 is round(sqrt(LL1)). dsEMA is expavg(expavg(Price,PP1),PP1). RdsEMA is expavg(expavg(H - L,PP1),PP1). UpAPZ is dsEMA + BB1 * RdsEMA. DnAPZ is dsEMA - BB1 * RdsEMA. ! COLOR BAR STUDY Green if L <= DnAPZ and [ADX] < 30. Red if H >= UpAPZ and [ADX] < 30. ! TRADING SYSTEM ADXco is 30. ! Note: set ADX value to default of 14. LE if [ADX] <= ADXco and L <= DnAPZ. LX if [ADX] > ADXco or H >= UpAPZ. SE if [ADX] <= ADXco and H >= UpAPZ. SX if [ADX] > ADXco or L <= DnAPZ. ! RANKING ADX is [ADX]. RC30 is (C / valresult(C,30) - 1) * 100.  Rule Libraryÿÿ CCodeViewLEÿÿ CReportViewÐSymbolÀ<±HighÀO¡UpAPZÀO±LowÀO¡DnAPZÀO¡BpctÀO±ADXÀOSE€ÐSymbolÀ<±HighÀO¡UpAPZÀO±LowÀO¡DnAPZÀO¡BpctÀO±ADXÀOÛnas100ÿÿÿÿÿÿCBackTestPropertyLELXPPœ (Adaptive Price Zone Bands LESPXPnas100 €SESX"PP¡(Adaptive Price Zone Bands SESPXPeslst 00:00