[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bull/bear fear- tested



PureBytes Links

Trading Reference Links

i hope that the formula is wrong, this is what i used, and did a test
using opt1 instead of n:
BUY
BullFear := (HHV(HIGH,opt1) - LLV(HIGH,opt1))/2 + LLV(HIGH,opt1);
Cross(CLOSE,BullFear)

SELL
BearFear := (HHV(LOW,opt1) - LLV(LOW,opt1))/2 + LLV(LOW,opt1);
Cross(BearFear,CLOSE)
  
opt1=10 to 30 with 1 point increments

result 7 trades with 11 losses.

not a system i would use.
comments are welcome.

mike arnoldi