logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Candlestix  
#1 Posted : Saturday, March 25, 2006 5:54:04 PM(UTC)
Candlestix

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/18/2006(UTC)
Posts: 10

I want to look for stocks with a Bollinger band width of less than 6% of the 20-day simple moving average of the stock. I then want to find only those stocks with a close above the upper Bollinger band on greater-than-average volume. Thank you for any help you can give. :?
hayseed  
#2 Posted : Sunday, March 26, 2006 12:00:22 AM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey candlestick.... the code below might be close....h Exploration notes Col A: BBandTop(C, 20, E ,2) < 1.06 * BBandBot(C, 20, E ,2) AND C >BBandTop(C, 20, E ,2) AND V>Mov(V,10,S) Filter colA Filter enabled Yes Periodicity Daily Records required 26
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.