Can anybody tell me what is wrong with this formula:-
BUY OR SELL
colA(close) -- c
colB(buy)-- Ref(H,-2) <Ref(H,-1)AND
Ref(H,-1) <H AND
Ref(L,-2) < Ref(L,-1)AND
Ref(L,-1) <L
colC(buy s.l.) -- Ref(L,-1)
colD(sell) -- Ref(H,-2) > Ref(H,-1)AND
Ref(H,-1) > H AND
Ref(L,-2) > Ref(L,-1)AND
Ref(L,-1) > L
colE(sell s.l.) -- Ref(H,-1)
BUY OR SELL
colA(close) -- c
colB(buy)-- Ref(H,-2) <Ref(H,-1)AND
Ref(H,-1) <H AND
Ref(L,-2) < Ref(L,-1)AND
Ref(L,-1) <L
colC(buy s.l.) -- Ref(L,-1)
colD(sell) -- Ref(H,-2) > Ref(H,-1)AND
Ref(H,-1) > H AND
Ref(L,-2) > Ref(L,-1)AND
Ref(L,-1) > L
colE(sell s.l.) -- Ref(H,-1)