{ Downloaded From https://www.WiseStockTrader.com }
HIGHLIGHTS

Name: Bull Fear
Color: Blue
Condition:

n := 12 {Time periods};
BullFear := (HHV(HIGH,n) - LLV(HIGH,n))/2 + LLV(HIGH,n);
CLOSE > BullFear


Name: Bear Fear
Color: Red
Condition:

n := 12 {Time periods};
BearFear := (HHV(LOW,n) - LLV(LOW,n))/2 + LLV(LOW,n);
CLOSE < BearFear