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.
16Tradeable Dates
1563Tradeable Dates
2515Tradeable Dates
Jonathan started the discussion Interesting blog post on moving averages
I found this article pretty interesting. I think this note on how to approach backtesting results...
Jonathan left a comment in the discussion Setting a stop loss and take profit
The stop loss created in this line of code is a "hard set": StopLoss = StopMarketOrder(Symbol,...
Jonathan left a comment in the discussion Setting a stop loss and take profit
Maybe some sample code will help. Here's an example algo that buys stock, sets a StopLoss, then...
Jonathan left a comment in the discussion Setting a stop loss and take profit
I create LimitOrders and StopMarketOrders at the same time that I make a purchase. Thus,...
16Tradeable Dates
1563Tradeable Dates
2515Tradeable Dates
Jonathan started the discussion Interesting blog post on moving averages
I found this article pretty interesting. I think this note on how to approach backtesting results...
Jonathan left a comment in the discussion Setting a stop loss and take profit
Here's my fixes for your algo with StopMarketOrder and LimitOrder. I put some descriptions in the...
Jonathan left a comment in the discussion Setting a stop loss and take profit
The stop loss created in this line of code is a "hard set": StopLoss = StopMarketOrder(Symbol,...
Jonathan left a comment in the discussion Setting a stop loss and take profit
Maybe some sample code will help. Here's an example algo that buys stock, sets a StopLoss, then...
Jonathan left a comment in the discussion Setting a stop loss and take profit
I create LimitOrders and StopMarketOrders at the same time that I make a purchase. Thus,...
Jonathan left a comment in the discussion Setting a stop loss and take profit
Actually, QuantConnect has LimitOrders and StopLoss orders built in. I use them like this, when...
Jonathan left a comment in the discussion Thoughts on the risks of shorting
I wonder if anyone in the trading universe has identified nearly anti-correlated ETFs that one...
Jonathan started the discussion New to QuantConnect, some technical questions...
So far, I'm pretty excited about this platform. Keep up the great work. However, I have a number of...
Jonathan left a comment in the discussion Setting a stop loss and take profit
Here's my fixes for your algo with StopMarketOrder and LimitOrder. I put some descriptions in the...
9 years ago