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.
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...
vidal started the discussion Automatically update the Maximum Indicator
Hi, I want to automatically update the maximum indicator. I understand the maximum indicator use...
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...
vidal left a comment in the discussion Calling Future High Low Close at Market Close
Another example:
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...
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.
vidal started the discussion Automatically update the Maximum Indicator
Hi, I want to automatically update the maximum indicator. I understand the maximum indicator use...
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...
vidal left a comment in the discussion Calling Future High Low Close at Market Close
Another example:
vidal left a comment in the discussion Calling Future High Low Close at Market Close
Hi Louis,
vidal left a comment in the discussion "This content is blocked. Contact the site owner to fix the issue." problem
same here.
vidal left a comment in the discussion Backtest button not working
me too.
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?
vidal started the discussion No orders 10 minutes after market open
public void OnData(TradeBars data) { bool IsMarketOpen =...
vidal started the discussion 52 weeks high/low stock filtering problem
class TrialHighalgorithm(QCAlgorithm): def Initialize(self): self.SetStartDate(2020,...
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...
vidal left a comment in the discussion How to screen stocks under $10 with the highest volume and 52 week high?
It is using the close/adjustprice to calculate the 52 weeks high, but not the “high”.
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.
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...
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...
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...
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...
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...
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.
10 months ago