diff --git a/oanda.json b/oanda.json new file mode 100644 index 0000000..7b96003 --- /dev/null +++ b/oanda.json @@ -0,0 +1,17 @@ +{ + "description": "OANDA is an international FOREX and CFD brokerage with a mature API and client base. OANDA has reasonable spread-only pricing.", + + "platforms-features":[ + { + "Platforms": ["Cloud Platform", "Local Platform", "LEAN CLI"], + "Download Data": [1,1,1], + "Backtesting": [1,1,1], + "Optimization": [1,1,1], + "Live Trading": [1,1,1] + } + ], + "order-types": [ "Market", "Limit", "Stop Market" ], + "data-supported": ["Forex", "CFD"], + "brokerage-url": "https://www.oanda.com/", + "documentation": "/docs/v2/cloud-platform/live-trading/brokerages/oanda" +}