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

return

Usable in an seer event objectUsable in an seer indicator objectUsable in an seer chart object

This function return values from a user defined function (or money management function PositionSize). This function can also be used within an event as a quick way of exiting the event.

Examples:

  return 5;             #returns the value 5
  return $number;       #returns the contents of $number
  return ($number,5);   #returns 2 values, the contents of $number, and the value 5

Related functions:

© 2011 seer trading systems ltd
feedback FAQ legal privacy