OpenPine C++ API
C++ wrapper for the OpenPine Pine Script VM
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1
#pragma once
2
11
12
#include "
ffi.hpp
"
13
14
namespace
openpine
{
15
16
// ----- Instance / chart -----
17
using
ffi::Candlestick;
18
using
ffi::CandlestickItem;
19
using
ffi::DataProvider;
20
using
ffi::LastInfo;
21
using
ffi::PartialSymbolInfo;
22
using
ffi::TradeSession;
23
24
// ----- Script info -----
25
using
ffi::Indicator;
26
using
ffi::Library;
27
using
ffi::ScriptTypeKind;
28
using
ffi::SourceType;
29
using
ffi::Strategy;
30
using
ffi::TimeFrame;
31
using
ffi::TimeUnit;
32
33
// ----- Error -----
34
using
ffi::Span;
35
36
// ----- Visuals: graph / series -----
37
using
ffi::Bar;
38
using
ffi::GraphType;
39
using
ffi::PolylinePoint;
40
using
ffi::SeriesGraphType;
41
42
// ----- Visuals: enums and structs -----
43
using
ffi::Extend;
44
using
ffi::FillAnchorType;
45
using
ffi::FillColorType;
46
using
ffi::FillGradient;
47
using
ffi::FontFamily;
48
using
ffi::HlineStyle;
49
using
ffi::HorizontalAlign;
50
using
ffi::LabelStyle;
51
using
ffi::LineStyle;
52
using
ffi::Location;
53
using
ffi::PlotLineStyle;
54
using
ffi::PlotStyle;
55
using
ffi::Shape;
56
using
ffi::Size;
57
using
ffi::TablePosition;
58
using
ffi::TextFormatting;
59
using
ffi::TextWrap;
60
using
ffi::VerticalAlign;
61
using
ffi::XLocation;
62
using
ffi::YLocation;
63
64
}
// namespace openpine
ffi.hpp
openpine
Definition
chart.hpp:28
cpp
include
types.hpp
Generated by
1.16.1