Functions by Category Functions by Alphabetical list
Filter {[code]} Filter {[code]} [set] |  | The Filter function executes the code contained with the braces for each instrument in the current systems portfolio or in for each instrument in the passed Set. The function returns a Set.
Examples: my $set = Filter { RSI(14) };
Related functions: Set , SortSet , SortSetAsc , FirstNewBar
|