FinancialIndicator["ind", par_1, par_2, ...] represents a financial indicator " ind" with parameters par_1, par_2, etc.
GridLinesStyle is an option for 2D graphics functions that specifies how grid lines should be rendered.
HoldComplete[expr] shields expr completely from the standard Mathematica evaluation process, preventing even upvalues associated with expr from being used.
ImageMargins is an option that specifies the absolute margins to leave around the image displayed for an object.
InterpretationBox[boxes, expr] is a low-level box construct that displays as boxes but is interpreted on input as expr.
MaxStepSize is an option to functions like NDSolve that specifies the maximum size of a single step used in generating a result.
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
NumberSeparator is an option for NumberForm and related functions which gives the string to insert at breaks between digits.
OpenAppend["file"] opens a file to append output to it, and returns an OutputStream object.
PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.