hootnot / oandapyV20-examples

Examples demonstrating the use of oandapyV20 (oanda-api-v20)
MIT License
147 stars 65 forks source link

oanda_console not updating NAV #2

Closed hootnot closed 7 years ago

hootnot commented 7 years ago

The oanda_console application is not updating the Net Asset Value.

hootnot commented 7 years ago

This seems to have a relation with the requests library. When forced to version 2.12.4 the issue is gone.

Since oanda_console and/or use of gevent is no part of oanda-api-v20 no further action then forcing requests to version 2.12.4 is taken.

The requirements.txt is modified to restrict the version.