Show / Hide Table of Contents

Class MarketIndex

Collection of common market indices.

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

Fields

| Edit this page View Source

DJI

Dow Jones Industrial Average (since Jan 1970, backfilled to Jan 1970

Declaration
public const string DJI = "splice:$DJI,csv:backfills/$DJI.csv"
Field Value
Type Description
string
| Edit this page View Source

DJITR

Dow Jones Industrial Average Total Return (since Sep 1987, backfilled to Jan 1970

Declaration
public const string DJITR = "splice:$DJITR,csv:backfills/$DJITR.csv"
Field Value
Type Description
string
| Edit this page View Source

NDX

Nasdaq-100 Index (since Jan 1985, backfilled to Jan 1985

Declaration
public const string NDX = "splice:$NDX,csv:backfills/$NDX.csv"
Field Value
Type Description
string
| Edit this page View Source

NDXTR

Nasdaq-100 Total Return Index (since Mar 1999, backfilled to Mar 1999

Declaration
public const string NDXTR = "splice:$NDXTR,csv:backfills/$NDXTR.csv"
Field Value
Type Description
string
| Edit this page View Source

SPUSAGGT

S&P US Aggregate Bond Total Return Index (since Apr 2002, backfilled to Jan 1970

Declaration
public const string SPUSAGGT = "splice:$SPUSAGGT,csv:backfills/$SPUSAGGT.csv"
Field Value
Type Description
string
| Edit this page View Source

SPX

S&P 500 Index (since Jan 1970, backfilled to Jan 1970

Declaration
public const string SPX = "splice:$SPX,csv:backfills/$SPX.csv"
Field Value
Type Description
string
| Edit this page View Source

SPXTR

S&P 500 Total Return Index (since Jan 1988, backfilled to Jan 1970

Declaration
public const string SPXTR = "splice:$SPXTR,csv:backfills/$SPXTR.csv"
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