BuiltFrom
<< Click to Display Table of Contents >> BuiltFrom |
Determines the base dataset used to build the BarsType (i.e., Tick, Minute, Day). The BuiltFrom property will control the frequency in which OnDataPoint() processes historical data.
A BarsPeriodType enum. Values that will be recognized include:
•BarsPeriodType.Tick
•BarsPeriodType.Minute
•BarsPeriodType.Day
Warning: Using other bars period types (e.g., Range, Volume, or other custom bars types) is NOT supported. The BarsPeriodType values mentioned above represent all of the fundamental data points needed to build a bar. |
BuiltFrom
protected override void OnStateChange() |