Condition Formula Template Table

Indicator Above Value w > n
w=Formula, n=Numeric
Indicator Below Value w < n
Indicator Crossing Up Value XUP(w, n)
Indicator Crossing Down Value XDOWN(w, n)
Indicator v Above Indicator w v > w
v=Formula, w=Formula
Indicator v Below Indicator w v < w
Indicator v Crossing Up Indicator w XUP(v, w)
Indicator v Crossing Down Indicator w XDOWN(v, w)
Indicator Changing Direction to Up XUP(w, XAVG(w, 2))
w=Formula
Indicator Changing Direction to Down XDOWN(w, XAVG(w, 2))