Quote from TSGannGalt:
First, there really isn't a point of talking about how people pick signals out. Few reasons to this:
1. The reason people pick signals from a system is because there is a discretionary aspect involved with the trading one does. Obviously, a Black Box (fully automated) systems and Grey Box (discretion-added) systems are developed differently.
When developing a Grey Box model, you put into consideration what the trader inputs on top of the coded signal. This can be different things... it can be execution, macro market direction, timing, contract size, news event, momentum... basically it can anything. In simply terms, you delegate a trading process between the code and the trader. Which part of the process you delegate depends on the developer.
With all the possibilities a trader can input into the Grey Box, it's useless to have a generalized discussion over how to combine multiple grey boxes.
2. How someone deals with an automated system is going to be different. Just read MGJ's post. Common sense stuff.
3. Most of you lack clarity in how you develop and approach systematic trading. Even more, what's involved in trading as a whole, discretion included. You guys should start thinking about how a trade is processed in detail, step-by-step. You just don't get a signal and do what you feel. Even more, there's more to a system than having a "setup", "signal", "order entry"...
Even if you have a throrough process defined, you have to dig in deeper, considering the risks of each of the steps within the process.
Finally. The point of running system is not because you get don't emotionally involved or some psycho-shit. If that's the reason why you trade signals or systems, you're going to fail.
Now... I'm going back to my real life...
Peace out... bendejos...
Oh come now, TSGannGalt. You know that an ad hominem argument doesn't disprove what I wrote.
While the onus probandi isn't on me (it's on you to DISPROVE what I wrote, not DISPROVE my credibility), I will make it a little clearer, just to point out that your ad hominem attack is pure rubbish.
Nothing in what I wrote indicated that I was taking discretionary entries and exits. In fact, what I wrote is quite easy to implement in a black-box.
Imagine a simple trading system that has two components: a trend following mechanism and a reversion to the mean system. Each system subscribes to the data feed, and after each data-feed update takes some action and posts it to the order execution system. The order execution system waits for all the systems to make their decisions before firing off its orders.
In the case where the trend system and the reversion system enter truly conflicting signals, they can be netted out.
In the case where we have a trend signal that has been processed and just received a new reversion signal, we should take our profit target on the reversion signal (we are reverting to some MEAN, right?), and determine whether it violates our assumption of the trend (aka, simulate an immediate reversal of that magnitude -- does our trend indicator reverse?). If it does, get out of our trend position. Either way, enter the reversion position.
The same is true for the situation where we have a reversion position and get a trend signal.
It gets a bit more complicated when you have more than two systems, but you get the idea.
Ball is in your court big guy. Ad hominem attacks are going to work here, so either swallow your pride and admit you over looked something, or prove where my logic is flawed.