http://j.mp/simexchange here's a simulator I have been playing around with
http://j.mp/simexchange here's a simulator I have been playing around with
What i wrote is a quick and dirty simulator. Its not vectorized. You or anyone can add to it to track a strategy's performance.how does a vectorized backtest even make in the slightest sense?
Can you explain how the above would be accomplished with a vectorized backtest?
.
What i wrote is a quick and dirty simulator. Its not vectorized. You or anyone can add to it to track a strategy's performance.
what kind of crap was that ? are you bored or something to have so much time writing such pointless code ?http://j.mp/simexchange here's a simulator I have been playing around with
how does a vectorized backtest even make in the slightest sense?
Example: Quote1 processed by Strategy1 triggers Order1 that is submitted and filled. The order manager processes the incoming fill and determines that currently no now positions can be established due to certain risk limits. Quote2 comes in, Strategy2 again triggers an order, Order2, which is however rejected.
Can you explain how the above would be accomplished with a vectorized backtest?
P.S.: You questioned in another thread that I work in this industry. I am curious how you run vectorized simulations/backtests even with the simplest of setups. Maybe I can learn from you.