![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
This is the complete list of members for tsa::chart, including all inherited members.
chart(void) | tsa::chart | |
class_name(void) const | tsa::object | |
cmp__evaluate_bar(const date_time &) override | tsa::chart | virtual |
cmp__finalize(void) override | tsa::chart | virtual |
cmp__post_evaluate_bar(const date_time &) | tsa::component | virtual |
get_pane(size_t _idx) | tsa::chart | |
has_same_class_as(const object &other) const | tsa::object | |
is_registered_with_strategy(void) const | tsa::component | |
max_bars_per_chart(void) const | tsa::chart | |
max_bars_per_chart(int) | tsa::chart | |
max_charts_to_save(void) const | tsa::chart | |
max_charts_to_save(int max_num_charts) | tsa::chart | |
name(const tsa::string &_s) | tsa::chart | inline |
name(void) const | tsa::chart | inline |
object(void) | tsa::object | inline |
operator<<(const chart::pane &pane) | tsa::chart | |
operator<<(const char *name) | tsa::chart | |
operator<<(const string &name) | tsa::chart | |
operator<<(double value) | tsa::chart | |
operator<<(int64_t value) | tsa::chart | |
operator<<(const plot::plot_base &) | tsa::chart | |
operator<<(const functor::auto_plot &functor) | tsa::chart | |
operator<<(const functor::parent< T > &_functor) | tsa::chart | inline |
register_with_strategy(strategy *) | tsa::component | |
save_png(const tsa::os::path &path) | tsa::chart | |
save_png(const tsa::os::path &path, const tsa::date_time &start, const tsa::date_time &end) | tsa::chart | |
save_png_book(const tsa::os::path &dir_path, size_t bars_per_page=0) | tsa::chart | |
set_color(DefaultColorID id, const color &c) | tsa::chart | |
width(int width) | tsa::chart | |
width(void) const | tsa::chart | |
~chart(void) | tsa::chart | virtual |
~object(void) | tsa::object | inlinevirtual |