Roger. You are missing the point here! I run an EDS to get the numbers, and then drop the numbers into Excel.
BigRise if [close]> [high]*0.99 and [close]>[open].
upone if [close]> val([close],1).
CloseUp if BigRise and upone.
BigDrop if [close]< [Low]*1.01 and [close]<[open].
uptwo if [close]< val([close],1).
CloseDown if BigDrop and uptwo.
up5 if [close]> val([close],1)*1.05.
BigDrop1 if [close]< val([close],1)*0.95.
Down5 if BigDrop1.
Don't blame me if I got the maths wrong.