OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
Loading...
Searching...
No Matches
chart.hpp File Reference

C++ wrappers for chart/visual output produced by the VM. More...

#include <cstdint>
#include <memory>
#include <optional>
#include <string_view>
#include "ffi.hpp"
#include "types.hpp"
#include "visuals/bar_colors.hpp"
#include "visuals/filled_orders.hpp"
#include "visuals/graph.hpp"
#include "visuals/series_graph.hpp"

Go to the source code of this file.

Classes

class  openpine::Chart
 Chart data produced by the VM. More...

Namespaces

namespace  openpine

Detailed Description

C++ wrappers for chart/visual output produced by the VM.

These types provide typed accessors around the raw chart pointers returned by the C ABI.

Definition in file chart.hpp.