Autochartist.Oanda: Returns ‘Our Favourites’ signals from Autochartist.

Description Usage Arguments Details Value Examples

View source: R/OandaForexLabs.R

Description

Returns ‘Our Favourites’ signals from Autochartist. These signals can be a Chart Pattern, or a Key Level. Chart Patterns consists of an upper and a lower line forming a pattern, the pattern’s end time, and the prediction price box. Key Levels have only a price level.

Usage

1
2
Autochartist.Oanda(ACCOUNT_TYPE, ACCESS_TOKEN, INSTRUMENTS = "EUR_USD",
  PERIOD = "1 week")

Arguments

ACCOUNT_TYPE

"practice", "real" or "sandbox"

ACCESS_TOKEN

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

INSTRUMENTS

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

PERIOD

Required Period of time to retrieve calendar data for.

Details

Period includes:
- 4 hours
- 8 hours
- 12 hours
- 1 day
- 1 week

Value

A list

Examples

1
2
signals = Autochartist.Oanda(.oandaEnv$ACCOUNT_TYPE, .oandaEnv$ACCESS_TOKEN, INSTRUMENTS = 'AUD_USD', PERIOD = '1 week')
signals

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