PureBytes Links
Trading Reference Links
|
On Sat, 9 Aug 1997 12:40:37 -0400 (EDT) Wooglinx@xxxxxxx writes:
"Thirteen Count, Recycle and Flip"
i also follow the 9 count, but so far was unable to come up with the 13
count formula.
buy:
Sum(If(C,<,Ref(C,-4),1,0),9)
sell:
Sum(If(C,>,Ref(C,-4),1,0),9)
if possible, please e-mail the 13 count formula.
thanks,
mike
|