PureBytes Links
Trading Reference Links
|
All,
I'm playing with a look back component for the binary wave based
on several comments and suggestions that I've received. The one I'm
using now is:
PVBW07 (Price Look Back)
If(C>=Ref(C,-13),1,-1) + If(C>=Ref(C,-15),1,-1) +
If(C>=Ref(C,-17),1,-1) +
If(C>=Ref(C,-19),1,-1) + If(C>=Ref(C,-21),1,-1)
I'd appreciate it if you all would play with it and offer suggestions
for improvements.
Jim
|