Nathan Matare

Results 9 comments of Nathan Matare

> Right now, delay is in seconds, to match the way POSIXct works, so if you want to delay by one day, it would need to be 86400. a delay...

One fix could be to force POSIXct timestamps. So ... ``` if(is.timeBased(timestamp)) ordertime

Yes, I noticed ruleOrderProc includes slippageFUN, but didn't see where or what the plan was to model it into the order book. How would you suggest recording the signal price...

Sure. Here's the report with dask 2.1.0. ``` from dask.distributed import LocalCluster, Client cluster = LocalCluster(n_workers=0) cluster.scale(n=1) client = Client(cluster.scheduler.address) client.scheduler_info()['workers'] # resources={'CPU': 1}, no resources to compute fut =...

Hmm. From what we've put together the downstream effects for us result in the below situation: We have several workers with special hardware and others without. The workers without hardware...

Confirmed! The name should not be `None`, it should be "test".

Unfortunately, this seemingly insignificant name issue causes a lot of down stream effects. I've hacked around them for some, but I decided to file a bug because the solutions started...