![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
Plots an high/low/close series on a chart pane. More...
#include <TSCPlots.h>
Public Member Functions | |
hlc (const tsa::variant &h, const tsa::variant &l, const tsa::variant &c, const color &col=color::auto_color, size_t weight=DEFAULT_WEIGHT, bool dynamic_color=false) | |
x More... | |
hlc (const tsa::in_stream &, const color &col=color::auto_color, size_t weight=DEFAULT_WEIGHT, bool dynamic_color=false) | |
x More... | |
hlc (const tsa::instrument &, const color &col=color::auto_color, size_t weight=DEFAULT_WEIGHT, bool dynamic_color=false) | |
x More... | |
~hlc (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 an high/low/close series on a chart pane.
|
explicit |
x
h | Bar high price. |
l | Bar low price. |
c | Bar close price. |
col | The bar color. |
weight | The bar weight / width. |
dynamic_color | Set this to true if the color changes from bar to bar. |
|
explicit |
x
_r | The in_stream object from which the h/l/c prices are to be taken. |
col | The bar color. |
weight | The bar weight / width. |
dynamic_color | Set this to true if the color changes from bar to bar. |
|
explicit |
x
_r | The instrument object from which the h/l/c prices are to be taken. |
col | The bar color. |
weight | The bar weight / width. |
dynamic_color | Set this to true if the color changes from bar to bar. |