BOP: BOP

Description Usage Arguments Value Author(s) References Examples

Description

Compute the Balance of Power Indicator

Usage

1
BOP(open, close, high, low)

Arguments

open

vector or xts, historical series of the open price for each interval

close

vector or xts, historical series of the close price for each interval

high

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

low

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

Value

vector or xts, historical series of BOP value

Author(s)

Paolo Montemurro <montep@usi.ch>

References

Igor Livshin, Balance of market power.

Examples

1
2
3
4
5
data(TWTR)
BOP(TWTR$Open, TWTR$Close, TWTR$High, TWTR$Low)

data(BAC)
BOP(BAC$Open, BAC$Close, BAC$High, BAC$Low)

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