Functions by Category Functions by Alphabetical list
NewColumn ([String]) |  | This function is used to create your own columns/indicators. It creates a new column, and associates it with the current symbol. This function can only be called in the Indicator object. Examples: my $col=NewColumn('average');
Related functions: ValidatePeriods , ValidateColumns , SetColumnName , Value , SetValue , BarsBack , NumberOfBars , SetColumnType
|