PureBytes Links
Trading Reference Links
|
Try
Buy Signal c>=Mov(c,50,s)*1.07
and the sell signal
c<=HHV(H,50)-1)*0.90
To: equismetastock@xxxxxxxxxxxxxxx From: no_reply@xxxxxxxxxxxxxxx Date: Mon, 23 Feb 2009 02:13:17 +0000 Subject: [EquisMetaStock Group] Help creating a simple formula
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
__._,_.___
__,_._,___
|
|