Peter

Results 76 comments of Peter

In the latest unstable 3.0 this has been added. So once that is released, should be included.

I guess this is the offending code in the Config class: ```kotlin val home: Path by lazy { val path: Path = Paths.get(System.getProperty("user.home"), ".roboquant") if (Files.notExists(path)) { Files.createDirectory(path) logger.trace {...

For those interested, there are actual 4 public hosted projects: 1. qx-parser - creates the qooxdoo.d.ts declaration file based on the jsdoc json API files 2. qx-generator - generates a...

Not sure why the build fails. Sounds like a wrong version of Kotlin, but that shouldn't happen. I saw few people join the discord server last few days, so perhaps...

I hopefully fixed the discord issues, so feel free to rejoin again.

Looks like there is a space in the example when creating the feed.

Not sure that VS Code fully supports Kotlin notebooks. If it cannot resolve `feed`, it seems more that the state in the first cell is not available at all in...

Looks like they have a nice API, also operate in the EU, and exposes most trading functionality. However I'm not using them myself (although looking for a replacement for IBKR)....

Can see how to make it easier to extend. Could make some classes and properties non final. Out of curiosity, do you have particular use cases in mind of things...

Hmm, this always had two spaces (at least for stocks). Which version of the IB API are you using?