Hi
I'm trying build the folowing formula.
Buy signal when close is 7% above the 50 simple moving average.
Sell signal when close is 10 % down from the High of 50 days.
c>=Mov(c,50,s) *0.93
and the sell signal
c<=HHV(H,50)-1) *0.90 - I'm missing something because don't work
any help will be appreciated.
Thanks Tony