IsNewSession()
<< Click to Display Table of Contents >> IsNewSession() |
Indicates a specified time is greater than the ActualSessionEnd property on the configured Trading Hours template.
A bool value when true indicates the specified time is later than ActualSessionEnd; otherwise false.
time |
The DateTime value used to compare |
includesEndTimeStamp |
A bool determining if a timestamp of <n>:00 should fall into the current session. (e.g., used for time based intraday series such as minute or second). |
<SessionIterator>.IsNewSession(DateTime time, bool includesEndTimeStamp)
bool takeTrades; |