get.history: Give a situation by a data.frame of [open,high,low,close]...

Description Usage Arguments Value

View source: R/functions.R

Description

Give a situation by a data.frame of [open,high,low,close] every t minutes since id

Usage

1
get.history(t = 1, id = 0)

Arguments

t

Number of minutes between open and close. Possible numbers are 1 (default), 5, 15, 30, 60, 240 (4h), 1440 (1D), 10080 (1W), 21600 (15D). Default t=1

id

The time in second from "1970-01-01" since you need the values. Default id=0 in order to have the maximum amount possible of data

Value

A data frame with columns [time,open,high,low,close,vol]


fadiphi/mybtcr documentation built on May 14, 2019, 8:42 a.m.