Table of Contents
- _DEFAULT_NAME — Retrive default name of the plot (○)
- _N — No text output (○)
- _PARAM_VALUES — Retrieve param values string (○)
- _SECTION_BEGIN — Section begin marker (○)
- _SECTION_END — Section end marker (○)
- _SECTION_NAME — Retrieve current section name (○)
- AppendColumn — Adds a new column to the exploration result list.
- AppendSummaryRows — Add summary row(s) to the exploration output (+)
- AppendTextColumn — Adds a new text column to the exploration result list
- EncodeColor — Encodes color for indicator title
- GetChartID — Get current chart ID (✗)
- GetPriceStyle — Get current price chart style (✗)
- GenerateLineArray — Generate a trend-line array (+)
- chooseParam — A user-definable numeric parameter (+)
- chooseParamColor — A user-definable color parameter (+)
- chooseParamDate — A user-definable date parameter (+)
- choosePriceField — A user-definable price field parameter (+)
- chooseParamList — A user-definable list of choices (+)
- chooseParamStr — A user-definable string parameter (+)
- chooseParamStyle — Select styles applied to the plot (+)
- chooseParamTime — A user-definable time parameter (+)
- chooseParamToggle — Create Yes/No parameter (+)
- chooseParamTrigger — Creates a trigger parameter (+)
- doPlot — Plot a graph
- doPlotGrid — Plot horizontal grid line (+)
- doPlotOHLC — Plot custom OHLC chart
- doPlotShapes — Plots arrows and other shapes (+) (○)
- doPlotVAPOverlay — Plot Volume-At-Price overlay chart (+)
- getSelectedValue — Retrieves value of the array at currently selected date/time point
- SetChartOptions — Set/clear/overwrite defaults for chart pane options (○)
- SetSortColumns — Sets sorting columns for the backtest trades list (±)
- PrintIf — Commentary conditional text output
- PrintVal — Converts number to string
- ChartAddPoint — Add point to exploration scatter (XY) chart (+)
- ChartSetAxis — Set the names of X and Y axes in exploration scatter charts (+)