Joshua Ulrich

Results 260 comments of Joshua Ulrich

Thanks for the report! Can you replicate this with the demo account, or does it only happen with your live/paper account?

Thanks for the suggestion! I'm a bit reluctant to change the default behavior, since some users may rely on error-handling they've created. But I've thought about adding a `checkmark()` function...

Thanks for the suggestion! I agree this would be useful. Here's an implementation that might be a bit more efficient: ```r unit

Thanks for reporting back! Maybe there's a way to get all the exchanges the ticker is listed on, then check the user's subscriptions?

Hi Mario, The situation with this package is that the original author, Jeffrey Ryan, is somewhat restricted from contributing to open-source projects by his current employer. I maintain the package...

Thanks for the report! Would you be willing to attempt a patch? I'd really appreciate it!

@wesnm This fix is on CRAN now.

I looked into this, but I'm not very familiar with the TWS API or this code... @jaryan is the expert. That said, I ran [Wireshark](https://www.wireshark.org/) on the connection and found...

I'm not confident I can help more than I have. I can't replicate the issue when I use the steps in my previous comment. A few questions that might help...

Well, my `doParallel` example only works if you call `clusterExport` first, which assigns the objects to the global environment of the nodes by default. Nodes created by `doMC` essentially have...