DetrendedPriceOscillator
EndOfString represents the end of a string for purposes of matching in StringExpression.
PixelConstrained is an option for ArrayPlot which specifies how to constrain cells to align with displayed pixels.
$ReleaseNumber is an integer which gives the current Mathematica kernel release number, and increases in successive releases.
StringTake["string", n] gives a string containing the first n characters in " string". StringTake["string", -n] gives the last n characters in " string". StringTake["string", ...
ExtendedGCD[n_1, n_2, ...] gives the extended greatest common divisor of the integers n_i.
FileExtension["file"] gives the file extension for a file name.
FileNameDrop["name", n] drops the first n path elements in the file name " name".FileNameDrop["name", -n] drops the last n path elements in the file name " ...
KernelObject[n, name, ...] represents a kernel available for parallel computing.