Skip to main content

Bollinger Band Hook Up & Down by Jim Barone for Metastock

maestro over 15 years ago Metastock

  • Rating:
    0 / 5 (Votes 0)
  • Tags:
    metastock, oscillator

I use the following indicators to show the price reversal of Bollinger Band penetration

Screenshots

Files

Indicator / Formula

Copy & Paste Friendly
{Upper BB Hook Down}
UpperBB:= Mov(C,20,S) + (2*(Std(C,20)));
C < UpperBB AND Ref(C,-1) > Ref(UpperBB,-1);

{ Lower BB Hook Up}
LowerBB:= Mov(C,20,S) - (2*(Std(C,20)));
C > LowerBB AND Ref(C,-1) < Ref(LowerBB,-1);

0 comments

Leave Comment

Please login here to leave a comment.