Show / Hide Table of Contents

Class LogAnalysis.Position

Container to hold historic position information

Inheritance
System.Object
LogAnalysis.Position
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public class Position

Fields

| Improve this Doc View Source

Entry

order log entry for position entry

Declaration
public LogEntry Entry
Field Value
Type Description
LogEntry
| Improve this Doc View Source

Exit

order log entry for position exit

Declaration
public LogEntry Exit
Field Value
Type Description
LogEntry
| Improve this Doc View Source

HighestHigh

highest high between entry and exit

Declaration
public double HighestHigh
Field Value
Type Description
System.Double
| Improve this Doc View Source

LowestLow

lowest low between entry and exit

Declaration
public double LowestLow
Field Value
Type Description
System.Double
| Improve this Doc View Source

Quantity

position quantity

Declaration
public int Quantity
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Symbol

position symbol

Declaration
public string Symbol
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2011-2021, Bertram Solutions LLC