![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
Simply plots a 'marker' which is a shape. More...
#include <TSCPlots.h>
Public Member Functions | |
marker (marker_t type, variant y_value, const color &color=color::auto_color, size_t weight=DEFAULT_WEIGHT) | |
x More... | |
~marker (void) | |
Destructor. | |
![]() | |
plot_base (void) | |
Constructor. | |
plot_base (plot_type_t _t, const tsa::variant &_v, const color &_pc, const color &_sc, size_t _w, bool _dc, int _js, bool _has_pivot, double _piv) | |
plot_base (plot_type_t _t, size_t _nv, const color &_pc, const color &_sc, size_t _w, bool _dc, int _js, bool _has_pivot, double _piv) | |
~plot_base (void) | |
Simply plots a 'marker' which is a shape.
|
explicit |
x
type | The type of marker. |
y_value | The y_value (e.g. price) of where the market will be drawn. |
color | The color of the marker. |
weight | The weight of the marker |