[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

=MvAvg(E2:E11)



PureBytes Links

Trading Reference Links

Thanks for your emails

Sorry that I haven't answered, it's been a blizzard of workbooks and
programs lately.

You can enter the functions directly as an in-cell formula into Excel, i.e.,
"=MvAvg(E2:E11)" and copy down. It may appear differently according to your
set-up. My version is "=MvAvg(Data!E2:E11,10,1)"

Or you can input a signal formula directly as an in-cell formula i.e., =If
RSI(E4:E30)>70,"Puke","")

You've got about 140 functions that can be used that way. So, using or
altering the formulas on the Guppy pages should be really easy. It doesn't
get any more flexible or easier to build TA "stuff" <G>

Coding the functions in VBA is just as easy.

Best regards

Walter