Eugene

Results 4 comments of Eugene

As an experiment I tried switching to `loop = xloil.get_async_loop()` and it appears to do exactly what I want although I can't 100% understand why this works and the other...

Makes sense. I agree re python version, it's an imposed limitation. For what it's worth this is the code that was running with 5 tickers: ``` async def main(): app_cfg...

downloading the repo and installing via below worked: open Rstudio library(devtools) setwd('/path/to/repo') build() install()

The users do periodically save the excel file with a new name as a form of version control. However, the py file doesn't appear every time this happens. The contents...