Trading System API  3.0
Library for Simulating and Deploying Trading and Investment Strategies
tsa::plot Namespace Reference

Namespace for plot types that are used in conjunction with class chart. More...

Classes

class  area
 Plots a series as an 'area plot' on a chart pane. More...
 
class  area_line
 Combines and area and line plot. More...
 
class  bar
 Plots a 'bars' on a chart pane where bars are drawn from the zero line. Bars essentially oscillate around the zero line with values are both positive and negative. More...
 
class  hlc
 Plots an high/low/close series on a chart pane. More...
 
class  line
 Plots a 'line plot' on a chart pane. More...
 
class  marker
 Simply plots a 'marker' which is a shape. More...
 
class  multi_marker
 Plots multiple 'markers' which are 'shapes'. More...
 
class  ohlc
 Plots an 'open,high,low,close' series on a chart pane. More...
 
class  orders
 Paints all orders generated by the given instrument object on a chart pane. More...
 
class  plot_base
 Parent class for all plot types. More...
 
class  position
 Plots bars on a chart pane representing the current open position for a given instrument. More...
 
class  rarea
 Plots an 'area' on a chart pane. Plots are drawn from the lowest y-value to the current y-value. Use class plot::area instead if you want the area plot to oscillate around the zero line. More...
 
class  rbar
 Plots a 'bar plot' on a chart pane. Bars are drawn from the lowest y-value to the current y-value. Please use class plot::bar instead for bars drawn from the zero line. Drawing from the zero line is more common when plotting financial data. More...
 
class  transactions
 Draws all transactions related to the given instrument object on a chart pane. More...
 

Detailed Description

Namespace for plot types that are used in conjunction with class chart.