cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

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.


Public Backtests (0)

View More

Community

View More

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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,...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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,...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent started the discussion Block new trades for x minutes after order

 

3 years ago

Vincent 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...

3 years ago

Vincent 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...

3 years ago

Vincent started the discussion Manually warming up constructor with history after universe selection, then registering for automatic updates?

Hello all,

3 years ago

Vincent left a comment in the discussion Manually warming up constructor with history after universe selection, then registering for automatic updates?

This is the code

3 years ago

Vincent left a comment in the discussion Orders not working?

Vladimir

3 years ago

Vincent left a comment in the discussion Backtest button not working

I am experiencing the same error in both 2.0 and 3.0

3 years ago

Vincent left a comment in the discussion Orders not working?

Fixed a couple values

3 years ago

Vincent 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...

3 years ago

Vincent left a comment in the discussion Orders not working?

Hi Ivan, I fixed your problem, and found another one in the process.

3 years ago