If I am correct, here are a couple basic things that would be impossible:
- Buy a thinly-traded stock at 1pm every day... We can't do this because there is no way to ensure there will be any trading volume during the minute starting at 12:59pm, and if there isn't, OnBarUpdate would not be called at 1pm, and hence the trade not executed.
- Buy a thinly-traded stock 1 minute after some condition occurs (say an EMA crossover)... We can't do this because there is no way to ensure there will be any trading volume during the minute after the condition occurs, and if there isn't, OnBarUpdate would not be called. (Of course I'm not implying this would be smart to do; it's just a simple example).
Any thoughts? Thanks...

Comment