The alpha model is not under consideration here. Instead I'm trying to learn more about execution algos and determining if it is necessary to code 1 for myself. Will hope to see some samples of simpler exe algo and how they work.
Hi everyone,
I have developed some automated strategies that I'm executing manually to get a feel of how to code the execution logic. When spreads are $0.01, I usually send market orders. However for some smaller cap stocks or where bid ask spread is bigger, I usually try to enter limit orders.
Is there any reference for how to develop execution algos, somewhat similar to what IB has? Is there a way to delegate to IB API the order execution and is it better to do it this way?
I'm gonna guess that it's your strat that needs help before order execution.
But, if you want simple, just pick a place between bid-ask to IOC. If you want more complex, then..
http://lmgtfy.com/?q=optimal+limit+order+execution