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 (1)

View More
[Debugging] Smooth Light Brown Tapir

9Parameters

0Security Types

1Tradeable Dates


Community

View More

Nathan started the discussion Trouble Passing Separate Indicators into Multiple Consolidators

I'm trying to pass separate ichimoku indicators into 4 hour, 1 day and 1 week consolidators....

1 years ago

Nathan started the discussion How to append symbols to the fine selection universe?

If I have a list of symbols that I always want included in my universe, how can I append them to...

3 years ago

Nathan started the discussion Recommended Penny Stock Data Providers to import into Quantconnect?

I'm looking for data on stocks in the $.01 - $.03 range. Has anyone imported data on this range of...

3 years ago

Nathan started the discussion Plans for adding brokers in the future?

Curious if there are any additional brokers that Quantconnect plans on adding in the future? Would...

3 years ago

Nathan started the discussion Is there a Maximum Number of Stocks that Can Manually Be Included in a Backtest?

I remember seeing that the universe selection function has a maximum of 1,000 symbols that can be...

3 years ago

[Debugging] Smooth Light Brown Tapir

9Parameters

0Security Types

1Tradeable Dates

Nathan started the discussion Trouble Passing Separate Indicators into Multiple Consolidators

I'm trying to pass separate ichimoku indicators into 4 hour, 1 day and 1 week consolidators....

1 years ago

Nathan started the discussion How to append symbols to the fine selection universe?

If I have a list of symbols that I always want included in my universe, how can I append them to...

3 years ago

Nathan started the discussion Recommended Penny Stock Data Providers to import into Quantconnect?

I'm looking for data on stocks in the $.01 - $.03 range. Has anyone imported data on this range of...

3 years ago

Nathan started the discussion Plans for adding brokers in the future?

Curious if there are any additional brokers that Quantconnect plans on adding in the future? Would...

3 years ago

Nathan started the discussion Is there a Maximum Number of Stocks that Can Manually Be Included in a Backtest?

I remember seeing that the universe selection function has a maximum of 1,000 symbols that can be...

3 years ago

Nathan left a comment in the discussion Is there a Maximum Number of Stocks that Can Manually Be Included in a Backtest?

Jared Broad Good to know. Thanks for the info and clarification!

3 years ago

Nathan left a comment in the discussion Problem: self.History not returning dataframe

Try putting brackets around your symbol when you use the self.History function. I've had the same...

3 years ago

Nathan left a comment in the discussion Plans for adding brokers in the future?

Jared - Thanks for the response, that is great to know! I certainly agree that moving your capital...

3 years ago

Nathan left a comment in the discussion How to append symbols to the fine selection universe?

class MomentumEffAlgorithm(QCAlgorithm): def Initialize(self): ...

3 years ago

Nathan left a comment in the discussion How to append symbols to the fine selection universe?

Frank Giardina - Thanks for the link. I've gone through and retried this with success! The...

3 years ago

Nathan started the discussion "Self is not defined" Error

I am trying to add a rolling window of data to connect my custom indicator to but I keep receiving...

4 years ago

Nathan started the discussion How To Register A Custom Indicator With A Coarse Universe Selection?

I am trying to register my custom indicator in the initialize function with a coarse universe...

4 years ago

Nathan started the discussion Variables In The OnOrderEvent Function Not Recognized As Equal Even Though They're Shown as Equal in The Debugger

I am trying to record the fill price of symbols so that I can create stop losses and take profit...

4 years ago

Nathan started the discussion How To Prevent Unwanted Messages In Console?

Is there a way to prevent unwanted messages from being printed in the console? I have set up a few...

4 years ago

Nathan started the discussion Is there a Built-In Function For VWAP Upper and Lower Bands?

I'm using VWAP and can't seem to find any documentation on retrieving the upper and lower band...

4 years ago

Nathan started the discussion How Do I Get The Current Symbol When Using Multiple Symbols in a Rebalance Function?

This seems like such an easy question but I can't locate the answer anywhere. I've tried...

4 years ago

Nathan left a comment in the discussion Is there a Built-In Function For VWAP Upper and Lower Bands?

Kevin Chaney   My implementation was a bit unique due to the different resolutions used for data...

4 years ago