Struct TPO
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
A structure that holds a market profile price/count observation.
public struct TPO
- Inherited Members
Constructors
TPO(double, double)
Intializes a new TPO using the specified price and count.
public TPO(double price, double count)
Parameters
Fields
Count
The number of times the price level was touched.
public readonly double Count
Field Value
Price
The price level.
public readonly double Price
Field Value
Methods
ToString()
Returns a string representation of this TPO object.
public override string ToString()