Table of Contents

Enum SimulationTime

Namespace
Balsam
Assembly
Balsam.Backtester.dll

Simulation time. Control what part of the bar the simulation engine sees.

public enum SimulationTime

Fields

Open = 0

Can execute on opening price

Regular = 1

Can execute on full range of the bar.

Close = 2

Can execute on closing price