getOandaTrades: Get a list of Trades for an Oanda Account

Description Usage Arguments Value Examples

View source: R/OandaTrades.R

Description

Get a list of Trades for an Oanda Account

Usage

1
2
getOandaTrades(ACCOUNT_TYPE, ACCESS_TOKEN, ACCOUNT_ID,
  INSTRUMENTS = "AUD_USD", OPEN = FALSE)

Arguments

ACCOUNT_TYPE

"practice", "real" or "sandbox"

ACCESS_TOKEN

The authorization bearer token previously obtained by the client, can be found in oanda environment

ACCOUNT_ID

ID of the Account to create the Order for.

INSTRUMENTS

Instrument to get candlestick data for e.g. "AUD_USD"

OPEN

Show only open trades or not

Value

A data.frame of trades

Examples

1
getOandaTrades(.oandaEnv$ACCOUNT_TYPE, .oandaEnv$ACCESS_TOKEN, .oandaEnv$ACCOUNT_ID, INSTRUMENTS = c('AUD_USD'))

ivanliu1989/RQuantAPI documentation built on Sept. 13, 2019, 11:54 a.m.