--If I backtest on daily data and then launch the algorithm into paper trading, will it execute on daily data? Or will it use minute data?
--Once the paper trading is launched and running, I see that the code cannot be edited. Yet, I can still modify the original algorithm and continue to backtest it (a green "Currently live trading" indicator is displayed). What if I want to modify the paper trading algorithm? If I click the "Stop Algorithm" button, I get:
This algorithm will be permanently shut down.
No new orders will be placed. Your positions will not be liquidated.
To resume trading, you will have to deploy a new version of this
algorithm.
I'd like to be able to edit the code that was running under paper trading, and then re-launch it. Is this possible?
--What are the differences between the data available to the algorithm for backtesting and the data for paper trading? Are missing data filled as Fawce describes in https://www.quantopian.com/posts/thinly-traded-stocks-why-no-gaps?
--Is the 15 minute delay in the data exact? If I compare the datetime stamps of the trade data to the wall clock time, will it be 15 minutes plus-and-minus N milliseconds?
--Will the same data used for paper trading be used for live trading with Interactive Brokers (with the 15 minute delay removed)? Will there be any filling/aggregation/filtering/screening/checks by Quantopian prior to making the data available to the algorithm?
Grant