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

Dharmesh left a comment in the discussion ETFConstituentsUniverseSelectionModel with 52weeks

What is the rebalance implementation ? why we need ? how to implement add equity which are in the...

1 months ago

Dharmesh left a comment in the discussion No tradeable dates for this security

How to make sure algorithm to continue despite this below error

1 months ago

Dharmesh left a comment in the discussion Backtest Handled Error: No data loaded for ABFS R735QTJ8XC9X

How to make sure algorithm to continue despite this below error

1 months ago

Dharmesh left a comment in the discussion System.OutOfMemoryException

How to do batch process to avoid to load too many data into memory. write sample codeHow to track...

1 months ago

Dharmesh left a comment in the discussion UniversalSelection

Do I need to inherit fromUniverseSelectionModel like below and implement CreateUniverses method ?

1 months ago

Dharmesh left a comment in the discussion ETFConstituentsUniverseSelectionModel with 52weeks

What is the rebalance implementation ? why we need ? how to implement add equity which are in the...

1 months ago

Dharmesh left a comment in the discussion No tradeable dates for this security

How to make sure algorithm to continue despite this below error

1 months ago

Dharmesh left a comment in the discussion Backtest Handled Error: No data loaded for ABFS R735QTJ8XC9X

How to make sure algorithm to continue despite this below error

1 months ago

Dharmesh left a comment in the discussion System.OutOfMemoryException

How to do batch process to avoid to load too many data into memory. write sample codeHow to track...

1 months ago

Dharmesh left a comment in the discussion UniversalSelection

Do I need to inherit fromUniverseSelectionModel like below and implement CreateUniverses method ?

1 months ago

Dharmesh started the discussion Self.algorithm.Transactions.GetOrders

I implemented below code to find the OrderId of the each positions and lots. Does this OrderId...

2 months ago

Dharmesh started the discussion OrderEvent of the Brokerage

How to get all OrderEvent from brokerage accounts and what are the APIs available from brokerage to...

2 months ago

Dharmesh started the discussion MarketOrder

I save all my orders which are filled in the object_store so I can handle scenarios where algorithm...

2 months ago

Dharmesh started the discussion Current_price for the symbol

I have below code in on_Data event. 

2 months ago

Dharmesh started the discussion Default resolution

What would be default resolution if I don't specify

2 months ago

Dharmesh started the discussion UniversalStock with Filter criteria

Below is my code for for the stock which are above specific price, specific dollar volumes and...

2 months ago

Dharmesh started the discussion Warmup is needed for Live deployment ?

Do we need to setup below code of the warmup, startdate and enddate for the live deployment?

2 months ago

Dharmesh left a comment in the discussion Warmup is needed for Live deployment ?

Indeed ,I need daily data for the indicator so I can use Daily Resolution for the WarmUp and for...

2 months ago

Dharmesh started the discussion S&P 500 holdings stock universe

How to find the S&P500 index holdings (500 stocks) ?

3 months ago

Dharmesh started the discussion OrderId for market order

does  self.algorithm.MarketOrder(symbol, allowed_quantity)  return orderId ?

3 months ago

Dharmesh started the discussion Loading Json file throws an error

Loading config.json file throws below errors.

3 months ago

Dharmesh started the discussion VCP pattern (Volatility Contraction pattern)

Do you have any technical library or source code example to find the stocks which are sideways for...

3 months ago

Dharmesh started the discussion Live Trading IB account

I have two IB accounts, I want to deploy same algorithm to both of my IB acconunts. How can I do it...

3 months ago

Dharmesh started the discussion ObjectStore

How to read/write from/to ObjectStore. Is this below methods correct ?

3 months ago

Dharmesh started the discussion ObjectStore test cases

How to test store_items function mocking Object

3 months ago

Dharmesh started the discussion Run QC on IDE Pycharm local desktop

How to setup projects to run QuantConnect test cases on IDE Pycharm local desktop 

3 months ago

Dharmesh started the discussion cannot import name 'Resolution' from 'AlgorithmImports'

============================= test session starts ============================= collecting ......

3 months ago

Dharmesh started the discussion Warmup period

If I want to back test the stock price strategy from of 11/6/23 to 11/27/23 

8 months ago

Dharmesh started the discussion BeforeMarketOpen event

How to call method beforeMarketOpen 10 mins before market open every day 

8 months ago

Dharmesh started the discussion In ExponentialMovingAverage.cs:line 127 Runtime Error

Runtime Error: Value was either too large or too small for a Decimal. in...

9 months ago

Dharmesh started the discussion AdvanceDeclinerRatio for All stocks which are traded in US

Is there any function available to get AdanceDeclineRatio for all tradable US stocks  ? If...

9 months ago