This section highlights your contributions and engagement across the QuantConnect platform — including backtests, live trades, published research, and community involvement through comments and threads. It reflects your overall activity as part of the QuantConnect community.
David started the discussion FundamentalUniverseSelectionModel: Backtest differs from Live Trading
Hi,
David started the discussion Local Debugging of Cloud Projects not supported
Hi,
David started the discussion Add minute EOD data to daily bar data, 2 minutes before market close
Hi,
David started the discussion VS code: backtest button disappearing
Hi,
David started the discussion Add working daily bar of current day to daily history
I'm trying to enter a trade 2 minutes before market close. At this point, the currently working...
David started the discussion FundamentalUniverseSelectionModel: Backtest differs from Live Trading
Hi,
David started the discussion Local Debugging of Cloud Projects not supported
Hi,
David started the discussion Add minute EOD data to daily bar data, 2 minutes before market close
Hi,
David started the discussion VS code: backtest button disappearing
Hi,
David started the discussion Add working daily bar of current day to daily history
I'm trying to enter a trade 2 minutes before market close. At this point, the currently working...
David started the discussion Schedule end of month entry is skipping months
I came across this while testing and end of month strategy. It seems, that QC is skipping some...
David started the discussion How to handle multiple entries of the same symbol
I have two strategies, in the same algo. Both are entering GLD on certain levels. They enter with...
David started the discussion Warning: Portfolio rebalance result ignored
I have two strategies in the same algo. Both enter based on different entry conditions, but both...
David started the discussion Calculate RSI of MACD histogram
I have these trade rules for a daily bar strategy on SPY:
David started the discussion On_order_event overwrites tag
def on_order_event(self, order_event: OrderEvent) : if order_event.status == OrderStatus.FILLED...
David left a comment in the discussion Calculate RSI of MACD histogram
Runtime Error: type object 'slice' has no attribute 'time' at enter_position ...
David left a comment in the discussion Add working daily bar of current day to daily history
Runtime Error: 'DataFrame' object has no attribute 'pd' at __getattr__ return...
David left a comment in the discussion VS code: backtest button disappearing
Not helpful :)
David left a comment in the discussion Add minute EOD data to daily bar data, 2 minutes before market close
For anyone interested, I found this solution which seems to...
David left a comment in the discussion Add minute EOD data to daily bar data, 2 minutes before market close
If we enter 2 minutes before close, we need minute resolution. Then we also need to make sure, the...
David left a comment in the discussion On_order_event overwrites tag
My strategy relies on the tag and it is always existing. However, QuantConnect overwrites my tag in...
1 years ago