ranaroussi / ezibpy

ezIBpy, a Pythonic Client for Interactive Brokers API
Apache License 2.0
324 stars 116 forks source link

Interacting Live with IBKR #41

Open JSunRae opened 3 years ago

JSunRae commented 3 years ago

How do you interact with this? I can run a python script no problem. But I cannot seem to find a way to then manually type in requests or cancel requests like for fundamental data, live ticks.

IE. At times I want to manually intervene, and make the script focus on other stocks. In terminal, it does not allow for inputs while running. If I run in Visual Code, and try to type something in the 'Debug Console' Most of the time I just get the variable is not defined.

What am I missing here?