hi,
at the "Trading Strategies from Active Trader Magazine"
i saw this formula for 4-Week Breakout
to buy """ C>=Ref(HHV(C,20),-1) ""
to sell "" C<=Ref(LLV(C,20),-1) ""
but i have a better one and i need your opinion which is the more accurate
to buy "" Cross(C,Ref(HHV(C,20),-1)) ""
to sell "" Cross(Ref(LLV(C,20),-1),C) ""
do you think these modificatins are correct?