Table of Contents

Class PostProcessing

Namespace
Balsam.Utility
Assembly
Balsam.Backtester.dll

Post processing options

public class PostProcessing
Inheritance
PostProcessing
Inherited Members
Extension Methods

Properties

Multiplier

Gets/sets a multipler to apply to the series.

public double Multiplier { get; set; }

Property Value

double

RaiseNegativePrices

Gets/sets whether negative prices are adjusted to be positive.

public bool RaiseNegativePrices { get; set; }

Property Value

bool