PureBytes Links
Trading Reference Links
|
In your Explorer, filter these:
for Narrowing bands:
BBandTop(DA, Prds, E S T TRI VAR W, Deviations)-BBandBot(DA, Prds, E S T TRI VAR W, Deviations) < Ref(BBandTop(DA, Prds, E S T TRI VAR W, Deviations)-BBandBot(DA, Prds, E S T TRI VAR W, Deviations),-1)
for Touching/crossing then reverse: Ref(L,-1) <= Ref(BBandBot(DA, Prds, E S T TRI VAR W, Deviations),-1) AND
H > Ref(H,-1) AND L > Ref(L,-1)
You should change these parameters:
DA = Data Array you use, whether it is Close, Open, High, Low, or any other
Prds = Period for the BB
E S T TRI VAR W = method of moving average you want to use in your BB
Deviation = standard deviation of the BB
HTH,
Sugiharto
On 8/22/08, Arthur Shizas <ashizas@xxxxxxxxxxxxxx> wrote:
What I would like is the codeing for a metastock explorer that can pick all stocks with narrowing bands, and an explorer that can pick stocks that have touched or broken through the lower border of the bollinger band and had a tick with a higher high and higher low the following day.
__._,_.___
__,_._,___
|