Table of Contents

Enum DayAnchor

Namespace
Balsam.Utility
Assembly
Balsam.Backtester.dll

Anchor for date calculations

public enum DayAnchor

Fields

FirstNotice = 0

First notice day

LastTrade = 1

Last trade day

MinOfFirstNoticeOrLastTrade = 2

The first notice or last trade day whichever is earliest.

StartOfMonth = 3

Start of the month

EndOfMonth = 4

End of the month