![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
Plots multiple 'markers' which are 'shapes'. More...
#include <TSCPlots.h>
Public Member Functions | |
multi_marker (marker_t type, const std::vector< double > &y_values, const color &color=color::auto_color, size_t weight=DEFAULT_WEIGHT) | |
Constructor. More... | |
~multi_marker (void) | |
x | |
![]() | |
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) | |
Plots multiple 'markers' which are 'shapes'.
|
explicit |
Constructor.
The weight with which the shapes are to be drawn.
type | The type of marker. |
y_values | An array of y-values (prices) on which shapes will be drawn. |
color | The shape color. |