Choppiness Index formulunu yazmayi denedim ama yazilim hatasi verdi. Yardimci olabilirseniz sevinirim.
Choppiness Index = 100 * LOG10(SUM(ATR(1),n) / (MaxHi(n) – MinLo(n))) / LOG10(n), where:
– n is the user-defined period length
– ATR(1) is the Average True Range (Period of 1)
– SUM(ATR(1), n) is the sum of the Average True Range over past n periods
– MaxHi(n) is the the highest high over the past n periods
– MinLo(n) is the lowest low over the past n periods