cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

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.


Public Backtests (0)

View More

Community

View More

Jordan started the discussion How to check my current equity?

I looked in the Docs and Google searched but I could find no results for how to do this. I need to...

6 years ago

Jordan started the discussion How to see what price MarketOrder was made for and then make a Stop-Loss Order?

self.MarketOrder("AAPL", 1000) # Make an order here self.StopMarketOrder("AAPL", -1 * shares,...

6 years ago

Jordan started the discussion What is period for RSI?

For RSI the docs says

6 years ago

Jordan started the discussion Slice Object Key Not Found

I am getting this errorRuntime Error: KeyNotFoundException : ' ' wasn't found in the Slice object,...

6 years ago

Jordan started the discussion How to get symbol from TradeBar or Consolidated Data?

Edit: Solved. (For anybody else who has this error just use bar.Symbol instead of sender.Symbol)

6 years ago

Jordan started the discussion How to check my current equity?

I looked in the Docs and Google searched but I could find no results for how to do this. I need to...

6 years ago

Jordan started the discussion How to see what price MarketOrder was made for and then make a Stop-Loss Order?

self.MarketOrder("AAPL", 1000) # Make an order here self.StopMarketOrder("AAPL", -1 * shares,...

6 years ago

Jordan started the discussion What is period for RSI?

For RSI the docs says

6 years ago

Jordan started the discussion Slice Object Key Not Found

I am getting this errorRuntime Error: KeyNotFoundException : ' ' wasn't found in the Slice object,...

6 years ago

Jordan started the discussion How to get symbol from TradeBar or Consolidated Data?

Edit: Solved. (For anybody else who has this error just use bar.Symbol instead of sender.Symbol)

6 years ago

Jordan started the discussion Categorizing Backtests & Removing All Old Backtest Results

I'm looking at running my backtests with slight changes in parameters and would like to be able...

6 years ago

Jordan started the discussion Is there a time or memory limit in how long the OnData function can be?

If I have a lot of slow method calls in my OnData is it possible for it to timeout and to proceed...

6 years ago

Jordan started the discussion Get time that a Bar was send in OnData?

If I am getting a TradeBar in OnData is there a method to know what time the bar is for? (i.e. see...

6 years ago

Jordan started the discussion How do we check if an OrderTicket was for: A StopMarket and it was filled, not canceled

def OnOrderEvent(self, orderEvent): order =...

6 years ago

Jordan started the discussion Is there a way in Live Trading with Paper Money to initialize cash to 1 Million?

It currently started with 100,000 even though when testing it always used 1 Million, so it looks...

6 years ago

Jordan left a comment in the discussion How do we check if an OrderTicket was for: A StopMarket and it was filled, not canceled

I tried the next day and it is working now... Not sure why. I have noticed that many times, even...

6 years ago

Jordan left a comment in the discussion How do we check if an OrderTicket was for: A StopMarket and it was filled, not canceled

I have tried that but now it is also printing trades that it should not, it is Logging StopMarket...

6 years ago

Jordan left a comment in the discussion What is period for RSI?

Thanks

6 years ago

Jordan left a comment in the discussion How to see what price MarketOrder was made for and then make a Stop-Loss Order?

Thanks, this helps a lot

6 years ago

Jordan left a comment in the discussion How to check my current equity?

Great, thanks for the help

6 years ago