Ryan Kennedy

Results 40 comments of Ryan Kennedy

Sure thing. I'll likely do a daily distribution of returns, and a distribution of 'trade' returns as well, as I think they both provide value in a different way.

Few extra points - I think @femtotrader's big PR could form a nice base for this ? If anyone _needs_ to implement their own PriceHandlers (Bloomberg feed, etc), I'm sure...

One more thought to the list; - In the case of dropout and multiple failures with some kind of backoff function, we should notify the user through Twilio or Email....

Good point, logging is a better place for this. User notifications should be handled based on the Log 'importance' level.

I'll make a start on this, this evening. @mhallsmoore could you please create a separate branch from Master for this ? That way we can all PR into the specific...

@JP-MRPhys I have made a start at: https://github.com/mhallsmoore/qstrader/pull/133 Feel free to suggest/join in! I expect that branch will be worked on by a few people until it's ready. We have...

Oh right, is it something to do with the `hasGaps` that IB's API returns with historical data? This is just grabbing the last 5 days of 1-minute data for a...

Hi Dirk, IMO, these kind of things belong in the `RiskManager`. Currently working on IB integration so haven't devoted much time to it, but likely you'd need to subclass the...

Hey @tomhunter-gh -- I think I had to think about this the other day, but lost my train of thought and went onto some other stuff. Agree, there's actually no...

@cnimativ have you ensured the `config` flag is passed to QSTrader correctly? It should be `--config=.yml`. This file defines where QSTrader will be looking for your CSV data files. Kinda...