Discussions
»
Product and Service Development
»
Formula Assistance
»
Please help this NewBie with this Bollinger band exploration
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. :?
|
|
|
|
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)
|
Discussions
»
Product and Service Development
»
Formula Assistance
»
Please help this NewBie with this Bollinger band exploration
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.