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

Column based boolean Not.

Example:

  my $CloseHigher=If(Close>Open,1,0);
  my $CloseLower= ~$CloseHigher;

Note:

If you use ~ with an equals sign (as above) you need to ensure that there is a space between the two characters, or an error will occur.

Related functions:

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

© 2008 seer trading systems ltd
feedback FAQ legal privacy