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.
Victoria started the discussion Can't multiply Crypto with Float to make SL/TP?
Here are the problematic parts of my code. I'm just trying to implement a basic stop loss/take...
Victoria started the discussion Keep receiving the same error code, help!
I'm still trying to learn the QC api, but I get the same or very similar error codes no matter what...
Victoria started the discussion How to ensure specific indicator only calls data from current trading session?
E.g, If I am using minute resolution and want to find the max value in the first 15 minutes of the...
Victoria started the discussion Quick question for manual universe lambda function
I know something is wrong here. I'm just trying to create a simple universe that I can manually...
Victoria started the discussion Error code with buy orders on security in universe
I have a small manual universe and I would like my code to run for any of the securities within it,...
Victoria started the discussion Can't multiply Crypto with Float to make SL/TP?
Here are the problematic parts of my code. I'm just trying to implement a basic stop loss/take...
Victoria started the discussion Keep receiving the same error code, help!
I'm still trying to learn the QC api, but I get the same or very similar error codes no matter what...
Victoria started the discussion How to ensure specific indicator only calls data from current trading session?
E.g, If I am using minute resolution and want to find the max value in the first 15 minutes of the...
Victoria started the discussion Quick question for manual universe lambda function
I know something is wrong here. I'm just trying to create a simple universe that I can manually...
Victoria started the discussion Error code with buy orders on security in universe
I have a small manual universe and I would like my code to run for any of the securities within it,...
Victoria started the discussion Any idea how to save value from MAX indicator at a specific time? Scheduled event?
I would like to be able to save the maximum values for the stocks in my universe at a given time...
Victoria started the discussion Limiting algo to one trade per day?
I tried to write a statement where if an order had been placed for a certain security, then the buy...
Victoria started the discussion How to use portfolio percentage/currentholdings for stopmarket and limit methods
If I use setholdings(x, 0.2) where it allocates 20% of my account to a given equity and place...
Victoria started the discussion Problem with stop market and limit order helper methods.
If I use setholdings(x, 0.2) where it allocates 20% of my account to a given equity and place...
Victoria started the discussion Trying to perform standard deviation on rolling window of tradebar high./low differential. Backtest attached
Originally I had tried to implement this logic using the ATR indicator with a period of one and a...
Victoria started the discussion Why is this returning NaN? List comprehension problem?
rolling window should just be a list of tradebars, and high and low should be floats, so I have no...
Victoria started the discussion Do I not understand how consolidated bars work?
I've posted before on related problems to this, so maybe I'm just not getting something. If I...
Victoria started the discussion Block new trades for x minutes after order
Victoria started the discussion Implementing EMA Universe selection model, and universe resolution.
So, I haven't played around with universe's much in QC yet. I tried implementing the QC500 to an...
Victoria started the discussion Division by zero when adding volume universe?
I have been trying to add one of the universe filters from the documentation, but I am having an...
Victoria started the discussion Manually warming up constructor with history after universe selection, then registering for automatic updates?
Hello all,
Victoria left a comment in the discussion Orders not working?
Vladimir
Victoria left a comment in the discussion Backtest button not working
I am experiencing the same error in both 2.0 and 3.0
Victoria left a comment in the discussion Orders not working?
Fixed a couple values
Victoria left a comment in the discussion Orders not working?
Whoops, the backtest did not attach. I also found an issue with your trailing stop loss where you...
Victoria left a comment in the discussion Orders not working?
Hi Ivan, I fixed your problem, and found another one in the process.
Victoria left a comment in the discussion Manually warming up constructor with history after universe selection, then registering for automatic updates?
This is the code
2 years ago