indicators: Trading indicators

Description Usage Arguments Details Value Author(s) Examples

Description

Various binary indicators for fts objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

Arguments

x

An Fts object

periods

number of periods

n

number of periods

k

number of lags

times

how many times

thresh

threshold level

index

index to use to construct fts object

cnames

colnames to use to construct fts object

...

further arguments to function

Details

removed elements are replaced with NA

Value

an fts object

Author(s)

Whit Armstrong

Examples

1
2
3
4
x <- fts(index=seq(from=Sys.Date(),by="months",length.out=5),rnorm(5))
print(x)
lag(x,1)
lead(x,1)

armstrtw/fts documentation built on May 10, 2019, 1:42 p.m.