|
OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
|
| Nopenpine | |
| Ninputs | |
| CInputBool | Wrapper for a boolean script input |
| CInputColor | Wrapper for a color script input |
| CInputEnumOptionView | One option (value + title) in an enum input |
| CInputEnum | Wrapper for an enum script input |
| CInputFloat | Wrapper for a float script input |
| CInputInt | Wrapper for an integer script input |
| CInputPrice | Wrapper for a price script input |
| CInputSession | Wrapper for a session script input |
| CInputSource | Wrapper for a source (OHLC) script input |
| CInputString | Wrapper for a string script input |
| CInputSymbol | Wrapper for a symbol script input |
| CInputTextArea | Wrapper for a text area script input |
| CInputTime | Wrapper for a time (timestamp) script input |
| CInputTimeFrame | Wrapper for a timeframe script input |
| Nseriesgraph | |
| CBackgroundColors | Represents background-colors settings in a chart |
| CFill | Represents a fill between two anchors |
| CPlot | Represents a plot graph in a chart |
| CPlotArrow | Represents a plotarrow output |
| CPlotBar | Represents a plotbar output |
| CPlotCandle | Represents a plotcandle output |
| CPlotChar | Represents a plotchar output |
| CPlotShape | Represents a plotshape output |
| Ngraph | |
| CBox | Represents a box graph |
| CHline | Represents a horizontal-line (hline) graph |
| CLabel | Represents a label graph |
| CLine | Represents a line graph |
| CLineFill | Represents a line-fill graph |
| CPolyline | Represents a polyline graph |
| CTableCell | |
| CTable | Represents a table graph |
| CChart | Chart data produced by the VM |
| CDisplay | A type-safe display bitmask |
| CError | Represents an error that occurred during script compilation or execution |
| CCandlestickStream | RAII wrapper around a ffi::CandlestickStream |
| CDataProvider | Abstract base class for supplying candlestick data and symbol metadata to the VM |
| CCreateInstanceOptions | Options for creating an Instance |
| CInstance | Represents a compiled, executable Pine Script instance |
| CScriptInfo | Script metadata (type, overlay, title, inputs, alerts) produced by the VM |
| CScriptInput | Wrapper for a single script input (borrowed from ScriptInfo) |
| CBarColors | Represents bar-colors settings in a chart |
| CFilledOrder | A single filled order (signal name, price, signed quantity) |
| CFilledOrdersIterator | Iterator over filled orders (strategy order fills) on a single bar |
| CGraph | Represents a non-series graph in a chart |
| CGraphIterator | Iterator over non-series graphs in a chart |
| CSeriesGraph | Represents a series graph in a chart |
| CSeriesGraphIterator | Iterator over series graphs in a chart |
| CCandlestick | |
| CCandlestickItem | |
| CLastInfo | |
| CPartialSymbolInfo | |
| CIndicator | |
| CLibrary | |
| CStrategy | |
| CTimeFrame | |
| CSpan | |
| CBar | |
| CPolylinePoint | |
| CFillGradient |