Here are
47 public repositories
matching this topic...
OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
-
Updated
Apr 12, 2020
-
Python
Quest in pursuit of the Golden Fleece in Forex chaos
-
Updated
May 16, 2020
-
JavaScript
-
Updated
Feb 3, 2017
-
Python
Support for Oanda-V20 API in backtrader
-
Updated
May 23, 2020
-
Python
A ruby client for the Oanda REST API.
-
Updated
Mar 20, 2018
-
Ruby
R Code API for Forex Trading with OANDA Broker
A Golang wrapper for OANDAs v20 API
Pair Trading - Reinforcement Learning - with Oanda Trading API
-
Updated
Dec 16, 2019
-
Python
Scala/Akka wrapper for Oanda REST and Stream API
-
Updated
Feb 28, 2017
-
Scala
Predictions of long/short positions for FX trading done using state-of-the-art image recognition algorithms
-
Updated
Mar 29, 2018
-
Jupyter Notebook
-
Updated
Mar 14, 2020
-
JavaScript
A C++ interface with MySQL for building your own database of historical market quotes
OANDA powered forex trading bot
-
Updated
Mar 18, 2018
-
Scala
a Clojure wrapper for Oanda REST API
-
Updated
Jul 12, 2017
-
Clojure
Argo plugin Directional Change
-
Updated
Mar 14, 2020
-
JavaScript
FX chart viewer using OANDA APIs with InfluxDB and Grafana
-
Updated
Jan 15, 2020
-
JavaScript
Go library for connecting to Oanda's v20 streaming API to get realtime currency quotes
Python library to handle different kind of operations with the OANDA API
-
Updated
May 30, 2020
-
Jupyter Notebook
Statistical Arbitrage script using OANDA's API for autotrading Forex
-
Updated
Feb 2, 2019
-
Python
oanda-backtest is a python library for backtest with oanda fx trade rest api on Python 3.6 and above.
-
Updated
Apr 14, 2020
-
Python
-
Updated
Apr 14, 2017
-
Java
AUTOMATED SIGNAL GENERATOR FOR STOCKS/FX-PAIRS
-
Updated
Mar 28, 2020
-
Python
-
Updated
Aug 7, 2017
-
Python
Argo plugin Dual Stochastic
-
Updated
Mar 14, 2020
-
JavaScript
Argo plugin Weighted Random
-
Updated
Mar 14, 2020
-
JavaScript
Node.js: Boot Trade and notify based on your account configuration using OANDA APIv2.
-
Updated
Aug 5, 2018
-
JavaScript
Scala API implementation for OANDA v20 RESTful API
-
Updated
Aug 5, 2017
-
Scala
Arbitrage script using 1Forge's and OANDA's APIs for autotrading Forex
-
Updated
Feb 7, 2019
-
Python
Improve this page
Add a description, image, and links to the
oanda
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
oanda
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Description of issue:
API method
close_position()doesn't close all positions unless either long or short units to close is specified.Expected behaviour:
The default should be to close all positions long and short when not specified.
Actual behaviour:
The default is to send no arguments to the endpoint. Un