|
|
|
|
|
by jerzyt
2239 days ago
|
|
Fundamentally, the issue is that in real time you may not be able to make the trade that your algorithm chose.
You could get close if you had the actual book prices at any given time, but even then, you might lose to someone who is 1 millisecond faster.
So no, backtesting can simulate reality.
Interactive Brokers offers a simulated account where you can practice "live" trading, although it's still not the same, since there's no money involved. But if I see a paper tested on an IB simulated account I'll be very interested, and it'll be too late already. |
|