cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

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.


Public Backtests (0)

View More

Community

View More

Gurdeep started the discussion Need help with loading historical data

So I am new to quantconnect and python and have been going through some samples to load historical...

7 years ago

Gurdeep started the discussion Candlestick charts

So I am trying to import the matplotlib.finance and I got the warning that 

7 years ago

Gurdeep started the discussion How to access previous periods Indicators

So it seems I can access the current value of an indicator using 

7 years ago

Gurdeep started the discussion OnEndOfDay callback gives error when running backtest

def OnEndOfDay(self):    self.Debug("END OF DAY")

7 years ago

Gurdeep started the discussion How to read fundamental data in Quantbook

Could someone please post a code snippet for python. I found that there is qb.GetFundamental, but...

7 years ago

Gurdeep started the discussion Need help with loading historical data

So I am new to quantconnect and python and have been going through some samples to load historical...

7 years ago

Gurdeep started the discussion Candlestick charts

So I am trying to import the matplotlib.finance and I got the warning that 

7 years ago

Gurdeep started the discussion How to access previous periods Indicators

So it seems I can access the current value of an indicator using 

7 years ago

Gurdeep started the discussion OnEndOfDay callback gives error when running backtest

def OnEndOfDay(self):    self.Debug("END OF DAY")

7 years ago

Gurdeep started the discussion How to read fundamental data in Quantbook

Could someone please post a code snippet for python. I found that there is qb.GetFundamental, but...

7 years ago

Gurdeep started the discussion How to read today's data in Quantbook

I see that qb.history only includes data till yesterday. How can I access today's data in...

7 years ago

Gurdeep started the discussion Data access for running Lean engine locally

I have been trying to develop and I find that debugging my algorithm is slow and painful. If I get...

7 years ago

Gurdeep left a comment in the discussion How to read fundamental data in Quantbook

Thanks. This is exactly what I was looking for.

7 years ago

Gurdeep left a comment in the discussion Need help with loading historical data

df.loc["IBM"].loc["2018-03-09"]This worked. Thanks again!

7 years ago

Gurdeep left a comment in the discussion Need help with loading historical data

Very helpful. However I am still unable to access data

7 years ago