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

vidal left a comment in the discussion Mult-Strategy Multi-Algo IB FA Account Implemention

I have an individual account. If I want to implement more than one strategies with IB, first I need...

4 days ago

vidal left a comment in the discussion Is It Possible to Deploy Multiple QuantConnect Algorithms to One Schwab Account?

Hi OP, I would like to implement something similar. 

11 days ago

vidal started the discussion Help with RSI calculation

Hi Mia, I have coded below to calculate RSI of TQQQ. However, I found that the RSI calculation may...

2 years ago

vidal left a comment in the discussion Help with RSI calculation

Yes, Mia. I find that the RSI calculated is correct and the period is sufficient to warm up. 

2 years ago

vidal started the discussion Automatically update the Maximum Indicator

Hi, I want to automatically update the maximum indicator. I understand the maximum indicator use...

3 years ago

vidal left a comment in the discussion Mult-Strategy Multi-Algo IB FA Account Implemention

I have an individual account. If I want to implement more than one strategies with IB, first I need...

4 days ago

vidal left a comment in the discussion Is It Possible to Deploy Multiple QuantConnect Algorithms to One Schwab Account?

Hi OP, I would like to implement something similar. 

11 days ago

vidal started the discussion Help with RSI calculation

Hi Mia, I have coded below to calculate RSI of TQQQ. However, I found that the RSI calculation may...

2 years ago

vidal left a comment in the discussion Help with RSI calculation

Yes, Mia. I find that the RSI calculated is correct and the period is sufficient to warm up. 

2 years ago

vidal started the discussion Automatically update the Maximum Indicator

Hi, I want to automatically update the maximum indicator. I understand the maximum indicator use...

3 years ago

vidal started the discussion Calling Future High Low Close at Market Close

Trying to call the future data at market close(16:00 or 17:00). However, the data in 25 Oct 2017...

3 years ago

vidal left a comment in the discussion Calling Future High Low Close at Market Close

Another example:

3 years ago

vidal left a comment in the discussion Calling Future High Low Close at Market Close

Hi Louis,

3 years ago

vidal left a comment in the discussion "This content is blocked. Contact the site owner to fix the issue." problem

same here.

3 years ago

vidal started the discussion 52 weeks high/low stock filtering problem

class TrialHighalgorithm(QCAlgorithm): def Initialize(self): self.SetStartDate(2020,...

4 years ago

vidal started the discussion How to store a value?

I have read the below In&Out post and found that the condition for exiting the TLT/IEF is not...

4 years ago

vidal started the discussion My algo works but I got this error: This operation is not allowed in Initialize or during warm up: OrderRequest.Submit.

 

5 years ago

vidal started the discussion Trade during market hours - your order will not be placed at the exchange until

MarketOnOpen order is placed before market open. Why it cancels my order? 

5 years ago

vidal started the discussion No orders 10 minutes after market open

public void OnData(TradeBars data) { bool IsMarketOpen =...

5 years ago

vidal started the discussion Problem with including latest price

As I know, the history request does not include the latest/current price bar until it closes in the...

6 years ago

vidal started the discussion Length mismatch: Expected axis has 0 elements, new values have 1 elements

I have cloned Jing Wu's algo and want to add sma filter in coarseuniverse according to the example...

6 years ago

vidal started the discussion Updating ADX in universe and label not in index issues

Thanks for the help of QC members. I could now do some meaningful tests. However, I still meet...

6 years ago

vidal started the discussion Interactive Brokers Secure Login System SLS Opt Out

I have checked that I have no option to do the partial opt out due to my country's regulations.So I...

6 years ago

vidal started the discussion How could I filter the stock universe by sector

I am going to filter stocks by sector like technology and healthcare. However, It seems that I...

7 years ago