-
Notifications
You must be signed in to change notification settings - Fork 65
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
Unable to print logs #12
Comments
I have the exact same issue. Can anyone confirm that they are able to use this to print logs currently? The very first example "Download Realtime Bar Data from TWS" gives me the following output: then the next example "Simple BID_ASK Historical Data" gives this output: I seem to be connected alright because turning off my TWS client gives me error messages when trying to run the same code from the examples. Would really appreciate some guidance on why I'm not getting the outputs shown in the example. Thanks! |
I also get this error when trying to call the module directly in command prompt (venv1) (base) C:\Back_Test>python main.py |
@lifeaquatic22 let me know if you found anything? I've given up with the package given lack of support |
Hi, I'm following the example TestPrinter, and I'm unable to print the output.
I just get this object printed as the output:
[<main.TestStrategy at 0x122e96450>]
I'm doing something very basically wrong here?
Thanks
The text was updated successfully, but these errors were encountered: