Class LogAnalysis.Position
Container to hold historic position information
Inherited Members
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public class LogAnalysis.Position
Fields
| Edit this page View SourceEntry
order log entry for position entry
Declaration
public LogEntry Entry
Field Value
Type | Description |
---|---|
LogEntry |
Exit
order log entry for position exit
Declaration
public LogEntry Exit
Field Value
Type | Description |
---|---|
LogEntry |
HighestHigh
highest high between entry and exit
Declaration
public double HighestHigh
Field Value
Type | Description |
---|---|
double |
LowestLow
lowest low between entry and exit
Declaration
public double LowestLow
Field Value
Type | Description |
---|---|
double |
Quantity
position quantity
Declaration
public int Quantity
Field Value
Type | Description |
---|---|
int |
Symbol
position symbol
Declaration
public string Symbol
Field Value
Type | Description |
---|---|
string |