Benjamin Singleton
Benjamin Singleton
This got my code working again: > b) Set factory name to INTERACTIVE_BROKERS which is the value of IB_VENUE But this didn't: > a) Set node.portfolio.set_specific_venue(Venue("IB")) (because factory name according...
In `node_builder.py`, should we check if `name == 'INTERACTIVE_BROKERS'` instead of `InteractiveBrokers` so it matches `IB_VENUE` [here](https://github.com/nautechsystems/nautilus_trader/blob/develop/nautilus_trader/adapters/interactive_brokers/common.py#L26)?
Thank you!
@cjdsellers Revisiting this as I'm finding it important to stream / persist indicator values, so I can visually validate strategies. How would you think about implementing this? Is @cniqvtcfgt on...
This turned out to be simpler than I initially thought, especially if you're not looking to track too many indicator values. All I had to do was use `self.publish_signal` in...
I'm encountering the same issue. I have Git, VS Code, and VS Code Remote Containers Extension all installed. My version of Docker Desktop is 4.3.1 (72247).
Thanks for the pointer @wesget182 @gnzsnz! I was able to successfully build the image, run ib-gateway, and execute trades on my paper trading account. I wouldn't consider this super thorough...
I also wanted to express support for natively supporting OpenAI's new Responses API. Without supporting this API, LC won't be able to match the capabilities of the official ChatGPT app...
I submitted a draft PR #7671. I'm new to the codebase and not typically a JS developer, so honestly not sure if this is the right way to implement this...
Amazing! Thanks very much for adding all this functionality.