Quote from greaterreturn:
Thanks everyone for this assistance.
Actually, I'm almost done automating the SCT system.
I'm only working out the timing piece of it now.
The timing of the market varies from day to day so I'm setting up an automated way of measuring the timing and adjusting to it variably throughout the day to forecast the timing point.
The system already trades using smart money volume as a leading indicator and hits the highs and lows almost perfectly throughout the morning.
Unfortunately, Jack expects an ATS developer to go through all the learning steps of a human. But it's a computer not a person.
Anyway, the high level rules to understand and to automate SCT turn out to be far simpler than it appears.
1. Trade Signals: First, use only volume from smart money. Jack and Spyder tell human students to use smart money volume later when they're more advanced. But even if you're a human, use it RIGHT AWAY. It clears out all the clutter and shows you exactly when to trade with certainty. It's the smart money/big money that moves markets. You will probably have to capture your own tick data and code yourself a custom volume indicator to accomplish this. But that's why you want to code an ATS anyway, right?
2. Timing: Use some kind of an indicator like a Zig Zag to see the major price moves clearly AFTER they occur simply to synchronize with the timing of the market. That's the essence of what human students learn by doing all the work of taping and channeling.
NOTE: You can skip all the taping and channeling for an ATS it doesn't help the ATS one iota. Those are all tools to help human students "see" price movement, have a context to the volume data, and get a feel for the market timing mentioned above. But you can do all that with a simple zig zag. You'll see this on some of Jack's charts too. Just do NOT use zig zag for trading signals, it only looks backwards.
Once you have a good volume indicator that has filtered out everything except the big money/smart money players, just trade with them and watch the timing of the market turns. The timing varies from day to day and can even change within the day. That way you only trade when it's time to do so. It's amazing to see when the turns will happen in advance and that "shot of volume" by smart money simply confirms you got it right!
Timing is the most critical because once you figure out the timing, it weeds out all the intermediate false "signals" by smart money before it's time for the market to turn. The market does not behave erratically (except right after news) it's orderly and rhythmic. Just measure the timing between major highs and lows during the day and you'll see it, clear as Dallas on a hot day.
3. Execution. Finally, build yourself some DOM indicators like the total size of the dom, ratios of bid to ask, etc. Keep an eye on those. You will clearly see how to use them to weed out risky trades if you chart them for a while. That's what I did, anyway.
You can also use the DOM when you have so much money to trade that you need to make sure there's enough volume at the bid / ask price. Jack recommends spreading your trades over 5 partial fills as the market turns. I'll do that two once I get past trading one lot.
I prefer not to share code at this point but I'll answer questions.
It's going to be cool to start extracting all that the market offers! Thanks Jack for sharing.
Finally, make sure you read and re-read Jack's info at traderuniverse.info. Yes, I know most of it is meant for a human student, with motivational and psychology mumbo jumbo, but there's also very critical and technical points he brings out about the markets that I incorporated. They're too numerous to remember or mention without sharing actual code.
Still if you start with the foundation above it's almost impossible to fail.
Jack will of course confirm the above concepts to be true or you can read all his previous posts and the website and see for yourself. It feels like it took a gargantuan effort to do the analysis and weed out the irrelevant information to get these all important nuggets.
Hats off to Jack for sharing this with all of us, I'm indebted and grateful. And thanks, Jack, for your encouragement and confidence in spite of some confusion.
I'll also study his ideas for asset allocation and management once I get to that bridge of having too much money to deal with. *smile*
Sincerely,
Wayne