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.
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....
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...
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...
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...
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...
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....
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...
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...
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...
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...
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...
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...
Nathan left a comment in the discussion How to append symbols to the fine selection universe?
class MomentumEffAlgorithm(QCAlgorithm): def Initialize(self): ...
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...
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...
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...
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...
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...
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...
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...
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...
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