Initial hello world IBKR API connection.
This commit is contained in:
@@ -19,8 +19,10 @@ Keep these areas loosely separated in code and documentation. Avoid coupling the
|
||||
|
||||
- Use Python for implementation.
|
||||
- Use `mise` to control the Python version.
|
||||
- Use `uv` to manage Python packages and virtual environments.
|
||||
- The local Python version is pinned in `.mise.toml`.
|
||||
- Prefer commands run through `mise exec -- ...` when the Python environment matters.
|
||||
- Prefer `mise exec -- uv run ...` for project Python commands once dependencies are synced.
|
||||
- Git is the version control system for this project. A remote will be added later.
|
||||
|
||||
## Safety And Trading Constraints
|
||||
|
||||
Reference in New Issue
Block a user