OOOPS! I've already fumbled and it's not even late yet!
There never is a "Cash" position. The "Cash" position shown in the Bear Logic shoule be replaced with "Short".
Below is the corrected logic: ============================================= Bull-Bear Signal Combined System Use Bull Signal If PPO( 5EMA, 10EMA, 1 ) line > -1.6 and rising from yesterdays line Use Bear Signal If PPO( 5EMA, 10EMA, 1 ) line < 1.6 and falling from yesterdays line
Bull Signal System - Listed by order of dominance
Long NDX100 > EMA(10) Long RSI(5) < 28 Long NASI EMA(4) > NASI EMA(24) Short Otherwise (NASI EMA(4) < NASI EMA(24))
Bear Signal System - Listed by order of dominance
Short DI-(10) < 50 AND RSI(3) > 71 Long RSI(5) < 28 Or NASI EMA(4) > NASI EMA(24) Short Otherwise (NASI EMA(4) < NASI EMA(24)) =======================================