flip_markets: Flip a market

Description Usage Arguments

View source: R/util.r

Description

Flip a market

Usage

1
2
flip_markets(market_name, high, low, volume, last, base_volume, time_stamp, bid,
  ask, open_buy_orders, open_sell_orders, prev_day, created)

Arguments

market_name

the market names.

high

the vector of highs.

low

the vector of lows.

volume

the vector of volumes.

last

the vector of last prices.

base_volume

the vector of base_volumes - this gets set to NA.

time_stamp

the vector of time stamps.

bid

the vecor of bids.

ask

the vecor of asks.

open_buy_orders

the vector of open buy orders.

open_sell_orders

the vector of open sell orders.

prev_day

the previous day's close.

created

the vector of dates the market was created.


kaneplusplus/bittrextools documentation built on May 29, 2019, 3 a.m.