cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

We are pioneering the radical future for open-source quant finance. QuantConnect is the world's largest quant community, empowering 220,000 quants with a framework, data, and infrastructure for their investments.


Public Backtests (0)

View More

Community

View More

David started the discussion On_order_event overwrites tag

def on_order_event(self, order_event: OrderEvent) : if order_event.status == OrderStatus.FILLED...

5 months ago

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...

5 months ago

David started the discussion Local Debugging of Cloud Projects not supported

Hi,

6 months ago

David started the discussion Add minute EOD data to daily bar data, 2 minutes before market close

Hi,

6 months ago

David started the discussion VS code: backtest button disappearing

Hi,

6 months ago

David started the discussion On_order_event overwrites tag

def on_order_event(self, order_event: OrderEvent) : if order_event.status == OrderStatus.FILLED...

5 months ago

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...

5 months ago

David started the discussion Local Debugging of Cloud Projects not supported

Hi,

6 months ago

David started the discussion Add minute EOD data to daily bar data, 2 minutes before market close

Hi,

6 months ago

David started the discussion VS code: backtest button disappearing

Hi,

6 months ago

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...

6 months ago

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...

6 months ago

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...

6 months ago

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...

6 months ago

David started the discussion Calculate RSI of MACD histogram

I have these trade rules for a daily bar strategy on SPY:

6 months ago

David left a comment in the discussion Calculate RSI of MACD histogram

Runtime Error: type object 'slice' has no attribute 'time'  at enter_position   ...

6 months ago

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...

6 months ago

David left a comment in the discussion VS code: backtest button disappearing

Not helpful :)

6 months ago

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...

6 months ago

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...

6 months ago