EMV: EMV

Description Usage Arguments Value Author(s) References Examples

Description

Compute the Arms Ease of Movement

Usage

1
EMV(low, high, volume, divisor = 10000)

Arguments

low

vector or xts, historical series of the lowest prices for each interval

high

vector or xts, historical series of the highest prices for each interval

volume

vector or xts, historical series of volume for each interval

divisor

integer that scales the result

Value

vector or xts, historical series of EMV value

Author(s)

Paolo Montemurro <montep@usi.ch>

References

Richard W. Arms, Jr, Arms Ease of Movement,

Examples

1
2
3
4
5
data(TWTR)
EMV(TWTR$Low, TWTR$High, TWTR$Volume)

data(BAC)
EMV(BAC$Low, BAC$High, BAC$Volume)

giovannikraushaar/TradingIndicatoR documentation built on May 20, 2019, 12:14 p.m.