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.
Dharmesh left a comment in the discussion Backtesting for scanner class
I have so much logic so perhaps I want to short circuit all other initialization in main.py and...
Dharmesh left a comment in the discussion Manual or Automatic Indicator
Manual Indicator would be resource intensive (time and cpu) compare to automatic indicator If I am...
Dharmesh left a comment in the discussion existing holdings directly from Interactive Brokers.
We need to handle the scenario of multiple orders for the same symbol. For example, I have existing...
Dharmesh left a comment in the discussion All open orders from IB
Validate below complete code
Dharmesh left a comment in the discussion IB Account Live trading
Is TWS or IB Broker Gateway required for QC to connect ? Can I not bypass TWS or IB Gateway ?
Dharmesh left a comment in the discussion Backtesting for scanner class
I have so much logic so perhaps I want to short circuit all other initialization in main.py and...
Dharmesh left a comment in the discussion Manual or Automatic Indicator
Manual Indicator would be resource intensive (time and cpu) compare to automatic indicator If I am...
Dharmesh left a comment in the discussion existing holdings directly from Interactive Brokers.
We need to handle the scenario of multiple orders for the same symbol. For example, I have existing...
Dharmesh left a comment in the discussion All open orders from IB
Validate below complete code
Dharmesh left a comment in the discussion Algorithm took longer than 10 minutes
what is the QuantConnect’s Training ?
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...
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...
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
Dharmesh started the discussion BeforeMarketOpen event
How to call method beforeMarketOpen 10 mins before market open every day
Dharmesh started the discussion S&P 500 holdings stock universe
How to find the S&P500 index holdings (500 stocks) ?
Dharmesh started the discussion OrderId for market order
does self.algorithm.MarketOrder(symbol, allowed_quantity) return orderId ?
Dharmesh started the discussion Loading Json file throws an error
Loading config.json file throws below errors.
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...
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...
Dharmesh started the discussion ObjectStore
How to read/write from/to ObjectStore. Is this below methods correct ?
Dharmesh started the discussion ObjectStore test cases
How to test store_items function mocking Object
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
Dharmesh started the discussion cannot import name 'Resolution' from 'AlgorithmImports'
============================= test session starts ============================= collecting ......
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...
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...
Dharmesh started the discussion MarketOrder
I save all my orders which are filled in the object_store so I can handle scenarios where algorithm...
Dharmesh started the discussion Current_price for the symbol
I have below code in on_Data event.
Dharmesh started the discussion Default resolution
What would be default resolution if I don't specify
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...
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?
Dharmesh left a comment in the discussion IB Account Live trading
Is TWS or IB Broker Gateway required for QC to connect ? Can I not bypass TWS or IB Gateway ?
1 months ago