-
I am currently unable to figure out how to lookup prices via the Java API. I am able to do it via curl with
```
curl \
-H "Content-Type: application/json" \
-H "Authorization: Bearer " \
…
-
Hi, I was trying to use autotrader with oanda as the data source for both backtesting and paper trading at the moment. I found that in the `autotrader/brokers/oanda.py` the broker setup is misaligned …
-
Hello
Oanda stop supporting v1 api and released V20 Please provide update for v20
Thanks
-
Thank you for writing this code. I am using the v20 REST API and your functions use the v1 server. Can you add the capability to select the v20 Oanda server? Thank you.
-
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…
-
Is there any chance that the AutoChartist Patterns will be included ?
http://developer.oanda.com/rest-live/forex-labs/#autochartist
Anybody working on this ?
-
Streaming.py still errors out because any new accounts on Oanda will be a V20 account and uses the V20 api. the code you are using calls the v1 api. Maybe another variable can be added to adjust the a…
-
**Name of app / service**
OANDA
**Link to developer documentation**
https://developer.oanda.com/rest-live-v20/order-df/
**Is lack of support preventing you from building workflows, or do you h…
-
Hello all,
I tried:
import configparser # 1
import oandapy as opy # 2
#read oanda.cfg
config = configparser.ConfigParser() # 3
config.read('oanda.cfg') # 4
#store token in variable
…
-
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…