lbilli

Results 26 comments of lbilli

Thanks for the feedback. The function `fCondition()` is just a simple helper that creates a template condition that can be customized and attached to an order. The supported condition types...

Here's an example of a scanner: ```R library(rib) ew

Thanks for the interest. I'd like to point out that it's already possible to build or modify a `Wrapper` incrementally: ```julia d, sw = simple_wrap() function mycallback(a, b, c, d,...

I'm afraid I don't much about Rocket.jl. Could be a nice project to look into it though.

Just define the appropriate `Contract` and pass it to `reqHistoricalData()`. For a stock option something along these lines: ```julia opt = Jib.Contract(symbol="GOOG", secType="OPT", currency="USD", exchange="SMART") opt.lastTradeDateOrContractMonth = "20200717" # expiration...

Sorry to hear about your troubles. I'm not familiar with your code but this package's user facing interface has hardly changed, at least not more than the official IB API...