Show / Hide Table of Contents

Class LookbackGroup

Manager class for lookback series.

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

Methods

| Edit this page View Source

Advance()

Advance all lookbacks managed by this instance.

Declaration
public void Advance()
| Edit this page View Source

NewLookback(double)

Create new lookback series.

Declaration
public LookbackGroup.Lookback NewLookback(double init = 0)
Parameters
Type Name Description
double init

initial value

Returns
Type Description
LookbackGroup.Lookback

newly created lookback

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com