Conceptual Overview
Now that we've got some of the nuts-and-bolts regarding astro covered, let's look at a conceptual overview of what we are trying to do. Consider the following day from last week:
![buttonwood_conceptual1.png](./download/file.php?id=76&sid=d2f4f973966c727edb81f0ed62f2236c)
- ES on Oct 2, 2015
- buttonwood_conceptual1.png (17.03 KiB) Viewed 93230 times
This was a big day in the ES, when the market made a big recovery from the pullback it had put on over the previous week or so. Off the top of my head, I thought of four different ways to trade this day:
1) Moving averages (red system). Buy when the fast average (thin red line) crosses over the slow average (fat red line), and sell when it crosses under. We'd have gone short in the morning, then reversed around 8:00 and stayed long until the close. Net profits would have been roughly +25 points on the day.
2) 30-min range breakout (white system). Watch the market for 30 minutes, then buy a break of the high, or sell a break of the low. We'd have gotten long at the 7:20 bar and would have made roughly 49 points on the day.
3) Ultrasmooth momentum (purple system). Sell when momentum is negative (under the blue line), and buy when it is positive (over the blue line). This system took us short in the morning, long at 7:45 or so, short again towards 11:00, and then long for the close. Net profits would have been around +26 points.
4) Random guessing system (not shown). Flip a coin, if you are ahead after a few minutes, stick with the trade, if not, then reverse and hold for awhile. I was trying to figure out what the NinjaTrader/TradeStation crowd would have used on this day, and this technique seems to be a good approximation.
![Wink ;)](./images/smilies/icon_e_wink.gif)
I'm assuming a short in the morning, loss of 5-10 points, then reverse to the upside and make it back plus interest holding to the close. Probably 10-30 points, depending on when those coins were flipped.
Ok, so what's the point? On big days in the ES, everything works as long as you go with the trend. You can use moving averages, breakouts, coin flipping, tea leaf reading, snail counting (my favorite!), astro, Gann, newletter pundit following, etc, etc. As long as you go with the flow, you will make money regardless of what technique you employ. That's because this was a high volatility, directional day.
When it comes to intraday trading in particular, the "weather" (as I like to think of it) is critically important. Back when I used to work in Chicago and interact with some of the floor traders there, that's pretty much all they would use. In their case, they'd go down to the pit, sit there and "feel" how things were, and then decide internally what kind of day was happening. If it was a big range, crazy day, they would know it, because the order flow would be large, the market would be moving briskly, and there would be lots of screaming and shouting. If it was a small range day, that would also be obvious - the volume level would be low, the spread would be tighter, and the market wouldn't be running in the same way. Each day would be traded differently, using different techniques and different size.
This is completely the opposite approach from what most beginner traders try to do. They want the one indicator to rule all markets, and spent all their time searching for the technique, or parameter setting, that works no matter what. This is also why so many of the beginners blow out, and I'm thinking of discretionary traders in particular here - they approach every single day the same way, trying to use the same tools in the same way regardless of the "weather". So on a day like Oct 2, they'd make a bunch, but lose it all back the next session, or the next week, when the market wasn't running in the same way and had pulled back. Alternatively, if they were top and bottom pickers, they'd have made money on some other day, but this day would have been the one to wipe the account out.
So when it comes to intraday trading, rather than focusing so much on entries and exits, it is more productive to focus on forecasting the market weather. This isn't nearly as critical as when trading daily charts, which is why it's so much easier to develop systems on daily charts than it is to develop them on 5min charts.
That brings us to the system we'll be building in this thread. We'll get into the components in future posts, but for now, the flow will look like this:
1) Determine the market's weather. Are we in a day that is trending or pulling back? ("Weather" component)
2) If we are in a trending day, trade. If not, stay clear. ("Entry/Exit" component)
3) Monitor various filters, etc, to help us fine tune and tweak the entries so they occur appropriately. ("Filters" component)
So there are three basic components all working together. We don't want to trade every day. Doing that just results in churning the account, and won't be profitable. We first identify the good days to trade (large range days), and only trade then. We do so with our entry/exit techniques (second component), and keeping an eye on various filters to help us maximize our profitablility. An example of a market filter as per the third component would be not to take any trades in the last half-hour (or whatever) of trading. That's just not going to make sense, since this is a day trading system and we'd have to get out right after we got in. Maybe we won't trade during lunch either. We'll figure all the specifics out later, but this is our gameplan. Notice how we are already ahead of novice system builders, who jump right into the second step and try to brute-force optimize their way to profitability there. The first step is probably 10x more important than the second, so that's where we need to focus our energy, and it has to be done before we turn our attention to all those squiggly lines.
All for now. More next week.
Earik