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...
Maoxian Trading For Dummies
From the Chairman Maoxian website, more particularly one of his archive pages.
On that archive page, he lists quite a number of trades under the "Trading for Dummies, Q&A Series" banner. While he does not specify his trading rules explicitly, I'm pretty sure that the intention of providing all those examples was for you to look at the charts and work out his system.
Here's what I came up with:
- On 30-Minute chart.
- Unusually active (more volume than normal).
- Very volatile. Perhaps a gap.
- Wait for "pullback", which means lower high in uptrend, higher low in downtrend.
- "Uptrend" means prices above EMA. "Downtrend" means prices below EMA.
- Trade must be before lunch-time. The noon bar is the last bar to make calculations off. Otherwise finish for the day.
- Set entry at high of pullback bar (for long trades).
- Set initial stop-loss at low of pullback bar (for long trades).
- If next bar pulls back further, reset entry and initial stop-loss.
- Exit at the end of the day (or could keep half if you want).
- One trade per stock per day only (i.e. don't get back in if stopped out).
Please keep in mind that this system is meant for trading shares. Some adaptation is required to make it usable for trading currency. For example, currency does not have volume. Further, currency trading is 24/7, 5.5 days per week. The rule to stop trading at noon or at the end-of-day needs to be dropped or adapted.
There are also a couple of things which need to be changed into "purely objective trading systems" language. For example "unusually active", and "very volatile".
Unusually active
This applies to the volume. If the system is to trade in forex then just remove this rule. Here are a couple of possibilities for turning "unusually active" into something that a computer can use:
- Current bar's volume is more than a multiple of the average volume.
- Current bar's volume is the highest of the last 20 bars.
- Rising volume for 2 or 3 bars in a row.
- All of the above combined.
I think I'll go with the second option.
Very volatile
There's a special post about this. I'm going to use the "Two Bollinger Bands" method.
Here's what I came up with:
| Direction | Rule Type | Rule Family | Line 1 | X / Line 2 |
| Long | Entry Rules | Line 1 is equal to Line 2 | VOLUME | MAX(VOLUME, 20) |
| Entry Rules | Line 1 is above Line 2 | Upper Bollinger Line (10, 2) | Upper Bollinger Line (50, 2) | |
| Entry Rules | Line 1 is falling | HIGH | ||
| Entry Rules | Line 1 is above Line 2 | CLOSE | EMA(20) | |
| Entry Rules | Line 1 is below X | Hours part of the bar's start date | 13 | |
| Entry Values | HIGH | |||
| Initial S/L Values | LOW | |||
| T/P Mgmt Rules #1 | Line 1 is above X | Hours part of the bar's start date | 17 | |
| T/P Mgmt Values #1 | Exit At Market | |||
| Short | Entry Rules | Line 1 is equal to Line 2 | VOLUME | MAX(VOLUME, 20) |
| Entry Rules | Line 1 is below Line 2 | Lower Bollinger Line (10, 2) | Lower Bollinger Line (50, 2) | |
| Entry Rules | Line 1 is rising | LOW | ||
| Entry Rules | Line 1 is below Line 2 | CLOSE | EMA(20) | |
| Entry Rules | Line 1 is below X | Hours part of the bar's start date | 13 | |
| Entry Values | LOW | |||
| Initial S/L Values | HIGH | |||
| T/P Mgmt Rules #1 | Line 1 is above X | Hours part of the bar's start date | 17 | |
| T/P Mgmt Values #1 | Exit At Market |
I kept the rules in order of the English description at the start of this post. In this case there is a one-to-one mapping. Except for the last specification - only 1 trade per day. There's no rule in ATM that handles this. But there are the "No Trading" settings. And amongst those there is the "Allow up to and including X long trade(s) in a row" option (also for short). Set these to 1. So one long trade will be allowed, one short trade will be allowed, and then this system will stop trading.
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