elderRay: Calculate the elders Ray of given OHLCV

Description Usage Arguments Details Value Author(s) Examples

Description

elders Ray gives two units bullPower, bearPower.

bullPower - Difference from High to EMA(n)

bearPower - Difference from Low to EMA(n)

elders Ray gives two units bullPower, bearPower.

bullPower - Difference from High to EMA(n)

bearPower - Difference from Low to EMA(n)

Usage

1
2
3
elderRay(m, n = 13)

elderRay(m, n = 13)

Arguments

m

- OHLC

n

- number of units for calculating EMA, (default - 13)

FUN

- function to be applied for averges. Default EMA

m

- OHLC

eman

- n for calculating EMA

pown

- n for calculating the bull/bear

Details

The function returns the elders Ray for a given OHLCV

The function returns the elders Ray for a given OHLCV

Value

returns slope

po

Author(s)

Siva Sunku

Siva Sunku

Examples

1
2
elderRay(m,n=13)
elderRay(m,n=13)

sivasunku/evalStrats documentation built on May 29, 2019, 11 p.m.