ApplyDefaultBasePeriodValue()
ApplyDefaultBasePeriodValue()
Definition
Sets the default base values used for the BarsPeriod selected by the user (e.g., the default PeriodValue, DaysToLoad, etc.) for your custom Bar Type.
Method Return Value
This method does not return a value.
Parameters
Syntax
You must override the method in your Bars Type with the following syntax:
public override void ApplyDefaultBasePeriodValue(BarsPeriod period) \{ \}

