MXP was a disappointment, it trades too little for my taste and does not seem suitable for autotrading

I have "paused" (manual mode) it and "replaced" with QM. Anyway, was good to know about it. Must say that the instruments really suitable for autotrading are not many. NZD is probably another one to discard (and, maybe, ZF too).
<img src="http://www.datatime.eu/public/gbot/mxp.png">
Starting from Friday we had a significant drawdown. Yesterday GC and SI made pretty violent "corrections".
Fortunately, had the previous version running too, so we can continue anyway our test. It seemed that the "revised" had results too good to be true. (In fact have discovered i also reintroduced the bug which caused erroneous order sizing)
<img src="http://www.datatime.eu/public/gbot/Res_Sun_2010_08_15_2ps.png">
Realized is 32K, P&L catching up.
<b> ** New idea: FOLIO "SUPERIMPOSITION" ** </b>
I just had another idea i am anxious to test, and i may be terminating soon this session! ;-)
The idea is as follow. So far we have seen sort "cycles" in the algo PNL which may last from a week to 2 weeks (or so).
This is probably due to the algo "riding" the price waves, so that periods of "investment" (drawdown) are often followed by periods where the investment yields profits.
Now here is the idea. Assume i start with a folio of 10 selected instrument.
Then, when the algo shows to enter or to be deep in the "investment" phase (drawdown) i can overlay another "run" of the same folio.
We can do it in 2 ways:
way 1: start another robot instance with the same folio (perhaps not the smartest way!)
way 2: start, <b>within the same robot instance</b>, new trading instances of the same instruments
Since way 1 is straightforward to understand. Let's focus on way 2.
First of all, if we are using correctly correlations, way 2 should be slightly better, in theory, as we "replicate" the instruments.
Second we have to note that we will be having <b>multiple instances </b>of the same instrument trading on the same account. This means that, each instrument will maintain "self-contained" and independent computations of position, PNL, etc., while the "actual" account, will clearly have the algebraic sum of the two.
For example, if we have CL (1 instance) position 2 PNL 1K, and CL (instance 2) position -3 PNL -5K, in the account we will actually have position -1 PNL -4K.
Hope it's understandable. I will make a practical example of this trading approach soon.
In general I think it's always better to <b>"spread" the risk</b> as much as possible. I think that even if we had several millions as capital to trade, it would be anyway quite appropriate to continue trading with a min packet size = 1, but opening multiple instances of robots (out of sync) on the same account or on multiple accounts. And within the same robot, we could run multiple instance of the instruments, thus "overlying" folios.
We attain 2 goals: we spread greatly the risk, and we go mostly "undetected" in the market ("stealth"), with no problem of liquidity.
I'll show how to do that.
Tom