Skip to content

Fix invalid link in IB docs #2401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integrations/ib.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ to accommodate IB-specific requirements. A `TradingNode` is then instantiated fr
and factories for creating `InteractiveBrokersDataClient` and `InteractiveBrokersExecutionClient` are added.
Finally, the node is built and run.

For a comprehensive example, refer to this [script](https://github.com/nautechsystems/nautilus_trader/blob/master/examples/live/interactive_brokers/interactive_brokers_example.py).
You can find additional examples here: https://github.com/nautechsystems/nautilus_trader/tree/develop/examples/live/interactive_brokers


```python
Expand Down
Loading