Show / Hide Table of Contents

Class LogAnalysis.Position

Container to hold historic position information

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

Fields

| Edit this page View Source

Entry

order log entry for position entry

Declaration
public LogEntry Entry
Field Value
Type Description
LogEntry
| Edit this page View Source

Exit

order log entry for position exit

Declaration
public LogEntry Exit
Field Value
Type Description
LogEntry
| Edit this page View Source

HighestHigh

highest high between entry and exit

Declaration
public double HighestHigh
Field Value
Type Description
double
| Edit this page View Source

LowestLow

lowest low between entry and exit

Declaration
public double LowestLow
Field Value
Type Description
double
| Edit this page View Source

Quantity

position quantity

Declaration
public int Quantity
Field Value
Type Description
int
| Edit this page View Source

Symbol

position symbol

Declaration
public string Symbol
Field Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com