Is it a bug?
I can't get any logs if I click 'Logs' tab in any live trading algorithm.
Is there any other way to debug issues?
I have found that my strategy don't open any trades in live trading and I can't figure out why.
My strategy has time constrains to make a trade around market open (several minutes only allowed while market has lots of liquidity) and maybe this is the problem. Any ideas would be helpful. I also use my own slippage model but in live it should not matter - may be cause some errors? Do I have to delete it?
I also created simple strategy which just opens a trade and I have noticed that it had orders with status Open (not yet Filled) and have shown time 7.20 instead of 7.35 (it was current time). I am doubtful that there were no trades for 15 minutes at morning hours for AAPL... Is there some time delay in live trading? Should I fix it somehow?
Also status 'Open' for buying AAPL were in the UI for a while before it changes to Filled. If I place the same order in IB paper trading via there TWS UI - it is filled immediately. I guess that Quantopian Live engine uses the same 1 minute delay (execution at next minute's bar) as in backtesting but would be nice to confirm that.
Sorry for so many 'issues' in one post - I thought it is better then creating several posts.