Functions by Category Functions by Alphabetical list
ValidatePeriods ([column]...) |  | This function is used to ensure the passed parameters are all valid bar periods. This function will raise a fatal error if any of the passed values are invalid. This function is used in the Indicator object.Examples:
ValidatePeriods($period);
ValidatePeriods($period,$period2);
Related functions: ValidateColumns , SetColumnName , Value , SetValue , BarsBack , NumberOfBars , NewColumn , SetColumnType
|