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.
1.008Net Profit
0PSR
14.12Sharpe Ratio
5.949Alpha
-1.822Beta
294.636CAR
0.5Drawdown
50Loss Rate
7Parameters
2Security Types
0Sortino Ratio
3Tradeable Dates
4Trades
-1.409Treynor Ratio
50Win Rate
Devin started the discussion Programmatically find all Indicator values in Python
All the examples of indicator usage I've seen access indicator values by explicitly including their...
Devin started the discussion Self.Securities.Keys holds bad data: 'EURUSD 8G' wasn't found in the TradeBars object
In a test algorithm, I'm calling this in Initialize
Devin left a comment in the discussion Limiting set holdings to once a day
When you call SetHoldings you could cache self.Time.day then check against that again before you...
Devin left a comment in the discussion Programmatically find all Indicator values in Python
I found a solution! Though it seems pretty hacky. If anyone can show me a more elegant solution I'd...
1.008Net Profit
0PSR
14.12Sharpe Ratio
5.949Alpha
-1.822Beta
294.636CAR
0.5Drawdown
50Loss Rate
7Parameters
2Security Types
0Sortino Ratio
3Tradeable Dates
4Trades
-1.409Treynor Ratio
50Win Rate
Devin started the discussion Programmatically find all Indicator values in Python
All the examples of indicator usage I've seen access indicator values by explicitly including their...
Devin started the discussion Self.Securities.Keys holds bad data: 'EURUSD 8G' wasn't found in the TradeBars object
In a test algorithm, I'm calling this in Initialize
Devin left a comment in the discussion Question about Boot Camp Lesson [Buy and Hold / Equities]
"if not self.Portfolio.Invested:" means the the following code tabbed underneath it will only run...
Devin left a comment in the discussion Limiting set holdings to once a day
When you call SetHoldings you could cache self.Time.day then check against that again before you...
Devin left a comment in the discussion Programmatically find all Indicator values in Python
I found a solution! Though it seems pretty hacky. If anyone can show me a more elegant solution I'd...
Devin left a comment in the discussion Question about Boot Camp Lesson [Buy and Hold / Equities]
"if not self.Portfolio.Invested:" means the the following code tabbed underneath it will only run...
5 years ago