Defines the tick data used to construct a bar.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum BarConstructionType |
| Visual Basic (Declaration) |
|---|
Public Enumeration BarConstructionType |
| Visual C++ |
|---|
public enum class BarConstructionType |
Members
| Member name | Description | |
|---|---|---|
| Default |
Let RightEdge choose the bar construction method. This will generally be Mid for Forex
and Trades for other asset types.
| |
| Bid |
Construct bar data from bid.
| |
| Ask |
Construct bar data from ask.
| |
| Mid |
Uses the midpoint of the bid and ask.
| |
| Trades |
Construct bar data from trades.
|