Learn R Programming

obAnalytics (version 0.1.1)

plotTrades: plotTrades.

Description

A convenience function for plotting the trades data.frame in a nice way.

Usage

plotTrades(trades, start.time = min(trades$timestamp), end.time = max(trades$timestamp))

Arguments

trades
trades data.
start.time
Plot from.
end.time
Plot to.

Examples

Run this code

with(lob.data, plotTrades(trades))

Run the code above in your browser using DataLab