toloco / pyoanda

Oanda’s API python wrapper. Robust and Fast API wrapper for your Forex bot Python library that wraps Oanda API. Built on top of requests, it’s easy to use and makes sense.
http://oanda.com
MIT License
65 stars 24 forks source link

Support Positions API #14

Closed elyobo closed 9 years ago

elyobo commented 9 years ago

Implements support and tests for get_positions, get_position and close_position.

toloco commented 9 years ago

Good one mate!, I merge this, but I can't create a newer version in pypi till next monday...

elyobo commented 9 years ago

Thanks, no worries and no hurry w/regards to pypi - I can use my local version in the meantime anyway. I know I'm going to need a few of the other methods as well, so I'll implement support for those as well when I come across them.