Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Bollinger Band Hook Up & Down by Jim Barone for Metastock
I use the following indicators to show the price reversal of Bollinger Band penetration
Screenshots
Files
Indicator / Formula
{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.
Back