So as you may already have guessed the bot is <b>not</b> "mimicking" the behavior of a single trader, but of an entire <b>team of reciprocally independent traders</b>.Quote from fullautotrading:
... imagine, for instance, several horizontal lines separating those intervals, like a football field ;-))
Now, you are a "coach" of a team and imagine that on each of those lines you can place <b>4 players</b> with different skills.
...
The function of "coach" is exercised by the bot (based on the user's strategy), which "coordinates" all these traders in order to achieve the best ratio:
AvgProfit
---------------
| maxDD |
This is why we can have at the same time traders who are doing a CT (countertrending) game and traders who are doing a T (trending) game.
Clearly, one watching at the IB account or TWS activity will not easily "understand" the game because what he sees is actually the <b>"overlay"</b> or <b>"projection"</b> on a single account of all games played by all traders.
What the bot does is taking the orders from all traders simultaneously (<b>just "like if" each trader were playing on a different account</b>), and <b>merge</b> them in the resulting single actions.
Is this understandable ?
In other words you can picture it as a sort of "multithreading" system with a <b>"supervisor" channelling the result of all this activity of several independent traders</b> into <b>1 account</b>.
This is a crucial concept (to me). In my experience (which can be of course wrong), it's not possible to create a systematically profitable system with "single-threaded" approach, because in that case we would return to case 1 of 3 analized in a previous post, where one uses stops on single trades. And that never turns out to be <b>systematically</b> profitable (at least, i have never seen that).
Tom
)