|
OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
|
| cpp | |
| include | |
| inputs | |
| input_bool.hpp | C++ wrapper for boolean script input |
| input_color.hpp | C++ wrapper for color script input |
| input_enum.hpp | C++ wrapper for enum script input |
| input_float.hpp | C++ wrapper for float script input |
| input_int.hpp | C++ wrapper for integer script input |
| input_price.hpp | C++ wrapper for price script input |
| input_session.hpp | C++ wrapper for session script input |
| input_source.hpp | C++ wrapper for source script input |
| input_string.hpp | C++ wrapper for string script input |
| input_symbol.hpp | C++ wrapper for symbol script input |
| input_text_area.hpp | C++ wrapper for text area script input |
| input_time.hpp | C++ wrapper for time script input |
| input_time_frame.hpp | C++ wrapper for timeframe script input |
| visuals | |
| background_colors.hpp | C++ wrapper for background-colors visual output |
| bar_colors.hpp | C++ wrapper for bar-colors visual output |
| box.hpp | C++ wrapper for box output |
| fill.hpp | C++ wrapper for fill visual output |
| filled_orders.hpp | C++ wrapper for iterating filled orders on a chart bar |
| graph.hpp | C++ wrappers for non-series graph visuals |
| hline.hpp | C++ wrapper for horizontal-line (hline) output |
| label.hpp | C++ wrapper for label output |
| line.hpp | C++ wrapper for line output |
| line_fill.hpp | C++ wrapper for line-fill output |
| plot.hpp | C++ wrapper for plot visual output |
| plot_arrow.hpp | C++ wrapper for plot-arrow visual output |
| plot_bar.hpp | C++ wrapper for plot-bar visual output |
| plot_candle.hpp | C++ wrapper for plot-candle visual output |
| plot_char.hpp | C++ wrapper for plot-char visual output |
| plot_shape.hpp | C++ wrapper for plot-shape visual output |
| polyline.hpp | C++ wrapper for polyline output |
| series_graph.hpp | C++ wrappers for series graph visuals |
| table.hpp | C++ wrapper for table output |
| chart.hpp | C++ wrappers for chart/visual output produced by the VM |
| display.hpp | Type-safe wrappers for display bitmasks used by visuals |
| error.hpp | Error type used by the C++ wrapper API |
| ffi.hpp | |
| inputs.hpp | C++ wrappers for typed script input structs (InputInt, InputFloat, etc.) |
| instance.hpp | C++ wrapper for the OpenPine VM instance C ABI |
| openpine.hpp | Single include for the OpenPine C++ wrapper API |
| script_info.hpp | C++ wrapper for script metadata (ScriptInfo) from the OpenPine VM |
| script_input.hpp | C++ wrapper for a single script input (ScriptInput) from the OpenPine VM |
| string_ref.hpp | Shared helpers for converting C ABI string refs to std::string_view |
| types.hpp | Re-exports FFI types into the openpine namespace |