|
| ohlc (const tsa::variant &op, const tsa::variant &hi, const tsa::variant &lo, const tsa::variant &cl, const color &col=color::gold, size_t weight=DEFAULT_WEIGHT, bool dynamic_color=false) |
| x More...
|
|
| ohlc (const tsa::in_stream &, const color &col=color::gold, size_t weight=DEFAULT_WEIGHT, bool dynamic_color=false) |
| x More...
|
|
| ohlc (const tsa::instrument &, const color &col=color::gold, size_t weight=DEFAULT_WEIGHT, bool dynamic_color=false) |
| Constructor. More...
|
|
| ~ohlc (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) |
|
Plots an 'open,high,low,close' series on a chart pane.