Table of Contents

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

price double
count double

Fields

Count

The number of times the price level was touched.

public readonly double Count

Field Value

double

Price

The price level.

public readonly double Price

Field Value

double

Methods

ToString()

Returns a string representation of this TPO object.

public override string ToString()

Returns

string