Seer logo - advanced backtesting for stock, futures and forex trading systems using using technical analysis indicators, charts, money management and position sizing
Functions by Category Functions by Alphabetical list

SetColumnType([column],[type])

Usable in an seer indicator object

This function is used to set the type of the column. This function returns the passed in column and is therefor suitable to be used with the return statement. The only valid column type is 'Candlestick'.

This function can only be used within the indicator object.

Examples:

  #Sets the type of $new to be a candlestick, and returns the column
  return SetColumnType($new,'Candlestick'); 

Related functions:

ValidatePeriods , ValidateColumns , SetColumnName , Value , SetValue , BarsBack , NumberOfBars , NewColumn

© 2011 seer trading systems ltd
feedback FAQ legal privacy