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

++

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

Increment a number or column by one.

Example:

  my $number=5;
  $number++;
  my $col=Close-5;
  $col++;

Related functions:

- , + , * , / , % , ** , += , -= , *= , /= , %= , **= , -- , <=> , >= , > , < , <= , == , != , & , | , ~ , << , >> , If

© 2008 seer trading systems ltd
feedback FAQ legal privacy