-
There is no real examples or documentation showing how to do some simple things, e.g.
- Open a trade
- Close a trade
- Place stop loss order
- etc
I know there is [v20-python-samples](https://g…
-
**Description of issue:**
Client fails when trying to reach the health API.
```
ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html; charset=utf-8', url=URL…
-
Looks like all new accounts go to the V20 interface. I don't see an option to use the old legacy v1 interface.
Is there any plans on supporting v20?
Would be fun to toy with LSTMs using tensor…
-
Hi
I am trying to install oandapy but get the following:
Input:
C:\Users\paumi\AppData\Local\Programs\Python\Python36\Scripts>pip install git+https://github.com/oanda/oandapy.git
Output:
Error…
-
I might be wrong, but in the code I see the api calls are using the V1 API. This requires a legacy account on Oanda though, which cannot be created anymore. So now, when you create a new account, you …
-
Hi,
I think there is a need for a cheat sheet to migrate the old to the new version.
```
oanda = oandapy.API(environment="practice", access_token=OANDA_ACCESS_TOKEN)
response = oanda.get_price…
-
I cannot find the v20.functions documents beside cURL RESTful endpoints.But I preferred use v20.functions to trade.If I were wrong, please tell me.
I trial and error to summarize some:
import v2…
-
No matter which date time format I choose I get back UNIX datetime. This doesn't seem to be an issue with this module but an underlying problem with the v20 api. I didn't know where else to report it.…
ghost updated
7 years ago
-
OANDA APIのサイト
→https://developer.oanda.com/docs/jp/
-
This sample you given is based on linux. Are there some codes and comments for win? or win cannot run it. i just can use linux env to run it?