Automated Trading Machine (ATM) makes it simple to remove fear and greed from your trading. Automated trading is no longer just for the rich or nerdy. Our revolutionary software runs on your computer, using your trading rules, but none of your emotions. There's just one requirement - you know how to use a mouse. Learn more...
%b System #1
Bollinger %b is a single line whose value is determined by where the closing price is in relation to the upper and lower Bollinger lines.
When the close is exactly at the lower line, %b equals 0. Below the lower line, %b is negative. When the close is exactly at the upper line, %b equals 1. When it's exactly in the middle, %b equals 0.5. And so on.
It's very rare for %b to be lower than -0.3, or higher than 1.3.
The way Bollinger Bands are constructed, the price moves from the lower band, to the upper band, and back to the lower band. The problem is that the Bands aren't static. Just because the price moved from the lower band to the upper band, it doesn't necessarily mean that the price is rising - the upper band might have come down to meet the falling (or stagnating) price.
Anyway, here's a system which attempts to use this knowledge. In very rough testing, we used 5-Minute bars, 720 for the Bollinger period, which is kind of big, and the normal 2 standard deviations above and below.
| Direction | Rule Type | Rule Family | Line 1 | X / Line 2 |
| Long | Entry Rules | Line 1 is below X | Bollinger %b | 0.1 |
| Entry Values | Price where %b would equal X | 0.1 | ||
| Initial S/L Values | CLOSE * 0.997 | |||
| S/L Mgmt Rules #1 | Line 1 is above X | CLOSE | 0 (zero) | |
| S/L Mgmt Values #1 | CLOSE * 0.997 | |||
| Short | Entry Rules | Line 1 is above X | Bollinger %b | 0.8 |
| Entry Values | Price where %b would equal X | 0.8 | ||
| Initial S/L Values | CLOSE * 1.005 | |||
| S/L Mgmt Rules #1 | Line 1 is above X | CLOSE | 0 (zero) | |
| S/L Mgmt Values #1 | CLOSE * 1.005 |
We know that the price oscillates between one of the outer Bollinger lines and the other. So when the price falls down near the bottom one, we set a trap waiting for it to start heading back to the top one. When the price does start rising again, the limit order is taken up, and a trailing stop loss is kept at 0.3% below the close.
That's setting the stop loss pretty close to the price, but we were using 5-Minute bars which don't need as much wiggle room as Daily bars would.
Similarly, when the price rises up near the upper Bollinger line, we set our trap this time waiting for it to come down.
Recent blog posts
- Mid July 2010 Update
- Start of June 2010 Update
- New Release: v3.0.2 - Copy, better error message, more options
- New Release: v3.0.1 - The Stabilise-ening
- Ah, The First Bug [Fixed in v3.0.1]
- New Release: v3.0.0 - The Rewrite
- Start of February 2010 Update
- End Of 2009 Update
- New Release: v2.0.10
- New Release: v2.0.9 - Free
Recent comments
- API
1 week 3 days ago - Just added this wiki entry to
2 weeks 3 days ago - Ok thanks for clarifying
2 weeks 3 days ago - First let me explain the
2 weeks 3 days ago - Hey Sharky
Just wondering
2 weeks 4 days ago - Thanks for the reply Sharky.
2 weeks 4 days ago - Hi Anthony, thanks for your
2 weeks 4 days ago - Or you can go with
4 weeks 6 days ago - Which version?
9 weeks 4 days ago - Same bug here
9 weeks 5 days ago

Comments
Post new comment