PureBytes Links
Trading Reference Links
|
Hi Rajesh:
Sorry to keep cluttering up the group, but I think the filter on this
explorer is an improvment over my previous post.
col A
TP:=(27);
BLF:=((HHV(H,TP)+LLV(H,TP))/2);
blf
col b
TP:=(27);
BRF:=((HHV(L,TP)+LLV(L,TP))/2);
brf
Filter
Cross(CLOSE,colA) OR Cross(colB,CLOSE)
As you ask below, I simply pasted the formula into the explorer and voila!
Regard
Jeff
|