|
BetaTrader
A HFT Eco-System
|
#include "client_ui/ChartPanel.h"#include <imgui.h>#include <implot.h>#include <implot_internal.h>#include <algorithm>#include <vector>#include <cstring>#include "common/Instrument.h"
Namespaces | |
| namespace | client_ui |
Functions | |
| void | client_ui::PlotCandlestick (const char *label_id, const double *xs, const double *opens, const double *closes, const double *lows, const double *highs, int count, float width_percent) |